]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.lock
Upgrade scheb/two-factor-bundle to fix vulnerability
[github/wallabag/wallabag.git] / composer.lock
CommitLineData
6546aca4
JB
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 ],
2a253d24 7 "content-hash": "684e23e16257042ea975c6797fc40c26",
6546aca4
JB
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 },
28378675 59 {
60 "name": "beberlei/assert",
725a702e 61 "version": "v3.2.7",
28378675 62 "source": {
63 "type": "git",
64 "url": "https://github.com/beberlei/assert.git",
725a702e 65 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
28378675 66 },
67 "dist": {
68 "type": "zip",
725a702e 69 "url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
70 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
28378675 71 "shasum": ""
72 },
73 "require": {
dab8b395 74 "ext-ctype": "*",
dab8b395 75 "ext-json": "*",
76 "ext-mbstring": "*",
77 "ext-simplexml": "*",
28378675 78 "php": "^7"
79 },
80 "require-dev": {
81 "friendsofphp/php-cs-fixer": "*",
82 "phpstan/phpstan-shim": "*",
83 "phpunit/phpunit": ">=6.0.0 <8"
84 },
987237d5
JB
85 "suggest": {
86 "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
87 },
28378675 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",
66426001 104 "email": "kontakt@beberlei.de",
105 "role": "Lead Developer"
28378675 106 },
107 {
108 "name": "Richard Quadling",
66426001 109 "email": "rquadling@gmail.com",
110 "role": "Collaborator"
28378675 111 }
112 ],
113 "description": "Thin assertion library for input validation in business models.",
114 "keywords": [
115 "assert",
116 "assertion",
117 "validation"
118 ],
725a702e 119 "time": "2019-12-19T17:51:41+00:00"
28378675 120 },
6546aca4
JB
121 {
122 "name": "behat/transliterator",
2a74acb7 123 "version": "v1.3.0",
6546aca4
JB
124 "source": {
125 "type": "git",
126 "url": "https://github.com/Behat/Transliterator.git",
2a74acb7 127 "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc"
6546aca4
JB
128 },
129 "dist": {
130 "type": "zip",
2a74acb7
JB
131 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
132 "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
6546aca4
JB
133 "shasum": ""
134 },
135 "require": {
136 "php": ">=5.3.3"
137 },
138 "require-dev": {
139 "chuyskywalker/rolling-curl": "^3.1",
2a74acb7
JB
140 "php-yaoi/php-yaoi": "^1.0",
141 "phpunit/phpunit": "^4.8.36|^6.3"
6546aca4
JB
142 },
143 "type": "library",
144 "extra": {
145 "branch-alias": {
146 "dev-master": "1.2-dev"
147 }
148 },
149 "autoload": {
2a74acb7
JB
150 "psr-4": {
151 "Behat\\Transliterator\\": "src/Behat/Transliterator"
6546aca4
JB
152 }
153 },
154 "notification-url": "https://packagist.org/downloads/",
155 "license": [
156 "Artistic-1.0"
157 ],
158 "description": "String transliterator",
159 "keywords": [
160 "i18n",
161 "slug",
162 "transliterator"
163 ],
2a74acb7 164 "time": "2020-01-14T16:39:13+00:00"
6546aca4
JB
165 },
166 {
167 "name": "clue/stream-filter",
168 "version": "v1.4.1",
169 "source": {
170 "type": "git",
171 "url": "https://github.com/clue/php-stream-filter.git",
172 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
173 },
174 "dist": {
175 "type": "zip",
176 "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
177 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
178 "shasum": ""
179 },
180 "require": {
181 "php": ">=5.3"
182 },
183 "require-dev": {
184 "phpunit/phpunit": "^5.0 || ^4.8"
185 },
186 "type": "library",
187 "autoload": {
188 "psr-4": {
189 "Clue\\StreamFilter\\": "src/"
190 },
191 "files": [
192 "src/functions_include.php"
193 ]
194 },
195 "notification-url": "https://packagist.org/downloads/",
196 "license": [
197 "MIT"
198 ],
199 "authors": [
200 {
201 "name": "Christian Lück",
202 "email": "christian@lueck.tv"
203 }
204 ],
205 "description": "A simple and modern approach to stream filtering in PHP",
206 "homepage": "https://github.com/clue/php-stream-filter",
207 "keywords": [
208 "bucket brigade",
209 "callback",
210 "filter",
211 "php_user_filter",
212 "stream",
213 "stream_filter_append",
214 "stream_filter_register"
215 ],
216 "time": "2019-04-09T12:31:48+00:00"
217 },
2a253d24
JB
218 {
219 "name": "composer/package-versions-deprecated",
220 "version": "1.8.0",
221 "source": {
222 "type": "git",
223 "url": "https://github.com/composer/package-versions-deprecated.git",
224 "reference": "98df7f1b293c0550bd5b1ce6b60b59bdda23aa47"
225 },
226 "dist": {
227 "type": "zip",
228 "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/98df7f1b293c0550bd5b1ce6b60b59bdda23aa47",
229 "reference": "98df7f1b293c0550bd5b1ce6b60b59bdda23aa47",
230 "shasum": ""
231 },
232 "require": {
233 "composer-plugin-api": "^1.1.0 || ^2.0",
234 "php": "^7"
235 },
236 "replace": {
237 "ocramius/package-versions": "1.2 - 1.8.99"
238 },
239 "require-dev": {
240 "composer/composer": "^1.9.3 || ^2.0@dev",
241 "ext-zip": "^1.13",
242 "phpunit/phpunit": "^6.5 || ^7"
243 },
244 "type": "composer-plugin",
245 "extra": {
246 "class": "PackageVersions\\Installer",
247 "branch-alias": {
248 "dev-master": "1.x-dev"
249 }
250 },
251 "autoload": {
252 "psr-4": {
253 "PackageVersions\\": "src/PackageVersions"
254 }
255 },
256 "notification-url": "https://packagist.org/downloads/",
257 "license": [
258 "MIT"
259 ],
260 "authors": [
261 {
262 "name": "Marco Pivetta",
263 "email": "ocramius@gmail.com"
264 },
265 {
266 "name": "Jordi Boggiano",
267 "email": "j.boggiano@seld.be"
268 }
269 ],
270 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
271 "funding": [
272 {
273 "url": "https://packagist.com",
274 "type": "custom"
275 },
276 {
277 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
278 "type": "tidelift"
279 }
280 ],
281 "time": "2020-04-23T11:49:37+00:00"
282 },
6546aca4
JB
283 {
284 "name": "craue/config-bundle",
f28720f8 285 "version": "2.4.0",
6546aca4
JB
286 "source": {
287 "type": "git",
1576905e 288 "url": "https://github.com/craue/CraueConfigBundle.git",
f28720f8 289 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32"
6546aca4
JB
290 },
291 "dist": {
292 "type": "zip",
f28720f8 293 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/ad474f63d6b51da0d346a7873b3a54f98fa96e32",
294 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32",
6546aca4
JB
295 "shasum": ""
296 },
297 "require": {
f28720f8 298 "doctrine/doctrine-bundle": "^1.5.1|~2.0",
1576905e
JB
299 "php": "~7.0",
300 "psr/simple-cache": "^1.0",
f28720f8 301 "symfony/cache": "~3.4|~4.2|~5.0",
302 "symfony/config": "~3.4|~4.2|~5.0",
303 "symfony/dependency-injection": "~3.4|~4.2|~5.0",
304 "symfony/form": "~3.4|~4.2|~5.0",
305 "symfony/framework-bundle": "~3.4|~4.2|~5.0",
306 "symfony/http-foundation": "~3.4|~4.2|~5.0",
307 "symfony/http-kernel": "~3.4|~4.2|~5.0",
308 "symfony/options-resolver": "~3.4|~4.2|~5.0",
309 "symfony/validator": "~3.4|~4.2|~5.0"
6546aca4
JB
310 },
311 "require-dev": {
1576905e
JB
312 "doctrine/instantiator": "^1.0.5",
313 "doctrine/orm": "^2.5.14",
314 "phpunit/phpunit": "^6.5.13|^7.5.1",
f28720f8 315 "symfony/phpunit-bridge": "~5.0",
316 "symfony/symfony": "~3.4|~4.2|~5.0"
6546aca4
JB
317 },
318 "type": "symfony-bundle",
319 "extra": {
320 "branch-alias": {
f28720f8 321 "dev-master": "2.4.x-dev"
6546aca4
JB
322 }
323 },
324 "autoload": {
325 "psr-4": {
326 "Craue\\ConfigBundle\\": ""
327 },
328 "exclude-from-classmap": [
329 "/Tests/"
330 ]
331 },
1576905e 332 "notification-url": "https://packagist.org/downloads/",
6546aca4
JB
333 "license": [
334 "MIT"
335 ],
336 "authors": [
337 {
338 "name": "Christian Raue",
339 "email": "christian.raue@gmail.com"
340 },
341 {
342 "name": "Symfony Community",
343 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
344 }
345 ],
346 "description": "Database-stored settings made available via a service for your Symfony project.",
347 "homepage": "https://github.com/craue/CraueConfigBundle",
348 "keywords": [
349 "config",
f28720f8 350 "symfony"
6546aca4 351 ],
f28720f8 352 "time": "2019-12-03T08:32:04+00:00"
6546aca4
JB
353 },
354 {
355 "name": "defuse/php-encryption",
356 "version": "v2.2.1",
357 "source": {
358 "type": "git",
359 "url": "https://github.com/defuse/php-encryption.git",
360 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
361 },
362 "dist": {
363 "type": "zip",
364 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
365 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
366 "shasum": ""
367 },
368 "require": {
369 "ext-openssl": "*",
370 "paragonie/random_compat": ">= 2",
371 "php": ">=5.4.0"
372 },
373 "require-dev": {
374 "nikic/php-parser": "^2.0|^3.0|^4.0",
375 "phpunit/phpunit": "^4|^5"
376 },
377 "bin": [
378 "bin/generate-defuse-key"
379 ],
380 "type": "library",
381 "autoload": {
382 "psr-4": {
383 "Defuse\\Crypto\\": "src"
384 }
385 },
386 "notification-url": "https://packagist.org/downloads/",
387 "license": [
388 "MIT"
389 ],
390 "authors": [
391 {
392 "name": "Taylor Hornby",
393 "email": "taylor@defuse.ca",
394 "homepage": "https://defuse.ca/"
395 },
396 {
397 "name": "Scott Arciszewski",
398 "email": "info@paragonie.com",
399 "homepage": "https://paragonie.com"
400 }
401 ],
402 "description": "Secure PHP Encryption Library",
403 "keywords": [
404 "aes",
405 "authenticated encryption",
406 "cipher",
407 "crypto",
408 "cryptography",
409 "encrypt",
410 "encryption",
411 "openssl",
412 "security",
413 "symmetric key cryptography"
414 ],
415 "time": "2018-07-24T23:27:56+00:00"
416 },
417 {
418 "name": "doctrine/annotations",
03ac06a8 419 "version": "1.10.3",
6546aca4
JB
420 "source": {
421 "type": "git",
422 "url": "https://github.com/doctrine/annotations.git",
03ac06a8 423 "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
6546aca4
JB
424 },
425 "dist": {
426 "type": "zip",
03ac06a8 427 "url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
428 "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
6546aca4
JB
429 "shasum": ""
430 },
431 "require": {
432 "doctrine/lexer": "1.*",
78eae449 433 "ext-tokenizer": "*",
03ac06a8 434 "php": "^7.1 || ^8.0"
6546aca4
JB
435 },
436 "require-dev": {
437 "doctrine/cache": "1.*",
41fd6487 438 "phpunit/phpunit": "^7.5"
6546aca4
JB
439 },
440 "type": "library",
441 "extra": {
442 "branch-alias": {
78eae449 443 "dev-master": "1.9.x-dev"
6546aca4
JB
444 }
445 },
446 "autoload": {
447 "psr-4": {
448 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
449 }
450 },
451 "notification-url": "https://packagist.org/downloads/",
452 "license": [
453 "MIT"
454 ],
455 "authors": [
61e53dda
JB
456 {
457 "name": "Guilherme Blanco",
458 "email": "guilhermeblanco@gmail.com"
459 },
6546aca4
JB
460 {
461 "name": "Roman Borschel",
462 "email": "roman@code-factory.org"
463 },
464 {
465 "name": "Benjamin Eberlei",
466 "email": "kontakt@beberlei.de"
467 },
6546aca4
JB
468 {
469 "name": "Jonathan Wage",
470 "email": "jonwage@gmail.com"
471 },
472 {
473 "name": "Johannes Schmitt",
474 "email": "schmittjoh@gmail.com"
475 }
476 ],
477 "description": "Docblock Annotations Parser",
478 "homepage": "http://www.doctrine-project.org",
479 "keywords": [
480 "annotations",
481 "docblock",
482 "parser"
483 ],
03ac06a8 484 "time": "2020-05-25T17:24:27+00:00"
6546aca4
JB
485 },
486 {
487 "name": "doctrine/cache",
aaedb0ad 488 "version": "1.10.1",
6546aca4
JB
489 "source": {
490 "type": "git",
491 "url": "https://github.com/doctrine/cache.git",
aaedb0ad 492 "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3"
6546aca4
JB
493 },
494 "dist": {
495 "type": "zip",
aaedb0ad 496 "url": "https://api.github.com/repos/doctrine/cache/zipball/35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
497 "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
6546aca4
JB
498 "shasum": ""
499 },
500 "require": {
aaedb0ad 501 "php": "~7.1 || ^8.0"
6546aca4
JB
502 },
503 "conflict": {
504 "doctrine/common": ">2.2,<2.4"
505 },
506 "require-dev": {
507 "alcaeus/mongo-php-adapter": "^1.1",
8d4ed0df 508 "doctrine/coding-standard": "^6.0",
6546aca4
JB
509 "mongodb/mongodb": "^1.1",
510 "phpunit/phpunit": "^7.0",
511 "predis/predis": "~1.0"
512 },
513 "suggest": {
514 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
515 },
516 "type": "library",
517 "extra": {
518 "branch-alias": {
8d4ed0df 519 "dev-master": "1.9.x-dev"
6546aca4
JB
520 }
521 },
522 "autoload": {
523 "psr-4": {
524 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
525 }
526 },
527 "notification-url": "https://packagist.org/downloads/",
528 "license": [
529 "MIT"
530 ],
531 "authors": [
ddd3700c 532 {
533 "name": "Guilherme Blanco",
534 "email": "guilhermeblanco@gmail.com"
535 },
6546aca4
JB
536 {
537 "name": "Roman Borschel",
538 "email": "roman@code-factory.org"
539 },
540 {
541 "name": "Benjamin Eberlei",
542 "email": "kontakt@beberlei.de"
543 },
6546aca4
JB
544 {
545 "name": "Jonathan Wage",
546 "email": "jonwage@gmail.com"
547 },
548 {
549 "name": "Johannes Schmitt",
550 "email": "schmittjoh@gmail.com"
551 }
552 ],
8d4ed0df
JB
553 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
554 "homepage": "https://www.doctrine-project.org/projects/cache.html",
6546aca4 555 "keywords": [
8d4ed0df
JB
556 "abstraction",
557 "apcu",
6546aca4 558 "cache",
8d4ed0df
JB
559 "caching",
560 "couchdb",
561 "memcached",
562 "php",
563 "redis",
8d4ed0df 564 "xcache"
6546aca4 565 ],
2a253d24
JB
566 "funding": [
567 {
568 "url": "https://www.doctrine-project.org/sponsorship.html",
569 "type": "custom"
570 },
571 {
572 "url": "https://www.patreon.com/phpdoctrine",
573 "type": "patreon"
574 },
575 {
576 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
577 "type": "tidelift"
578 }
579 ],
aaedb0ad 580 "time": "2020-05-27T16:24:54+00:00"
6546aca4
JB
581 },
582 {
583 "name": "doctrine/collections",
03ac06a8 584 "version": "1.6.5",
6546aca4
JB
585 "source": {
586 "type": "git",
587 "url": "https://github.com/doctrine/collections.git",
03ac06a8 588 "reference": "fc0206348e17e530d09463fef07ba8968406cd6d"
6546aca4
JB
589 },
590 "dist": {
591 "type": "zip",
03ac06a8 592 "url": "https://api.github.com/repos/doctrine/collections/zipball/fc0206348e17e530d09463fef07ba8968406cd6d",
593 "reference": "fc0206348e17e530d09463fef07ba8968406cd6d",
6546aca4
JB
594 "shasum": ""
595 },
596 "require": {
03ac06a8 597 "php": "^7.1.3 || ^8.0"
6546aca4
JB
598 },
599 "require-dev": {
600 "doctrine/coding-standard": "^6.0",
601 "phpstan/phpstan-shim": "^0.9.2",
602 "phpunit/phpunit": "^7.0",
03ac06a8 603 "vimeo/psalm": "^3.8.1"
6546aca4
JB
604 },
605 "type": "library",
6546aca4
JB
606 "autoload": {
607 "psr-4": {
608 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
609 }
610 },
611 "notification-url": "https://packagist.org/downloads/",
612 "license": [
613 "MIT"
614 ],
615 "authors": [
8d4ed0df
JB
616 {
617 "name": "Guilherme Blanco",
618 "email": "guilhermeblanco@gmail.com"
619 },
6546aca4
JB
620 {
621 "name": "Roman Borschel",
622 "email": "roman@code-factory.org"
623 },
624 {
625 "name": "Benjamin Eberlei",
626 "email": "kontakt@beberlei.de"
627 },
6546aca4
JB
628 {
629 "name": "Jonathan Wage",
630 "email": "jonwage@gmail.com"
631 },
632 {
633 "name": "Johannes Schmitt",
634 "email": "schmittjoh@gmail.com"
635 }
636 ],
637 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
638 "homepage": "https://www.doctrine-project.org/projects/collections.html",
639 "keywords": [
640 "array",
641 "collections",
642 "iterators",
643 "php"
644 ],
03ac06a8 645 "time": "2020-05-25T19:24:35+00:00"
6546aca4
JB
646 },
647 {
648 "name": "doctrine/common",
aaedb0ad 649 "version": "2.13.2",
6546aca4
JB
650 "source": {
651 "type": "git",
652 "url": "https://github.com/doctrine/common.git",
aaedb0ad 653 "reference": "6902fafacb43333d9dc3d949c0a06048a31549ac"
6546aca4
JB
654 },
655 "dist": {
656 "type": "zip",
aaedb0ad 657 "url": "https://api.github.com/repos/doctrine/common/zipball/6902fafacb43333d9dc3d949c0a06048a31549ac",
658 "reference": "6902fafacb43333d9dc3d949c0a06048a31549ac",
6546aca4
JB
659 "shasum": ""
660 },
661 "require": {
662 "doctrine/annotations": "^1.0",
663 "doctrine/cache": "^1.0",
664 "doctrine/collections": "^1.0",
665 "doctrine/event-manager": "^1.0",
666 "doctrine/inflector": "^1.0",
667 "doctrine/lexer": "^1.0",
2a74acb7 668 "doctrine/persistence": "^1.3.3",
6546aca4 669 "doctrine/reflection": "^1.0",
aaedb0ad 670 "php": "^7.1 || ^8.0"
6546aca4
JB
671 },
672 "require-dev": {
673 "doctrine/coding-standard": "^1.0",
2133ca31 674 "phpstan/phpstan": "^0.11",
675 "phpstan/phpstan-phpunit": "^0.11",
676 "phpunit/phpunit": "^7.0",
6546aca4
JB
677 "squizlabs/php_codesniffer": "^3.0",
678 "symfony/phpunit-bridge": "^4.0.5"
679 },
680 "type": "library",
681 "extra": {
682 "branch-alias": {
2133ca31 683 "dev-master": "2.11.x-dev"
6546aca4
JB
684 }
685 },
686 "autoload": {
687 "psr-4": {
688 "Doctrine\\Common\\": "lib/Doctrine/Common"
689 }
690 },
691 "notification-url": "https://packagist.org/downloads/",
692 "license": [
693 "MIT"
694 ],
695 "authors": [
2133ca31 696 {
697 "name": "Guilherme Blanco",
698 "email": "guilhermeblanco@gmail.com"
699 },
6546aca4
JB
700 {
701 "name": "Roman Borschel",
702 "email": "roman@code-factory.org"
703 },
704 {
705 "name": "Benjamin Eberlei",
706 "email": "kontakt@beberlei.de"
707 },
6546aca4
JB
708 {
709 "name": "Jonathan Wage",
710 "email": "jonwage@gmail.com"
711 },
712 {
713 "name": "Johannes Schmitt",
714 "email": "schmittjoh@gmail.com"
715 },
716 {
717 "name": "Marco Pivetta",
718 "email": "ocramius@gmail.com"
719 }
720 ],
721 "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.",
722 "homepage": "https://www.doctrine-project.org/projects/common.html",
723 "keywords": [
724 "common",
725 "doctrine",
726 "php"
727 ],
aaedb0ad 728 "time": "2020-05-29T17:35:20+00:00"
6546aca4
JB
729 },
730 {
731 "name": "doctrine/dbal",
7f2ae89d 732 "version": "v2.9.2",
6546aca4
JB
733 "source": {
734 "type": "git",
735 "url": "https://github.com/doctrine/dbal.git",
7f2ae89d 736 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
6546aca4
JB
737 },
738 "dist": {
739 "type": "zip",
7f2ae89d
JB
740 "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
741 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
6546aca4
JB
742 "shasum": ""
743 },
744 "require": {
745 "doctrine/cache": "^1.0",
746 "doctrine/event-manager": "^1.0",
747 "ext-pdo": "*",
748 "php": "^7.1"
749 },
750 "require-dev": {
751 "doctrine/coding-standard": "^5.0",
752 "jetbrains/phpstorm-stubs": "^2018.1.2",
753 "phpstan/phpstan": "^0.10.1",
754 "phpunit/phpunit": "^7.4",
755 "symfony/console": "^2.0.5|^3.0|^4.0",
756 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
757 },
758 "suggest": {
759 "symfony/console": "For helpful console commands such as SQL execution and import of files."
760 },
761 "bin": [
762 "bin/doctrine-dbal"
763 ],
764 "type": "library",
765 "extra": {
766 "branch-alias": {
767 "dev-master": "2.9.x-dev",
768 "dev-develop": "3.0.x-dev"
769 }
770 },
771 "autoload": {
772 "psr-4": {
773 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
774 }
775 },
776 "notification-url": "https://packagist.org/downloads/",
777 "license": [
778 "MIT"
779 ],
780 "authors": [
781 {
782 "name": "Roman Borschel",
783 "email": "roman@code-factory.org"
784 },
785 {
786 "name": "Benjamin Eberlei",
787 "email": "kontakt@beberlei.de"
788 },
7f2ae89d
JB
789 {
790 "name": "Guilherme Blanco",
791 "email": "guilhermeblanco@gmail.com"
792 },
6546aca4
JB
793 {
794 "name": "Jonathan Wage",
795 "email": "jonwage@gmail.com"
796 }
797 ],
798 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
799 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
800 "keywords": [
801 "abstraction",
802 "database",
803 "dbal",
804 "mysql",
805 "persistence",
806 "pgsql",
807 "php",
808 "queryobject"
809 ],
7f2ae89d 810 "time": "2018-12-31T03:27:51+00:00"
6546aca4
JB
811 },
812 {
813 "name": "doctrine/doctrine-bundle",
03ac06a8 814 "version": "1.12.10",
6546aca4
JB
815 "source": {
816 "type": "git",
817 "url": "https://github.com/doctrine/DoctrineBundle.git",
03ac06a8 818 "reference": "2ee4c25a847e744e93d7fc2895e059ad9ef7d10c"
6546aca4
JB
819 },
820 "dist": {
821 "type": "zip",
03ac06a8 822 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/2ee4c25a847e744e93d7fc2895e059ad9ef7d10c",
823 "reference": "2ee4c25a847e744e93d7fc2895e059ad9ef7d10c",
6546aca4
JB
824 "shasum": ""
825 },
826 "require": {
827 "doctrine/dbal": "^2.5.12",
828 "doctrine/doctrine-cache-bundle": "~1.2",
34154ecf 829 "doctrine/persistence": "^1.3.3",
6546aca4 830 "jdorn/sql-formatter": "^1.2.16",
03ac06a8 831 "php": "^7.1 || ^8.0",
c6663a88 832 "symfony/cache": "^3.4.30|^4.3.3",
38adc002 833 "symfony/config": "^3.4.30|^4.3.3",
834 "symfony/console": "^3.4.30|^4.3.3",
835 "symfony/dependency-injection": "^3.4.30|^4.3.3",
836 "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
34154ecf 837 "symfony/framework-bundle": "^3.4.30|^4.3.3",
838 "symfony/service-contracts": "^1.1.1|^2.0"
6546aca4
JB
839 },
840 "conflict": {
841 "doctrine/orm": "<2.6",
842 "twig/twig": "<1.34|>=2.0,<2.4"
843 },
844 "require-dev": {
845 "doctrine/coding-standard": "^6.0",
846 "doctrine/orm": "^2.6",
34154ecf 847 "ocramius/proxy-manager": "^2.1",
6546aca4 848 "php-coveralls/php-coveralls": "^2.1",
38adc002 849 "phpunit/phpunit": "^7.5",
6546aca4 850 "symfony/phpunit-bridge": "^4.2",
38adc002 851 "symfony/property-info": "^3.4.30|^4.3.3",
0f4e90c1 852 "symfony/proxy-manager-bridge": "^3.4|^4|^5",
38adc002 853 "symfony/twig-bridge": "^3.4|^4.1",
854 "symfony/validator": "^3.4.30|^4.3.3",
855 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
856 "symfony/yaml": "^3.4.30|^4.3.3",
857 "twig/twig": "^1.34|^2.12"
6546aca4
JB
858 },
859 "suggest": {
860 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
861 "symfony/web-profiler-bundle": "To use the data collector."
862 },
863 "type": "symfony-bundle",
864 "extra": {
865 "branch-alias": {
38adc002 866 "dev-master": "1.12.x-dev"
6546aca4
JB
867 }
868 },
869 "autoload": {
870 "psr-4": {
871 "Doctrine\\Bundle\\DoctrineBundle\\": ""
872 }
873 },
874 "notification-url": "https://packagist.org/downloads/",
875 "license": [
876 "MIT"
877 ],
878 "authors": [
879 {
38adc002 880 "name": "Fabien Potencier",
881 "email": "fabien@symfony.com"
6546aca4
JB
882 },
883 {
884 "name": "Benjamin Eberlei",
885 "email": "kontakt@beberlei.de"
886 },
887 {
38adc002 888 "name": "Symfony Community",
889 "homepage": "http://symfony.com/contributors"
6546aca4
JB
890 },
891 {
38adc002 892 "name": "Doctrine Project",
893 "homepage": "http://www.doctrine-project.org/"
6546aca4
JB
894 }
895 ],
896 "description": "Symfony DoctrineBundle",
897 "homepage": "http://www.doctrine-project.org",
898 "keywords": [
899 "database",
900 "dbal",
901 "orm",
902 "persistence"
903 ],
03ac06a8 904 "time": "2020-05-25T19:50:59+00:00"
6546aca4
JB
905 },
906 {
907 "name": "doctrine/doctrine-cache-bundle",
7dddb5bc 908 "version": "1.4.0",
6546aca4
JB
909 "source": {
910 "type": "git",
911 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
7dddb5bc 912 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
6546aca4
JB
913 },
914 "dist": {
915 "type": "zip",
7dddb5bc 916 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
917 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
6546aca4
JB
918 "shasum": ""
919 },
920 "require": {
921 "doctrine/cache": "^1.4.2",
7dddb5bc 922 "doctrine/inflector": "^1.0",
923 "php": "^7.1",
924 "symfony/doctrine-bridge": "^3.4|^4.0"
6546aca4
JB
925 },
926 "require-dev": {
927 "instaclick/coding-standard": "~1.1",
928 "instaclick/object-calisthenics-sniffs": "dev-master",
929 "instaclick/symfony2-coding-standard": "dev-remaster",
7dddb5bc 930 "phpunit/phpunit": "^7.0",
6546aca4
JB
931 "predis/predis": "~0.8",
932 "satooshi/php-coveralls": "^1.0",
933 "squizlabs/php_codesniffer": "~1.5",
7dddb5bc 934 "symfony/console": "^3.4|^4.0",
935 "symfony/finder": "^3.4|^4.0",
936 "symfony/framework-bundle": "^3.4|^4.0",
937 "symfony/phpunit-bridge": "^3.4|^4.0",
938 "symfony/security-acl": "^2.8",
939 "symfony/validator": "^3.4|^4.0",
940 "symfony/yaml": "^3.4|^4.0"
6546aca4
JB
941 },
942 "suggest": {
943 "symfony/security-acl": "For using this bundle to cache ACLs"
944 },
945 "type": "symfony-bundle",
946 "extra": {
947 "branch-alias": {
7dddb5bc 948 "dev-master": "1.4.x-dev"
6546aca4
JB
949 }
950 },
951 "autoload": {
952 "psr-4": {
953 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
954 },
955 "exclude-from-classmap": [
956 "/Tests/"
957 ]
958 },
959 "notification-url": "https://packagist.org/downloads/",
960 "license": [
961 "MIT"
962 ],
963 "authors": [
964 {
7dddb5bc 965 "name": "Fabien Potencier",
966 "email": "fabien@symfony.com"
6546aca4
JB
967 },
968 {
969 "name": "Benjamin Eberlei",
970 "email": "kontakt@beberlei.de"
971 },
972 {
973 "name": "Fabio B. Silva",
974 "email": "fabio.bat.silva@gmail.com"
975 },
976 {
977 "name": "Guilherme Blanco",
978 "email": "guilhermeblanco@hotmail.com"
979 },
980 {
7dddb5bc 981 "name": "Symfony Community",
982 "homepage": "http://symfony.com/contributors"
6546aca4
JB
983 },
984 {
7dddb5bc 985 "name": "Doctrine Project",
986 "homepage": "http://www.doctrine-project.org/"
6546aca4
JB
987 }
988 ],
989 "description": "Symfony Bundle for Doctrine Cache",
990 "homepage": "https://www.doctrine-project.org",
991 "keywords": [
992 "cache",
993 "caching"
994 ],
7dddb5bc 995 "time": "2019-11-29T11:22:01+00:00"
6546aca4
JB
996 },
997 {
998 "name": "doctrine/doctrine-migrations-bundle",
999 "version": "v1.3.2",
1000 "source": {
1001 "type": "git",
1002 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
1003 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
1004 },
1005 "dist": {
1006 "type": "zip",
1007 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
1008 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
1009 "shasum": ""
1010 },
1011 "require": {
1012 "doctrine/doctrine-bundle": "~1.0",
1013 "doctrine/migrations": "^1.1",
1014 "php": ">=5.4.0",
1015 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
1016 },
1017 "require-dev": {
1018 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
1019 },
1020 "type": "symfony-bundle",
1021 "extra": {
1022 "branch-alias": {
1023 "dev-master": "1.3-dev"
1024 }
1025 },
1026 "autoload": {
1027 "psr-4": {
1028 "Doctrine\\Bundle\\MigrationsBundle\\": ""
1029 }
1030 },
1031 "notification-url": "https://packagist.org/downloads/",
1032 "license": [
1033 "MIT"
1034 ],
1035 "authors": [
1036 {
1037 "name": "Symfony Community",
1038 "homepage": "http://symfony.com/contributors"
1039 },
1040 {
1041 "name": "Doctrine Project",
1042 "homepage": "http://www.doctrine-project.org"
1043 },
1044 {
1045 "name": "Fabien Potencier",
1046 "email": "fabien@symfony.com"
1047 }
1048 ],
1049 "description": "Symfony DoctrineMigrationsBundle",
1050 "homepage": "http://www.doctrine-project.org",
1051 "keywords": [
1052 "dbal",
1053 "migrations",
1054 "schema"
1055 ],
1056 "time": "2018-12-03T11:55:33+00:00"
1057 },
1058 {
1059 "name": "doctrine/event-manager",
8d4ed0df 1060 "version": "1.1.0",
6546aca4
JB
1061 "source": {
1062 "type": "git",
1063 "url": "https://github.com/doctrine/event-manager.git",
8d4ed0df 1064 "reference": "629572819973f13486371cb611386eb17851e85c"
6546aca4
JB
1065 },
1066 "dist": {
1067 "type": "zip",
8d4ed0df
JB
1068 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
1069 "reference": "629572819973f13486371cb611386eb17851e85c",
6546aca4
JB
1070 "shasum": ""
1071 },
1072 "require": {
1073 "php": "^7.1"
1074 },
1075 "conflict": {
1076 "doctrine/common": "<2.9@dev"
1077 },
1078 "require-dev": {
8d4ed0df 1079 "doctrine/coding-standard": "^6.0",
6546aca4
JB
1080 "phpunit/phpunit": "^7.0"
1081 },
1082 "type": "library",
1083 "extra": {
1084 "branch-alias": {
1085 "dev-master": "1.0.x-dev"
1086 }
1087 },
1088 "autoload": {
1089 "psr-4": {
1090 "Doctrine\\Common\\": "lib/Doctrine/Common"
1091 }
1092 },
1093 "notification-url": "https://packagist.org/downloads/",
1094 "license": [
1095 "MIT"
1096 ],
1097 "authors": [
8d4ed0df
JB
1098 {
1099 "name": "Guilherme Blanco",
1100 "email": "guilhermeblanco@gmail.com"
1101 },
6546aca4
JB
1102 {
1103 "name": "Roman Borschel",
1104 "email": "roman@code-factory.org"
1105 },
1106 {
1107 "name": "Benjamin Eberlei",
1108 "email": "kontakt@beberlei.de"
1109 },
6546aca4
JB
1110 {
1111 "name": "Jonathan Wage",
1112 "email": "jonwage@gmail.com"
1113 },
1114 {
1115 "name": "Johannes Schmitt",
1116 "email": "schmittjoh@gmail.com"
1117 },
1118 {
1119 "name": "Marco Pivetta",
1120 "email": "ocramius@gmail.com"
1121 }
1122 ],
8d4ed0df 1123 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
6546aca4
JB
1124 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1125 "keywords": [
1126 "event",
8d4ed0df
JB
1127 "event dispatcher",
1128 "event manager",
1129 "event system",
1130 "events"
6546aca4 1131 ],
8d4ed0df 1132 "time": "2019-11-10T09:48:07+00:00"
6546aca4
JB
1133 },
1134 {
1135 "name": "doctrine/inflector",
8d4ed0df 1136 "version": "1.3.1",
6546aca4
JB
1137 "source": {
1138 "type": "git",
1139 "url": "https://github.com/doctrine/inflector.git",
8d4ed0df 1140 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
6546aca4
JB
1141 },
1142 "dist": {
1143 "type": "zip",
8d4ed0df
JB
1144 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1145 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
6546aca4
JB
1146 "shasum": ""
1147 },
1148 "require": {
1149 "php": "^7.1"
1150 },
1151 "require-dev": {
1152 "phpunit/phpunit": "^6.2"
1153 },
1154 "type": "library",
1155 "extra": {
1156 "branch-alias": {
1157 "dev-master": "1.3.x-dev"
1158 }
1159 },
1160 "autoload": {
1161 "psr-4": {
1162 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1163 }
1164 },
1165 "notification-url": "https://packagist.org/downloads/",
1166 "license": [
1167 "MIT"
1168 ],
1169 "authors": [
8d4ed0df
JB
1170 {
1171 "name": "Guilherme Blanco",
1172 "email": "guilhermeblanco@gmail.com"
1173 },
6546aca4
JB
1174 {
1175 "name": "Roman Borschel",
1176 "email": "roman@code-factory.org"
1177 },
1178 {
1179 "name": "Benjamin Eberlei",
1180 "email": "kontakt@beberlei.de"
1181 },
6546aca4
JB
1182 {
1183 "name": "Jonathan Wage",
1184 "email": "jonwage@gmail.com"
1185 },
1186 {
1187 "name": "Johannes Schmitt",
1188 "email": "schmittjoh@gmail.com"
1189 }
1190 ],
1191 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1192 "homepage": "http://www.doctrine-project.org",
1193 "keywords": [
1194 "inflection",
1195 "pluralize",
1196 "singularize",
1197 "string"
1198 ],
8d4ed0df 1199 "time": "2019-10-30T19:59:35+00:00"
6546aca4
JB
1200 },
1201 {
1202 "name": "doctrine/instantiator",
8d4ed0df 1203 "version": "1.3.0",
6546aca4
JB
1204 "source": {
1205 "type": "git",
1206 "url": "https://github.com/doctrine/instantiator.git",
8d4ed0df 1207 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
6546aca4
JB
1208 },
1209 "dist": {
1210 "type": "zip",
8d4ed0df
JB
1211 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
1212 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
6546aca4
JB
1213 "shasum": ""
1214 },
1215 "require": {
1216 "php": "^7.1"
1217 },
1218 "require-dev": {
1219 "doctrine/coding-standard": "^6.0",
1220 "ext-pdo": "*",
1221 "ext-phar": "*",
1222 "phpbench/phpbench": "^0.13",
1223 "phpstan/phpstan-phpunit": "^0.11",
1224 "phpstan/phpstan-shim": "^0.11",
1225 "phpunit/phpunit": "^7.0"
1226 },
1227 "type": "library",
1228 "extra": {
1229 "branch-alias": {
1230 "dev-master": "1.2.x-dev"
1231 }
1232 },
1233 "autoload": {
1234 "psr-4": {
1235 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1236 }
1237 },
1238 "notification-url": "https://packagist.org/downloads/",
1239 "license": [
1240 "MIT"
1241 ],
1242 "authors": [
1243 {
1244 "name": "Marco Pivetta",
1245 "email": "ocramius@gmail.com",
1246 "homepage": "http://ocramius.github.com/"
1247 }
1248 ],
1249 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1250 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1251 "keywords": [
1252 "constructor",
1253 "instantiate"
1254 ],
8d4ed0df 1255 "time": "2019-10-21T16:45:58+00:00"
6546aca4
JB
1256 },
1257 {
1258 "name": "doctrine/lexer",
cb4108b4 1259 "version": "1.0.2",
6546aca4
JB
1260 "source": {
1261 "type": "git",
1262 "url": "https://github.com/doctrine/lexer.git",
cb4108b4 1263 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
6546aca4
JB
1264 },
1265 "dist": {
1266 "type": "zip",
cb4108b4 1267 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1268 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
6546aca4
JB
1269 "shasum": ""
1270 },
1271 "require": {
1272 "php": ">=5.3.2"
1273 },
cb4108b4 1274 "require-dev": {
1275 "phpunit/phpunit": "^4.5"
1276 },
6546aca4
JB
1277 "type": "library",
1278 "extra": {
1279 "branch-alias": {
1280 "dev-master": "1.0.x-dev"
1281 }
1282 },
1283 "autoload": {
cb4108b4 1284 "psr-4": {
1285 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
6546aca4
JB
1286 }
1287 },
1288 "notification-url": "https://packagist.org/downloads/",
1289 "license": [
1290 "MIT"
1291 ],
1292 "authors": [
1293 {
1294 "name": "Roman Borschel",
1295 "email": "roman@code-factory.org"
1296 },
1297 {
1298 "name": "Guilherme Blanco",
1299 "email": "guilhermeblanco@gmail.com"
1300 },
1301 {
1302 "name": "Johannes Schmitt",
1303 "email": "schmittjoh@gmail.com"
1304 }
1305 ],
cb4108b4 1306 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1307 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
6546aca4 1308 "keywords": [
cb4108b4 1309 "annotations",
1310 "docblock",
6546aca4 1311 "lexer",
cb4108b4 1312 "parser",
1313 "php"
6546aca4 1314 ],
cb4108b4 1315 "time": "2019-06-08T11:03:04+00:00"
6546aca4
JB
1316 },
1317 {
1318 "name": "doctrine/migrations",
1319 "version": "v1.8.1",
1320 "source": {
1321 "type": "git",
1322 "url": "https://github.com/doctrine/migrations.git",
1323 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1324 },
1325 "dist": {
1326 "type": "zip",
1327 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1328 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1329 "shasum": ""
1330 },
1331 "require": {
1332 "doctrine/dbal": "~2.6",
1333 "ocramius/proxy-manager": "^1.0|^2.0",
1334 "php": "^7.1",
1335 "symfony/console": "~3.3|^4.0"
1336 },
1337 "require-dev": {
1338 "doctrine/coding-standard": "^1.0",
1339 "doctrine/orm": "~2.5",
1340 "jdorn/sql-formatter": "~1.1",
1341 "mikey179/vfsstream": "^1.6",
1342 "phpunit/phpunit": "~7.0",
1343 "squizlabs/php_codesniffer": "^3.0",
1344 "symfony/yaml": "~3.3|^4.0"
1345 },
1346 "suggest": {
1347 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1348 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1349 },
1350 "bin": [
1351 "bin/doctrine-migrations"
1352 ],
1353 "type": "library",
1354 "extra": {
1355 "branch-alias": {
1356 "dev-master": "v1.8.x-dev"
1357 }
1358 },
1359 "autoload": {
1360 "psr-4": {
1361 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1362 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1363 }
1364 },
1365 "notification-url": "https://packagist.org/downloads/",
1366 "license": [
1367 "MIT"
1368 ],
1369 "authors": [
1370 {
1371 "name": "Benjamin Eberlei",
1372 "email": "kontakt@beberlei.de"
1373 },
1374 {
1375 "name": "Jonathan Wage",
1376 "email": "jonwage@gmail.com"
1377 },
1378 {
1379 "name": "Michael Simonson",
1380 "email": "contact@mikesimonson.com"
1381 }
1382 ],
1383 "description": "Database Schema migrations using Doctrine DBAL",
1384 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1385 "keywords": [
1386 "database",
1387 "migrations"
1388 ],
1389 "time": "2018-06-06T21:00:30+00:00"
1390 },
1391 {
1392 "name": "doctrine/orm",
93a4cefd 1393 "version": "v2.6.6",
6546aca4
JB
1394 "source": {
1395 "type": "git",
1396 "url": "https://github.com/doctrine/orm.git",
93a4cefd 1397 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e"
6546aca4
JB
1398 },
1399 "dist": {
1400 "type": "zip",
93a4cefd 1401 "url": "https://api.github.com/repos/doctrine/orm/zipball/2d9b9351831d1230881c52f006011cbf72fe944e",
1402 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e",
6546aca4
JB
1403 "shasum": ""
1404 },
1405 "require": {
1406 "doctrine/annotations": "~1.5",
1407 "doctrine/cache": "~1.6",
1408 "doctrine/collections": "^1.4",
1409 "doctrine/common": "^2.7.1",
1410 "doctrine/dbal": "^2.6",
1411 "doctrine/instantiator": "~1.1",
1412 "ext-pdo": "*",
1413 "php": "^7.1",
1414 "symfony/console": "~3.0|~4.0"
1415 },
1416 "require-dev": {
2133ca31 1417 "doctrine/coding-standard": "^5.0",
1418 "phpunit/phpunit": "^7.5",
6546aca4
JB
1419 "symfony/yaml": "~3.4|~4.0"
1420 },
1421 "suggest": {
1422 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1423 },
1424 "bin": [
1425 "bin/doctrine"
1426 ],
1427 "type": "library",
1428 "extra": {
1429 "branch-alias": {
1430 "dev-master": "2.6.x-dev"
1431 }
1432 },
1433 "autoload": {
1434 "psr-4": {
1435 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1436 }
1437 },
1438 "notification-url": "https://packagist.org/downloads/",
1439 "license": [
1440 "MIT"
1441 ],
1442 "authors": [
2133ca31 1443 {
1444 "name": "Guilherme Blanco",
1445 "email": "guilhermeblanco@gmail.com"
1446 },
6546aca4
JB
1447 {
1448 "name": "Roman Borschel",
1449 "email": "roman@code-factory.org"
1450 },
1451 {
1452 "name": "Benjamin Eberlei",
1453 "email": "kontakt@beberlei.de"
1454 },
6546aca4
JB
1455 {
1456 "name": "Jonathan Wage",
1457 "email": "jonwage@gmail.com"
1458 },
1459 {
1460 "name": "Marco Pivetta",
1461 "email": "ocramius@gmail.com"
1462 }
1463 ],
1464 "description": "Object-Relational-Mapper for PHP",
1465 "homepage": "http://www.doctrine-project.org",
1466 "keywords": [
1467 "database",
1468 "orm"
1469 ],
93a4cefd 1470 "time": "2019-11-18T22:01:21+00:00"
6546aca4
JB
1471 },
1472 {
1473 "name": "doctrine/persistence",
fdf90f84 1474 "version": "1.3.7",
6546aca4
JB
1475 "source": {
1476 "type": "git",
1477 "url": "https://github.com/doctrine/persistence.git",
fdf90f84 1478 "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
6546aca4
JB
1479 },
1480 "dist": {
1481 "type": "zip",
fdf90f84 1482 "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
1483 "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
6546aca4
JB
1484 "shasum": ""
1485 },
1486 "require": {
1487 "doctrine/annotations": "^1.0",
1488 "doctrine/cache": "^1.0",
1489 "doctrine/collections": "^1.0",
1490 "doctrine/event-manager": "^1.0",
fdf90f84 1491 "doctrine/reflection": "^1.2",
6546aca4
JB
1492 "php": "^7.1"
1493 },
1494 "conflict": {
1495 "doctrine/common": "<2.10@dev"
1496 },
1497 "require-dev": {
6ba1d734
JB
1498 "doctrine/coding-standard": "^6.0",
1499 "phpstan/phpstan": "^0.11",
6546aca4
JB
1500 "phpunit/phpunit": "^7.0"
1501 },
1502 "type": "library",
1503 "extra": {
1504 "branch-alias": {
6ba1d734 1505 "dev-master": "1.3.x-dev"
6546aca4
JB
1506 }
1507 },
1508 "autoload": {
1509 "psr-4": {
6ba1d734
JB
1510 "Doctrine\\Common\\": "lib/Doctrine/Common",
1511 "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
6546aca4
JB
1512 }
1513 },
1514 "notification-url": "https://packagist.org/downloads/",
1515 "license": [
1516 "MIT"
1517 ],
1518 "authors": [
8d4ed0df
JB
1519 {
1520 "name": "Guilherme Blanco",
1521 "email": "guilhermeblanco@gmail.com"
1522 },
6546aca4
JB
1523 {
1524 "name": "Roman Borschel",
1525 "email": "roman@code-factory.org"
1526 },
1527 {
1528 "name": "Benjamin Eberlei",
1529 "email": "kontakt@beberlei.de"
1530 },
6546aca4
JB
1531 {
1532 "name": "Jonathan Wage",
1533 "email": "jonwage@gmail.com"
1534 },
1535 {
1536 "name": "Johannes Schmitt",
1537 "email": "schmittjoh@gmail.com"
1538 },
1539 {
1540 "name": "Marco Pivetta",
1541 "email": "ocramius@gmail.com"
1542 }
1543 ],
1544 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1545 "homepage": "https://doctrine-project.org/projects/persistence.html",
1546 "keywords": [
1547 "mapper",
1548 "object",
1549 "odm",
1550 "orm",
1551 "persistence"
1552 ],
2a253d24
JB
1553 "funding": [
1554 {
1555 "url": "https://www.doctrine-project.org/sponsorship.html",
1556 "type": "custom"
1557 },
1558 {
1559 "url": "https://www.patreon.com/phpdoctrine",
1560 "type": "patreon"
1561 },
1562 {
1563 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
1564 "type": "tidelift"
1565 }
1566 ],
fdf90f84 1567 "time": "2020-03-21T15:13:52+00:00"
6546aca4
JB
1568 },
1569 {
1570 "name": "doctrine/reflection",
fdf90f84 1571 "version": "1.2.1",
6546aca4
JB
1572 "source": {
1573 "type": "git",
1574 "url": "https://github.com/doctrine/reflection.git",
fdf90f84 1575 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
6546aca4
JB
1576 },
1577 "dist": {
1578 "type": "zip",
fdf90f84 1579 "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
1580 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
6546aca4
JB
1581 "shasum": ""
1582 },
1583 "require": {
1584 "doctrine/annotations": "^1.0",
1585 "ext-tokenizer": "*",
1586 "php": "^7.1"
1587 },
0f4e90c1 1588 "conflict": {
1589 "doctrine/common": "<2.9"
1590 },
6546aca4 1591 "require-dev": {
0f4e90c1 1592 "doctrine/coding-standard": "^5.0",
1593 "doctrine/common": "^2.10",
1594 "phpstan/phpstan": "^0.11.0",
1595 "phpstan/phpstan-phpunit": "^0.11.0",
1596 "phpunit/phpunit": "^7.0"
6546aca4
JB
1597 },
1598 "type": "library",
1599 "extra": {
1600 "branch-alias": {
fdf90f84 1601 "dev-master": "1.2.x-dev"
6546aca4
JB
1602 }
1603 },
1604 "autoload": {
1605 "psr-4": {
1606 "Doctrine\\Common\\": "lib/Doctrine/Common"
1607 }
1608 },
1609 "notification-url": "https://packagist.org/downloads/",
1610 "license": [
1611 "MIT"
1612 ],
1613 "authors": [
0f4e90c1 1614 {
1615 "name": "Guilherme Blanco",
1616 "email": "guilhermeblanco@gmail.com"
1617 },
6546aca4
JB
1618 {
1619 "name": "Roman Borschel",
1620 "email": "roman@code-factory.org"
1621 },
1622 {
1623 "name": "Benjamin Eberlei",
1624 "email": "kontakt@beberlei.de"
1625 },
6546aca4
JB
1626 {
1627 "name": "Jonathan Wage",
1628 "email": "jonwage@gmail.com"
1629 },
1630 {
1631 "name": "Johannes Schmitt",
1632 "email": "schmittjoh@gmail.com"
1633 },
1634 {
1635 "name": "Marco Pivetta",
1636 "email": "ocramius@gmail.com"
1637 }
1638 ],
0f4e90c1 1639 "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
6546aca4
JB
1640 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1641 "keywords": [
0f4e90c1 1642 "reflection",
1643 "static"
6546aca4 1644 ],
fdf90f84 1645 "time": "2020-03-27T11:06:43+00:00"
6546aca4
JB
1646 },
1647 {
1648 "name": "egulias/email-validator",
2a74acb7 1649 "version": "2.1.17",
6546aca4
JB
1650 "source": {
1651 "type": "git",
1652 "url": "https://github.com/egulias/EmailValidator.git",
2a74acb7 1653 "reference": "ade6887fd9bd74177769645ab5c474824f8a418a"
6546aca4
JB
1654 },
1655 "dist": {
1656 "type": "zip",
2a74acb7
JB
1657 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a",
1658 "reference": "ade6887fd9bd74177769645ab5c474824f8a418a",
6546aca4
JB
1659 "shasum": ""
1660 },
1661 "require": {
1662 "doctrine/lexer": "^1.0.1",
2a74acb7
JB
1663 "php": ">=5.5",
1664 "symfony/polyfill-intl-idn": "^1.10"
6546aca4
JB
1665 },
1666 "require-dev": {
2a74acb7
JB
1667 "dominicsayers/isemail": "^3.0.7",
1668 "phpunit/phpunit": "^4.8.36|^7.5.15",
1669 "satooshi/php-coveralls": "^1.0.1"
6546aca4
JB
1670 },
1671 "suggest": {
1672 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1673 },
1674 "type": "library",
1675 "extra": {
1676 "branch-alias": {
61e53dda 1677 "dev-master": "2.1.x-dev"
6546aca4
JB
1678 }
1679 },
1680 "autoload": {
1681 "psr-4": {
1682 "Egulias\\EmailValidator\\": "EmailValidator"
1683 }
1684 },
1685 "notification-url": "https://packagist.org/downloads/",
1686 "license": [
1687 "MIT"
1688 ],
1689 "authors": [
1690 {
1691 "name": "Eduardo Gulias Davis"
1692 }
1693 ],
1694 "description": "A library for validating emails against several RFCs",
1695 "homepage": "https://github.com/egulias/EmailValidator",
1696 "keywords": [
1697 "email",
1698 "emailvalidation",
1699 "emailvalidator",
1700 "validation",
1701 "validator"
1702 ],
2a74acb7 1703 "time": "2020-02-13T22:36:52+00:00"
6546aca4
JB
1704 },
1705 {
1706 "name": "electrolinux/php-html5lib",
1707 "version": "0.1.0",
1708 "source": {
1709 "type": "git",
1710 "url": "https://github.com/electrolinux/php-html5lib.git",
1711 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1712 },
1713 "dist": {
1714 "type": "zip",
1715 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1716 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1717 "shasum": ""
1718 },
1719 "require": {
1720 "php": ">=5.3.2"
1721 },
1722 "type": "library",
1723 "autoload": {
1724 "psr-0": {
1725 "HTML5Lib": "src/",
1726 "HTML5Lib\\Tests": "tests/"
1727 }
1728 },
1729 "notification-url": "https://packagist.org/downloads/",
1730 "license": [
1731 "MIT"
1732 ],
1733 "authors": [
1734 {
1735 "name": "Multiple users",
092b0423
JB
1736 "homepage": "https://code.google.com/p/html5lib/",
1737 "role": "Original developers"
6546aca4
JB
1738 },
1739 {
1740 "name": "Sébastien Lavoie",
092b0423
JB
1741 "homepage": "http://blog.lavoie.sl",
1742 "role": "Packager"
6546aca4
JB
1743 },
1744 {
1745 "name": "didier Belot",
1746 "role": "Packager"
1747 }
1748 ],
1749 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1750 "homepage": "https://github.com/electrolinux/php-html5lib",
1751 "keywords": [
1752 "HTML5",
1753 "php"
1754 ],
1755 "time": "2013-03-18T18:32:30+00:00"
1756 },
1757 {
1758 "name": "fig/link-util",
5e39e5b6 1759 "version": "1.1.1",
6546aca4
JB
1760 "source": {
1761 "type": "git",
1762 "url": "https://github.com/php-fig/link-util.git",
5e39e5b6 1763 "reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a"
6546aca4
JB
1764 },
1765 "dist": {
1766 "type": "zip",
5e39e5b6 1767 "url": "https://api.github.com/repos/php-fig/link-util/zipball/c038ee75ca13663ddc2d1f185fe6f7533c00832a",
1768 "reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a",
6546aca4
JB
1769 "shasum": ""
1770 },
1771 "require": {
1772 "php": ">=5.5.0",
1773 "psr/link": "~1.0@dev"
1774 },
0f387577
JB
1775 "provide": {
1776 "psr/link-implementation": "1.0"
1777 },
6546aca4
JB
1778 "require-dev": {
1779 "phpunit/phpunit": "^5.1",
1780 "squizlabs/php_codesniffer": "^2.3.1"
1781 },
1782 "type": "library",
1783 "extra": {
1784 "branch-alias": {
1785 "dev-master": "1.0.x-dev"
1786 }
1787 },
1788 "autoload": {
1789 "psr-4": {
1790 "Fig\\Link\\": "src/"
1791 }
1792 },
1793 "notification-url": "https://packagist.org/downloads/",
1794 "license": [
1795 "MIT"
1796 ],
1797 "authors": [
1798 {
1799 "name": "PHP-FIG",
1800 "homepage": "http://www.php-fig.org/"
1801 }
1802 ],
1803 "description": "Common utility implementations for HTTP links",
1804 "keywords": [
1805 "http",
1806 "http-link",
1807 "link",
1808 "psr",
1809 "psr-13",
1810 "rest"
1811 ],
5e39e5b6 1812 "time": "2020-04-27T06:40:36+00:00"
6546aca4
JB
1813 },
1814 {
1815 "name": "fossar/htmlawed",
1816 "version": "1.2.7",
1817 "source": {
1818 "type": "git",
1819 "url": "https://github.com/fossar/HTMLawed.git",
1820 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1821 },
1822 "dist": {
1823 "type": "zip",
1824 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1825 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1826 "shasum": ""
1827 },
1828 "require": {
1829 "php": ">4.4.0"
1830 },
1831 "replace": {
1832 "htmlawed/htmlawed": "*"
1833 },
1834 "type": "library",
1835 "autoload": {
1836 "files": [
1837 "htmLawed.php"
1838 ]
1839 },
1840 "notification-url": "https://packagist.org/downloads/",
1841 "license": [
1842 "GPL-2.0+",
1843 "LGPL-3.0"
1844 ],
1845 "authors": [
1846 {
1847 "name": "Santosh Patnaik",
1a758230 1848 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1849 "role": "Developer"
6546aca4
JB
1850 }
1851 ],
1852 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1853 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1854 "keywords": [
1855 "HTMLtidy",
1856 "html",
1857 "sanitize",
1858 "strip",
1859 "tags"
1860 ],
1861 "time": "2019-05-09T11:53:40+00:00"
1862 },
1863 {
1864 "name": "friendsofsymfony/jsrouting-bundle",
0db13229 1865 "version": "2.6.0",
6546aca4
JB
1866 "source": {
1867 "type": "git",
1868 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
0db13229 1869 "reference": "9deaf916760ce1d64cf46460473260b02751cee5"
6546aca4
JB
1870 },
1871 "dist": {
1872 "type": "zip",
0db13229 1873 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/9deaf916760ce1d64cf46460473260b02751cee5",
1874 "reference": "9deaf916760ce1d64cf46460473260b02751cee5",
6546aca4
JB
1875 "shasum": ""
1876 },
1877 "require": {
149b8c1b 1878 "php": "^7.1",
1f767ffe 1879 "symfony/console": "~3.3|^4.0|^5.0",
1880 "symfony/framework-bundle": "~3.3|^4.0|^5.0",
1881 "symfony/serializer": "~3.3|^4.0|^5.0",
6546aca4
JB
1882 "willdurand/jsonp-callback-validator": "~1.0"
1883 },
1884 "require-dev": {
1f767ffe 1885 "symfony/expression-language": "~3.3|^4.0|^5.0",
6546aca4
JB
1886 "symfony/phpunit-bridge": "^3.3|^4.0"
1887 },
1888 "type": "symfony-bundle",
1889 "extra": {
1890 "branch-alias": {
1891 "dev-master": "2.0-dev"
1892 }
1893 },
1894 "autoload": {
1895 "psr-4": {
1896 "FOS\\JsRoutingBundle\\": ""
1897 },
1898 "exclude-from-classmap": [
1899 "/Tests/"
1900 ]
1901 },
1902 "notification-url": "https://packagist.org/downloads/",
1903 "license": [
1904 "MIT"
1905 ],
1906 "authors": [
6546aca4
JB
1907 {
1908 "name": "William Durand",
1909 "email": "will+git@drnd.me"
56d39423 1910 },
1911 {
1912 "name": "FriendsOfSymfony Community",
1913 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
6546aca4
JB
1914 }
1915 ],
1916 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1917 "homepage": "http://friendsofsymfony.github.com",
1918 "keywords": [
1919 "Js Routing",
1920 "javascript",
1921 "routing"
1922 ],
0db13229 1923 "time": "2020-05-20T09:38:45+00:00"
6546aca4
JB
1924 },
1925 {
1926 "name": "friendsofsymfony/oauth-server-bundle",
1927 "version": "1.6.2",
1928 "source": {
1929 "type": "git",
1930 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1931 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1932 },
1933 "dist": {
1934 "type": "zip",
1935 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1936 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1937 "shasum": ""
1938 },
1939 "require": {
1940 "friendsofsymfony/oauth2-php": "~1.1",
1941 "paragonie/random_compat": "^1|^2",
1942 "php": "^5.5|^7.0",
1943 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1944 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1945 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1946 },
1947 "require-dev": {
1948 "doctrine/doctrine-bundle": "~1.0",
1949 "doctrine/mongodb-odm": "~1.0",
1950 "doctrine/orm": "~2.2",
1951 "phing/phing": "~2.4",
1952 "php-mock/php-mock-phpunit": "^1.1",
1953 "phpunit/phpunit": "~4.8|~5.0",
1954 "propel/propel1": "^1.6.5",
1955 "symfony/class-loader": "~2.8|~3.0|^4.0",
1956 "symfony/console": "~2.8|~3.0|^4.0",
1957 "symfony/form": "~2.8|~3.0|^4.0",
1958 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1959 "symfony/templating": "~2.8|~3.0|^4.0",
1960 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1961 "symfony/yaml": "~2.8|~3.0|^4.0",
1962 "willdurand/propel-typehintable-behavior": "^1.0.4"
1963 },
1964 "suggest": {
1965 "doctrine/doctrine-bundle": "*",
1966 "doctrine/mongodb-odm-bundle": "*",
1967 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1968 "symfony/console": "Needed to be able to use commands",
1969 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1970 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1971 },
1972 "type": "symfony-bundle",
1973 "extra": {
1974 "branch-alias": {
1975 "dev-master": "1.5-dev"
1976 }
1977 },
1978 "autoload": {
1979 "psr-4": {
1980 "FOS\\OAuthServerBundle\\": ""
1981 },
1982 "exclude-from-classmap": [
1983 "/Tests/"
1984 ]
1985 },
1986 "notification-url": "https://packagist.org/downloads/",
1987 "license": [
1988 "MIT"
1989 ],
1990 "authors": [
1991 {
1992 "name": "Arnaud Le Blanc",
1993 "email": "arnaud.lb@gmail.com"
1994 },
1995 {
1996 "name": "FriendsOfSymfony Community",
1997 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1998 }
1999 ],
2000 "description": "Symfony2 OAuth Server Bundle",
2001 "homepage": "http://friendsofsymfony.github.com",
2002 "keywords": [
2003 "oauth",
2004 "oauth2",
2005 "server"
2006 ],
2007 "time": "2019-01-23T15:23:04+00:00"
2008 },
2009 {
2010 "name": "friendsofsymfony/oauth2-php",
f3db2579 2011 "version": "1.3.0",
6546aca4
JB
2012 "source": {
2013 "type": "git",
2014 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
f3db2579 2015 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c"
6546aca4
JB
2016 },
2017 "dist": {
2018 "type": "zip",
f3db2579 2019 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/606b8ea1c3c927c272ac1409116332ad5a2ed94c",
2020 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c",
6546aca4
JB
2021 "shasum": ""
2022 },
2023 "require": {
f3db2579 2024 "php": "^5.5.9|^7.0.8|^7.1.3|^7.2.5",
2025 "symfony/http-foundation": "~3.0|~4.0|~5.0"
6546aca4
JB
2026 },
2027 "require-dev": {
f3db2579 2028 "phpunit/phpunit": "^4.8 || ^5.0"
6546aca4
JB
2029 },
2030 "type": "library",
2031 "extra": {
2032 "branch-alias": {
2033 "dev-master": "1.2.x-dev"
2034 }
2035 },
2036 "autoload": {
2037 "psr-4": {
2038 "OAuth2\\": "lib/"
f3db2579 2039 },
2040 "exclude-from-classmap": [
2041 "/tests/"
2042 ]
6546aca4
JB
2043 },
2044 "notification-url": "https://packagist.org/downloads/",
2045 "license": [
2046 "MIT"
2047 ],
2048 "authors": [
2049 {
2050 "name": "Arnaud Le Blanc",
2051 "email": "arnaud.lb@gmail.com"
2052 },
2053 {
2054 "name": "FriendsOfSymfony Community",
2055 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
2056 }
2057 ],
2058 "description": "OAuth2 library",
2059 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
2060 "keywords": [
2061 "oauth",
2062 "oauth2"
2063 ],
f3db2579 2064 "time": "2020-03-03T22:14:46+00:00"
6546aca4
JB
2065 },
2066 {
2067 "name": "friendsofsymfony/rest-bundle",
26e5b452 2068 "version": "2.7.4",
6546aca4
JB
2069 "source": {
2070 "type": "git",
2071 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
26e5b452 2072 "reference": "3d8501dbdfa48811ef942f5f93c358c80d5ad8eb"
6546aca4
JB
2073 },
2074 "dist": {
2075 "type": "zip",
26e5b452 2076 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/3d8501dbdfa48811ef942f5f93c358c80d5ad8eb",
2077 "reference": "3d8501dbdfa48811ef942f5f93c358c80d5ad8eb",
6546aca4
JB
2078 "shasum": ""
2079 },
2080 "require": {
2081 "doctrine/inflector": "^1.0",
987237d5 2082 "php": "^7.1",
6546aca4 2083 "psr/log": "^1.0",
987237d5
JB
2084 "symfony/config": "^3.4|^4.3",
2085 "symfony/debug": "^3.4|^4.3",
2086 "symfony/dependency-injection": "^3.4|^4.3",
2087 "symfony/event-dispatcher": "^3.4|^4.3",
2088 "symfony/finder": "^3.4|^4.3",
2089 "symfony/framework-bundle": "^3.4|^4.3",
2090 "symfony/http-foundation": "^3.4|^4.3",
2091 "symfony/http-kernel": "^3.4|^4.3",
2092 "symfony/routing": "^3.4|^4.3",
2093 "symfony/security-core": "^3.4|^4.3",
6546aca4
JB
2094 "willdurand/jsonp-callback-validator": "^1.0",
2095 "willdurand/negotiation": "^2.0"
2096 },
2097 "conflict": {
2098 "jms/serializer": "<1.13.0",
2099 "jms/serializer-bundle": "<2.0.0",
2100 "sensio/framework-extra-bundle": "<3.0.13"
2101 },
2102 "require-dev": {
0c801a47 2103 "friendsofphp/php-cs-fixer": "^2.0",
2104 "jms/serializer": "^1.13|^2.0|^3.0",
6546aca4
JB
2105 "jms/serializer-bundle": "^2.3.1|^3.0",
2106 "phpoption/phpoption": "^1.1",
2107 "psr/http-message": "^1.0",
2108 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
987237d5
JB
2109 "symfony/asset": "^3.4|^4.3",
2110 "symfony/browser-kit": "^3.4|^4.3",
2111 "symfony/css-selector": "^3.4|^4.3",
2112 "symfony/expression-language": "^3.4|^4.3",
2113 "symfony/form": "^3.4|^4.3",
6546aca4 2114 "symfony/phpunit-bridge": "^4.1.8",
987237d5
JB
2115 "symfony/security-bundle": "^3.4|^4.3",
2116 "symfony/serializer": "^3.4|^4.3",
2117 "symfony/templating": "^3.4|^4.3",
2118 "symfony/twig-bundle": "^3.4|^4.3",
2119 "symfony/validator": "^3.4|^4.3",
2120 "symfony/web-profiler-bundle": "^3.4|^4.3",
2121 "symfony/yaml": "^3.4|^4.3"
6546aca4
JB
2122 },
2123 "suggest": {
2124 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
2125 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
2126 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
2127 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2128 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2129 },
2130 "type": "symfony-bundle",
2131 "extra": {
2132 "branch-alias": {
0c801a47 2133 "dev-master": "2.7-dev"
6546aca4
JB
2134 }
2135 },
2136 "autoload": {
2137 "psr-4": {
2138 "FOS\\RestBundle\\": ""
2139 },
2140 "exclude-from-classmap": [
ff627220 2141 "Resources/",
6546aca4
JB
2142 "Tests/"
2143 ]
2144 },
2145 "notification-url": "https://packagist.org/downloads/",
2146 "license": [
2147 "MIT"
2148 ],
2149 "authors": [
2150 {
2151 "name": "Lukas Kahwe Smith",
2152 "email": "smith@pooteeweet.org"
2153 },
6546aca4
JB
2154 {
2155 "name": "Konstantin Kudryashov",
2156 "email": "ever.zet@gmail.com"
987237d5
JB
2157 },
2158 {
2159 "name": "FriendsOfSymfony Community",
2160 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
6546aca4
JB
2161 }
2162 ],
2163 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2164 "homepage": "http://friendsofsymfony.github.com",
2165 "keywords": [
2166 "rest"
2167 ],
26e5b452 2168 "time": "2020-04-23T17:34:09+00:00"
6546aca4
JB
2169 },
2170 {
2171 "name": "friendsofsymfony/user-bundle",
2172 "version": "v2.0.2",
2173 "source": {
2174 "type": "git",
2175 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2176 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2177 },
2178 "dist": {
2179 "type": "zip",
2180 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2181 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2182 "shasum": ""
2183 },
2184 "require": {
2185 "paragonie/random_compat": "^1 || ^2",
2186 "php": "^5.5.9 || ^7.0",
2187 "symfony/form": "^2.7 || ^3.0",
2188 "symfony/framework-bundle": "^2.7 || ^3.0",
2189 "symfony/security-bundle": "^2.7 || ^3.0",
2190 "symfony/templating": "^2.7 || ^3.0",
2191 "symfony/twig-bundle": "^2.7 || ^3.0",
2192 "twig/twig": "^1.28 || ^2.0"
2193 },
2194 "conflict": {
2195 "doctrine/doctrine-bundle": "<1.3",
2196 "symfony/doctrine-bridge": "<2.7"
2197 },
2198 "require-dev": {
2199 "doctrine/doctrine-bundle": "^1.3",
2200 "friendsofphp/php-cs-fixer": "^1.11",
2201 "phpunit/phpunit": "~4.8|~5.0",
2202 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2203 "symfony/console": "^2.7 || ^3.0",
2204 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2205 "symfony/validator": "^2.7 || ^3.0",
2206 "symfony/yaml": "^2.7 || ^3.0"
2207 },
2208 "type": "symfony-bundle",
2209 "extra": {
2210 "branch-alias": {
2211 "dev-master": "2.0.x-dev"
2212 }
2213 },
2214 "autoload": {
2215 "psr-4": {
2216 "FOS\\UserBundle\\": ""
2217 },
2218 "exclude-from-classmap": [
2219 "/Tests/"
2220 ]
2221 },
2222 "notification-url": "https://packagist.org/downloads/",
2223 "license": [
2224 "MIT"
2225 ],
2226 "authors": [
2227 {
2228 "name": "Christophe Coevoet",
2229 "email": "stof@notk.org"
2230 },
2231 {
2232 "name": "FriendsOfSymfony Community",
2233 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2234 },
2235 {
2236 "name": "Thibault Duplessis",
2237 "email": "thibault.duplessis@gmail.com"
2238 }
2239 ],
2240 "description": "Symfony FOSUserBundle",
2241 "homepage": "http://friendsofsymfony.github.com",
2242 "keywords": [
2243 "User management"
2244 ],
2245 "time": "2017-11-29T17:01:21+00:00"
2246 },
2247 {
2248 "name": "gedmo/doctrine-extensions",
2a74acb7 2249 "version": "v2.4.41",
6546aca4
JB
2250 "source": {
2251 "type": "git",
2252 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
2a74acb7 2253 "reference": "e55a6727052f91834a968937c93b6fb193be8fb6"
6546aca4
JB
2254 },
2255 "dist": {
2256 "type": "zip",
2a74acb7
JB
2257 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/e55a6727052f91834a968937c93b6fb193be8fb6",
2258 "reference": "e55a6727052f91834a968937c93b6fb193be8fb6",
6546aca4
JB
2259 "shasum": ""
2260 },
2261 "require": {
2262 "behat/transliterator": "~1.2",
2263 "doctrine/common": "~2.4",
2264 "php": ">=5.3.2"
2265 },
2266 "conflict": {
6ba1d734
JB
2267 "doctrine/annotations": "<1.2",
2268 "doctrine/mongodb-odm": ">=2.0"
6546aca4
JB
2269 },
2270 "require-dev": {
2271 "doctrine/common": ">=2.5.0",
6ba1d734 2272 "doctrine/mongodb-odm": ">=1.0.2 <2.0",
6546aca4 2273 "doctrine/orm": ">=2.5.0",
6ba1d734 2274 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2a74acb7 2275 "symfony/yaml": "^2.6 || ^3.0 || ^4.0 || ^5.0"
6546aca4
JB
2276 },
2277 "suggest": {
2278 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2279 "doctrine/orm": "to use the extensions with the ORM"
2280 },
2281 "type": "library",
2282 "extra": {
2283 "branch-alias": {
2284 "dev-master": "2.4.x-dev"
2285 }
2286 },
2287 "autoload": {
2288 "psr-4": {
2289 "Gedmo\\": "lib/Gedmo"
2290 }
2291 },
2292 "notification-url": "https://packagist.org/downloads/",
2293 "license": [
2294 "MIT"
2295 ],
2296 "authors": [
6546aca4
JB
2297 {
2298 "name": "Gediminas Morkevicius",
2299 "email": "gediminas.morkevicius@gmail.com"
2300 },
2301 {
2302 "name": "Gustavo Falco",
2303 "email": "comfortablynumb84@gmail.com"
6ba1d734
JB
2304 },
2305 {
2306 "name": "David Buchmann",
2307 "email": "david@liip.ch"
6546aca4
JB
2308 }
2309 ],
2310 "description": "Doctrine2 behavioral extensions",
2311 "homepage": "http://gediminasm.org/",
2312 "keywords": [
2313 "Blameable",
2314 "behaviors",
2315 "doctrine2",
2316 "extensions",
2317 "gedmo",
2318 "loggable",
2319 "nestedset",
2320 "sluggable",
2321 "sortable",
2322 "timestampable",
2323 "translatable",
2324 "tree",
2325 "uploadable"
2326 ],
2a74acb7 2327 "time": "2020-05-10T22:20:03+00:00"
6546aca4
JB
2328 },
2329 {
2330 "name": "grandt/binstring",
2331 "version": "1.0.0",
2332 "source": {
2333 "type": "git",
2334 "url": "https://github.com/Grandt/PHPBinString.git",
2335 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2336 },
2337 "dist": {
2338 "type": "zip",
2339 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2340 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2341 "shasum": ""
2342 },
2343 "require": {
2344 "php": ">=5.0"
2345 },
2346 "type": "library",
2347 "autoload": {
2348 "classmap": [
2349 "BinString.php",
2350 "BinStringStatic.php"
2351 ]
2352 },
2353 "notification-url": "https://packagist.org/downloads/",
2354 "license": [
2355 "LGPL-2.1"
2356 ],
2357 "authors": [
2358 {
2359 "name": "A. Grandt",
092b0423
JB
2360 "email": "php@grandt.com",
2361 "role": "Developer"
6546aca4
JB
2362 }
2363 ],
2364 "description": "A class for working around the use of mbstring.func_override",
2365 "homepage": "https://github.com/Grandt/PHPBinString",
2366 "keywords": [
2367 "binary strings",
2368 "mbstring"
2369 ],
2370 "time": "2015-08-13T06:14:41+00:00"
2371 },
6546aca4
JB
2372 {
2373 "name": "grandt/phpresizegif",
2374 "version": "1.0.3",
2375 "source": {
2376 "type": "git",
2377 "url": "https://github.com/Grandt/PHPResizeGif.git",
2378 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2379 },
2380 "dist": {
2381 "type": "zip",
2382 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2383 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2384 "shasum": ""
2385 },
2386 "require": {
2387 "grandt/binstring": ">=0.2.0",
2388 "php": ">=5.3.0"
2389 },
2390 "type": "library",
2391 "autoload": {
2392 "psr-4": {
2393 "grandt\\ResizeGif\\": "src/ResizeGif",
2394 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2395 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2396 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2397 }
2398 },
2399 "notification-url": "https://packagist.org/downloads/",
2400 "license": [
2401 "LGPL-2.1"
2402 ],
2403 "authors": [
2404 {
2405 "name": "A. Grandt",
2406 "email": "php@grandt.com",
092b0423
JB
2407 "homepage": "http://grandt.com",
2408 "role": "Developer"
6546aca4
JB
2409 }
2410 ],
2411 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2412 "homepage": "https://github.com/Grandt/PHPResizeGif",
2413 "keywords": [
2414 "GIF89a",
2415 "animated gif",
2416 "gif",
2417 "resize"
2418 ],
2419 "time": "2015-05-10T10:52:24+00:00"
2420 },
2421 {
2422 "name": "grandt/phpzipmerge",
2423 "version": "1.0.4",
2424 "source": {
2425 "type": "git",
2426 "url": "https://github.com/Grandt/PHPZipMerge.git",
2427 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2428 },
2429 "dist": {
2430 "type": "zip",
2431 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2432 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2433 "shasum": ""
2434 },
2435 "require": {
2436 "grandt/binstring": ">=1.0.0",
2437 "grandt/relativepath": ">=1.0.1",
2438 "php": ">=5.3.0"
2439 },
2440 "type": "library",
2441 "autoload": {
2442 "psr-4": {
2443 "ZipMerge\\": "src/ZipMerge"
2444 }
2445 },
2446 "notification-url": "https://packagist.org/downloads/",
2447 "license": [
2448 "LGPL-2.1"
2449 ],
2450 "authors": [
2451 {
2452 "name": "A. Grandt",
2453 "email": "php@grandt.com",
092b0423
JB
2454 "homepage": "http://grandt.com",
2455 "role": "Developer"
6546aca4
JB
2456 },
2457 {
2458 "name": "Greg Kappatos",
092b0423
JB
2459 "homepage": "http://websiteconnect.com.au",
2460 "role": "Developer"
6546aca4
JB
2461 }
2462 ],
2463 "description": "Merge and stream multiple Zip files on the fly.",
2464 "homepage": "https://github.com/Grandt/PHPZipMerge",
2465 "keywords": [
2466 "archive",
2467 "compressed",
2468 "compression",
2469 "merge",
2470 "phpzip",
2471 "pkzip",
2472 "stream",
2473 "zip"
2474 ],
2475 "time": "2015-08-18T13:49:33+00:00"
2476 },
2477 {
2478 "name": "grandt/relativepath",
2479 "version": "1.0.2",
2480 "source": {
2481 "type": "git",
2482 "url": "https://github.com/Grandt/PHPRelativePath.git",
2483 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2484 },
2485 "dist": {
2486 "type": "zip",
2487 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2488 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2489 "shasum": ""
2490 },
2491 "require": {
2492 "php": ">=5.0"
2493 },
2494 "type": "library",
2495 "autoload": {
2496 "classmap": [
2497 "RelativePath.php"
2498 ]
2499 },
2500 "notification-url": "https://packagist.org/downloads/",
2501 "license": [
2502 "LGPL-2.1"
2503 ],
2504 "authors": [
2505 {
2506 "name": "A. Grandt",
092b0423
JB
2507 "email": "php@grandt.com",
2508 "role": "Developer"
6546aca4
JB
2509 }
2510 ],
2511 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2512 "homepage": "https://github.com/Grandt/PHPRelativePath",
2513 "keywords": [
2514 "file path"
2515 ],
2516 "time": "2015-05-14T08:18:23+00:00"
2517 },
2518 {
2519 "name": "guzzlehttp/guzzle",
181dbaaa 2520 "version": "5.3.4",
6546aca4
JB
2521 "source": {
2522 "type": "git",
2523 "url": "https://github.com/guzzle/guzzle.git",
181dbaaa 2524 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
6546aca4
JB
2525 },
2526 "dist": {
2527 "type": "zip",
181dbaaa 2528 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
2529 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
6546aca4
JB
2530 "shasum": ""
2531 },
2532 "require": {
2533 "guzzlehttp/ringphp": "^1.1",
2534 "php": ">=5.4.0",
2535 "react/promise": "^2.2"
2536 },
2537 "require-dev": {
2538 "ext-curl": "*",
2539 "phpunit/phpunit": "^4.0"
2540 },
2541 "type": "library",
2542 "autoload": {
2543 "psr-4": {
2544 "GuzzleHttp\\": "src/"
2545 }
2546 },
2547 "notification-url": "https://packagist.org/downloads/",
2548 "license": [
2549 "MIT"
2550 ],
2551 "authors": [
2552 {
2553 "name": "Michael Dowling",
2554 "email": "mtdowling@gmail.com",
2555 "homepage": "https://github.com/mtdowling"
2556 }
2557 ],
2558 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2559 "homepage": "http://guzzlephp.org/",
2560 "keywords": [
2561 "client",
2562 "curl",
2563 "framework",
2564 "http",
2565 "http client",
2566 "rest",
2567 "web service"
2568 ],
181dbaaa 2569 "time": "2019-10-30T09:32:00+00:00"
6546aca4 2570 },
eb0fa190 2571 {
2572 "name": "guzzlehttp/promises",
2573 "version": "v1.3.1",
2574 "source": {
2575 "type": "git",
2576 "url": "https://github.com/guzzle/promises.git",
2577 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2578 },
2579 "dist": {
2580 "type": "zip",
2581 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2582 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2583 "shasum": ""
2584 },
2585 "require": {
2586 "php": ">=5.5.0"
2587 },
2588 "require-dev": {
2589 "phpunit/phpunit": "^4.0"
2590 },
2591 "type": "library",
2592 "extra": {
2593 "branch-alias": {
2594 "dev-master": "1.4-dev"
2595 }
2596 },
2597 "autoload": {
2598 "psr-4": {
2599 "GuzzleHttp\\Promise\\": "src/"
2600 },
2601 "files": [
2602 "src/functions_include.php"
2603 ]
2604 },
2605 "notification-url": "https://packagist.org/downloads/",
2606 "license": [
2607 "MIT"
2608 ],
2609 "authors": [
2610 {
2611 "name": "Michael Dowling",
2612 "email": "mtdowling@gmail.com",
2613 "homepage": "https://github.com/mtdowling"
2614 }
2615 ],
2616 "description": "Guzzle promises library",
2617 "keywords": [
2618 "promise"
2619 ],
2620 "time": "2016-12-20T10:07:11+00:00"
2621 },
6546aca4
JB
2622 {
2623 "name": "guzzlehttp/psr7",
154d0974 2624 "version": "1.6.1",
6546aca4
JB
2625 "source": {
2626 "type": "git",
2627 "url": "https://github.com/guzzle/psr7.git",
154d0974 2628 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
6546aca4
JB
2629 },
2630 "dist": {
2631 "type": "zip",
154d0974
JB
2632 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2633 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
6546aca4
JB
2634 "shasum": ""
2635 },
2636 "require": {
2637 "php": ">=5.4.0",
2638 "psr/http-message": "~1.0",
154d0974 2639 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
6546aca4
JB
2640 },
2641 "provide": {
2642 "psr/http-message-implementation": "1.0"
2643 },
2644 "require-dev": {
154d0974 2645 "ext-zlib": "*",
6546aca4
JB
2646 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2647 },
154d0974
JB
2648 "suggest": {
2649 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2650 },
6546aca4
JB
2651 "type": "library",
2652 "extra": {
2653 "branch-alias": {
154d0974 2654 "dev-master": "1.6-dev"
6546aca4
JB
2655 }
2656 },
2657 "autoload": {
2658 "psr-4": {
2659 "GuzzleHttp\\Psr7\\": "src/"
2660 },
2661 "files": [
2662 "src/functions_include.php"
2663 ]
2664 },
2665 "notification-url": "https://packagist.org/downloads/",
2666 "license": [
2667 "MIT"
2668 ],
2669 "authors": [
2670 {
2671 "name": "Michael Dowling",
2672 "email": "mtdowling@gmail.com",
2673 "homepage": "https://github.com/mtdowling"
2674 },
2675 {
2676 "name": "Tobias Schultze",
2677 "homepage": "https://github.com/Tobion"
2678 }
2679 ],
2680 "description": "PSR-7 message implementation that also provides common utility methods",
2681 "keywords": [
2682 "http",
2683 "message",
2684 "psr-7",
2685 "request",
2686 "response",
2687 "stream",
2688 "uri",
2689 "url"
2690 ],
154d0974 2691 "time": "2019-07-01T23:21:34+00:00"
6546aca4
JB
2692 },
2693 {
2694 "name": "guzzlehttp/ringphp",
2695 "version": "1.1.1",
2696 "source": {
2697 "type": "git",
2698 "url": "https://github.com/guzzle/RingPHP.git",
2699 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2700 },
2701 "dist": {
2702 "type": "zip",
2703 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2704 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2705 "shasum": ""
2706 },
2707 "require": {
2708 "guzzlehttp/streams": "~3.0",
2709 "php": ">=5.4.0",
2710 "react/promise": "~2.0"
2711 },
2712 "require-dev": {
2713 "ext-curl": "*",
2714 "phpunit/phpunit": "~4.0"
2715 },
2716 "suggest": {
2717 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2718 },
2719 "type": "library",
2720 "extra": {
2721 "branch-alias": {
2722 "dev-master": "1.1-dev"
2723 }
2724 },
2725 "autoload": {
2726 "psr-4": {
2727 "GuzzleHttp\\Ring\\": "src/"
2728 }
2729 },
2730 "notification-url": "https://packagist.org/downloads/",
2731 "license": [
2732 "MIT"
2733 ],
2734 "authors": [
2735 {
2736 "name": "Michael Dowling",
2737 "email": "mtdowling@gmail.com",
2738 "homepage": "https://github.com/mtdowling"
2739 }
2740 ],
2741 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
94e7ba31 2742 "abandoned": true,
6546aca4
JB
2743 "time": "2018-07-31T13:22:33+00:00"
2744 },
2745 {
2746 "name": "guzzlehttp/streams",
2747 "version": "3.0.0",
2748 "source": {
2749 "type": "git",
2750 "url": "https://github.com/guzzle/streams.git",
2751 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2752 },
2753 "dist": {
2754 "type": "zip",
2755 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2756 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2757 "shasum": ""
2758 },
2759 "require": {
2760 "php": ">=5.4.0"
2761 },
2762 "require-dev": {
2763 "phpunit/phpunit": "~4.0"
2764 },
2765 "type": "library",
2766 "extra": {
2767 "branch-alias": {
2768 "dev-master": "3.0-dev"
2769 }
2770 },
2771 "autoload": {
2772 "psr-4": {
2773 "GuzzleHttp\\Stream\\": "src/"
2774 }
2775 },
2776 "notification-url": "https://packagist.org/downloads/",
2777 "license": [
2778 "MIT"
2779 ],
2780 "authors": [
2781 {
2782 "name": "Michael Dowling",
2783 "email": "mtdowling@gmail.com",
2784 "homepage": "https://github.com/mtdowling"
2785 }
2786 ],
2787 "description": "Provides a simple abstraction over streams of data",
2788 "homepage": "http://guzzlephp.org/",
2789 "keywords": [
2790 "Guzzle",
2791 "stream"
2792 ],
0c801a47 2793 "abandoned": true,
6546aca4
JB
2794 "time": "2014-10-12T19:18:40+00:00"
2795 },
2796 {
2797 "name": "hoa/compiler",
2798 "version": "3.17.08.08",
2799 "source": {
2800 "type": "git",
2801 "url": "https://github.com/hoaproject/Compiler.git",
2802 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2803 },
2804 "dist": {
2805 "type": "zip",
2806 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2807 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2808 "shasum": ""
2809 },
2810 "require": {
2811 "hoa/consistency": "~1.0",
2812 "hoa/exception": "~1.0",
2813 "hoa/file": "~1.0",
2814 "hoa/iterator": "~2.0",
2815 "hoa/math": "~1.0",
2816 "hoa/protocol": "~1.0",
2817 "hoa/regex": "~1.0",
2818 "hoa/visitor": "~2.0"
2819 },
2820 "require-dev": {
2821 "hoa/json": "~2.0",
2822 "hoa/test": "~2.0"
2823 },
2824 "type": "library",
2825 "extra": {
2826 "branch-alias": {
2827 "dev-master": "3.x-dev"
2828 }
2829 },
2830 "autoload": {
2831 "psr-4": {
2832 "Hoa\\Compiler\\": "."
2833 }
2834 },
2835 "notification-url": "https://packagist.org/downloads/",
2836 "license": [
2837 "BSD-3-Clause"
2838 ],
2839 "authors": [
2840 {
2841 "name": "Ivan Enderlin",
2842 "email": "ivan.enderlin@hoa-project.net"
2843 },
2844 {
2845 "name": "Hoa community",
2846 "homepage": "https://hoa-project.net/"
2847 }
2848 ],
2849 "description": "The Hoa\\Compiler library.",
2850 "homepage": "https://hoa-project.net/",
2851 "keywords": [
2852 "algebraic",
2853 "ast",
2854 "compiler",
2855 "context-free",
2856 "coverage",
2857 "exhaustive",
2858 "grammar",
2859 "isotropic",
2860 "language",
2861 "lexer",
2862 "library",
2863 "ll1",
2864 "llk",
2865 "parser",
2866 "pp",
2867 "random",
2868 "regular",
2869 "rule",
2870 "sampler",
2871 "syntax",
2872 "token",
2873 "trace",
2874 "uniform"
2875 ],
2876 "time": "2017-08-08T07:44:07+00:00"
2877 },
2878 {
2879 "name": "hoa/consistency",
2880 "version": "1.17.05.02",
2881 "source": {
2882 "type": "git",
2883 "url": "https://github.com/hoaproject/Consistency.git",
2884 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2885 },
2886 "dist": {
2887 "type": "zip",
2888 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2889 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2890 "shasum": ""
2891 },
2892 "require": {
2893 "hoa/exception": "~1.0",
2894 "php": ">=5.5.0"
2895 },
2896 "require-dev": {
2897 "hoa/stream": "~1.0",
2898 "hoa/test": "~2.0"
2899 },
2900 "type": "library",
2901 "extra": {
2902 "branch-alias": {
2903 "dev-master": "1.x-dev"
2904 }
2905 },
2906 "autoload": {
2907 "psr-4": {
2908 "Hoa\\Consistency\\": "."
2909 },
2910 "files": [
2911 "Prelude.php"
2912 ]
2913 },
2914 "notification-url": "https://packagist.org/downloads/",
2915 "license": [
2916 "BSD-3-Clause"
2917 ],
2918 "authors": [
2919 {
2920 "name": "Ivan Enderlin",
2921 "email": "ivan.enderlin@hoa-project.net"
2922 },
2923 {
2924 "name": "Hoa community",
2925 "homepage": "https://hoa-project.net/"
2926 }
2927 ],
2928 "description": "The Hoa\\Consistency library.",
2929 "homepage": "https://hoa-project.net/",
2930 "keywords": [
2931 "autoloader",
2932 "callable",
2933 "consistency",
2934 "entity",
2935 "flex",
2936 "keyword",
2937 "library"
2938 ],
2939 "time": "2017-05-02T12:18:12+00:00"
2940 },
2941 {
2942 "name": "hoa/event",
2943 "version": "1.17.01.13",
2944 "source": {
2945 "type": "git",
2946 "url": "https://github.com/hoaproject/Event.git",
2947 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2948 },
2949 "dist": {
2950 "type": "zip",
2951 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2952 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2953 "shasum": ""
2954 },
2955 "require": {
2956 "hoa/consistency": "~1.0",
2957 "hoa/exception": "~1.0"
2958 },
2959 "require-dev": {
2960 "hoa/test": "~2.0"
2961 },
2962 "type": "library",
2963 "extra": {
2964 "branch-alias": {
2965 "dev-master": "1.x-dev"
2966 }
2967 },
2968 "autoload": {
2969 "psr-4": {
2970 "Hoa\\Event\\": "."
2971 }
2972 },
2973 "notification-url": "https://packagist.org/downloads/",
2974 "license": [
2975 "BSD-3-Clause"
2976 ],
2977 "authors": [
2978 {
2979 "name": "Ivan Enderlin",
2980 "email": "ivan.enderlin@hoa-project.net"
2981 },
2982 {
2983 "name": "Hoa community",
2984 "homepage": "https://hoa-project.net/"
2985 }
2986 ],
2987 "description": "The Hoa\\Event library.",
2988 "homepage": "https://hoa-project.net/",
2989 "keywords": [
2990 "event",
2991 "library",
2992 "listener",
2993 "observer"
2994 ],
2995 "time": "2017-01-13T15:30:50+00:00"
2996 },
2997 {
2998 "name": "hoa/exception",
2999 "version": "1.17.01.16",
3000 "source": {
3001 "type": "git",
3002 "url": "https://github.com/hoaproject/Exception.git",
3003 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
3004 },
3005 "dist": {
3006 "type": "zip",
3007 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
3008 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
3009 "shasum": ""
3010 },
3011 "require": {
3012 "hoa/consistency": "~1.0",
3013 "hoa/event": "~1.0"
3014 },
3015 "require-dev": {
3016 "hoa/test": "~2.0"
3017 },
3018 "type": "library",
3019 "extra": {
3020 "branch-alias": {
3021 "dev-master": "1.x-dev"
3022 }
3023 },
3024 "autoload": {
3025 "psr-4": {
3026 "Hoa\\Exception\\": "."
3027 }
3028 },
3029 "notification-url": "https://packagist.org/downloads/",
3030 "license": [
3031 "BSD-3-Clause"
3032 ],
3033 "authors": [
3034 {
3035 "name": "Ivan Enderlin",
3036 "email": "ivan.enderlin@hoa-project.net"
3037 },
3038 {
3039 "name": "Hoa community",
3040 "homepage": "https://hoa-project.net/"
3041 }
3042 ],
3043 "description": "The Hoa\\Exception library.",
3044 "homepage": "https://hoa-project.net/",
3045 "keywords": [
3046 "exception",
3047 "library"
3048 ],
3049 "time": "2017-01-16T07:53:27+00:00"
3050 },
3051 {
3052 "name": "hoa/file",
3053 "version": "1.17.07.11",
3054 "source": {
3055 "type": "git",
3056 "url": "https://github.com/hoaproject/File.git",
3057 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
3058 },
3059 "dist": {
3060 "type": "zip",
3061 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3062 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3063 "shasum": ""
3064 },
3065 "require": {
3066 "hoa/consistency": "~1.0",
3067 "hoa/event": "~1.0",
3068 "hoa/exception": "~1.0",
3069 "hoa/iterator": "~2.0",
3070 "hoa/stream": "~1.0"
3071 },
3072 "require-dev": {
3073 "hoa/test": "~2.0"
3074 },
3075 "type": "library",
3076 "extra": {
3077 "branch-alias": {
3078 "dev-master": "1.x-dev"
3079 }
3080 },
3081 "autoload": {
3082 "psr-4": {
3083 "Hoa\\File\\": "."
3084 }
3085 },
3086 "notification-url": "https://packagist.org/downloads/",
3087 "license": [
3088 "BSD-3-Clause"
3089 ],
3090 "authors": [
3091 {
3092 "name": "Ivan Enderlin",
3093 "email": "ivan.enderlin@hoa-project.net"
3094 },
3095 {
3096 "name": "Hoa community",
3097 "homepage": "https://hoa-project.net/"
3098 }
3099 ],
3100 "description": "The Hoa\\File library.",
3101 "homepage": "https://hoa-project.net/",
3102 "keywords": [
3103 "Socket",
3104 "directory",
3105 "file",
3106 "finder",
3107 "library",
3108 "link",
3109 "temporary"
3110 ],
3111 "time": "2017-07-11T07:42:15+00:00"
3112 },
3113 {
3114 "name": "hoa/iterator",
3115 "version": "2.17.01.10",
3116 "source": {
3117 "type": "git",
3118 "url": "https://github.com/hoaproject/Iterator.git",
3119 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3120 },
3121 "dist": {
3122 "type": "zip",
3123 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3124 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3125 "shasum": ""
3126 },
3127 "require": {
3128 "hoa/consistency": "~1.0",
3129 "hoa/exception": "~1.0"
3130 },
3131 "require-dev": {
3132 "hoa/test": "~2.0"
3133 },
3134 "type": "library",
3135 "extra": {
3136 "branch-alias": {
3137 "dev-master": "2.x-dev"
3138 }
3139 },
3140 "autoload": {
3141 "psr-4": {
3142 "Hoa\\Iterator\\": "."
3143 }
3144 },
3145 "notification-url": "https://packagist.org/downloads/",
3146 "license": [
3147 "BSD-3-Clause"
3148 ],
3149 "authors": [
3150 {
3151 "name": "Ivan Enderlin",
3152 "email": "ivan.enderlin@hoa-project.net"
3153 },
3154 {
3155 "name": "Hoa community",
3156 "homepage": "https://hoa-project.net/"
3157 }
3158 ],
3159 "description": "The Hoa\\Iterator library.",
3160 "homepage": "https://hoa-project.net/",
3161 "keywords": [
3162 "iterator",
3163 "library"
3164 ],
3165 "time": "2017-01-10T10:34:47+00:00"
3166 },
3167 {
3168 "name": "hoa/math",
3169 "version": "1.17.05.16",
3170 "source": {
3171 "type": "git",
3172 "url": "https://github.com/hoaproject/Math.git",
3173 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3174 },
3175 "dist": {
3176 "type": "zip",
3177 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3178 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3179 "shasum": ""
3180 },
3181 "require": {
3182 "hoa/compiler": "~3.0",
3183 "hoa/consistency": "~1.0",
3184 "hoa/exception": "~1.0",
3185 "hoa/iterator": "~2.0",
3186 "hoa/protocol": "~1.0",
3187 "hoa/zformat": "~1.0"
3188 },
3189 "require-dev": {
3190 "hoa/test": "~2.0"
3191 },
3192 "type": "library",
3193 "extra": {
3194 "branch-alias": {
3195 "dev-master": "1.x-dev"
3196 }
3197 },
3198 "autoload": {
3199 "psr-4": {
3200 "Hoa\\Math\\": "."
3201 }
3202 },
3203 "notification-url": "https://packagist.org/downloads/",
3204 "license": [
3205 "BSD-3-Clause"
3206 ],
3207 "authors": [
3208 {
3209 "name": "Ivan Enderlin",
3210 "email": "ivan.enderlin@hoa-project.net"
3211 },
3212 {
3213 "name": "Hoa community",
3214 "homepage": "https://hoa-project.net/"
3215 }
3216 ],
3217 "description": "The Hoa\\Math library.",
3218 "homepage": "https://hoa-project.net/",
3219 "keywords": [
3220 "arrangement",
3221 "combination",
3222 "combinatorics",
3223 "counting",
3224 "library",
3225 "math",
3226 "permutation",
3227 "sampler",
3228 "set"
3229 ],
3230 "time": "2017-05-16T08:02:17+00:00"
3231 },
3232 {
3233 "name": "hoa/protocol",
3234 "version": "1.17.01.14",
3235 "source": {
3236 "type": "git",
3237 "url": "https://github.com/hoaproject/Protocol.git",
3238 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3239 },
3240 "dist": {
3241 "type": "zip",
3242 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3243 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3244 "shasum": ""
3245 },
3246 "require": {
3247 "hoa/consistency": "~1.0",
3248 "hoa/exception": "~1.0"
3249 },
3250 "require-dev": {
3251 "hoa/test": "~2.0"
3252 },
3253 "type": "library",
3254 "extra": {
3255 "branch-alias": {
3256 "dev-master": "1.x-dev"
3257 }
3258 },
3259 "autoload": {
3260 "psr-4": {
3261 "Hoa\\Protocol\\": "."
3262 },
3263 "files": [
3264 "Wrapper.php"
3265 ]
3266 },
3267 "notification-url": "https://packagist.org/downloads/",
3268 "license": [
3269 "BSD-3-Clause"
3270 ],
3271 "authors": [
3272 {
3273 "name": "Ivan Enderlin",
3274 "email": "ivan.enderlin@hoa-project.net"
3275 },
3276 {
3277 "name": "Hoa community",
3278 "homepage": "https://hoa-project.net/"
3279 }
3280 ],
3281 "description": "The Hoa\\Protocol library.",
3282 "homepage": "https://hoa-project.net/",
3283 "keywords": [
3284 "library",
3285 "protocol",
3286 "resource",
3287 "stream",
3288 "wrapper"
3289 ],
3290 "time": "2017-01-14T12:26:10+00:00"
3291 },
3292 {
3293 "name": "hoa/regex",
3294 "version": "1.17.01.13",
3295 "source": {
3296 "type": "git",
3297 "url": "https://github.com/hoaproject/Regex.git",
3298 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3299 },
3300 "dist": {
3301 "type": "zip",
3302 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3303 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3304 "shasum": ""
3305 },
3306 "require": {
3307 "hoa/consistency": "~1.0",
3308 "hoa/exception": "~1.0",
3309 "hoa/math": "~1.0",
3310 "hoa/protocol": "~1.0",
3311 "hoa/ustring": "~4.0",
3312 "hoa/visitor": "~2.0"
3313 },
3314 "type": "library",
3315 "extra": {
3316 "branch-alias": {
3317 "dev-master": "1.x-dev"
3318 }
3319 },
3320 "autoload": {
3321 "psr-4": {
3322 "Hoa\\Regex\\": "."
3323 }
3324 },
3325 "notification-url": "https://packagist.org/downloads/",
3326 "license": [
3327 "BSD-3-Clause"
3328 ],
3329 "authors": [
3330 {
3331 "name": "Ivan Enderlin",
3332 "email": "ivan.enderlin@hoa-project.net"
3333 },
3334 {
3335 "name": "Hoa community",
3336 "homepage": "https://hoa-project.net/"
3337 }
3338 ],
3339 "description": "The Hoa\\Regex library.",
3340 "homepage": "https://hoa-project.net/",
3341 "keywords": [
3342 "compiler",
3343 "library",
3344 "regex"
3345 ],
3346 "time": "2017-01-13T16:10:24+00:00"
3347 },
3348 {
3349 "name": "hoa/ruler",
3350 "version": "2.17.05.16",
3351 "source": {
3352 "type": "git",
3353 "url": "https://github.com/hoaproject/Ruler.git",
3354 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3355 },
3356 "dist": {
3357 "type": "zip",
3358 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3359 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3360 "shasum": ""
3361 },
3362 "require": {
3363 "hoa/compiler": "~3.0",
3364 "hoa/consistency": "~1.0",
3365 "hoa/exception": "~1.0",
3366 "hoa/file": "~1.0",
3367 "hoa/protocol": "~1.0",
3368 "hoa/visitor": "~2.0"
3369 },
3370 "require-dev": {
3371 "hoa/test": "~2.0"
3372 },
3373 "type": "library",
3374 "extra": {
3375 "branch-alias": {
3376 "dev-master": "2.x-dev"
3377 }
3378 },
3379 "autoload": {
3380 "psr-4": {
3381 "Hoa\\Ruler\\": "."
3382 }
3383 },
3384 "notification-url": "https://packagist.org/downloads/",
3385 "license": [
3386 "BSD-3-Clause"
3387 ],
3388 "authors": [
3389 {
3390 "name": "Ivan Enderlin",
3391 "email": "ivan.enderlin@hoa-project.net"
3392 },
3393 {
3394 "name": "Hoa community",
3395 "homepage": "https://hoa-project.net/"
3396 }
3397 ],
3398 "description": "The Hoa\\Ruler library.",
3399 "homepage": "https://hoa-project.net/",
3400 "keywords": [
3401 "library",
3402 "ruler"
3403 ],
3404 "time": "2017-05-16T07:52:21+00:00"
3405 },
3406 {
3407 "name": "hoa/stream",
3408 "version": "1.17.02.21",
3409 "source": {
3410 "type": "git",
3411 "url": "https://github.com/hoaproject/Stream.git",
3412 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3413 },
3414 "dist": {
3415 "type": "zip",
3416 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3417 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3418 "shasum": ""
3419 },
3420 "require": {
3421 "hoa/consistency": "~1.0",
3422 "hoa/event": "~1.0",
3423 "hoa/exception": "~1.0",
3424 "hoa/protocol": "~1.0"
3425 },
3426 "require-dev": {
3427 "hoa/test": "~2.0"
3428 },
3429 "type": "library",
3430 "extra": {
3431 "branch-alias": {
3432 "dev-master": "1.x-dev"
3433 }
3434 },
3435 "autoload": {
3436 "psr-4": {
3437 "Hoa\\Stream\\": "."
3438 }
3439 },
3440 "notification-url": "https://packagist.org/downloads/",
3441 "license": [
3442 "BSD-3-Clause"
3443 ],
3444 "authors": [
3445 {
3446 "name": "Ivan Enderlin",
3447 "email": "ivan.enderlin@hoa-project.net"
3448 },
3449 {
3450 "name": "Hoa community",
3451 "homepage": "https://hoa-project.net/"
3452 }
3453 ],
3454 "description": "The Hoa\\Stream library.",
3455 "homepage": "https://hoa-project.net/",
3456 "keywords": [
3457 "Context",
3458 "bucket",
3459 "composite",
3460 "filter",
3461 "in",
3462 "library",
3463 "out",
3464 "protocol",
3465 "stream",
3466 "wrapper"
3467 ],
3468 "time": "2017-02-21T16:01:06+00:00"
3469 },
3470 {
3471 "name": "hoa/ustring",
3472 "version": "4.17.01.16",
3473 "source": {
3474 "type": "git",
3475 "url": "https://github.com/hoaproject/Ustring.git",
3476 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3477 },
3478 "dist": {
3479 "type": "zip",
3480 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3481 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3482 "shasum": ""
3483 },
3484 "require": {
3485 "hoa/consistency": "~1.0",
3486 "hoa/exception": "~1.0"
3487 },
3488 "require-dev": {
3489 "hoa/test": "~2.0"
3490 },
3491 "suggest": {
3492 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3493 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3494 },
3495 "type": "library",
3496 "extra": {
3497 "branch-alias": {
3498 "dev-master": "4.x-dev"
3499 }
3500 },
3501 "autoload": {
3502 "psr-4": {
3503 "Hoa\\Ustring\\": "."
3504 }
3505 },
3506 "notification-url": "https://packagist.org/downloads/",
3507 "license": [
3508 "BSD-3-Clause"
3509 ],
3510 "authors": [
3511 {
3512 "name": "Ivan Enderlin",
3513 "email": "ivan.enderlin@hoa-project.net"
3514 },
3515 {
3516 "name": "Hoa community",
3517 "homepage": "https://hoa-project.net/"
3518 }
3519 ],
3520 "description": "The Hoa\\Ustring library.",
3521 "homepage": "https://hoa-project.net/",
3522 "keywords": [
3523 "library",
3524 "search",
3525 "string",
3526 "unicode"
3527 ],
3528 "time": "2017-01-16T07:08:25+00:00"
3529 },
3530 {
3531 "name": "hoa/visitor",
3532 "version": "2.17.01.16",
3533 "source": {
3534 "type": "git",
3535 "url": "https://github.com/hoaproject/Visitor.git",
3536 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3537 },
3538 "dist": {
3539 "type": "zip",
3540 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3541 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3542 "shasum": ""
3543 },
3544 "require": {
3545 "hoa/consistency": "~1.0"
3546 },
3547 "require-dev": {
3548 "hoa/test": "~2.0"
3549 },
3550 "type": "library",
3551 "extra": {
3552 "branch-alias": {
3553 "dev-master": "2.x-dev"
3554 }
3555 },
3556 "autoload": {
3557 "psr-4": {
3558 "Hoa\\Visitor\\": "."
3559 }
3560 },
3561 "notification-url": "https://packagist.org/downloads/",
3562 "license": [
3563 "BSD-3-Clause"
3564 ],
3565 "authors": [
3566 {
3567 "name": "Ivan Enderlin",
3568 "email": "ivan.enderlin@hoa-project.net"
3569 },
3570 {
3571 "name": "Hoa community",
3572 "homepage": "https://hoa-project.net/"
3573 }
3574 ],
3575 "description": "The Hoa\\Visitor library.",
3576 "homepage": "https://hoa-project.net/",
3577 "keywords": [
3578 "library",
3579 "structure",
3580 "visit",
3581 "visitor"
3582 ],
3583 "time": "2017-01-16T07:02:03+00:00"
3584 },
3585 {
3586 "name": "hoa/zformat",
3587 "version": "1.17.01.10",
3588 "source": {
3589 "type": "git",
3590 "url": "https://github.com/hoaproject/Zformat.git",
3591 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3592 },
3593 "dist": {
3594 "type": "zip",
3595 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3596 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3597 "shasum": ""
3598 },
3599 "require": {
3600 "hoa/consistency": "~1.0",
3601 "hoa/exception": "~1.0"
3602 },
3603 "type": "library",
3604 "extra": {
3605 "branch-alias": {
3606 "dev-master": "1.x-dev"
3607 }
3608 },
3609 "autoload": {
3610 "psr-4": {
3611 "Hoa\\Zformat\\": "."
3612 }
3613 },
3614 "notification-url": "https://packagist.org/downloads/",
3615 "license": [
3616 "BSD-3-Clause"
3617 ],
3618 "authors": [
3619 {
3620 "name": "Ivan Enderlin",
3621 "email": "ivan.enderlin@hoa-project.net"
3622 },
3623 {
3624 "name": "Hoa community",
3625 "homepage": "https://hoa-project.net/"
3626 }
3627 ],
3628 "description": "The Hoa\\Zformat library.",
3629 "homepage": "https://hoa-project.net/",
3630 "keywords": [
3631 "library",
3632 "parameter",
3633 "zformat"
3634 ],
3635 "time": "2017-01-10T10:39:54+00:00"
3636 },
3637 {
3638 "name": "html2text/html2text",
ca7e0756 3639 "version": "4.3.1",
6546aca4
JB
3640 "source": {
3641 "type": "git",
3642 "url": "https://github.com/mtibben/html2text.git",
ca7e0756 3643 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c"
6546aca4
JB
3644 },
3645 "dist": {
3646 "type": "zip",
ca7e0756 3647 "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
3648 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
6546aca4
JB
3649 "shasum": ""
3650 },
3651 "require-dev": {
3652 "phpunit/phpunit": "~4"
3653 },
3654 "suggest": {
3655 "ext-mbstring": "For best performance",
3656 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3657 },
3658 "type": "library",
3659 "autoload": {
3660 "psr-4": {
3661 "Html2Text\\": [
3662 "src/",
3663 "test/"
3664 ]
3665 }
3666 },
3667 "notification-url": "https://packagist.org/downloads/",
3668 "license": [
3669 "GPL-2.0-or-later"
3670 ],
3671 "description": "Converts HTML to formatted plain text",
ca7e0756 3672 "time": "2020-04-16T23:44:31+00:00"
6546aca4 3673 },
955a3bde
JB
3674 {
3675 "name": "http-interop/http-factory-guzzle",
3676 "version": "1.0.0",
3677 "source": {
3678 "type": "git",
3679 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3680 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3681 },
3682 "dist": {
3683 "type": "zip",
3684 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3685 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3686 "shasum": ""
3687 },
3688 "require": {
3689 "guzzlehttp/psr7": "^1.4.2",
3690 "psr/http-factory": "^1.0"
3691 },
3692 "provide": {
3693 "psr/http-factory-implementation": "^1.0"
3694 },
3695 "require-dev": {
3696 "http-interop/http-factory-tests": "^0.5",
3697 "phpunit/phpunit": "^6.5"
3698 },
3699 "type": "library",
3700 "autoload": {
3701 "psr-4": {
3702 "Http\\Factory\\Guzzle\\": "src/"
3703 }
3704 },
3705 "notification-url": "https://packagist.org/downloads/",
3706 "license": [
3707 "MIT"
3708 ],
3709 "authors": [
3710 {
3711 "name": "PHP-FIG",
3712 "homepage": "http://www.php-fig.org/"
3713 }
3714 ],
3715 "description": "An HTTP Factory using Guzzle PSR7",
3716 "keywords": [
3717 "factory",
3718 "http",
3719 "psr-17",
3720 "psr-7"
3721 ],
3722 "time": "2018-07-31T19:32:56+00:00"
3723 },
6546aca4
JB
3724 {
3725 "name": "incenteev/composer-parameter-handler",
91c318e8 3726 "version": "v2.1.4",
6546aca4
JB
3727 "source": {
3728 "type": "git",
3729 "url": "https://github.com/Incenteev/ParameterHandler.git",
91c318e8 3730 "reference": "084befb11ec21faeadcddefb88b66132775ff59b"
6546aca4
JB
3731 },
3732 "dist": {
3733 "type": "zip",
91c318e8 3734 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/084befb11ec21faeadcddefb88b66132775ff59b",
3735 "reference": "084befb11ec21faeadcddefb88b66132775ff59b",
6546aca4
JB
3736 "shasum": ""
3737 },
3738 "require": {
3739 "php": ">=5.3.3",
91c318e8 3740 "symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0"
6546aca4
JB
3741 },
3742 "require-dev": {
3743 "composer/composer": "^1.0@dev",
91c318e8 3744 "symfony/filesystem": "^2.3 || ^3 || ^4 || ^5",
3745 "symfony/phpunit-bridge": "^4.0 || ^5.0"
6546aca4
JB
3746 },
3747 "type": "library",
3748 "extra": {
3749 "branch-alias": {
3750 "dev-master": "2.1.x-dev"
3751 }
3752 },
3753 "autoload": {
3754 "psr-4": {
3755 "Incenteev\\ParameterHandler\\": ""
3756 }
3757 },
3758 "notification-url": "https://packagist.org/downloads/",
3759 "license": [
3760 "MIT"
3761 ],
3762 "authors": [
3763 {
3764 "name": "Christophe Coevoet",
3765 "email": "stof@notk.org"
3766 }
3767 ],
3768 "description": "Composer script handling your ignored parameter file",
3769 "homepage": "https://github.com/Incenteev/ParameterHandler",
3770 "keywords": [
3771 "parameters management"
3772 ],
91c318e8 3773 "time": "2020-03-17T21:10:00+00:00"
6546aca4
JB
3774 },
3775 {
3776 "name": "j0k3r/graby",
692501f2 3777 "version": "2.2.0",
6546aca4
JB
3778 "source": {
3779 "type": "git",
3780 "url": "https://github.com/j0k3r/graby.git",
692501f2 3781 "reference": "deb677eb45eddb99e1dfcfe56bb4216fd12894ed"
6546aca4
JB
3782 },
3783 "dist": {
3784 "type": "zip",
692501f2 3785 "url": "https://api.github.com/repos/j0k3r/graby/zipball/deb677eb45eddb99e1dfcfe56bb4216fd12894ed",
3786 "reference": "deb677eb45eddb99e1dfcfe56bb4216fd12894ed",
6546aca4
JB
3787 "shasum": ""
3788 },
3789 "require": {
3790 "ext-curl": "*",
3791 "ext-tidy": "*",
3792 "fossar/htmlawed": "^1.2.4",
3793 "guzzlehttp/psr7": "^1.5",
3794 "j0k3r/graby-site-config": "^1.0",
3795 "j0k3r/httplug-ssrf-plugin": "^2.0",
3796 "j0k3r/php-readability": "^1.1",
3797 "monolog/monolog": "^1.13.1",
3798 "php": ">=7.1",
3799 "php-http/client-common": "^2.0",
3800 "php-http/discovery": "^1.0",
3801 "php-http/httplug": "^2.0",
3802 "php-http/message": "^1.7",
3803 "psr/http-message": "^1.0",
3804 "simplepie/simplepie": "^1.3.1",
3805 "smalot/pdfparser": "~0.11",
692501f2 3806 "symfony/options-resolver": "~2.6|~3.0|~4.0|~5.0",
3807 "true/punycode": "~2.1"
6546aca4
JB
3808 },
3809 "require-dev": {
3810 "friendsofphp/php-cs-fixer": "~2.14",
3811 "php-coveralls/php-coveralls": "^2.0",
3812 "php-http/guzzle6-adapter": "^2.0",
3813 "php-http/mock-client": "^1.2",
3814 "phpstan/phpstan": "^0.11",
3815 "phpstan/phpstan-phpunit": "^0.11",
692501f2 3816 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0|^5.0"
6546aca4
JB
3817 },
3818 "type": "library",
3819 "extra": {
3820 "branch-alias": {
3821 "dev-2.0": "2.0-dev"
3822 }
3823 },
3824 "autoload": {
3825 "psr-4": {
3826 "Graby\\": "src/"
3827 }
3828 },
3829 "notification-url": "https://packagist.org/downloads/",
3830 "license": [
3831 "MIT"
3832 ],
3833 "authors": [
3834 {
3835 "name": "Jeremy Benoist",
092b0423
JB
3836 "email": "jeremy.benoist@gmail.com",
3837 "role": "Developer"
6546aca4
JB
3838 },
3839 {
3840 "name": "FiveFilters.org",
092b0423
JB
3841 "email": "fivefilters@fivefilters.org",
3842 "role": "Developer (original version)"
6546aca4
JB
3843 }
3844 ],
3845 "description": "Graby helps you extract article content from web pages",
692501f2 3846 "time": "2020-04-15T11:37:45+00:00"
6546aca4
JB
3847 },
3848 {
3849 "name": "j0k3r/graby-site-config",
2a74acb7 3850 "version": "1.0.106",
6546aca4
JB
3851 "source": {
3852 "type": "git",
3853 "url": "https://github.com/j0k3r/graby-site-config.git",
2a74acb7 3854 "reference": "d50dbfe2644c684a9fe0d99c74ca0734354cc3c0"
6546aca4
JB
3855 },
3856 "dist": {
3857 "type": "zip",
2a74acb7
JB
3858 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/d50dbfe2644c684a9fe0d99c74ca0734354cc3c0",
3859 "reference": "d50dbfe2644c684a9fe0d99c74ca0734354cc3c0",
6546aca4
JB
3860 "shasum": ""
3861 },
3862 "require": {
692501f2 3863 "symfony/finder": "~2.6|~3.0|~4.0|~5.0"
6546aca4
JB
3864 },
3865 "require-dev": {
3866 "liip/rmt": "1.2.*",
692501f2 3867 "symfony/phpunit-bridge": "^4.3|^5.0"
6546aca4
JB
3868 },
3869 "type": "library",
3870 "autoload": {
3871 "psr-4": {
3872 "GrabySiteConfig\\SiteConfig\\": "src/"
3873 }
3874 },
3875 "notification-url": "https://packagist.org/downloads/",
3876 "license": [
3877 "CC0-1.0"
3878 ],
3879 "authors": [
3880 {
3881 "name": "Jeremy Benoist",
3882 "email": "jeremy.benoist@gmail.com"
3883 }
3884 ],
3885 "description": "Graby site config files",
2a74acb7 3886 "time": "2020-05-13T05:29:30+00:00"
6546aca4
JB
3887 },
3888 {
3889 "name": "j0k3r/httplug-ssrf-plugin",
514c55a1 3890 "version": "v2.0.1",
6546aca4
JB
3891 "source": {
3892 "type": "git",
3893 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
514c55a1 3894 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2"
6546aca4
JB
3895 },
3896 "dist": {
3897 "type": "zip",
514c55a1 3898 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3899 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
6546aca4
JB
3900 "shasum": ""
3901 },
3902 "require": {
3903 "php": "^7.1",
3904 "php-http/client-common": "^2.0",
3905 "php-http/discovery": "^1.5",
3906 "php-http/message": "^1.7",
3907 "php-http/message-factory": "^1.0.2"
3908 },
3909 "require-dev": {
3910 "friendsofphp/php-cs-fixer": "^2.14",
3911 "guzzlehttp/psr7": "^1.0",
3912 "php-http/guzzle6-adapter": "^2.0",
3913 "php-http/mock-client": "^1.0",
3914 "phpstan/phpstan": "^0.11",
3915 "phpstan/phpstan-phpunit": "^0.11",
3916 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3917 },
3918 "type": "library",
6546aca4
JB
3919 "autoload": {
3920 "psr-4": {
3921 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3922 }
3923 },
3924 "notification-url": "https://packagist.org/downloads/",
3925 "license": [
3926 "MIT"
3927 ],
3928 "authors": [
3929 {
3930 "name": "Jeremy Benoist",
3931 "email": "jeremy.benoist@gmail.com"
3932 },
3933 {
3934 "name": "aaa2000",
3935 "email": "adev2000@gmail.com"
3936 },
3937 {
3938 "name": "Jack W",
092b0423
JB
3939 "email": "jack@fin1te.net",
3940 "role": "Developer (SafeCurl original version)"
6546aca4
JB
3941 }
3942 ],
3943 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3944 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3945 "keywords": [
3946 "http",
3947 "httplug",
3948 "plugin",
3949 "security",
3950 "ssrf"
3951 ],
514c55a1 3952 "time": "2020-01-06T13:44:13+00:00"
6546aca4
JB
3953 },
3954 {
3955 "name": "j0k3r/php-readability",
b0817af0 3956 "version": "1.2.4",
6546aca4
JB
3957 "source": {
3958 "type": "git",
3959 "url": "https://github.com/j0k3r/php-readability.git",
b0817af0 3960 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
6546aca4
JB
3961 },
3962 "dist": {
3963 "type": "zip",
b0817af0 3964 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3965 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
6546aca4
JB
3966 "shasum": ""
3967 },
3968 "require": {
3969 "electrolinux/php-html5lib": "^0.1.0",
3970 "ext-mbstring": "*",
3971 "php": ">=5.6.0",
3972 "psr/log": "^1.0"
3973 },
3974 "require-dev": {
3975 "friendsofphp/php-cs-fixer": "^2.14",
3976 "monolog/monolog": "^1.24",
3977 "php-coveralls/php-coveralls": "^2.1",
3978 "symfony/phpunit-bridge": "^4.2.3"
3979 },
3980 "suggest": {
3981 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3982 },
3983 "type": "library",
3984 "autoload": {
3985 "psr-4": {
3986 "Readability\\": "src/"
3987 }
3988 },
3989 "notification-url": "https://packagist.org/downloads/",
3990 "license": [
3991 "Apache-2.0"
3992 ],
3993 "authors": [
3994 {
3995 "name": "Keyvan Minoukadeh",
3996 "email": "keyvan@keyvan.net",
27113f45 3997 "homepage": "http://keyvan.net",
3998 "role": "Developer (ported original JS code to PHP)"
6546aca4
JB
3999 },
4000 {
4001 "name": "Arc90",
27113f45 4002 "homepage": "http://arc90.com",
4003 "role": "Developer (original JS version)"
6546aca4
JB
4004 },
4005 {
4006 "name": "Jeremy Benoist",
4007 "email": "jeremy.benoist@gmail.com",
27113f45 4008 "homepage": "http://www.j0k3r.net",
4009 "role": "Developer"
6546aca4
JB
4010 },
4011 {
4012 "name": "DitherSky",
27113f45 4013 "homepage": "https://github.com/Dither",
4014 "role": "Developer (https://github.com/Dither/full-text-rss)"
6546aca4
JB
4015 }
4016 ],
4017 "description": "Automatic article extraction from HTML",
4018 "keywords": [
4019 "article",
4020 "article extraction",
4021 "content",
4022 "content extraction",
4023 "extraction",
4024 "html"
4025 ],
b0817af0 4026 "time": "2019-06-25T15:15:37+00:00"
6546aca4
JB
4027 },
4028 {
4029 "name": "javibravo/simpleue",
4030 "version": "2.1.0",
4031 "source": {
4032 "type": "git",
4033 "url": "https://github.com/javibravo/simpleue.git",
4034 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
4035 },
4036 "dist": {
4037 "type": "zip",
4038 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
4039 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
4040 "shasum": ""
4041 },
4042 "require": {
4043 "php": ">=5.5",
4044 "psr/log": "~1.0"
4045 },
4046 "require-dev": {
4047 "aws/aws-sdk-php": "^3.9",
4048 "pda/pheanstalk": "^3.1",
4049 "phpunit/phpunit": "4.0.*",
4050 "predis/predis": "^1.0"
4051 },
4052 "suggest": {
4053 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
4054 "ext-redis": "Allow work with Redis Locker",
4055 "pda/pheanstalk": "Allow work with Beanstalkd queues",
4056 "predis/predis": "Allow work with Redis queues"
4057 },
4058 "type": "library",
4059 "autoload": {
4060 "psr-4": {
4061 "Simpleue\\": "src/Simpleue"
4062 }
4063 },
4064 "notification-url": "https://packagist.org/downloads/",
4065 "license": [
4066 "MIT"
4067 ],
4068 "authors": [
4069 {
4070 "name": "Javier Bravo",
4071 "email": "javibravo85@gmail.com"
4072 }
4073 ],
4074 "description": "Php package to manage queue tasks in a simple way",
4075 "homepage": "http://github.com/javibravo/simpleue",
4076 "keywords": [
4077 "job",
4078 "queue",
4079 "redis",
4080 "sqs",
4081 "task"
4082 ],
4083 "time": "2017-11-15T13:41:13+00:00"
4084 },
4085 {
4086 "name": "jdorn/sql-formatter",
4087 "version": "v1.2.17",
4088 "source": {
4089 "type": "git",
4090 "url": "https://github.com/jdorn/sql-formatter.git",
4091 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4092 },
4093 "dist": {
4094 "type": "zip",
4095 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4096 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4097 "shasum": ""
4098 },
4099 "require": {
4100 "php": ">=5.2.4"
4101 },
4102 "require-dev": {
4103 "phpunit/phpunit": "3.7.*"
4104 },
4105 "type": "library",
4106 "extra": {
4107 "branch-alias": {
4108 "dev-master": "1.3.x-dev"
4109 }
4110 },
4111 "autoload": {
4112 "classmap": [
4113 "lib"
4114 ]
4115 },
4116 "notification-url": "https://packagist.org/downloads/",
4117 "license": [
4118 "MIT"
4119 ],
4120 "authors": [
4121 {
4122 "name": "Jeremy Dorn",
4123 "email": "jeremy@jeremydorn.com",
4124 "homepage": "http://jeremydorn.com/"
4125 }
4126 ],
4127 "description": "a PHP SQL highlighting library",
4128 "homepage": "https://github.com/jdorn/sql-formatter/",
4129 "keywords": [
4130 "highlight",
4131 "sql"
4132 ],
4133 "time": "2014-01-12T16:20:24+00:00"
4134 },
955a3bde
JB
4135 {
4136 "name": "jean85/pretty-package-versions",
2a253d24 4137 "version": "1.3.0",
955a3bde
JB
4138 "source": {
4139 "type": "git",
4140 "url": "https://github.com/Jean85/pretty-package-versions.git",
2a253d24 4141 "reference": "e3517fb11b67e798239354fe8213927d012ad8f9"
955a3bde
JB
4142 },
4143 "dist": {
4144 "type": "zip",
2a253d24
JB
4145 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/e3517fb11b67e798239354fe8213927d012ad8f9",
4146 "reference": "e3517fb11b67e798239354fe8213927d012ad8f9",
955a3bde
JB
4147 "shasum": ""
4148 },
4149 "require": {
2a253d24 4150 "composer/package-versions-deprecated": "^1.8.0",
955a3bde
JB
4151 "php": "^7.0"
4152 },
4153 "require-dev": {
4154 "phpunit/phpunit": "^6.0"
4155 },
4156 "type": "library",
4157 "extra": {
4158 "branch-alias": {
4159 "dev-master": "1.x-dev"
4160 }
4161 },
4162 "autoload": {
4163 "psr-4": {
4164 "Jean85\\": "src/"
4165 }
4166 },
4167 "notification-url": "https://packagist.org/downloads/",
4168 "license": [
4169 "MIT"
4170 ],
4171 "authors": [
4172 {
4173 "name": "Alessandro Lai",
4174 "email": "alessandro.lai85@gmail.com"
4175 }
4176 ],
4177 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4178 "keywords": [
4179 "composer",
4180 "package",
4181 "release",
4182 "versions"
4183 ],
2a253d24 4184 "time": "2020-04-24T14:19:45+00:00"
955a3bde 4185 },
6546aca4
JB
4186 {
4187 "name": "jms/metadata",
4188 "version": "1.7.0",
4189 "source": {
4190 "type": "git",
4191 "url": "https://github.com/schmittjoh/metadata.git",
4192 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4193 },
4194 "dist": {
4195 "type": "zip",
4196 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4197 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4198 "shasum": ""
4199 },
4200 "require": {
4201 "php": ">=5.3.0"
4202 },
4203 "require-dev": {
4204 "doctrine/cache": "~1.0",
4205 "symfony/cache": "~3.1"
4206 },
4207 "type": "library",
4208 "extra": {
4209 "branch-alias": {
4210 "dev-master": "1.5.x-dev"
4211 }
4212 },
4213 "autoload": {
4214 "psr-0": {
4215 "Metadata\\": "src/"
4216 }
4217 },
4218 "notification-url": "https://packagist.org/downloads/",
4219 "license": [
4220 "MIT"
4221 ],
4222 "authors": [
4223 {
4224 "name": "Asmir Mustafic",
4225 "email": "goetas@gmail.com"
4226 },
4227 {
4228 "name": "Johannes M. Schmitt",
4229 "email": "schmittjoh@gmail.com"
4230 }
4231 ],
4232 "description": "Class/method/property metadata management in PHP",
4233 "keywords": [
4234 "annotations",
4235 "metadata",
4236 "xml",
4237 "yaml"
4238 ],
4239 "time": "2018-10-26T12:40:10+00:00"
4240 },
4241 {
4242 "name": "jms/parser-lib",
4243 "version": "1.0.0",
4244 "source": {
4245 "type": "git",
4246 "url": "https://github.com/schmittjoh/parser-lib.git",
4247 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4248 },
4249 "dist": {
4250 "type": "zip",
4251 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4252 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4253 "shasum": ""
4254 },
4255 "require": {
4256 "phpoption/phpoption": ">=0.9,<2.0-dev"
4257 },
4258 "type": "library",
4259 "extra": {
4260 "branch-alias": {
4261 "dev-master": "1.0-dev"
4262 }
4263 },
4264 "autoload": {
4265 "psr-0": {
4266 "JMS\\": "src/"
4267 }
4268 },
4269 "notification-url": "https://packagist.org/downloads/",
4270 "license": [
4271 "Apache2"
4272 ],
4273 "description": "A library for easily creating recursive-descent parsers.",
4274 "time": "2012-11-18T18:08:43+00:00"
4275 },
4276 {
4277 "name": "jms/serializer",
2a74acb7 4278 "version": "1.14.1",
6546aca4
JB
4279 "source": {
4280 "type": "git",
4281 "url": "https://github.com/schmittjoh/serializer.git",
2a74acb7 4282 "reference": "ba908d278fff27ec01fb4349f372634ffcd697c0"
6546aca4
JB
4283 },
4284 "dist": {
4285 "type": "zip",
2a74acb7
JB
4286 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ba908d278fff27ec01fb4349f372634ffcd697c0",
4287 "reference": "ba908d278fff27ec01fb4349f372634ffcd697c0",
6546aca4
JB
4288 "shasum": ""
4289 },
4290 "require": {
4291 "doctrine/annotations": "^1.0",
4292 "doctrine/instantiator": "^1.0.3",
4293 "jms/metadata": "^1.3",
4294 "jms/parser-lib": "1.*",
4295 "php": "^5.5|^7.0",
4296 "phpcollection/phpcollection": "~0.1",
4297 "phpoption/phpoption": "^1.1"
4298 },
4299 "conflict": {
4300 "twig/twig": "<1.12"
4301 },
4302 "require-dev": {
4303 "doctrine/orm": "~2.1",
4304 "doctrine/phpcr-odm": "^1.3|^2.0",
4305 "ext-pdo_sqlite": "*",
4306 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4307 "phpunit/phpunit": "^4.8|^5.0",
4308 "propel/propel1": "~1.7",
4309 "psr/container": "^1.0",
4310 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4311 "symfony/expression-language": "^2.6|^3.0",
4312 "symfony/filesystem": "^2.1",
4313 "symfony/form": "~2.1|^3.0",
4314 "symfony/translation": "^2.1|^3.0",
4315 "symfony/validator": "^2.2|^3.0",
4316 "symfony/yaml": "^2.1|^3.0",
4317 "twig/twig": "~1.12|~2.0"
4318 },
4319 "suggest": {
4320 "doctrine/cache": "Required if you like to use cache functionality.",
4321 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4322 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4323 },
4324 "type": "library",
4325 "extra": {
4326 "branch-alias": {
4327 "dev-1.x": "1.14-dev"
4328 }
4329 },
4330 "autoload": {
4331 "psr-0": {
4332 "JMS\\Serializer": "src/"
4333 }
4334 },
4335 "notification-url": "https://packagist.org/downloads/",
4336 "license": [
4337 "MIT"
4338 ],
4339 "authors": [
6546aca4
JB
4340 {
4341 "name": "Johannes M. Schmitt",
4342 "email": "schmittjoh@gmail.com"
2a74acb7
JB
4343 },
4344 {
4345 "name": "Asmir Mustafic",
4346 "email": "goetas@gmail.com"
6546aca4
JB
4347 }
4348 ],
4349 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4350 "homepage": "http://jmsyst.com/libs/serializer",
4351 "keywords": [
4352 "deserialization",
4353 "jaxb",
4354 "json",
4355 "serialization",
4356 "xml"
4357 ],
2a74acb7 4358 "time": "2020-02-22T20:59:37+00:00"
6546aca4
JB
4359 },
4360 {
4361 "name": "jms/serializer-bundle",
4362 "version": "2.4.4",
4363 "source": {
4364 "type": "git",
4365 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4366 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4367 },
4368 "dist": {
4369 "type": "zip",
4370 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4371 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4372 "shasum": ""
4373 },
4374 "require": {
4375 "jms/serializer": "^1.10",
4376 "php": "^5.4|^7.0",
4377 "phpoption/phpoption": "^1.1.0",
4378 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4379 },
4380 "require-dev": {
4381 "doctrine/orm": "*",
4382 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4383 "symfony/expression-language": "~2.6|~3.0|~4.0",
4384 "symfony/finder": "^2.3|^3.0|^4.0",
4385 "symfony/form": "*",
4386 "symfony/stopwatch": "*",
4387 "symfony/twig-bundle": "*",
4388 "symfony/validator": "*",
4389 "symfony/yaml": "*"
4390 },
4391 "suggest": {
4392 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4393 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4394 },
4395 "type": "symfony-bundle",
4396 "extra": {
4397 "branch-alias": {
4398 "dev-master": "2.4-dev"
4399 }
4400 },
4401 "autoload": {
4402 "psr-4": {
4403 "JMS\\SerializerBundle\\": ""
4404 },
4405 "exclude-from-classmap": [
4406 "/Tests/"
4407 ]
4408 },
4409 "notification-url": "https://packagist.org/downloads/",
4410 "license": [
4411 "MIT"
4412 ],
4413 "authors": [
4414 {
4415 "name": "Asmir Mustafic",
4416 "email": "goetas@gmail.com"
4417 },
4418 {
4419 "name": "Johannes M. Schmitt",
4420 "email": "schmittjoh@gmail.com"
4421 }
4422 ],
4423 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4424 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4425 "keywords": [
4426 "deserialization",
4427 "jaxb",
4428 "json",
4429 "serialization",
4430 "xml"
4431 ],
4432 "time": "2019-03-30T10:26:09+00:00"
4433 },
4434 {
4435 "name": "kphoen/rulerz",
4436 "version": "0.21.1",
4437 "source": {
4438 "type": "git",
4439 "url": "https://github.com/K-Phoen/rulerz.git",
4440 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4441 },
4442 "dist": {
4443 "type": "zip",
4444 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4445 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4446 "shasum": ""
4447 },
4448 "require": {
4449 "hoa/ruler": "~2.0",
4450 "php": ">=7.1",
4451 "symfony/property-access": "~3.0|~4.0"
4452 },
4453 "require-dev": {
4454 "behat/behat": "~3.0",
4455 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4456 "doctrine/orm": "~2.4",
4457 "elasticsearch/elasticsearch": "~1.0",
4458 "illuminate/database": "~5.0",
4459 "kphoen/rusty": "dev-master",
4460 "liip/rmt": "^1.2",
4461 "mikey179/vfsstream": "~1.4",
4462 "phpspec/phpspec": "~2.0,>=2.4-dev",
4463 "pomm-project/cli": "~2.0@dev",
4464 "pomm-project/foundation": "~2.0@dev",
4465 "pomm-project/model-manager": "~2.0.@dev",
4466 "ruflin/elastica": "~1.0",
4467 "solarium/solarium": "~3.0",
4468 "vlucas/phpdotenv": "~2.1"
4469 },
4470 "suggest": {
4471 "doctrine/orm": "To execute rules as Doctrine queries",
4472 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4473 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4474 "pomm-project/model-manager": "To execute rules as Pomm queries",
4475 "solarium/solarium": "To execute rules as Solr queries"
4476 },
4477 "type": "library",
4478 "extra": {
4479 "branch-alias": {
4480 "dev-master": "1.0.x-dev"
4481 }
4482 },
4483 "autoload": {
4484 "psr-4": {
4485 "RulerZ\\": "src/"
4486 }
4487 },
4488 "notification-url": "https://packagist.org/downloads/",
4489 "license": [
4490 "MIT"
4491 ],
4492 "authors": [
4493 {
4494 "name": "Kévin Gomez",
4495 "email": "contact@kevingomez.fr"
4496 }
4497 ],
4498 "description": "Powerful implementation of the Specification pattern",
4499 "homepage": "https://github.com/K-Phoen/RulerZ",
4500 "keywords": [
4501 "doctrine",
4502 "specification"
4503 ],
4504 "time": "2018-09-18T15:15:42+00:00"
4505 },
4506 {
4507 "name": "kphoen/rulerz-bridge",
4508 "version": "1.1.1",
4509 "source": {
4510 "type": "git",
4511 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4512 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4513 },
4514 "dist": {
4515 "type": "zip",
4516 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4517 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4518 "shasum": ""
4519 },
4520 "require": {
4521 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4522 "php": ">=7.1",
4523 "symfony/form": "^3.0|^4.0",
4524 "symfony/validator": "^3.0|^4.0"
4525 },
4526 "require-dev": {
4527 "liip/rmt": "^1.2",
4528 "phpunit/phpunit": "~7.1",
4529 "symfony/phpunit-bridge": "^3.0|^4.0"
4530 },
4531 "type": "symfony-bridge",
4532 "autoload": {
4533 "psr-4": {
4534 "Symfony\\Bridge\\RulerZ\\": ""
4535 },
4536 "exclude-from-classmap": [
4537 "/Tests/"
4538 ]
4539 },
4540 "notification-url": "https://packagist.org/downloads/",
4541 "license": [
4542 "MIT"
4543 ],
4544 "authors": [
4545 {
4546 "name": "Kévin Gomez",
4547 "email": "contact@kevingomez.fr"
4548 }
4549 ],
4550 "description": "Symfony RulerZ Bridge",
4551 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4552 "keywords": [
4553 "Bridge",
4554 "doctrine",
4555 "ruler",
4556 "rulerz",
4557 "specification",
4558 "symfony"
4559 ],
4560 "time": "2018-10-01T14:17:27+00:00"
4561 },
4562 {
4563 "name": "kphoen/rulerz-bundle",
4564 "version": "0.15.0",
4565 "source": {
4566 "type": "git",
4567 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4568 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4569 },
4570 "dist": {
4571 "type": "zip",
4572 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4573 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4574 "shasum": ""
4575 },
4576 "require": {
4577 "kphoen/rulerz": "~0.17,>=0.19.3",
4578 "kphoen/rulerz-bridge": "^1.0",
4579 "php": ">=7.1",
4580 "symfony/framework-bundle": "^3.0|^4.0"
4581 },
4582 "require-dev": {
4583 "liip/rmt": "^1.2",
4584 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4585 "mikey179/vfsstream": "^1.6",
4586 "phpunit/phpunit": "^7.1",
4587 "symfony/phpunit-bridge": "^3.0|^4.0"
4588 },
4589 "type": "symfony-bundle",
4590 "autoload": {
4591 "psr-4": {
4592 "KPhoen\\RulerZBundle\\": ""
4593 },
4594 "exclude-from-classmap": [
4595 "/Tests/"
4596 ]
4597 },
4598 "notification-url": "https://packagist.org/downloads/",
4599 "license": [
4600 "MIT"
4601 ],
4602 "authors": [
4603 {
4604 "name": "Kévin Gomez",
4605 "email": "contact@kevingomez.fr"
4606 }
4607 ],
4608 "description": "Symfony2 Bundle for RulerZ",
4609 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4610 "keywords": [
4611 "doctrine",
4612 "ruler",
4613 "rulerz",
4614 "specification"
4615 ],
4616 "time": "2018-09-17T09:02:32+00:00"
4617 },
2a74acb7
JB
4618 {
4619 "name": "laminas/laminas-code",
4620 "version": "3.4.1",
4621 "source": {
4622 "type": "git",
4623 "url": "https://github.com/laminas/laminas-code.git",
4624 "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766"
4625 },
4626 "dist": {
4627 "type": "zip",
4628 "url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766",
4629 "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766",
4630 "shasum": ""
4631 },
4632 "require": {
4633 "laminas/laminas-eventmanager": "^2.6 || ^3.0",
4634 "laminas/laminas-zendframework-bridge": "^1.0",
4635 "php": "^7.1"
4636 },
4637 "conflict": {
4638 "phpspec/prophecy": "<1.9.0"
4639 },
4640 "replace": {
4641 "zendframework/zend-code": "self.version"
4642 },
4643 "require-dev": {
4644 "doctrine/annotations": "^1.7",
4645 "ext-phar": "*",
4646 "laminas/laminas-coding-standard": "^1.0",
4647 "laminas/laminas-stdlib": "^2.7 || ^3.0",
4648 "phpunit/phpunit": "^7.5.16 || ^8.4"
4649 },
4650 "suggest": {
4651 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
4652 "laminas/laminas-stdlib": "Laminas\\Stdlib component"
4653 },
4654 "type": "library",
4655 "extra": {
4656 "branch-alias": {
4657 "dev-master": "3.4.x-dev",
4658 "dev-develop": "3.5.x-dev",
4659 "dev-dev-4.0": "4.0.x-dev"
4660 }
4661 },
4662 "autoload": {
4663 "psr-4": {
4664 "Laminas\\Code\\": "src/"
4665 }
4666 },
4667 "notification-url": "https://packagist.org/downloads/",
4668 "license": [
4669 "BSD-3-Clause"
4670 ],
4671 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
4672 "homepage": "https://laminas.dev",
4673 "keywords": [
4674 "code",
4675 "laminas"
4676 ],
4677 "time": "2019-12-31T16:28:24+00:00"
4678 },
4679 {
4680 "name": "laminas/laminas-diactoros",
4681 "version": "2.3.0",
4682 "source": {
4683 "type": "git",
4684 "url": "https://github.com/laminas/laminas-diactoros.git",
4685 "reference": "5ab185dba63ec655a2380c97711b09adc7061f89"
4686 },
4687 "dist": {
4688 "type": "zip",
4689 "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/5ab185dba63ec655a2380c97711b09adc7061f89",
4690 "reference": "5ab185dba63ec655a2380c97711b09adc7061f89",
4691 "shasum": ""
4692 },
4693 "require": {
4694 "laminas/laminas-zendframework-bridge": "^1.0",
4695 "php": "^7.1",
4696 "psr/http-factory": "^1.0",
4697 "psr/http-message": "^1.0"
4698 },
4699 "conflict": {
4700 "phpspec/prophecy": "<1.9.0"
4701 },
4702 "provide": {
4703 "psr/http-factory-implementation": "1.0",
4704 "psr/http-message-implementation": "1.0"
4705 },
4706 "replace": {
4707 "zendframework/zend-diactoros": "^2.2.1"
4708 },
4709 "require-dev": {
4710 "ext-curl": "*",
4711 "ext-dom": "*",
4712 "ext-libxml": "*",
4713 "http-interop/http-factory-tests": "^0.5.0",
4714 "laminas/laminas-coding-standard": "~1.0.0",
4715 "php-http/psr7-integration-tests": "^1.0",
4716 "phpunit/phpunit": "^7.5.18"
4717 },
4718 "type": "library",
4719 "extra": {
4720 "branch-alias": {
4721 "dev-master": "2.3.x-dev",
4722 "dev-develop": "2.4.x-dev"
4723 },
4724 "laminas": {
4725 "config-provider": "Laminas\\Diactoros\\ConfigProvider",
4726 "module": "Laminas\\Diactoros"
4727 }
4728 },
4729 "autoload": {
4730 "files": [
4731 "src/functions/create_uploaded_file.php",
4732 "src/functions/marshal_headers_from_sapi.php",
4733 "src/functions/marshal_method_from_sapi.php",
4734 "src/functions/marshal_protocol_version_from_sapi.php",
4735 "src/functions/marshal_uri_from_sapi.php",
4736 "src/functions/normalize_server.php",
4737 "src/functions/normalize_uploaded_files.php",
4738 "src/functions/parse_cookie_header.php",
4739 "src/functions/create_uploaded_file.legacy.php",
4740 "src/functions/marshal_headers_from_sapi.legacy.php",
4741 "src/functions/marshal_method_from_sapi.legacy.php",
4742 "src/functions/marshal_protocol_version_from_sapi.legacy.php",
4743 "src/functions/marshal_uri_from_sapi.legacy.php",
4744 "src/functions/normalize_server.legacy.php",
4745 "src/functions/normalize_uploaded_files.legacy.php",
4746 "src/functions/parse_cookie_header.legacy.php"
4747 ],
4748 "psr-4": {
4749 "Laminas\\Diactoros\\": "src/"
4750 }
4751 },
4752 "notification-url": "https://packagist.org/downloads/",
4753 "license": [
4754 "BSD-3-Clause"
4755 ],
4756 "description": "PSR HTTP Message implementations",
4757 "homepage": "https://laminas.dev",
4758 "keywords": [
4759 "http",
4760 "laminas",
4761 "psr",
4762 "psr-7"
4763 ],
2a253d24
JB
4764 "funding": [
4765 {
4766 "url": "https://funding.communitybridge.org/projects/laminas-project",
4767 "type": "community_bridge"
4768 }
4769 ],
2a74acb7
JB
4770 "time": "2020-04-27T17:07:01+00:00"
4771 },
4772 {
4773 "name": "laminas/laminas-eventmanager",
4774 "version": "3.2.1",
4775 "source": {
4776 "type": "git",
4777 "url": "https://github.com/laminas/laminas-eventmanager.git",
4778 "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748"
4779 },
4780 "dist": {
4781 "type": "zip",
4782 "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
4783 "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
4784 "shasum": ""
4785 },
4786 "require": {
4787 "laminas/laminas-zendframework-bridge": "^1.0",
4788 "php": "^5.6 || ^7.0"
4789 },
4790 "replace": {
4791 "zendframework/zend-eventmanager": "self.version"
4792 },
4793 "require-dev": {
4794 "athletic/athletic": "^0.1",
4795 "container-interop/container-interop": "^1.1.0",
4796 "laminas/laminas-coding-standard": "~1.0.0",
4797 "laminas/laminas-stdlib": "^2.7.3 || ^3.0",
4798 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
4799 },
4800 "suggest": {
4801 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
4802 "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
4803 },
4804 "type": "library",
4805 "extra": {
4806 "branch-alias": {
4807 "dev-master": "3.2-dev",
4808 "dev-develop": "3.3-dev"
4809 }
4810 },
4811 "autoload": {
4812 "psr-4": {
4813 "Laminas\\EventManager\\": "src/"
4814 }
4815 },
4816 "notification-url": "https://packagist.org/downloads/",
4817 "license": [
4818 "BSD-3-Clause"
4819 ],
4820 "description": "Trigger and listen to events within a PHP application",
4821 "homepage": "https://laminas.dev",
4822 "keywords": [
4823 "event",
4824 "eventmanager",
4825 "events",
4826 "laminas"
4827 ],
4828 "time": "2019-12-31T16:44:52+00:00"
4829 },
4830 {
4831 "name": "laminas/laminas-zendframework-bridge",
4832 "version": "1.0.4",
4833 "source": {
4834 "type": "git",
4835 "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
4836 "reference": "fcd87520e4943d968557803919523772475e8ea3"
4837 },
4838 "dist": {
4839 "type": "zip",
4840 "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/fcd87520e4943d968557803919523772475e8ea3",
4841 "reference": "fcd87520e4943d968557803919523772475e8ea3",
4842 "shasum": ""
4843 },
4844 "require": {
4845 "php": "^5.6 || ^7.0"
4846 },
4847 "require-dev": {
4848 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
4849 "squizlabs/php_codesniffer": "^3.5"
4850 },
4851 "type": "library",
4852 "extra": {
4853 "branch-alias": {
4854 "dev-master": "1.0.x-dev",
4855 "dev-develop": "1.1.x-dev"
4856 },
4857 "laminas": {
4858 "module": "Laminas\\ZendFrameworkBridge"
4859 }
4860 },
4861 "autoload": {
4862 "files": [
4863 "src/autoload.php"
4864 ],
4865 "psr-4": {
4866 "Laminas\\ZendFrameworkBridge\\": "src//"
4867 }
4868 },
4869 "notification-url": "https://packagist.org/downloads/",
4870 "license": [
4871 "BSD-3-Clause"
4872 ],
4873 "description": "Alias legacy ZF class names to Laminas Project equivalents.",
4874 "keywords": [
4875 "ZendFramework",
4876 "autoloading",
4877 "laminas",
4878 "zf"
4879 ],
2a253d24
JB
4880 "funding": [
4881 {
4882 "url": "https://funding.communitybridge.org/projects/laminas-project",
4883 "type": "community_bridge"
4884 }
4885 ],
2a74acb7
JB
4886 "time": "2020-05-20T16:45:56+00:00"
4887 },
6546aca4
JB
4888 {
4889 "name": "lcobucci/jwt",
2a74acb7 4890 "version": "3.3.2",
6546aca4
JB
4891 "source": {
4892 "type": "git",
4893 "url": "https://github.com/lcobucci/jwt.git",
2a74acb7 4894 "reference": "56f10808089e38623345e28af2f2d5e4eb579455"
6546aca4
JB
4895 },
4896 "dist": {
4897 "type": "zip",
2a74acb7
JB
4898 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/56f10808089e38623345e28af2f2d5e4eb579455",
4899 "reference": "56f10808089e38623345e28af2f2d5e4eb579455",
6546aca4
JB
4900 "shasum": ""
4901 },
4902 "require": {
4903 "ext-mbstring": "*",
4904 "ext-openssl": "*",
4905 "php": "^5.6 || ^7.0"
4906 },
4907 "require-dev": {
4908 "mikey179/vfsstream": "~1.5",
4909 "phpmd/phpmd": "~2.2",
4910 "phpunit/php-invoker": "~1.1",
4911 "phpunit/phpunit": "^5.7 || ^7.3",
4912 "squizlabs/php_codesniffer": "~2.3"
4913 },
4914 "type": "library",
4915 "extra": {
4916 "branch-alias": {
4917 "dev-master": "3.1-dev"
4918 }
4919 },
4920 "autoload": {
4921 "psr-4": {
4922 "Lcobucci\\JWT\\": "src"
4923 }
4924 },
4925 "notification-url": "https://packagist.org/downloads/",
4926 "license": [
4927 "BSD-3-Clause"
4928 ],
4929 "authors": [
4930 {
4931 "name": "Luís Otávio Cobucci Oblonczyk",
092b0423
JB
4932 "email": "lcobucci@gmail.com",
4933 "role": "Developer"
6546aca4
JB
4934 }
4935 ],
4936 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4937 "keywords": [
4938 "JWS",
4939 "jwt"
4940 ],
2a253d24
JB
4941 "funding": [
4942 {
4943 "url": "https://github.com/lcobucci",
4944 "type": "github"
4945 },
4946 {
4947 "url": "https://www.patreon.com/lcobucci",
4948 "type": "patreon"
4949 }
4950 ],
2a74acb7 4951 "time": "2020-05-22T08:21:12+00:00"
6546aca4
JB
4952 },
4953 {
4954 "name": "lexik/form-filter-bundle",
4955 "version": "v5.0.10",
4956 "source": {
4957 "type": "git",
4958 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4959 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4960 },
4961 "dist": {
4962 "type": "zip",
4963 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4964 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4965 "shasum": ""
4966 },
4967 "require": {
4968 "doctrine/orm": "^2.4.8",
4969 "php": ">=5.5.9",
4970 "symfony/form": "~2.8|~3.0|^4.0",
4971 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4972 },
4973 "require-dev": {
4974 "doctrine/mongodb-odm-bundle": "^3.0",
4975 "phpunit/phpunit": "~5.0|^7.5"
4976 },
4977 "suggest": {
4978 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4979 },
4980 "type": "symfony-bundle",
4981 "extra": {
4982 "branch-alias": {
4983 "dev-master": "5.x.x-dev"
4984 }
4985 },
4986 "autoload": {
4987 "psr-4": {
4988 "Lexik\\Bundle\\FormFilterBundle\\": ""
4989 }
4990 },
4991 "notification-url": "https://packagist.org/downloads/",
4992 "license": [
4993 "MIT"
4994 ],
4995 "authors": [
4996 {
4997 "name": "Dev Lexik",
4998 "email": "dev@lexik.fr"
4999 },
5000 {
5001 "name": "Cedric Girard",
5002 "email": "c.girard@lexik.fr"
5003 }
5004 ],
5005 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
5006 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
5007 "keywords": [
5008 "bundle",
5009 "doctrine",
5010 "filter",
5011 "form",
5012 "symfony"
5013 ],
5014 "time": "2019-04-17T17:58:44+00:00"
5015 },
5016 {
5017 "name": "liip/theme-bundle",
a5315365 5018 "version": "1.7.0",
6546aca4
JB
5019 "source": {
5020 "type": "git",
5021 "url": "https://github.com/liip/LiipThemeBundle.git",
a5315365 5022 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
6546aca4
JB
5023 },
5024 "dist": {
5025 "type": "zip",
a5315365 5026 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
5027 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
6546aca4
JB
5028 "shasum": ""
5029 },
5030 "require": {
a5315365 5031 "php": "^7.0",
6546aca4 5032 "psr/log": "~1.0",
a5315365 5033 "symfony/finder": "^3.0|^4.0",
5034 "symfony/framework-bundle": "^3.0|^4.0",
5035 "symfony/templating": "^3.0|^4.0",
5036 "symfony/twig-bundle": "^3.0|^4.0",
5037 "twig/twig": "^1.34|^2.4"
6546aca4
JB
5038 },
5039 "conflict": {
5040 "sebastian/comparator": "1.2.3"
5041 },
5042 "require-dev": {
a5315365 5043 "phpunit/phpunit": "^6.0",
5044 "symfony/console": "^3.0|^4.0",
5045 "symfony/expression-language": "^3.0|^4.0"
6546aca4
JB
5046 },
5047 "type": "symfony-bundle",
5048 "extra": {
5049 "branch-alias": {
5050 "dev-master": "1.4-dev"
5051 }
5052 },
5053 "autoload": {
5054 "psr-4": {
5055 "Liip\\ThemeBundle\\": ""
5056 }
5057 },
5058 "notification-url": "https://packagist.org/downloads/",
5059 "license": [
5060 "MIT"
5061 ],
5062 "authors": [
5063 {
5064 "name": "Community contributions",
5065 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
5066 },
5067 {
5068 "name": "Liip AG",
5069 "homepage": "http://www.liip.ch/"
5070 }
5071 ],
5072 "description": "Provides theming support for #Symfony2 Bundles",
5073 "keywords": [
5074 "themes",
5075 "theming"
5076 ],
a5315365 5077 "time": "2019-06-19T12:53:08+00:00"
6546aca4
JB
5078 },
5079 {
5080 "name": "masterminds/html5",
1576905e 5081 "version": "2.7.0",
6546aca4
JB
5082 "source": {
5083 "type": "git",
5084 "url": "https://github.com/Masterminds/html5-php.git",
1576905e 5085 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
6546aca4
JB
5086 },
5087 "dist": {
5088 "type": "zip",
1576905e
JB
5089 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
5090 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
6546aca4
JB
5091 "shasum": ""
5092 },
5093 "require": {
5094 "ext-ctype": "*",
5095 "ext-dom": "*",
5096 "ext-libxml": "*",
5097 "php": ">=5.3.0"
5098 },
5099 "require-dev": {
5100 "phpunit/phpunit": "^4.8.35",
5101 "sami/sami": "~2.0",
5102 "satooshi/php-coveralls": "1.0.*"
5103 },
5104 "type": "library",
5105 "extra": {
5106 "branch-alias": {
1576905e 5107 "dev-master": "2.7-dev"
6546aca4
JB
5108 }
5109 },
5110 "autoload": {
5111 "psr-4": {
5112 "Masterminds\\": "src"
5113 }
5114 },
5115 "notification-url": "https://packagist.org/downloads/",
5116 "license": [
5117 "MIT"
5118 ],
5119 "authors": [
5120 {
5121 "name": "Matt Butcher",
5122 "email": "technosophos@gmail.com"
5123 },
6546aca4
JB
5124 {
5125 "name": "Matt Farina",
5126 "email": "matt@mattfarina.com"
1576905e
JB
5127 },
5128 {
5129 "name": "Asmir Mustafic",
5130 "email": "goetas@gmail.com"
6546aca4
JB
5131 }
5132 ],
5133 "description": "An HTML5 parser and serializer.",
5134 "homepage": "http://masterminds.github.io/html5-php",
5135 "keywords": [
5136 "HTML5",
5137 "dom",
5138 "html",
5139 "parser",
5140 "querypath",
5141 "serializer",
5142 "xml"
5143 ],
1576905e 5144 "time": "2019-07-25T07:03:26+00:00"
6546aca4
JB
5145 },
5146 {
5147 "name": "mgargano/simplehtmldom",
5148 "version": "1.5",
5149 "source": {
5150 "type": "git",
5151 "url": "https://github.com/matgargano/simplehtmldom.git",
5152 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
5153 },
5154 "dist": {
5155 "type": "zip",
5156 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
5157 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
5158 "shasum": ""
5159 },
5160 "require": {
5161 "php": ">=5.3.0"
5162 },
5163 "type": "library",
5164 "autoload": {
5165 "psr-0": {
5166 "SimpleHtmlDom": "src/"
5167 },
5168 "files": [
5169 "src/simple_html_dom.php"
5170 ]
5171 },
5172 "notification-url": "https://packagist.org/downloads/",
5173 "license": [
5174 "The MIT License"
5175 ],
5176 "authors": [
5177 {
5178 "name": "S.C. Chen",
5179 "email": "me578022@gmail.com"
5180 }
5181 ],
5182 "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",
5183 "homepage": "http://simplehtmldom.sourceforge.net/",
5184 "keywords": [
5185 "Simple",
5186 "dom",
5187 "html"
5188 ],
5189 "time": "2014-01-05T18:17:34+00:00"
5190 },
5191 {
5192 "name": "michelf/php-markdown",
6ba1d734 5193 "version": "1.9.0",
6546aca4
JB
5194 "source": {
5195 "type": "git",
5196 "url": "https://github.com/michelf/php-markdown.git",
6ba1d734 5197 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
6546aca4
JB
5198 },
5199 "dist": {
5200 "type": "zip",
6ba1d734
JB
5201 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
5202 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
6546aca4
JB
5203 "shasum": ""
5204 },
5205 "require": {
5206 "php": ">=5.3.0"
5207 },
6ba1d734
JB
5208 "require-dev": {
5209 "phpunit/phpunit": ">=4.3 <5.8"
5210 },
6546aca4
JB
5211 "type": "library",
5212 "autoload": {
5213 "psr-4": {
5214 "Michelf\\": "Michelf/"
5215 }
5216 },
5217 "notification-url": "https://packagist.org/downloads/",
5218 "license": [
5219 "BSD-3-Clause"
5220 ],
5221 "authors": [
5222 {
5223 "name": "Michel Fortin",
5224 "email": "michel.fortin@michelf.ca",
1a758230 5225 "homepage": "https://michelf.ca/",
5226 "role": "Developer"
6546aca4
JB
5227 },
5228 {
5229 "name": "John Gruber",
5230 "homepage": "https://daringfireball.net/"
5231 }
5232 ],
5233 "description": "PHP Markdown",
5234 "homepage": "https://michelf.ca/projects/php-markdown/",
5235 "keywords": [
5236 "markdown"
5237 ],
6ba1d734 5238 "time": "2019-12-02T02:32:27+00:00"
6546aca4
JB
5239 },
5240 {
5241 "name": "mnapoli/piwik-twig-extension",
9717d012 5242 "version": "3.0.0",
6546aca4
JB
5243 "source": {
5244 "type": "git",
9717d012
NL
5245 "url": "https://github.com/mnapoli/MatomoTwigExtension.git",
5246 "reference": "472fd49157d64e78081b7a626095ea989cae8471"
6546aca4
JB
5247 },
5248 "dist": {
5249 "type": "zip",
9717d012
NL
5250 "url": "https://api.github.com/repos/mnapoli/MatomoTwigExtension/zipball/472fd49157d64e78081b7a626095ea989cae8471",
5251 "reference": "472fd49157d64e78081b7a626095ea989cae8471",
6546aca4
JB
5252 "shasum": ""
5253 },
5254 "require": {
a2f4efe6 5255 "php": ">=7.0",
9717d012 5256 "twig/twig": "~2.10|~3.0"
6546aca4
JB
5257 },
5258 "require-dev": {
c546548e 5259 "friendsofphp/php-cs-fixer": "~2.13",
a2f4efe6 5260 "php-coveralls/php-coveralls": "^2.0",
9717d012 5261 "symfony/phpunit-bridge": "^5.0"
6546aca4
JB
5262 },
5263 "type": "library",
5264 "autoload": {
5265 "psr-4": {
9717d012 5266 "MatomoTwigExtension\\": "src/"
6546aca4
JB
5267 }
5268 },
5269 "notification-url": "https://packagist.org/downloads/",
5270 "license": [
5271 "MIT"
5272 ],
9717d012
NL
5273 "description": "This library integrates Matomo into Twig",
5274 "time": "2020-04-24T14:45:43+00:00"
6546aca4
JB
5275 },
5276 {
5277 "name": "monolog/monolog",
2a74acb7 5278 "version": "1.25.4",
6546aca4
JB
5279 "source": {
5280 "type": "git",
5281 "url": "https://github.com/Seldaek/monolog.git",
2a74acb7 5282 "reference": "3022efff205e2448b560c833c6fbbf91c3139168"
6546aca4
JB
5283 },
5284 "dist": {
5285 "type": "zip",
2a74acb7
JB
5286 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/3022efff205e2448b560c833c6fbbf91c3139168",
5287 "reference": "3022efff205e2448b560c833c6fbbf91c3139168",
6546aca4
JB
5288 "shasum": ""
5289 },
5290 "require": {
5291 "php": ">=5.3.0",
5292 "psr/log": "~1.0"
5293 },
5294 "provide": {
5295 "psr/log-implementation": "1.0.0"
5296 },
5297 "require-dev": {
5298 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
5299 "doctrine/couchdb": "~1.0@dev",
5300 "graylog2/gelf-php": "~1.0",
6546aca4
JB
5301 "php-amqplib/php-amqplib": "~2.4",
5302 "php-console/php-console": "^3.1.3",
2a74acb7 5303 "php-parallel-lint/php-parallel-lint": "^1.0",
6546aca4 5304 "phpunit/phpunit": "~4.5",
6546aca4
JB
5305 "ruflin/elastica": ">=0.90 <3.0",
5306 "sentry/sentry": "^0.13",
5307 "swiftmailer/swiftmailer": "^5.3|^6.0"
5308 },
5309 "suggest": {
5310 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
5311 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
5312 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
5313 "ext-mongo": "Allow sending log messages to a MongoDB server",
5314 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
5315 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
5316 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
5317 "php-console/php-console": "Allow sending log messages to Google Chrome",
5318 "rollbar/rollbar": "Allow sending log messages to Rollbar",
5319 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
5320 "sentry/sentry": "Allow sending log messages to a Sentry server"
5321 },
5322 "type": "library",
5323 "extra": {
5324 "branch-alias": {
5325 "dev-master": "2.0.x-dev"
5326 }
5327 },
5328 "autoload": {
5329 "psr-4": {
5330 "Monolog\\": "src/Monolog"
5331 }
5332 },
5333 "notification-url": "https://packagist.org/downloads/",
5334 "license": [
5335 "MIT"
5336 ],
5337 "authors": [
5338 {
5339 "name": "Jordi Boggiano",
5340 "email": "j.boggiano@seld.be",
5341 "homepage": "http://seld.be"
5342 }
5343 ],
5344 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
5345 "homepage": "http://github.com/Seldaek/monolog",
5346 "keywords": [
5347 "log",
5348 "logging",
5349 "psr-3"
5350 ],
2a253d24
JB
5351 "funding": [
5352 {
5353 "url": "https://github.com/Seldaek",
5354 "type": "github"
5355 },
5356 {
5357 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
5358 "type": "tidelift"
5359 }
5360 ],
2a74acb7 5361 "time": "2020-05-22T07:31:27+00:00"
6546aca4
JB
5362 },
5363 {
5364 "name": "nelmio/api-doc-bundle",
955a3bde 5365 "version": "2.13.4",
6546aca4
JB
5366 "target-dir": "Nelmio/ApiDocBundle",
5367 "source": {
5368 "type": "git",
5369 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
955a3bde 5370 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
6546aca4
JB
5371 },
5372 "dist": {
5373 "type": "zip",
955a3bde
JB
5374 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5375 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
6546aca4
JB
5376 "shasum": ""
5377 },
5378 "require": {
5379 "michelf/php-markdown": "~1.4",
5380 "php": ">=5.4",
5381 "symfony/console": "~2.3|~3.0|~4.0",
5382 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
5383 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
5384 },
5385 "conflict": {
5386 "jms/serializer": "<0.12",
5387 "jms/serializer-bundle": "<0.11",
5388 "symfony/symfony": "~2.7.8",
5389 "twig/twig": "<1.12"
5390 },
5391 "require-dev": {
5392 "doctrine/doctrine-bundle": "~1.5",
5393 "doctrine/orm": "~2.3",
5394 "dunglas/api-bundle": "~1.0",
5395 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
5396 "jms/serializer-bundle": ">=0.11",
5397 "sensio/framework-extra-bundle": "~3.0",
5398 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5399 "symfony/css-selector": "~2.3|~3.0|~4.0",
5400 "symfony/finder": "~2.3|~3.0|~4.0",
5401 "symfony/form": "~2.3|~3.0|~4.0",
5402 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
5403 "symfony/serializer": "~2.7|~3.0|~4.0",
5404 "symfony/validator": "~2.3|~3.0|~4.0",
5405 "symfony/yaml": "~2.3|~3.0|~4.0"
5406 },
5407 "suggest": {
5408 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5409 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5410 "jms/serializer": "For making use of serializer information in the doc.",
5411 "symfony/form": "For using form definitions as input.",
5412 "symfony/validator": "For making use of validator information in the doc."
5413 },
5414 "type": "symfony-bundle",
5415 "extra": {
5416 "branch-alias": {
5417 "dev-2.x": "2.13-dev"
5418 }
5419 },
5420 "autoload": {
5421 "psr-0": {
5422 "Nelmio\\ApiDocBundle": ""
5423 }
5424 },
5425 "notification-url": "https://packagist.org/downloads/",
5426 "license": [
5427 "MIT"
5428 ],
5429 "authors": [
5430 {
5431 "name": "Nelmio",
5432 "homepage": "http://nelm.io"
5433 },
5434 {
5435 "name": "Symfony Community",
5436 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5437 }
5438 ],
5439 "description": "Generates documentation for your REST API from annotations",
5440 "keywords": [
5441 "api",
5442 "doc",
5443 "documentation",
5444 "rest"
5445 ],
955a3bde 5446 "time": "2019-06-01T13:34:59+00:00"
6546aca4
JB
5447 },
5448 {
5449 "name": "nelmio/cors-bundle",
6657b119 5450 "version": "1.5.6",
6546aca4
JB
5451 "source": {
5452 "type": "git",
5453 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
6657b119 5454 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
6546aca4
JB
5455 },
5456 "dist": {
5457 "type": "zip",
6657b119 5458 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5459 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
6546aca4
JB
5460 "shasum": ""
5461 },
5462 "require": {
5463 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5464 },
5465 "require-dev": {
5466 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5467 "mockery/mockery": "^0.9 || ^1.0",
5468 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5469 },
5470 "type": "symfony-bundle",
5471 "extra": {
5472 "branch-alias": {
5473 "dev-master": "1.5.x-dev"
5474 }
5475 },
5476 "autoload": {
5477 "psr-4": {
5478 "Nelmio\\CorsBundle\\": ""
5479 },
5480 "exclude-from-classmap": [
5481 "/Tests/"
5482 ]
5483 },
5484 "notification-url": "https://packagist.org/downloads/",
5485 "license": [
5486 "MIT"
5487 ],
5488 "authors": [
5489 {
5490 "name": "Nelmio",
5491 "homepage": "http://nelm.io"
5492 },
5493 {
5494 "name": "Symfony Community",
5495 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5496 }
5497 ],
5498 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5499 "keywords": [
5500 "api",
5501 "cors",
5502 "crossdomain"
5503 ],
6657b119 5504 "time": "2019-06-17T08:53:14+00:00"
6546aca4 5505 },
6546aca4
JB
5506 {
5507 "name": "ocramius/proxy-manager",
5508 "version": "2.1.1",
5509 "source": {
5510 "type": "git",
5511 "url": "https://github.com/Ocramius/ProxyManager.git",
5512 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5513 },
5514 "dist": {
5515 "type": "zip",
5516 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5517 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5518 "shasum": ""
5519 },
5520 "require": {
5521 "ocramius/package-versions": "^1.1.1",
5522 "php": "^7.1.0",
5523 "zendframework/zend-code": "^3.1.0"
5524 },
5525 "require-dev": {
5526 "couscous/couscous": "^1.5.2",
5527 "ext-phar": "*",
5528 "humbug/humbug": "dev-master@DEV",
5529 "nikic/php-parser": "^3.0.4",
5530 "phpbench/phpbench": "^0.12.2",
5531 "phpstan/phpstan": "^0.6.4",
5532 "phpunit/phpunit": "^5.6.4",
5533 "phpunit/phpunit-mock-objects": "^3.4.1",
5534 "squizlabs/php_codesniffer": "^2.7.0"
5535 },
5536 "suggest": {
5537 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5538 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5539 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5540 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5541 },
5542 "type": "library",
5543 "extra": {
5544 "branch-alias": {
5545 "dev-master": "3.0.x-dev"
5546 }
5547 },
5548 "autoload": {
5549 "psr-0": {
5550 "ProxyManager\\": "src"
5551 }
5552 },
5553 "notification-url": "https://packagist.org/downloads/",
5554 "license": [
5555 "MIT"
5556 ],
5557 "authors": [
5558 {
5559 "name": "Marco Pivetta",
5560 "email": "ocramius@gmail.com",
5561 "homepage": "http://ocramius.github.io/"
5562 }
5563 ],
5564 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5565 "homepage": "https://github.com/Ocramius/ProxyManager",
5566 "keywords": [
5567 "aop",
5568 "lazy loading",
5569 "proxy",
5570 "proxy pattern",
5571 "service proxies"
5572 ],
5573 "time": "2017-05-04T11:12:50+00:00"
5574 },
5575 {
5576 "name": "pagerfanta/pagerfanta",
9a80dcf1 5577 "version": "v2.1.3",
6546aca4
JB
5578 "source": {
5579 "type": "git",
5580 "url": "https://github.com/whiteoctober/Pagerfanta.git",
9a80dcf1 5581 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
6546aca4
JB
5582 },
5583 "dist": {
5584 "type": "zip",
9a80dcf1
JB
5585 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5586 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
6546aca4
JB
5587 "shasum": ""
5588 },
5589 "require": {
5590 "php": "^7.0"
5591 },
5592 "require-dev": {
5593 "doctrine/orm": "~2.3",
5594 "doctrine/phpcr-odm": "1.*",
5595 "jackalope/jackalope-doctrine-dbal": "1.*",
5596 "jmikola/geojson": "~1.0",
5597 "mandango/mandango": "~1.0@dev",
5598 "mandango/mondator": "~1.0@dev",
5599 "phpunit/phpunit": "^6.5",
5600 "propel/propel": "~2.0@dev",
5601 "propel/propel1": "~1.6",
5602 "ruflin/elastica": "~1.3",
5603 "solarium/solarium": "~3.1"
5604 },
5605 "suggest": {
5606 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5607 "doctrine/orm": "To use the DoctrineORMAdapter.",
5608 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5609 "mandango/mandango": "To use the MandangoAdapter.",
5610 "propel/propel": "To use the Propel2Adapter",
5611 "propel/propel1": "To use the PropelAdapter",
5612 "solarium/solarium": "To use the SolariumAdapter."
5613 },
5614 "type": "library",
5615 "extra": {
5616 "branch-alias": {
5617 "dev-master": "1.0.x-dev"
5618 }
5619 },
5620 "autoload": {
5621 "psr-4": {
5622 "Pagerfanta\\": "src/Pagerfanta/"
5623 }
5624 },
5625 "notification-url": "https://packagist.org/downloads/",
5626 "license": [
5627 "MIT"
5628 ],
5629 "authors": [
5630 {
5631 "name": "Pablo Díez",
5632 "email": "pablodip@gmail.com"
5633 }
5634 ],
5635 "description": "Pagination for PHP",
5636 "keywords": [
5637 "page",
5638 "pagination",
5639 "paginator",
5640 "paging"
5641 ],
9a80dcf1 5642 "time": "2019-07-17T20:56:16+00:00"
6546aca4 5643 },
28378675 5644 {
5645 "name": "paragonie/constant_time_encoding",
8d4ed0df 5646 "version": "v2.3.0",
28378675 5647 "source": {
5648 "type": "git",
5649 "url": "https://github.com/paragonie/constant_time_encoding.git",
8d4ed0df 5650 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
28378675 5651 },
5652 "dist": {
5653 "type": "zip",
8d4ed0df
JB
5654 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5655 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
28378675 5656 "shasum": ""
5657 },
5658 "require": {
8d4ed0df 5659 "php": "^7|^8"
28378675 5660 },
5661 "require-dev": {
5662 "phpunit/phpunit": "^6|^7",
8d4ed0df 5663 "vimeo/psalm": "^1|^2|^3"
28378675 5664 },
5665 "type": "library",
5666 "autoload": {
5667 "psr-4": {
5668 "ParagonIE\\ConstantTime\\": "src/"
5669 }
5670 },
5671 "notification-url": "https://packagist.org/downloads/",
5672 "license": [
5673 "MIT"
5674 ],
5675 "authors": [
5676 {
5677 "name": "Paragon Initiative Enterprises",
5678 "email": "security@paragonie.com",
3d8eaa3a 5679 "homepage": "https://paragonie.com",
5680 "role": "Maintainer"
28378675 5681 },
5682 {
5683 "name": "Steve 'Sc00bz' Thomas",
5684 "email": "steve@tobtu.com",
3d8eaa3a 5685 "homepage": "https://www.tobtu.com",
5686 "role": "Original Developer"
28378675 5687 }
5688 ],
5689 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5690 "keywords": [
5691 "base16",
5692 "base32",
5693 "base32_decode",
5694 "base32_encode",
5695 "base64",
5696 "base64_decode",
5697 "base64_encode",
5698 "bin2hex",
5699 "encoding",
5700 "hex",
5701 "hex2bin",
5702 "rfc4648"
5703 ],
8d4ed0df 5704 "time": "2019-11-06T19:20:29+00:00"
28378675 5705 },
6546aca4
JB
5706 {
5707 "name": "paragonie/random_compat",
5708 "version": "v2.0.18",
5709 "source": {
5710 "type": "git",
5711 "url": "https://github.com/paragonie/random_compat.git",
5712 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5713 },
5714 "dist": {
5715 "type": "zip",
5716 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5717 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5718 "shasum": ""
5719 },
5720 "require": {
5721 "php": ">=5.2.0"
5722 },
5723 "require-dev": {
5724 "phpunit/phpunit": "4.*|5.*"
5725 },
5726 "suggest": {
5727 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5728 },
5729 "type": "library",
5730 "autoload": {
5731 "files": [
5732 "lib/random.php"
5733 ]
5734 },
5735 "notification-url": "https://packagist.org/downloads/",
5736 "license": [
5737 "MIT"
5738 ],
5739 "authors": [
5740 {
5741 "name": "Paragon Initiative Enterprises",
5742 "email": "security@paragonie.com",
5743 "homepage": "https://paragonie.com"
5744 }
5745 ],
5746 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5747 "keywords": [
5748 "csprng",
5749 "polyfill",
5750 "pseudorandom",
5751 "random"
5752 ],
5753 "time": "2019-01-03T20:59:08+00:00"
5754 },
5755 {
5756 "name": "php-amqplib/php-amqplib",
2a74acb7 5757 "version": "v2.11.3",
6546aca4
JB
5758 "source": {
5759 "type": "git",
5760 "url": "https://github.com/php-amqplib/php-amqplib.git",
2a74acb7 5761 "reference": "6353c5d2d3021a301914bc6566e695c99cfeb742"
6546aca4
JB
5762 },
5763 "dist": {
5764 "type": "zip",
2a74acb7
JB
5765 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/6353c5d2d3021a301914bc6566e695c99cfeb742",
5766 "reference": "6353c5d2d3021a301914bc6566e695c99cfeb742",
6546aca4
JB
5767 "shasum": ""
5768 },
5769 "require": {
d3847ac1 5770 "ext-mbstring": "*",
6546aca4 5771 "ext-sockets": "*",
d3847ac1
JB
5772 "php": ">=5.6.3",
5773 "phpseclib/phpseclib": "^2.0.0"
6546aca4 5774 },
2a74acb7
JB
5775 "conflict": {
5776 "php": "7.4.0 - 7.4.1"
5777 },
6546aca4
JB
5778 "replace": {
5779 "videlalvaro/php-amqplib": "self.version"
5780 },
5781 "require-dev": {
5782 "ext-curl": "*",
5783 "nategood/httpful": "^0.2.20",
61e53dda 5784 "phpunit/phpunit": "^5.7|^6.5|^7.0",
6546aca4
JB
5785 "squizlabs/php_codesniffer": "^2.5"
5786 },
5787 "type": "library",
5788 "extra": {
5789 "branch-alias": {
d3847ac1 5790 "dev-master": "2.11-dev"
6546aca4
JB
5791 }
5792 },
5793 "autoload": {
5794 "psr-4": {
5795 "PhpAmqpLib\\": "PhpAmqpLib/"
5796 }
5797 },
5798 "notification-url": "https://packagist.org/downloads/",
5799 "license": [
5800 "LGPL-2.1-or-later"
5801 ],
5802 "authors": [
5803 {
5804 "name": "Alvaro Videla",
5805 "role": "Original Maintainer"
5806 },
6546aca4
JB
5807 {
5808 "name": "Raúl Araya",
cc7b2b91 5809 "email": "nubeiro@gmail.com",
5810 "role": "Maintainer"
6546aca4
JB
5811 },
5812 {
5813 "name": "Luke Bakken",
cc7b2b91 5814 "email": "luke@bakken.io",
5815 "role": "Maintainer"
2a74acb7
JB
5816 },
5817 {
5818 "name": "Ramūnas Dronga",
5819 "email": "github@ramuno.lt",
5820 "role": "Maintainer"
6546aca4
JB
5821 }
5822 ],
5823 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5824 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5825 "keywords": [
5826 "message",
5827 "queue",
5828 "rabbitmq"
5829 ],
2a74acb7 5830 "time": "2020-05-13T13:56:11+00:00"
6546aca4
JB
5831 },
5832 {
5833 "name": "php-amqplib/rabbitmq-bundle",
5834 "version": "v1.14.4",
5835 "source": {
5836 "type": "git",
5837 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5838 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5839 },
5840 "dist": {
5841 "type": "zip",
5842 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5843 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5844 "shasum": ""
5845 },
5846 "require": {
5847 "php": "^5.3.9|^7.0",
5848 "php-amqplib/php-amqplib": "^2.6",
5849 "psr/log": "^1.0",
5850 "symfony/config": "^2.7|^3.0|^4.0",
5851 "symfony/console": "^2.7|^3.0|^4.0",
5852 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5853 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5854 "symfony/yaml": "^2.7|^3.0|^4.0"
5855 },
5856 "replace": {
5857 "oldsound/rabbitmq-bundle": "self.version"
5858 },
5859 "require-dev": {
5860 "phpunit/phpunit": "^4.8.35|^5.4.3",
5861 "symfony/debug": "^2.7|^3.0|^4.0",
5862 "symfony/serializer": "^2.7|^3.0|^4.0"
5863 },
5864 "suggest": {
5865 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5866 },
5867 "type": "symfony-bundle",
5868 "extra": {
5869 "branch-alias": {
5870 "dev-master": "1.10.x-dev"
5871 }
5872 },
5873 "autoload": {
5874 "psr-4": {
5875 "OldSound\\RabbitMqBundle\\": ""
5876 },
5877 "exclude-from-classmap": [
5878 "/Tests/"
5879 ]
5880 },
5881 "notification-url": "https://packagist.org/downloads/",
5882 "license": [
5883 "MIT"
5884 ],
5885 "authors": [
5886 {
5887 "name": "Alvaro Videla"
5888 }
5889 ],
5890 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5891 "keywords": [
5892 "AMQP",
5893 "Symfony2",
5894 "message",
5895 "queue",
5896 "rabbitmq",
5897 "symfony",
5898 "symfony3",
5899 "symfony4"
5900 ],
5901 "time": "2018-05-02T13:12:32+00:00"
5902 },
5903 {
5904 "name": "php-http/client-common",
d3847ac1 5905 "version": "2.1.0",
6546aca4
JB
5906 "source": {
5907 "type": "git",
5908 "url": "https://github.com/php-http/client-common.git",
d3847ac1 5909 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5"
6546aca4
JB
5910 },
5911 "dist": {
5912 "type": "zip",
d3847ac1
JB
5913 "url": "https://api.github.com/repos/php-http/client-common/zipball/a8b29678d61556f45d6236b1667db16d998ceec5",
5914 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5",
6546aca4
JB
5915 "shasum": ""
5916 },
5917 "require": {
5918 "php": "^7.1",
5919 "php-http/httplug": "^2.0",
5920 "php-http/message": "^1.6",
5921 "php-http/message-factory": "^1.0",
d3847ac1 5922 "symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
6546aca4
JB
5923 },
5924 "require-dev": {
5925 "doctrine/instantiator": "^1.1",
5926 "guzzlehttp/psr7": "^1.4",
5927 "phpspec/phpspec": "^5.1",
5928 "phpspec/prophecy": "^1.8",
5929 "sebastian/comparator": "^3.0"
5930 },
5931 "suggest": {
5932 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5933 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5934 "php-http/cache-plugin": "PSR-6 Cache plugin",
5935 "php-http/logger-plugin": "PSR-3 Logger plugin",
5936 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5937 },
5938 "type": "library",
5939 "extra": {
5940 "branch-alias": {
5941 "dev-master": "2.0.x-dev"
5942 }
5943 },
5944 "autoload": {
5945 "psr-4": {
5946 "Http\\Client\\Common\\": "src/"
5947 }
5948 },
5949 "notification-url": "https://packagist.org/downloads/",
5950 "license": [
5951 "MIT"
5952 ],
5953 "authors": [
5954 {
5955 "name": "Márk Sági-Kazár",
5956 "email": "mark.sagikazar@gmail.com"
5957 }
5958 ],
5959 "description": "Common HTTP Client implementations and tools for HTTPlug",
5960 "homepage": "http://httplug.io",
5961 "keywords": [
5962 "client",
5963 "common",
5964 "http",
5965 "httplug"
5966 ],
d3847ac1 5967 "time": "2019-11-18T08:58:18+00:00"
6546aca4 5968 },
955a3bde
JB
5969 {
5970 "name": "php-http/curl-client",
0f387577 5971 "version": "2.1.0",
955a3bde
JB
5972 "source": {
5973 "type": "git",
5974 "url": "https://github.com/php-http/curl-client.git",
0f387577 5975 "reference": "9e79355af46d72e10da50be20b66f74b26143441"
955a3bde
JB
5976 },
5977 "dist": {
5978 "type": "zip",
0f387577
JB
5979 "url": "https://api.github.com/repos/php-http/curl-client/zipball/9e79355af46d72e10da50be20b66f74b26143441",
5980 "reference": "9e79355af46d72e10da50be20b66f74b26143441",
955a3bde
JB
5981 "shasum": ""
5982 },
5983 "require": {
5984 "ext-curl": "*",
5985 "php": "^7.1",
5986 "php-http/discovery": "^1.6",
5987 "php-http/httplug": "^2.0",
5988 "php-http/message": "^1.2",
5989 "psr/http-client": "^1.0",
5990 "psr/http-factory": "^1.0",
0f387577 5991 "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0"
955a3bde
JB
5992 },
5993 "provide": {
5994 "php-http/async-client-implementation": "1.0",
0f387577
JB
5995 "php-http/client-implementation": "1.0",
5996 "psr/http-client-implementation": "1.0"
955a3bde
JB
5997 },
5998 "require-dev": {
5999 "guzzlehttp/psr7": "^1.0",
6000 "php-http/client-integration-tests": "^2.0",
6001 "phpunit/phpunit": "^7.5",
6002 "zendframework/zend-diactoros": "^2.0"
6003 },
6004 "type": "library",
6005 "extra": {
6006 "branch-alias": {
6007 "dev-master": "2.x-dev"
6008 }
6009 },
6010 "autoload": {
6011 "psr-4": {
6012 "Http\\Client\\Curl\\": "src/"
6013 }
6014 },
6015 "notification-url": "https://packagist.org/downloads/",
6016 "license": [
6017 "MIT"
6018 ],
6019 "authors": [
6020 {
6021 "name": "Михаил Красильников",
6022 "email": "m.krasilnikov@yandex.ru"
6023 }
6024 ],
6025 "description": "PSR-18 and HTTPlug Async client with cURL",
6026 "homepage": "http://php-http.org",
6027 "keywords": [
6028 "curl",
6029 "http",
6030 "psr-18"
6031 ],
0f387577 6032 "time": "2019-12-27T11:02:07+00:00"
955a3bde 6033 },
6546aca4
JB
6034 {
6035 "name": "php-http/discovery",
514c55a1 6036 "version": "1.7.4",
6546aca4
JB
6037 "source": {
6038 "type": "git",
6039 "url": "https://github.com/php-http/discovery.git",
514c55a1 6040 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0"
6546aca4
JB
6041 },
6042 "dist": {
6043 "type": "zip",
514c55a1 6044 "url": "https://api.github.com/repos/php-http/discovery/zipball/82dbef649ccffd8e4f22e1953c3a5265992b83c0",
6045 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0",
6546aca4
JB
6046 "shasum": ""
6047 },
6048 "require": {
4ef4b64c 6049 "php": "^7.1"
6546aca4
JB
6050 },
6051 "conflict": {
6052 "nyholm/psr7": "<1.0"
6053 },
6054 "require-dev": {
4ef4b64c 6055 "akeneo/phpspec-skip-example-extension": "^4.0",
6546aca4
JB
6056 "php-http/httplug": "^1.0 || ^2.0",
6057 "php-http/message-factory": "^1.0",
4ef4b64c 6058 "phpspec/phpspec": "^5.1",
6546aca4
JB
6059 "puli/composer-plugin": "1.0.0-beta10"
6060 },
6061 "suggest": {
6062 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
6063 "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."
6064 },
6065 "type": "library",
6066 "extra": {
6067 "branch-alias": {
4ef4b64c 6068 "dev-master": "1.7-dev"
6546aca4
JB
6069 }
6070 },
6071 "autoload": {
6072 "psr-4": {
6073 "Http\\Discovery\\": "src/"
6074 }
6075 },
6076 "notification-url": "https://packagist.org/downloads/",
6077 "license": [
6078 "MIT"
6079 ],
6080 "authors": [
6081 {
6082 "name": "Márk Sági-Kazár",
6083 "email": "mark.sagikazar@gmail.com"
6084 }
6085 ],
6086 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
6087 "homepage": "http://php-http.org",
6088 "keywords": [
6089 "adapter",
6090 "client",
6091 "discovery",
6092 "factory",
6093 "http",
6094 "message",
6095 "psr7"
6096 ],
514c55a1 6097 "time": "2020-01-03T11:25:47+00:00"
6546aca4
JB
6098 },
6099 {
6100 "name": "php-http/guzzle5-adapter",
6101 "version": "2.0.0",
6102 "source": {
6103 "type": "git",
6104 "url": "https://github.com/php-http/guzzle5-adapter.git",
6105 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
6106 },
6107 "dist": {
6108 "type": "zip",
6109 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
6110 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
6111 "shasum": ""
6112 },
6113 "require": {
6114 "guzzlehttp/guzzle": "^5.1",
6115 "php": "^7.0",
6116 "php-http/discovery": "^1.0",
6117 "php-http/httplug": "^2.0"
6118 },
6119 "provide": {
6120 "php-http/client-implementation": "1.0",
6121 "psr/http-client-implementation": "1.0"
6122 },
6123 "require-dev": {
6124 "ext-curl": "*",
6125 "guzzlehttp/ringphp": "^1.1",
6126 "php-http/client-integration-tests": "^2.0",
6127 "phpunit/phpunit": "^6.0 || ^7.0"
6128 },
6129 "type": "library",
6130 "extra": {
6131 "branch-alias": {
6132 "dev-master": "2.0-dev"
6133 }
6134 },
6135 "autoload": {
6136 "psr-4": {
6137 "Http\\Adapter\\Guzzle5\\": "src/"
6138 }
6139 },
6140 "notification-url": "https://packagist.org/downloads/",
6141 "license": [
6142 "MIT"
6143 ],
6144 "authors": [
6145 {
6146 "name": "Eric GELOEN",
6147 "email": "geloen.eric@gmail.com"
6148 },
6149 {
6150 "name": "Márk Sági-Kazár",
6151 "email": "mark.sagikazar@gmail.com"
6152 }
6153 ],
6154 "description": "Guzzle 5 HTTP Adapter",
6155 "homepage": "http://httplug.io",
6156 "keywords": [
6157 "Guzzle",
6158 "http"
6159 ],
6160 "time": "2019-02-05T12:28:45+00:00"
6161 },
6162 {
6163 "name": "php-http/httplug",
0f387577 6164 "version": "2.1.0",
6546aca4
JB
6165 "source": {
6166 "type": "git",
6167 "url": "https://github.com/php-http/httplug.git",
0f387577 6168 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06"
6546aca4
JB
6169 },
6170 "dist": {
6171 "type": "zip",
0f387577
JB
6172 "url": "https://api.github.com/repos/php-http/httplug/zipball/72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
6173 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
6546aca4
JB
6174 "shasum": ""
6175 },
6176 "require": {
6177 "php": "^7.0",
6178 "php-http/promise": "^1.0",
6179 "psr/http-client": "^1.0",
6180 "psr/http-message": "^1.0"
6181 },
6182 "require-dev": {
0f387577
JB
6183 "friends-of-phpspec/phpspec-code-coverage": "^4.1",
6184 "phpspec/phpspec": "^4.3.4|^5.0|^6.0"
6546aca4
JB
6185 },
6186 "type": "library",
6187 "extra": {
6188 "branch-alias": {
0f387577 6189 "dev-master": "2.x-dev"
6546aca4
JB
6190 }
6191 },
6192 "autoload": {
6193 "psr-4": {
6194 "Http\\Client\\": "src/"
6195 }
6196 },
6197 "notification-url": "https://packagist.org/downloads/",
6198 "license": [
6199 "MIT"
6200 ],
6201 "authors": [
6202 {
6203 "name": "Eric GELOEN",
6204 "email": "geloen.eric@gmail.com"
6205 },
6206 {
6207 "name": "Márk Sági-Kazár",
6208 "email": "mark.sagikazar@gmail.com"
6209 }
6210 ],
6211 "description": "HTTPlug, the HTTP client abstraction for PHP",
6212 "homepage": "http://httplug.io",
6213 "keywords": [
6214 "client",
6215 "http"
6216 ],
0f387577 6217 "time": "2019-12-27T10:07:11+00:00"
6546aca4
JB
6218 },
6219 {
6220 "name": "php-http/httplug-bundle",
de6171a5 6221 "version": "1.16.0",
6546aca4
JB
6222 "source": {
6223 "type": "git",
6224 "url": "https://github.com/php-http/HttplugBundle.git",
de6171a5 6225 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
6546aca4
JB
6226 },
6227 "dist": {
6228 "type": "zip",
de6171a5 6229 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
6230 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
6546aca4
JB
6231 "shasum": ""
6232 },
6233 "require": {
de6171a5 6234 "php": "^7.1",
6546aca4
JB
6235 "php-http/client-common": "^1.9 || ^2.0",
6236 "php-http/client-implementation": "^1.0",
6237 "php-http/discovery": "^1.0",
6238 "php-http/httplug": "^1.0 || ^2.0",
6239 "php-http/logger-plugin": "^1.1",
6240 "php-http/message": "^1.4",
6241 "php-http/message-factory": "^1.0.2",
6242 "php-http/stopwatch-plugin": "^1.2",
6243 "psr/http-message": "^1.0",
de6171a5 6244 "symfony/config": "^3.4.20 || ^4.2.1",
6245 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
6246 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
6247 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
6248 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
6546aca4
JB
6249 },
6250 "conflict": {
de6171a5 6251 "php-http/curl-client": "<2.0",
6546aca4
JB
6252 "php-http/guzzle6-adapter": "<1.1"
6253 },
6254 "require-dev": {
6255 "guzzlehttp/psr7": "^1.0",
de6171a5 6256 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
6546aca4
JB
6257 "nyholm/nsa": "^1.1",
6258 "php-http/cache-plugin": "^1.6",
6259 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
6260 "php-http/mock-client": "^1.2",
6261 "php-http/promise": "^1.0",
6262 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
de6171a5 6263 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
6264 "symfony/cache": "^3.4.20 || ^4.2.1",
6265 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
6266 "symfony/framework-bundle": "^3.4.0 || ^4.2",
6267 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
6546aca4 6268 "symfony/phpunit-bridge": "^3.4 || ^4.2",
de6171a5 6269 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
6270 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
6271 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
6546aca4
JB
6272 "twig/twig": "^1.36 || ^2.6"
6273 },
6274 "suggest": {
6275 "php-http/cache-plugin": "To configure clients that cache responses",
6276 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
6277 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
6278 },
6279 "type": "symfony-bundle",
6280 "extra": {
6281 "branch-alias": {
6282 "dev-master": "1.x-dev"
6283 }
6284 },
6285 "autoload": {
6286 "psr-4": {
6287 "Http\\HttplugBundle\\": "src/"
6288 },
6289 "exclude-from-classmap": [
6290 "/Tests/Resources/MyPsr18TestClient.php"
6291 ]
6292 },
6293 "notification-url": "https://packagist.org/downloads/",
6294 "license": [
6295 "MIT"
6296 ],
6297 "authors": [
6298 {
6299 "name": "David Buchmann",
6300 "email": "mail@davidbu.ch"
6301 },
6302 {
6303 "name": "Tobias Nyholm",
6304 "email": "tobias.nyholm@gmail.com"
6305 }
6306 ],
6307 "description": "Symfony integration for HTTPlug",
6308 "homepage": "http://httplug.io",
6309 "keywords": [
6310 "adapter",
6311 "bundle",
6312 "discovery",
6313 "factory",
6314 "http",
6315 "httplug",
6316 "message",
6317 "php-http"
6318 ],
de6171a5 6319 "time": "2019-06-05T12:03:16+00:00"
6546aca4
JB
6320 },
6321 {
6322 "name": "php-http/logger-plugin",
6323 "version": "1.1.0",
6324 "source": {
6325 "type": "git",
6326 "url": "https://github.com/php-http/logger-plugin.git",
6327 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
6328 },
6329 "dist": {
6330 "type": "zip",
6331 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6332 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6333 "shasum": ""
6334 },
6335 "require": {
6336 "php": "^5.4 || ^7.0",
6337 "php-http/client-common": "^1.9 || ^2.0",
6338 "php-http/message": "^1.0",
6339 "psr/log": "^1.0"
6340 },
6341 "require-dev": {
6342 "henrikbjorn/phpspec-code-coverage": "^1.0",
6343 "phpspec/phpspec": "^2.5"
6344 },
6345 "type": "library",
6346 "extra": {
6347 "branch-alias": {
6348 "dev-master": "1.1-dev"
6349 }
6350 },
6351 "autoload": {
6352 "psr-4": {
6353 "Http\\Client\\Common\\Plugin\\": "src/"
6354 }
6355 },
6356 "notification-url": "https://packagist.org/downloads/",
6357 "license": [
6358 "MIT"
6359 ],
6360 "authors": [
6361 {
6362 "name": "Márk Sági-Kazár",
6363 "email": "mark.sagikazar@gmail.com"
6364 }
6365 ],
6366 "description": "PSR-3 Logger plugin for HTTPlug",
6367 "homepage": "http://httplug.io",
6368 "keywords": [
6369 "http",
6370 "httplug",
6371 "logger",
6372 "plugin"
6373 ],
6374 "time": "2019-01-30T11:48:21+00:00"
6375 },
6376 {
6377 "name": "php-http/message",
1576905e 6378 "version": "1.8.0",
6546aca4
JB
6379 "source": {
6380 "type": "git",
6381 "url": "https://github.com/php-http/message.git",
1576905e 6382 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6546aca4
JB
6383 },
6384 "dist": {
6385 "type": "zip",
1576905e
JB
6386 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6387 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6546aca4
JB
6388 "shasum": ""
6389 },
6390 "require": {
6391 "clue/stream-filter": "^1.4",
1576905e 6392 "php": "^7.1",
6546aca4
JB
6393 "php-http/message-factory": "^1.0.2",
6394 "psr/http-message": "^1.0"
6395 },
6396 "provide": {
6397 "php-http/message-factory-implementation": "1.0"
6398 },
6399 "require-dev": {
6400 "akeneo/phpspec-skip-example-extension": "^1.0",
6401 "coduo/phpspec-data-provider-extension": "^1.0",
6402 "ext-zlib": "*",
6403 "guzzlehttp/psr7": "^1.0",
6404 "henrikbjorn/phpspec-code-coverage": "^1.0",
6405 "phpspec/phpspec": "^2.4",
6406 "slim/slim": "^3.0",
6407 "zendframework/zend-diactoros": "^1.0"
6408 },
6409 "suggest": {
6410 "ext-zlib": "Used with compressor/decompressor streams",
6411 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6412 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6413 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6414 },
6415 "type": "library",
6416 "extra": {
6417 "branch-alias": {
1576905e 6418 "dev-master": "1.8-dev"
6546aca4
JB
6419 }
6420 },
6421 "autoload": {
6422 "psr-4": {
6423 "Http\\Message\\": "src/"
6424 },
6425 "files": [
6426 "src/filters.php"
6427 ]
6428 },
6429 "notification-url": "https://packagist.org/downloads/",
6430 "license": [
6431 "MIT"
6432 ],
6433 "authors": [
6434 {
6435 "name": "Márk Sági-Kazár",
6436 "email": "mark.sagikazar@gmail.com"
6437 }
6438 ],
6439 "description": "HTTP Message related tools",
6440 "homepage": "http://php-http.org",
6441 "keywords": [
6442 "http",
6443 "message",
6444 "psr-7"
6445 ],
1576905e 6446 "time": "2019-08-05T06:55:08+00:00"
6546aca4
JB
6447 },
6448 {
6449 "name": "php-http/message-factory",
6450 "version": "v1.0.2",
6451 "source": {
6452 "type": "git",
6453 "url": "https://github.com/php-http/message-factory.git",
6454 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6455 },
6456 "dist": {
6457 "type": "zip",
6458 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6459 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6460 "shasum": ""
6461 },
6462 "require": {
6463 "php": ">=5.4",
6464 "psr/http-message": "^1.0"
6465 },
6466 "type": "library",
6467 "extra": {
6468 "branch-alias": {
6469 "dev-master": "1.0-dev"
6470 }
6471 },
6472 "autoload": {
6473 "psr-4": {
6474 "Http\\Message\\": "src/"
6475 }
6476 },
6477 "notification-url": "https://packagist.org/downloads/",
6478 "license": [
6479 "MIT"
6480 ],
6481 "authors": [
6482 {
6483 "name": "Márk Sági-Kazár",
6484 "email": "mark.sagikazar@gmail.com"
6485 }
6486 ],
6487 "description": "Factory interfaces for PSR-7 HTTP Message",
6488 "homepage": "http://php-http.org",
6489 "keywords": [
6490 "factory",
6491 "http",
6492 "message",
6493 "stream",
6494 "uri"
6495 ],
6496 "time": "2015-12-19T14:08:53+00:00"
6497 },
6498 {
6499 "name": "php-http/promise",
6500 "version": "v1.0.0",
6501 "source": {
6502 "type": "git",
6503 "url": "https://github.com/php-http/promise.git",
6504 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6505 },
6506 "dist": {
6507 "type": "zip",
6508 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6509 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6510 "shasum": ""
6511 },
6512 "require-dev": {
6513 "henrikbjorn/phpspec-code-coverage": "^1.0",
6514 "phpspec/phpspec": "^2.4"
6515 },
6516 "type": "library",
6517 "extra": {
6518 "branch-alias": {
6519 "dev-master": "1.1-dev"
6520 }
6521 },
6522 "autoload": {
6523 "psr-4": {
6524 "Http\\Promise\\": "src/"
6525 }
6526 },
6527 "notification-url": "https://packagist.org/downloads/",
6528 "license": [
6529 "MIT"
6530 ],
6531 "authors": [
6532 {
6533 "name": "Márk Sági-Kazár",
6534 "email": "mark.sagikazar@gmail.com"
6535 },
6536 {
6537 "name": "Joel Wurtz",
6538 "email": "joel.wurtz@gmail.com"
6539 }
6540 ],
6541 "description": "Promise used for asynchronous HTTP requests",
6542 "homepage": "http://httplug.io",
6543 "keywords": [
6544 "promise"
6545 ],
6546 "time": "2016-01-26T13:27:02+00:00"
6547 },
6548 {
6549 "name": "php-http/stopwatch-plugin",
0f387577 6550 "version": "1.3.0",
6546aca4
JB
6551 "source": {
6552 "type": "git",
6553 "url": "https://github.com/php-http/stopwatch-plugin.git",
0f387577 6554 "reference": "de6f39c96f57c60a43d535e27122de505e683f98"
6546aca4
JB
6555 },
6556 "dist": {
6557 "type": "zip",
0f387577
JB
6558 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/de6f39c96f57c60a43d535e27122de505e683f98",
6559 "reference": "de6f39c96f57c60a43d535e27122de505e683f98",
6546aca4
JB
6560 "shasum": ""
6561 },
6562 "require": {
0f387577 6563 "php": "^7.1",
6546aca4 6564 "php-http/client-common": "^1.9 || ^2.0",
0f387577 6565 "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0"
6546aca4
JB
6566 },
6567 "require-dev": {
6568 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6569 },
6570 "type": "library",
6571 "extra": {
6572 "branch-alias": {
0f387577 6573 "dev-master": "1.3-dev"
6546aca4
JB
6574 }
6575 },
6576 "autoload": {
6577 "psr-4": {
6578 "Http\\Client\\Common\\Plugin\\": "src/"
6579 }
6580 },
6581 "notification-url": "https://packagist.org/downloads/",
6582 "license": [
6583 "MIT"
6584 ],
6585 "authors": [
6586 {
6587 "name": "Márk Sági-Kazár",
6588 "email": "mark.sagikazar@gmail.com"
6589 }
6590 ],
6591 "description": "Symfony Stopwatch plugin for HTTPlug",
6592 "homepage": "http://httplug.io",
6593 "keywords": [
6594 "http",
6595 "httplug",
6596 "plugin",
6597 "stopwatch"
6598 ],
0f387577 6599 "time": "2019-11-18T08:10:48+00:00"
6546aca4
JB
6600 },
6601 {
6602 "name": "phpcollection/phpcollection",
6603 "version": "0.5.0",
6604 "source": {
6605 "type": "git",
6606 "url": "https://github.com/schmittjoh/php-collection.git",
6607 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6608 },
6609 "dist": {
6610 "type": "zip",
6611 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6612 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6613 "shasum": ""
6614 },
6615 "require": {
6616 "phpoption/phpoption": "1.*"
6617 },
6618 "type": "library",
6619 "extra": {
6620 "branch-alias": {
6621 "dev-master": "0.4-dev"
6622 }
6623 },
6624 "autoload": {
6625 "psr-0": {
6626 "PhpCollection": "src/"
6627 }
6628 },
6629 "notification-url": "https://packagist.org/downloads/",
6630 "license": [
6631 "Apache2"
6632 ],
6633 "authors": [
6634 {
6635 "name": "Johannes M. Schmitt",
6636 "email": "schmittjoh@gmail.com"
6637 }
6638 ],
6639 "description": "General-Purpose Collection Library for PHP",
6640 "keywords": [
6641 "collection",
6642 "list",
6643 "map",
6644 "sequence",
6645 "set"
6646 ],
6647 "time": "2015-05-17T12:39:23+00:00"
6648 },
6649 {
6650 "name": "phpoption/phpoption",
2a74acb7 6651 "version": "1.7.3",
6546aca4
JB
6652 "source": {
6653 "type": "git",
6654 "url": "https://github.com/schmittjoh/php-option.git",
2a74acb7 6655 "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae"
6546aca4
JB
6656 },
6657 "dist": {
6658 "type": "zip",
2a74acb7
JB
6659 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
6660 "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
6546aca4
JB
6661 "shasum": ""
6662 },
6663 "require": {
2a74acb7 6664 "php": "^5.5.9 || ^7.0 || ^8.0"
6546aca4
JB
6665 },
6666 "require-dev": {
6ba1d734
JB
6667 "bamarni/composer-bin-plugin": "^1.3",
6668 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
6546aca4
JB
6669 },
6670 "type": "library",
6671 "extra": {
6672 "branch-alias": {
6ba1d734 6673 "dev-master": "1.7-dev"
6546aca4
JB
6674 }
6675 },
6676 "autoload": {
6ba1d734
JB
6677 "psr-4": {
6678 "PhpOption\\": "src/PhpOption/"
6546aca4
JB
6679 }
6680 },
6681 "notification-url": "https://packagist.org/downloads/",
6682 "license": [
8d4ed0df 6683 "Apache-2.0"
6546aca4
JB
6684 ],
6685 "authors": [
6686 {
6687 "name": "Johannes M. Schmitt",
6688 "email": "schmittjoh@gmail.com"
6ba1d734
JB
6689 },
6690 {
6691 "name": "Graham Campbell",
6692 "email": "graham@alt-three.com"
6546aca4
JB
6693 }
6694 ],
6695 "description": "Option Type for PHP",
6696 "keywords": [
6697 "language",
6698 "option",
6699 "php",
6700 "type"
6701 ],
2a74acb7 6702 "time": "2020-03-21T18:07:53+00:00"
6546aca4 6703 },
d3847ac1
JB
6704 {
6705 "name": "phpseclib/phpseclib",
2a74acb7 6706 "version": "2.0.27",
d3847ac1
JB
6707 "source": {
6708 "type": "git",
6709 "url": "https://github.com/phpseclib/phpseclib.git",
2a74acb7 6710 "reference": "34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc"
d3847ac1
JB
6711 },
6712 "dist": {
6713 "type": "zip",
2a74acb7
JB
6714 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc",
6715 "reference": "34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc",
d3847ac1
JB
6716 "shasum": ""
6717 },
6718 "require": {
6719 "php": ">=5.3.3"
6720 },
6721 "require-dev": {
6722 "phing/phing": "~2.7",
6723 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
6724 "sami/sami": "~2.0",
6725 "squizlabs/php_codesniffer": "~2.0"
6726 },
6727 "suggest": {
6728 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6729 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6730 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6731 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6732 },
6733 "type": "library",
6734 "autoload": {
6735 "files": [
6736 "phpseclib/bootstrap.php"
6737 ],
6738 "psr-4": {
6739 "phpseclib\\": "phpseclib/"
6740 }
6741 },
6742 "notification-url": "https://packagist.org/downloads/",
6743 "license": [
6744 "MIT"
6745 ],
6746 "authors": [
6747 {
6748 "name": "Jim Wigginton",
6749 "email": "terrafrost@php.net",
6750 "role": "Lead Developer"
6751 },
6752 {
6753 "name": "Patrick Monnerat",
6754 "email": "pm@datasphere.ch",
6755 "role": "Developer"
6756 },
6757 {
6758 "name": "Andreas Fischer",
6759 "email": "bantu@phpbb.com",
6760 "role": "Developer"
6761 },
6762 {
6763 "name": "Hans-Jürgen Petrich",
6764 "email": "petrich@tronic-media.com",
6765 "role": "Developer"
6766 },
6767 {
6768 "name": "Graham Campbell",
6769 "email": "graham@alt-three.com",
6770 "role": "Developer"
6771 }
6772 ],
6773 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6774 "homepage": "http://phpseclib.sourceforge.net",
6775 "keywords": [
6776 "BigInteger",
6777 "aes",
6778 "asn.1",
6779 "asn1",
6780 "blowfish",
6781 "crypto",
6782 "cryptography",
6783 "encryption",
6784 "rsa",
6785 "security",
6786 "sftp",
6787 "signature",
6788 "signing",
6789 "ssh",
6790 "twofish",
6791 "x.509",
6792 "x509"
6793 ],
2a253d24
JB
6794 "funding": [
6795 {
6796 "url": "https://github.com/terrafrost",
6797 "type": "github"
6798 },
6799 {
6800 "url": "https://www.patreon.com/phpseclib",
6801 "type": "patreon"
6802 },
6803 {
6804 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
6805 "type": "tidelift"
6806 }
6807 ],
2a74acb7 6808 "time": "2020-04-04T23:17:33+00:00"
d3847ac1 6809 },
6546aca4
JB
6810 {
6811 "name": "phpzip/phpzip",
6812 "version": "2.0.8",
6813 "source": {
6814 "type": "git",
6815 "url": "https://github.com/Grandt/PHPZip.git",
6816 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6817 },
6818 "dist": {
6819 "type": "zip",
6820 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6821 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6822 "shasum": ""
6823 },
6824 "require": {
6825 "grandt/binstring": ">=1.0.0",
6826 "grandt/phpzipmerge": ">=1.0.4",
6827 "grandt/relativepath": ">=1.0.2",
6828 "php": ">=5.3.0"
6829 },
6830 "type": "library",
6831 "autoload": {
6832 "psr-4": {
6833 "PHPZip\\Zip\\": "src/Zip"
6834 }
6835 },
6836 "notification-url": "https://packagist.org/downloads/",
6837 "license": [
6838 "LGPL-2.1"
6839 ],
6840 "authors": [
6841 {
6842 "name": "Adam Schmalhofer",
1a758230 6843 "email": "Adam.Schmalhofer@gmx.de",
6844 "role": "Developer"
6546aca4
JB
6845 },
6846 {
6847 "name": "A. Grandt",
6848 "email": "php@grandt.com",
1a758230 6849 "homepage": "http://grandt.com",
6850 "role": "Developer"
6546aca4
JB
6851 },
6852 {
6853 "name": "Greg Kappatos",
1a758230 6854 "homepage": "http://websiteconnect.com.au",
6855 "role": "Developer"
6546aca4
JB
6856 }
6857 ],
6858 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6859 "homepage": "https://github.com/Grandt/PHPZip",
6860 "keywords": [
6861 "archive",
6862 "compressed",
6863 "compression",
6864 "phpzip",
6865 "pkzip",
6866 "stream",
6867 "zip"
6868 ],
6869 "time": "2015-11-16T16:30:51+00:00"
6870 },
6871 {
6872 "name": "pragmarx/random",
6873 "version": "v0.2.2",
6874 "source": {
6875 "type": "git",
6876 "url": "https://github.com/antonioribeiro/random.git",
6877 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6878 },
6879 "dist": {
6880 "type": "zip",
6881 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6882 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6883 "shasum": ""
6884 },
6885 "require": {
6886 "php": ">=7.0"
6887 },
6888 "require-dev": {
6889 "fzaninotto/faker": "~1.7",
6890 "phpunit/phpunit": "~6.4",
6891 "pragmarx/trivia": "~0.1",
6892 "squizlabs/php_codesniffer": "^2.3"
6893 },
6894 "suggest": {
6895 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6896 "pragmarx/trivia": "For the trivia database"
6897 },
6898 "type": "library",
6899 "extra": {
6900 "branch-alias": {
6901 "dev-master": "1.0-dev"
6902 }
6903 },
6904 "autoload": {
6905 "psr-4": {
6906 "PragmaRX\\Random\\": "src"
6907 }
6908 },
6909 "notification-url": "https://packagist.org/downloads/",
6910 "license": [
6911 "MIT"
6912 ],
6913 "authors": [
6914 {
6915 "name": "Antonio Carlos Ribeiro",
6916 "email": "acr@antoniocarlosribeiro.com",
092b0423
JB
6917 "homepage": "https://antoniocarlosribeiro.com",
6918 "role": "Developer"
6546aca4
JB
6919 }
6920 ],
6921 "description": "Create random chars, numbers, strings",
6922 "homepage": "https://github.com/antonioribeiro/random",
6923 "keywords": [
6924 "Randomize",
6925 "faker",
6926 "pragmarx",
6927 "random",
6928 "random number",
6929 "random pattern",
6930 "random string"
6931 ],
6932 "time": "2017-11-21T05:26:22+00:00"
6933 },
6934 {
6935 "name": "pragmarx/recovery",
6936 "version": "v0.1.0",
6937 "source": {
6938 "type": "git",
6939 "url": "https://github.com/antonioribeiro/recovery.git",
6940 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6941 },
6942 "dist": {
6943 "type": "zip",
6944 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6945 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6946 "shasum": ""
6947 },
6948 "require": {
6949 "php": "~7.0",
6950 "pragmarx/random": "~0.1"
6951 },
6952 "require-dev": {
6953 "phpunit/phpunit": ">=5.4.3",
6954 "squizlabs/php_codesniffer": "^2.3",
6955 "tightenco/collect": "^5"
6956 },
6957 "suggest": {
6958 "tightenco/collect": "Allows to generate recovery codes as collections"
6959 },
6960 "type": "library",
6961 "extra": {
6962 "branch-alias": {
6963 "dev-master": "1.0-dev"
6964 }
6965 },
6966 "autoload": {
6967 "psr-4": {
6968 "PragmaRX\\Recovery\\": "src"
6969 }
6970 },
6971 "notification-url": "https://packagist.org/downloads/",
6972 "license": [
6973 "MIT"
6974 ],
6975 "authors": [
6976 {
6977 "name": "Antonio Carlos Ribeiro",
6978 "email": "acr@antoniocarlosribeiro.com",
092b0423
JB
6979 "homepage": "https://antoniocarlosribeiro.com",
6980 "role": "Developer"
6546aca4
JB
6981 }
6982 ],
6983 "description": "Create recovery codes for two factor auth",
6984 "homepage": "https://github.com/antonioribeiro/recovery",
6985 "keywords": [
6986 "2fa",
6987 "account recovery",
6988 "auth",
6989 "backup codes",
6990 "google2fa",
6991 "pragmarx",
6992 "recovery",
6993 "recovery codes",
6994 "two factor auth"
6995 ],
6996 "time": "2017-09-19T16:58:00+00:00"
6997 },
6998 {
6999 "name": "predis/predis",
7000 "version": "v1.1.x-dev",
7001 "source": {
7002 "type": "git",
7003 "url": "https://github.com/nrk/predis.git",
7004 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
7005 },
7006 "dist": {
7007 "type": "zip",
7008 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
7009 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
7010 "shasum": ""
7011 },
7012 "require": {
7013 "php": ">=5.3.9"
7014 },
7015 "require-dev": {
7016 "phpunit/phpunit": "~4.8"
7017 },
7018 "suggest": {
7019 "ext-curl": "Allows access to Webdis when paired with phpiredis",
7020 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
7021 },
7022 "type": "library",
7023 "autoload": {
7024 "psr-4": {
7025 "Predis\\": "src/"
7026 }
7027 },
7028 "notification-url": "https://packagist.org/downloads/",
7029 "license": [
7030 "MIT"
7031 ],
7032 "authors": [
7033 {
7034 "name": "Daniele Alessandri",
7035 "email": "suppakilla@gmail.com",
7036 "homepage": "http://clorophilla.net"
7037 }
7038 ],
7039 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
7040 "homepage": "http://github.com/nrk/predis",
7041 "keywords": [
7042 "nosql",
7043 "predis",
7044 "redis"
7045 ],
7046 "time": "2017-07-12T14:39:17+00:00"
7047 },
7048 {
7049 "name": "psr/cache",
7050 "version": "1.0.1",
7051 "source": {
7052 "type": "git",
7053 "url": "https://github.com/php-fig/cache.git",
7054 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
7055 },
7056 "dist": {
7057 "type": "zip",
7058 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
7059 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
7060 "shasum": ""
7061 },
7062 "require": {
7063 "php": ">=5.3.0"
7064 },
7065 "type": "library",
7066 "extra": {
7067 "branch-alias": {
7068 "dev-master": "1.0.x-dev"
7069 }
7070 },
7071 "autoload": {
7072 "psr-4": {
7073 "Psr\\Cache\\": "src/"
7074 }
7075 },
7076 "notification-url": "https://packagist.org/downloads/",
7077 "license": [
7078 "MIT"
7079 ],
7080 "authors": [
7081 {
7082 "name": "PHP-FIG",
7083 "homepage": "http://www.php-fig.org/"
7084 }
7085 ],
7086 "description": "Common interface for caching libraries",
7087 "keywords": [
7088 "cache",
7089 "psr",
7090 "psr-6"
7091 ],
7092 "time": "2016-08-06T20:24:11+00:00"
7093 },
7094 {
7095 "name": "psr/container",
7096 "version": "1.0.0",
7097 "source": {
7098 "type": "git",
7099 "url": "https://github.com/php-fig/container.git",
7100 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
7101 },
7102 "dist": {
7103 "type": "zip",
7104 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
7105 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
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\\Container\\": "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 Container Interface (PHP FIG PSR-11)",
7133 "homepage": "https://github.com/php-fig/container",
7134 "keywords": [
7135 "PSR-11",
7136 "container",
7137 "container-interface",
7138 "container-interop",
7139 "psr"
7140 ],
7141 "time": "2017-02-14T16:28:37+00:00"
7142 },
7143 {
7144 "name": "psr/http-client",
7145 "version": "1.0.0",
7146 "source": {
7147 "type": "git",
7148 "url": "https://github.com/php-fig/http-client.git",
7149 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
7150 },
7151 "dist": {
7152 "type": "zip",
7153 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
7154 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
7155 "shasum": ""
7156 },
7157 "require": {
7158 "php": "^7.0",
7159 "psr/http-message": "^1.0"
7160 },
7161 "type": "library",
7162 "extra": {
7163 "branch-alias": {
7164 "dev-master": "1.0.x-dev"
7165 }
7166 },
7167 "autoload": {
7168 "psr-4": {
7169 "Psr\\Http\\Client\\": "src/"
7170 }
7171 },
7172 "notification-url": "https://packagist.org/downloads/",
7173 "license": [
7174 "MIT"
7175 ],
7176 "authors": [
7177 {
7178 "name": "PHP-FIG",
7179 "homepage": "http://www.php-fig.org/"
7180 }
7181 ],
7182 "description": "Common interface for HTTP clients",
7183 "homepage": "https://github.com/php-fig/http-client",
7184 "keywords": [
7185 "http",
7186 "http-client",
7187 "psr",
7188 "psr-18"
7189 ],
7190 "time": "2018-10-30T23:29:13+00:00"
7191 },
955a3bde
JB
7192 {
7193 "name": "psr/http-factory",
7194 "version": "1.0.1",
7195 "source": {
7196 "type": "git",
7197 "url": "https://github.com/php-fig/http-factory.git",
7198 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
7199 },
7200 "dist": {
7201 "type": "zip",
7202 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
7203 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
7204 "shasum": ""
7205 },
7206 "require": {
7207 "php": ">=7.0.0",
7208 "psr/http-message": "^1.0"
7209 },
7210 "type": "library",
7211 "extra": {
7212 "branch-alias": {
7213 "dev-master": "1.0.x-dev"
7214 }
7215 },
7216 "autoload": {
7217 "psr-4": {
7218 "Psr\\Http\\Message\\": "src/"
7219 }
7220 },
7221 "notification-url": "https://packagist.org/downloads/",
7222 "license": [
7223 "MIT"
7224 ],
7225 "authors": [
7226 {
7227 "name": "PHP-FIG",
7228 "homepage": "http://www.php-fig.org/"
7229 }
7230 ],
7231 "description": "Common interfaces for PSR-7 HTTP message factories",
7232 "keywords": [
7233 "factory",
7234 "http",
7235 "message",
7236 "psr",
7237 "psr-17",
7238 "psr-7",
7239 "request",
7240 "response"
7241 ],
7242 "time": "2019-04-30T12:38:16+00:00"
7243 },
6546aca4
JB
7244 {
7245 "name": "psr/http-message",
7246 "version": "1.0.1",
7247 "source": {
7248 "type": "git",
7249 "url": "https://github.com/php-fig/http-message.git",
7250 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
7251 },
7252 "dist": {
7253 "type": "zip",
7254 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
7255 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
7256 "shasum": ""
7257 },
7258 "require": {
7259 "php": ">=5.3.0"
7260 },
7261 "type": "library",
7262 "extra": {
7263 "branch-alias": {
7264 "dev-master": "1.0.x-dev"
7265 }
7266 },
7267 "autoload": {
7268 "psr-4": {
7269 "Psr\\Http\\Message\\": "src/"
7270 }
7271 },
7272 "notification-url": "https://packagist.org/downloads/",
7273 "license": [
7274 "MIT"
7275 ],
7276 "authors": [
7277 {
7278 "name": "PHP-FIG",
7279 "homepage": "http://www.php-fig.org/"
7280 }
7281 ],
7282 "description": "Common interface for HTTP messages",
7283 "homepage": "https://github.com/php-fig/http-message",
7284 "keywords": [
7285 "http",
7286 "http-message",
7287 "psr",
7288 "psr-7",
7289 "request",
7290 "response"
7291 ],
7292 "time": "2016-08-06T14:39:51+00:00"
7293 },
7294 {
7295 "name": "psr/link",
7296 "version": "1.0.0",
7297 "source": {
7298 "type": "git",
7299 "url": "https://github.com/php-fig/link.git",
7300 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
7301 },
7302 "dist": {
7303 "type": "zip",
7304 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
7305 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
7306 "shasum": ""
7307 },
7308 "require": {
7309 "php": ">=5.3.0"
7310 },
7311 "type": "library",
7312 "extra": {
7313 "branch-alias": {
7314 "dev-master": "1.0.x-dev"
7315 }
7316 },
7317 "autoload": {
7318 "psr-4": {
7319 "Psr\\Link\\": "src/"
7320 }
7321 },
7322 "notification-url": "https://packagist.org/downloads/",
7323 "license": [
7324 "MIT"
7325 ],
7326 "authors": [
7327 {
7328 "name": "PHP-FIG",
7329 "homepage": "http://www.php-fig.org/"
7330 }
7331 ],
7332 "description": "Common interfaces for HTTP links",
7333 "keywords": [
7334 "http",
7335 "http-link",
7336 "link",
7337 "psr",
7338 "psr-13",
7339 "rest"
7340 ],
7341 "time": "2016-10-28T16:06:13+00:00"
7342 },
7343 {
7344 "name": "psr/log",
ff627220 7345 "version": "1.1.3",
6546aca4
JB
7346 "source": {
7347 "type": "git",
7348 "url": "https://github.com/php-fig/log.git",
ff627220 7349 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
6546aca4
JB
7350 },
7351 "dist": {
7352 "type": "zip",
ff627220 7353 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
7354 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
6546aca4
JB
7355 "shasum": ""
7356 },
7357 "require": {
7358 "php": ">=5.3.0"
7359 },
7360 "type": "library",
7361 "extra": {
7362 "branch-alias": {
ddd3700c 7363 "dev-master": "1.1.x-dev"
6546aca4
JB
7364 }
7365 },
7366 "autoload": {
7367 "psr-4": {
7368 "Psr\\Log\\": "Psr/Log/"
7369 }
7370 },
7371 "notification-url": "https://packagist.org/downloads/",
7372 "license": [
7373 "MIT"
7374 ],
7375 "authors": [
7376 {
7377 "name": "PHP-FIG",
7378 "homepage": "http://www.php-fig.org/"
7379 }
7380 ],
7381 "description": "Common interface for logging libraries",
7382 "homepage": "https://github.com/php-fig/log",
7383 "keywords": [
7384 "log",
7385 "psr",
7386 "psr-3"
7387 ],
ff627220 7388 "time": "2020-03-23T09:12:05+00:00"
6546aca4
JB
7389 },
7390 {
7391 "name": "psr/simple-cache",
7392 "version": "1.0.1",
7393 "source": {
7394 "type": "git",
7395 "url": "https://github.com/php-fig/simple-cache.git",
7396 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7397 },
7398 "dist": {
7399 "type": "zip",
7400 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7401 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7402 "shasum": ""
7403 },
7404 "require": {
7405 "php": ">=5.3.0"
7406 },
7407 "type": "library",
7408 "extra": {
7409 "branch-alias": {
7410 "dev-master": "1.0.x-dev"
7411 }
7412 },
7413 "autoload": {
7414 "psr-4": {
7415 "Psr\\SimpleCache\\": "src/"
7416 }
7417 },
7418 "notification-url": "https://packagist.org/downloads/",
7419 "license": [
7420 "MIT"
7421 ],
7422 "authors": [
7423 {
7424 "name": "PHP-FIG",
7425 "homepage": "http://www.php-fig.org/"
7426 }
7427 ],
7428 "description": "Common interfaces for simple caching",
7429 "keywords": [
7430 "cache",
7431 "caching",
7432 "psr",
7433 "psr-16",
7434 "simple-cache"
7435 ],
7436 "time": "2017-10-23T01:57:42+00:00"
7437 },
7438 {
7439 "name": "ralouphie/getallheaders",
154d0974 7440 "version": "3.0.3",
6546aca4
JB
7441 "source": {
7442 "type": "git",
7443 "url": "https://github.com/ralouphie/getallheaders.git",
154d0974 7444 "reference": "120b605dfeb996808c31b6477290a714d356e822"
6546aca4
JB
7445 },
7446 "dist": {
7447 "type": "zip",
154d0974
JB
7448 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7449 "reference": "120b605dfeb996808c31b6477290a714d356e822",
6546aca4
JB
7450 "shasum": ""
7451 },
7452 "require": {
154d0974 7453 "php": ">=5.6"
6546aca4
JB
7454 },
7455 "require-dev": {
154d0974
JB
7456 "php-coveralls/php-coveralls": "^2.1",
7457 "phpunit/phpunit": "^5 || ^6.5"
6546aca4
JB
7458 },
7459 "type": "library",
7460 "autoload": {
7461 "files": [
7462 "src/getallheaders.php"
7463 ]
7464 },
7465 "notification-url": "https://packagist.org/downloads/",
7466 "license": [
7467 "MIT"
7468 ],
7469 "authors": [
7470 {
7471 "name": "Ralph Khattar",
7472 "email": "ralph.khattar@gmail.com"
7473 }
7474 ],
7475 "description": "A polyfill for getallheaders.",
154d0974 7476 "time": "2019-03-08T08:55:37+00:00"
6546aca4 7477 },
955a3bde 7478 {
2a74acb7
JB
7479 "name": "react/promise",
7480 "version": "v2.8.0",
955a3bde
JB
7481 "source": {
7482 "type": "git",
2a74acb7
JB
7483 "url": "https://github.com/reactphp/promise.git",
7484 "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
955a3bde
JB
7485 },
7486 "dist": {
7487 "type": "zip",
2a74acb7
JB
7488 "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
7489 "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
955a3bde
JB
7490 "shasum": ""
7491 },
7492 "require": {
2a74acb7 7493 "php": ">=5.4.0"
955a3bde
JB
7494 },
7495 "require-dev": {
2a74acb7 7496 "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
955a3bde
JB
7497 },
7498 "type": "library",
955a3bde
JB
7499 "autoload": {
7500 "psr-4": {
2a74acb7 7501 "React\\Promise\\": "src/"
6ba1d734
JB
7502 },
7503 "files": [
2a74acb7 7504 "src/functions_include.php"
6546aca4
JB
7505 ]
7506 },
7507 "notification-url": "https://packagist.org/downloads/",
7508 "license": [
7509 "MIT"
7510 ],
7511 "authors": [
7512 {
7513 "name": "Jan Sorgalla",
7514 "email": "jsorgalla@gmail.com"
7515 }
7516 ],
7517 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7518 "keywords": [
7519 "promise",
7520 "promises"
7521 ],
2a74acb7 7522 "time": "2020-05-12T15:16:56+00:00"
6546aca4
JB
7523 },
7524 {
7525 "name": "scheb/two-factor-bundle",
2a253d24 7526 "version": "v4.16.0",
6546aca4
JB
7527 "source": {
7528 "type": "git",
7529 "url": "https://github.com/scheb/two-factor-bundle.git",
2a253d24 7530 "reference": "44ae7d1394296ed54aa621dd96516786ade2eeed"
6546aca4
JB
7531 },
7532 "dist": {
7533 "type": "zip",
2a253d24
JB
7534 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/44ae7d1394296ed54aa621dd96516786ade2eeed",
7535 "reference": "44ae7d1394296ed54aa621dd96516786ade2eeed",
6546aca4
JB
7536 "shasum": ""
7537 },
7538 "require": {
7539 "lcobucci/jwt": "^3.2",
28378675 7540 "paragonie/constant_time_encoding": "^2.2",
6546aca4 7541 "php": "^7.1.3",
2a253d24
JB
7542 "spomky-labs/otphp": "^9.1|^10.0",
7543 "symfony/config": "^3.4|^4.0|^5.0",
7544 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7545 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7546 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
7547 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7548 "symfony/http-kernel": "^3.4|^4.0|^5.0",
7549 "symfony/property-access": "^3.4|^4.0|^5.0",
7550 "symfony/security-bundle": "^3.4|^4.0|^5.0",
7551 "symfony/twig-bundle": "^3.4|^4.0|^5.0"
6546aca4
JB
7552 },
7553 "require-dev": {
2a253d24
JB
7554 "doctrine/persistence": "^1.3",
7555 "escapestudios/symfony2-coding-standard": "^3.9",
7556 "phpunit/phpunit": "^7.0|^8.0|^9.0",
7557 "squizlabs/php_codesniffer": "^3.5",
6546aca4 7558 "swiftmailer/swiftmailer": "^6.0",
2a253d24
JB
7559 "symfony/polyfill-php80": "^1.15",
7560 "symfony/yaml": "^3.4|^4.0|^5.0",
7561 "vimeo/psalm": "^3.11"
6546aca4
JB
7562 },
7563 "type": "symfony-bundle",
7564 "autoload": {
7565 "psr-4": {
7566 "Scheb\\TwoFactorBundle\\": ""
2a253d24
JB
7567 },
7568 "exclude-from-classmap": [
7569 "/Tests/"
7570 ]
6546aca4
JB
7571 },
7572 "notification-url": "https://packagist.org/downloads/",
7573 "license": [
7574 "MIT"
7575 ],
7576 "authors": [
7577 {
7578 "name": "Christian Scheb",
7579 "email": "me@christianscheb.de"
7580 }
7581 ],
7582 "description": "Provides two-factor authentication for Symfony applications",
7583 "homepage": "https://github.com/scheb/two-factor-bundle",
7584 "keywords": [
7585 "Authentication",
7586 "security",
7587 "symfony",
7588 "two-factor",
7589 "two-step"
7590 ],
2a253d24 7591 "time": "2020-05-08T19:32:30+00:00"
6546aca4
JB
7592 },
7593 {
7594 "name": "sensio/distribution-bundle",
e06303d8 7595 "version": "v5.0.25",
6546aca4
JB
7596 "source": {
7597 "type": "git",
7598 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
e06303d8 7599 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
6546aca4
JB
7600 },
7601 "dist": {
7602 "type": "zip",
e06303d8 7603 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7604 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
6546aca4
JB
7605 "shasum": ""
7606 },
7607 "require": {
7608 "php": ">=5.3.9",
e06303d8 7609 "sensiolabs/security-checker": "~5.0|~6.0",
6546aca4
JB
7610 "symfony/class-loader": "~2.3|~3.0",
7611 "symfony/config": "~2.3|~3.0",
7612 "symfony/dependency-injection": "~2.3|~3.0",
7613 "symfony/filesystem": "~2.3|~3.0",
7614 "symfony/http-kernel": "~2.3|~3.0",
7615 "symfony/process": "~2.3|~3.0"
7616 },
7617 "type": "symfony-bundle",
7618 "extra": {
7619 "branch-alias": {
7620 "dev-master": "5.0.x-dev"
7621 }
7622 },
7623 "autoload": {
7624 "psr-4": {
7625 "Sensio\\Bundle\\DistributionBundle\\": ""
7626 }
7627 },
7628 "notification-url": "https://packagist.org/downloads/",
7629 "license": [
7630 "MIT"
7631 ],
7632 "authors": [
7633 {
7634 "name": "Fabien Potencier",
7635 "email": "fabien@symfony.com"
7636 }
7637 ],
7638 "description": "Base bundle for Symfony Distributions",
7639 "keywords": [
7640 "configuration",
7641 "distribution"
7642 ],
e06303d8 7643 "time": "2019-06-18T15:43:58+00:00"
6546aca4
JB
7644 },
7645 {
7646 "name": "sensio/framework-extra-bundle",
d0cf488d 7647 "version": "v5.4.1",
6546aca4
JB
7648 "source": {
7649 "type": "git",
7650 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
d0cf488d 7651 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
6546aca4
JB
7652 },
7653 "dist": {
7654 "type": "zip",
d0cf488d
JB
7655 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7656 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
6546aca4
JB
7657 "shasum": ""
7658 },
7659 "require": {
7660 "doctrine/annotations": "^1.0",
7661 "doctrine/persistence": "^1.0",
7662 "php": ">=7.1.3",
2c8dcab7 7663 "symfony/config": "^3.4|^4.3",
7664 "symfony/dependency-injection": "^3.4|^4.3",
7665 "symfony/framework-bundle": "^3.4|^4.3",
7666 "symfony/http-kernel": "^3.4|^4.3"
6546aca4
JB
7667 },
7668 "require-dev": {
7669 "doctrine/doctrine-bundle": "^1.6",
7670 "doctrine/orm": "^2.5",
7671 "nyholm/psr7": "^1.1",
2c8dcab7 7672 "symfony/browser-kit": "^3.4|^4.3",
7673 "symfony/dom-crawler": "^3.4|^4.3",
7674 "symfony/expression-language": "^3.4|^4.3",
7675 "symfony/finder": "^3.4|^4.3",
6546aca4
JB
7676 "symfony/monolog-bridge": "^3.0|^4.0",
7677 "symfony/monolog-bundle": "^3.2",
7678 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7679 "symfony/psr-http-message-bridge": "^1.1",
2c8dcab7 7680 "symfony/security-bundle": "^3.4|^4.3",
7681 "symfony/twig-bundle": "^3.4|^4.3",
7682 "symfony/yaml": "^3.4|^4.3",
6546aca4
JB
7683 "twig/twig": "~1.12|~2.0"
7684 },
7685 "suggest": {
7686 "symfony/expression-language": "",
7687 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7688 "symfony/security-bundle": ""
7689 },
7690 "type": "symfony-bundle",
7691 "extra": {
7692 "branch-alias": {
2c8dcab7 7693 "dev-master": "5.4.x-dev"
6546aca4
JB
7694 }
7695 },
7696 "autoload": {
7697 "psr-4": {
7698 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7699 }
7700 },
7701 "notification-url": "https://packagist.org/downloads/",
7702 "license": [
7703 "MIT"
7704 ],
7705 "authors": [
7706 {
7707 "name": "Fabien Potencier",
7708 "email": "fabien@symfony.com"
7709 }
7710 ],
7711 "description": "This bundle provides a way to configure your controllers with annotations",
7712 "keywords": [
7713 "annotations",
7714 "controllers"
7715 ],
d0cf488d 7716 "time": "2019-07-08T08:31:25+00:00"
6546aca4
JB
7717 },
7718 {
7719 "name": "sensiolabs/security-checker",
8d4ed0df 7720 "version": "v6.0.3",
6546aca4
JB
7721 "source": {
7722 "type": "git",
7723 "url": "https://github.com/sensiolabs/security-checker.git",
8d4ed0df 7724 "reference": "a576c01520d9761901f269c4934ba55448be4a54"
6546aca4
JB
7725 },
7726 "dist": {
7727 "type": "zip",
8d4ed0df
JB
7728 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
7729 "reference": "a576c01520d9761901f269c4934ba55448be4a54",
6546aca4
JB
7730 "shasum": ""
7731 },
7732 "require": {
e06303d8 7733 "php": ">=7.1.3",
8d4ed0df
JB
7734 "symfony/console": "^2.8|^3.4|^4.2|^5.0",
7735 "symfony/http-client": "^4.3|^5.0",
7736 "symfony/mime": "^4.3|^5.0",
e06303d8 7737 "symfony/polyfill-ctype": "^1.11"
6546aca4
JB
7738 },
7739 "bin": [
7740 "security-checker"
7741 ],
7742 "type": "library",
7743 "extra": {
7744 "branch-alias": {
e06303d8 7745 "dev-master": "6.0-dev"
6546aca4
JB
7746 }
7747 },
7748 "autoload": {
7749 "psr-4": {
7750 "SensioLabs\\Security\\": "SensioLabs/Security"
7751 }
7752 },
7753 "notification-url": "https://packagist.org/downloads/",
7754 "license": [
7755 "MIT"
7756 ],
7757 "authors": [
7758 {
7759 "name": "Fabien Potencier",
7760 "email": "fabien.potencier@gmail.com"
7761 }
7762 ],
7763 "description": "A security checker for your composer.lock",
8d4ed0df 7764 "time": "2019-11-01T13:20:14+00:00"
6546aca4 7765 },
955a3bde
JB
7766 {
7767 "name": "sentry/sdk",
eb0fa190 7768 "version": "2.0.4",
955a3bde
JB
7769 "source": {
7770 "type": "git",
7771 "url": "https://github.com/getsentry/sentry-php-sdk.git",
eb0fa190 7772 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
955a3bde
JB
7773 },
7774 "dist": {
7775 "type": "zip",
eb0fa190 7776 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7777 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
955a3bde
JB
7778 "shasum": ""
7779 },
7780 "require": {
7781 "http-interop/http-factory-guzzle": "^1.0",
7782 "php-http/curl-client": "^1.0|^2.0",
eb0fa190 7783 "sentry/sentry": "^2.1.3"
955a3bde
JB
7784 },
7785 "type": "metapackage",
7786 "notification-url": "https://packagist.org/downloads/",
7787 "license": [
7788 "MIT"
7789 ],
7790 "authors": [
7791 {
7792 "name": "Sentry",
7793 "email": "accounts@sentry.io"
7794 }
7795 ],
7796 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
eb0fa190 7797 "time": "2019-09-09T19:54:44+00:00"
955a3bde
JB
7798 },
7799 {
7800 "name": "sentry/sentry",
2a74acb7 7801 "version": "2.4.0",
955a3bde
JB
7802 "source": {
7803 "type": "git",
7804 "url": "https://github.com/getsentry/sentry-php.git",
2a74acb7 7805 "reference": "e44561875e0d724bac3d9cdb705bf58847acd425"
955a3bde
JB
7806 },
7807 "dist": {
7808 "type": "zip",
2a74acb7
JB
7809 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/e44561875e0d724bac3d9cdb705bf58847acd425",
7810 "reference": "e44561875e0d724bac3d9cdb705bf58847acd425",
955a3bde
JB
7811 "shasum": ""
7812 },
7813 "require": {
7814 "ext-json": "*",
7815 "ext-mbstring": "*",
eb0fa190 7816 "guzzlehttp/promises": "^1.3",
2a74acb7 7817 "guzzlehttp/psr7": "^1.6",
955a3bde
JB
7818 "jean85/pretty-package-versions": "^1.2",
7819 "php": "^7.1",
7820 "php-http/async-client-implementation": "^1.0",
7821 "php-http/client-common": "^1.5|^2.0",
7822 "php-http/discovery": "^1.6.1",
7823 "php-http/httplug": "^1.1|^2.0",
7824 "php-http/message": "^1.5",
2a74acb7 7825 "psr/http-factory": "^1.0",
955a3bde 7826 "psr/http-message-implementation": "^1.0",
2a74acb7 7827 "psr/log": "^1.0",
6ba1d734 7828 "symfony/options-resolver": "^2.7|^3.0|^4.0|^5.0",
2a74acb7 7829 "symfony/polyfill-uuid": "^1.13.1"
955a3bde
JB
7830 },
7831 "conflict": {
7832 "php-http/client-common": "1.8.0",
7833 "raven/raven": "*"
7834 },
7835 "require-dev": {
2a74acb7 7836 "friendsofphp/php-cs-fixer": "^2.16",
955a3bde 7837 "monolog/monolog": "^1.3|^2.0",
2a74acb7 7838 "php-http/mock-client": "^1.3",
eb0fa190 7839 "phpstan/extension-installer": "^1.0",
2a74acb7
JB
7840 "phpstan/phpstan": "^0.12",
7841 "phpstan/phpstan-phpunit": "^0.12",
8a74cb83 7842 "phpunit/phpunit": "^7.5.18",
6ba1d734 7843 "symfony/phpunit-bridge": "^4.3|^5.0",
eb0fa190 7844 "vimeo/psalm": "^3.4"
955a3bde 7845 },
8d4ed0df
JB
7846 "suggest": {
7847 "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
7848 },
955a3bde
JB
7849 "type": "library",
7850 "extra": {
7851 "branch-alias": {
2a74acb7 7852 "dev-master": "2.4-dev"
955a3bde
JB
7853 }
7854 },
7855 "autoload": {
7856 "files": [
eb0fa190 7857 "src/functions.php"
955a3bde
JB
7858 ],
7859 "psr-4": {
7860 "Sentry\\": "src/"
7861 }
7862 },
7863 "notification-url": "https://packagist.org/downloads/",
7864 "license": [
7865 "BSD-3-Clause"
7866 ],
7867 "authors": [
7868 {
7869 "name": "Sentry",
7870 "email": "accounts@sentry.io"
7871 }
7872 ],
7873 "description": "A PHP SDK for Sentry (http://sentry.io)",
7874 "homepage": "http://sentry.io",
7875 "keywords": [
7876 "crash-reporting",
7877 "crash-reports",
7878 "error-handler",
7879 "error-monitoring",
7880 "log",
7881 "logging",
7882 "sentry"
7883 ],
2a253d24
JB
7884 "funding": [
7885 {
7886 "url": "https://sentry.io/",
7887 "type": "custom"
7888 },
7889 {
7890 "url": "https://sentry.io/pricing/",
7891 "type": "custom"
7892 }
7893 ],
2a74acb7 7894 "time": "2020-05-20T20:49:38+00:00"
955a3bde
JB
7895 },
7896 {
7897 "name": "sentry/sentry-symfony",
2a253d24 7898 "version": "3.2.1",
955a3bde
JB
7899 "source": {
7900 "type": "git",
7901 "url": "https://github.com/getsentry/sentry-symfony.git",
2a253d24 7902 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d"
955a3bde
JB
7903 },
7904 "dist": {
7905 "type": "zip",
2a253d24
JB
7906 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/620b90dc35c12ef96c6460df74e30441e359ce6d",
7907 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d",
955a3bde
JB
7908 "shasum": ""
7909 },
7910 "require": {
7911 "jean85/pretty-package-versions": "^1.0",
7912 "php": "^7.1",
7913 "sentry/sdk": "^2.0",
2a253d24
JB
7914 "symfony/config": "^2.8||^3.0||^4.0",
7915 "symfony/console": "^2.8||^3.0||^4.0",
7916 "symfony/dependency-injection": "^2.8||^3.0||^4.0",
7917 "symfony/event-dispatcher": "^2.8||^3.0||^4.0",
7918 "symfony/http-kernel": "^2.8||^3.0||^4.0",
7919 "symfony/security-core": "^2.8||^3.0||^4.0"
955a3bde
JB
7920 },
7921 "require-dev": {
7922 "friendsofphp/php-cs-fixer": "^2.8",
7923 "jangregor/phpstan-prophecy": "^0.3.0",
eb0fa190 7924 "monolog/monolog": "^1.11||^2.0",
955a3bde 7925 "php-http/mock-client": "^1.0",
2a253d24 7926 "phpstan/phpstan": "^0.11",
955a3bde 7927 "phpstan/phpstan-phpunit": "^0.11",
2a253d24
JB
7928 "phpunit/phpunit": "^7.5",
7929 "scrutinizer/ocular": "^1.4",
7930 "symfony/expression-language": "^2.8||^3.0||^4.0"
955a3bde 7931 },
eb0fa190 7932 "suggest": {
7933 "monolog/monolog": "Required to use the Monolog handler"
7934 },
955a3bde
JB
7935 "type": "symfony-bundle",
7936 "extra": {
7937 "branch-alias": {
7938 "master": "3.x-dev",
8a74cb83 7939 "releases/3.2.x": "3.2.x-dev",
955a3bde
JB
7940 "releases/2.x": "2.x-dev",
7941 "releases/1.x": "1.x-dev"
7942 }
7943 },
7944 "autoload": {
7945 "psr-4": {
7946 "Sentry\\SentryBundle\\": "src/"
7947 }
7948 },
7949 "notification-url": "https://packagist.org/downloads/",
7950 "license": [
7951 "Apache-2.0"
7952 ],
7953 "authors": [
7954 {
7955 "name": "David Cramer",
7956 "email": "dcramer@gmail.com"
7957 },
7958 {
7959 "name": "Alessandro Lai",
7960 "email": "alessandro.lai85@gmail.com"
7961 }
7962 ],
7963 "description": "Symfony integration for Sentry (http://getsentry.com)",
7964 "homepage": "http://getsentry.com",
7965 "keywords": [
7966 "errors",
7967 "logging",
7968 "sentry",
7969 "symfony"
7970 ],
2a253d24 7971 "time": "2019-11-29T21:24:37+00:00"
955a3bde 7972 },
6546aca4
JB
7973 {
7974 "name": "simplepie/simplepie",
2a74acb7 7975 "version": "1.5.5",
6546aca4
JB
7976 "source": {
7977 "type": "git",
7978 "url": "https://github.com/simplepie/simplepie.git",
2a74acb7 7979 "reference": "ae49e2201b6da9c808e5dac437aca356a11831b4"
6546aca4
JB
7980 },
7981 "dist": {
7982 "type": "zip",
2a74acb7
JB
7983 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ae49e2201b6da9c808e5dac437aca356a11831b4",
7984 "reference": "ae49e2201b6da9c808e5dac437aca356a11831b4",
6546aca4
JB
7985 "shasum": ""
7986 },
7987 "require": {
7988 "ext-pcre": "*",
7989 "ext-xml": "*",
7990 "ext-xmlreader": "*",
7991 "php": ">=5.6.0"
7992 },
7993 "require-dev": {
7994 "phpunit/phpunit": "~5.4.3 || ~6.5"
7995 },
7996 "suggest": {
7997 "ext-curl": "",
7998 "ext-iconv": "",
7999 "ext-intl": "",
8000 "ext-mbstring": "",
8001 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
8002 },
8003 "type": "library",
8004 "autoload": {
8005 "psr-0": {
8006 "SimplePie": "library"
8007 }
8008 },
8009 "notification-url": "https://packagist.org/downloads/",
8010 "license": [
8011 "BSD-3-Clause"
8012 ],
8013 "authors": [
8014 {
8015 "name": "Ryan Parman",
cc7b2b91 8016 "homepage": "http://ryanparman.com/",
8017 "role": "Creator, alumnus developer"
6546aca4
JB
8018 },
8019 {
2a74acb7
JB
8020 "name": "Sam Sneddon",
8021 "homepage": "https://gsnedders.com/",
cc7b2b91 8022 "role": "Alumnus developer"
6546aca4
JB
8023 },
8024 {
8025 "name": "Ryan McCue",
8026 "email": "me@ryanmccue.info",
cc7b2b91 8027 "homepage": "http://ryanmccue.info/",
8028 "role": "Developer"
6546aca4
JB
8029 }
8030 ],
8031 "description": "A simple Atom/RSS parsing library for PHP",
8032 "homepage": "http://simplepie.org/",
8033 "keywords": [
8034 "atom",
8035 "feeds",
8036 "rss"
8037 ],
2a74acb7 8038 "time": "2020-05-01T12:23:14+00:00"
6546aca4
JB
8039 },
8040 {
8041 "name": "smalot/pdfparser",
692501f2 8042 "version": "v0.15.0",
6546aca4
JB
8043 "source": {
8044 "type": "git",
8045 "url": "https://github.com/smalot/pdfparser.git",
692501f2 8046 "reference": "a53df87a048b943ff7380765b300e2b002e61de4"
6546aca4
JB
8047 },
8048 "dist": {
8049 "type": "zip",
692501f2 8050 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/a53df87a048b943ff7380765b300e2b002e61de4",
8051 "reference": "a53df87a048b943ff7380765b300e2b002e61de4",
6546aca4
JB
8052 "shasum": ""
8053 },
8054 "require": {
8055 "ext-mbstring": "*",
8056 "ext-zlib": "*",
8057 "php": ">=5.3.0",
8058 "tecnickcom/tcpdf": "~6.0"
8059 },
8060 "require-dev": {
8061 "atoum/atoum": "^2.8 | ^3.0"
8062 },
8063 "type": "library",
8064 "autoload": {
8065 "psr-0": {
8066 "Smalot\\PdfParser\\": "src/"
8067 }
8068 },
8069 "notification-url": "https://packagist.org/downloads/",
8070 "license": [
8071 "LGPL-3.0"
8072 ],
8073 "authors": [
8074 {
692501f2 8075 "name": "Sebastien MALOT",
6546aca4
JB
8076 "email": "sebastien@malot.fr"
8077 }
8078 ],
8079 "description": "Pdf parser library. Can read and extract information from pdf file.",
8080 "homepage": "http://www.pdfparser.org",
8081 "keywords": [
8082 "extract",
8083 "parse",
8084 "parser",
8085 "pdf",
8086 "text"
8087 ],
692501f2 8088 "time": "2020-04-21T07:28:21+00:00"
6546aca4
JB
8089 },
8090 {
28378675 8091 "name": "spomky-labs/otphp",
8092 "version": "v9.1.4",
6546aca4
JB
8093 "source": {
8094 "type": "git",
28378675 8095 "url": "https://github.com/Spomky-Labs/otphp.git",
8096 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
6546aca4
JB
8097 },
8098 "dist": {
8099 "type": "zip",
28378675 8100 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
8101 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
6546aca4
JB
8102 "shasum": ""
8103 },
8104 "require": {
28378675 8105 "beberlei/assert": "^2.4|^3.0",
8106 "paragonie/constant_time_encoding": "^2.0",
6546aca4
JB
8107 "php": "^7.1"
8108 },
8109 "require-dev": {
28378675 8110 "phpunit/phpunit": "^6.0",
8111 "satooshi/php-coveralls": "^1.0"
6546aca4
JB
8112 },
8113 "type": "library",
8114 "extra": {
8115 "branch-alias": {
28378675 8116 "dev-master": "9.0.x-dev"
6546aca4
JB
8117 }
8118 },
8119 "autoload": {
8120 "psr-4": {
28378675 8121 "OTPHP\\": "src/"
6546aca4
JB
8122 }
8123 },
8124 "notification-url": "https://packagist.org/downloads/",
8125 "license": [
8126 "MIT"
8127 ],
8128 "authors": [
8129 {
28378675 8130 "name": "Florent Morselli",
8131 "homepage": "https://github.com/Spomky"
6546aca4
JB
8132 },
8133 {
28378675 8134 "name": "All contributors",
8135 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
6546aca4
JB
8136 }
8137 ],
28378675 8138 "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",
8139 "homepage": "https://github.com/Spomky-Labs/otphp",
6546aca4 8140 "keywords": [
28378675 8141 "FreeOTP",
8142 "RFC 4226",
8143 "RFC 6238",
8144 "google authenticator",
8145 "hotp",
8146 "otp",
8147 "totp"
6546aca4 8148 ],
28378675 8149 "time": "2019-03-18T10:08:51+00:00"
6546aca4
JB
8150 },
8151 {
8152 "name": "stof/doctrine-extensions-bundle",
8153 "version": "v1.3.0",
8154 "source": {
8155 "type": "git",
8156 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
8157 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
8158 },
8159 "dist": {
8160 "type": "zip",
8161 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
8162 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
8163 "shasum": ""
8164 },
8165 "require": {
8166 "gedmo/doctrine-extensions": "^2.3.4",
8167 "php": ">=5.3.2",
8168 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
8169 },
8170 "require-dev": {
8171 "symfony/phpunit-bridge": "^4.0",
8172 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
8173 },
8174 "suggest": {
8175 "doctrine/doctrine-bundle": "to use the ORM extensions",
8176 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
8177 },
8178 "type": "symfony-bundle",
8179 "extra": {
8180 "branch-alias": {
8181 "dev-master": "1.3.x-dev"
8182 }
8183 },
8184 "autoload": {
8185 "psr-4": {
8186 "Stof\\DoctrineExtensionsBundle\\": ""
8187 }
8188 },
8189 "notification-url": "https://packagist.org/downloads/",
8190 "license": [
8191 "MIT"
8192 ],
8193 "authors": [
8194 {
8195 "name": "Christophe Coevoet",
8196 "email": "stof@notk.org"
8197 }
8198 ],
8199 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
8200 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
8201 "keywords": [
8202 "behaviors",
8203 "doctrine2",
8204 "extensions",
8205 "gedmo",
8206 "loggable",
8207 "nestedset",
8208 "sluggable",
8209 "sortable",
8210 "timestampable",
8211 "translatable",
8212 "tree"
8213 ],
8214 "time": "2017-12-24T16:06:50+00:00"
8215 },
8216 {
8217 "name": "swiftmailer/swiftmailer",
8d4ed0df 8218 "version": "v6.2.3",
6546aca4
JB
8219 "source": {
8220 "type": "git",
8221 "url": "https://github.com/swiftmailer/swiftmailer.git",
8d4ed0df 8222 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
6546aca4
JB
8223 },
8224 "dist": {
8225 "type": "zip",
8d4ed0df
JB
8226 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
8227 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
6546aca4
JB
8228 "shasum": ""
8229 },
8230 "require": {
8231 "egulias/email-validator": "~2.0",
8232 "php": ">=7.0.0",
8233 "symfony/polyfill-iconv": "^1.0",
8234 "symfony/polyfill-intl-idn": "^1.10",
8235 "symfony/polyfill-mbstring": "^1.0"
8236 },
8237 "require-dev": {
8238 "mockery/mockery": "~0.9.1",
8239 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
8240 },
8241 "suggest": {
8242 "ext-intl": "Needed to support internationalized email addresses",
8243 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
8244 },
8245 "type": "library",
8246 "extra": {
8247 "branch-alias": {
8248 "dev-master": "6.2-dev"
8249 }
8250 },
8251 "autoload": {
8252 "files": [
8253 "lib/swift_required.php"
8254 ]
8255 },
8256 "notification-url": "https://packagist.org/downloads/",
8257 "license": [
8258 "MIT"
8259 ],
8260 "authors": [
8261 {
8262 "name": "Chris Corbyn"
8263 },
8264 {
8265 "name": "Fabien Potencier",
8266 "email": "fabien@symfony.com"
8267 }
8268 ],
8269 "description": "Swiftmailer, free feature-rich PHP mailer",
8270 "homepage": "https://swiftmailer.symfony.com",
8271 "keywords": [
8272 "email",
8273 "mail",
8274 "mailer"
8275 ],
8d4ed0df 8276 "time": "2019-11-12T09:31:26+00:00"
6546aca4 8277 },
e06303d8 8278 {
8279 "name": "symfony/http-client",
2a74acb7 8280 "version": "v4.4.8",
e06303d8 8281 "source": {
8282 "type": "git",
8283 "url": "https://github.com/symfony/http-client.git",
2a74acb7 8284 "reference": "88d1745f4095727b8bf0574a0f414331f4ec229c"
e06303d8 8285 },
8286 "dist": {
8287 "type": "zip",
2a74acb7
JB
8288 "url": "https://api.github.com/repos/symfony/http-client/zipball/88d1745f4095727b8bf0574a0f414331f4ec229c",
8289 "reference": "88d1745f4095727b8bf0574a0f414331f4ec229c",
e06303d8 8290 "shasum": ""
8291 },
8292 "require": {
8293 "php": "^7.1.3",
8294 "psr/log": "^1.0",
6ba1d734
JB
8295 "symfony/http-client-contracts": "^1.1.8|^2",
8296 "symfony/polyfill-php73": "^1.11",
8297 "symfony/service-contracts": "^1.0|^2"
e06303d8 8298 },
8299 "provide": {
6ba1d734
JB
8300 "php-http/async-client-implementation": "*",
8301 "php-http/client-implementation": "*",
e06303d8 8302 "psr/http-client-implementation": "1.0",
8303 "symfony/http-client-implementation": "1.1"
8304 },
8305 "require-dev": {
6ba1d734 8306 "guzzlehttp/promises": "^1.3.1",
e06303d8 8307 "nyholm/psr7": "^1.0",
6ba1d734 8308 "php-http/httplug": "^1.0|^2.0",
e06303d8 8309 "psr/http-client": "^1.0",
6ba1d734
JB
8310 "symfony/dependency-injection": "^4.3|^5.0",
8311 "symfony/http-kernel": "^4.4",
8312 "symfony/process": "^4.2|^5.0"
e06303d8 8313 },
8314 "type": "library",
8315 "extra": {
8316 "branch-alias": {
6ba1d734 8317 "dev-master": "4.4-dev"
e06303d8 8318 }
8319 },
8320 "autoload": {
8321 "psr-4": {
8322 "Symfony\\Component\\HttpClient\\": ""
8323 },
8324 "exclude-from-classmap": [
8325 "/Tests/"
8326 ]
8327 },
8328 "notification-url": "https://packagist.org/downloads/",
8329 "license": [
8330 "MIT"
8331 ],
8332 "authors": [
8333 {
8334 "name": "Nicolas Grekas",
8335 "email": "p@tchwork.com"
8336 },
8337 {
8338 "name": "Symfony Community",
8339 "homepage": "https://symfony.com/contributors"
8340 }
8341 ],
8342 "description": "Symfony HttpClient component",
8343 "homepage": "https://symfony.com",
2a253d24
JB
8344 "funding": [
8345 {
8346 "url": "https://symfony.com/sponsor",
8347 "type": "custom"
8348 },
8349 {
8350 "url": "https://github.com/fabpot",
8351 "type": "github"
8352 },
8353 {
8354 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8355 "type": "tidelift"
8356 }
8357 ],
2a74acb7 8358 "time": "2020-04-12T16:14:02+00:00"
e06303d8 8359 },
8360 {
8361 "name": "symfony/http-client-contracts",
8d4ed0df 8362 "version": "v1.1.8",
e06303d8 8363 "source": {
8364 "type": "git",
8365 "url": "https://github.com/symfony/http-client-contracts.git",
8d4ed0df 8366 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e"
e06303d8 8367 },
8368 "dist": {
8369 "type": "zip",
8d4ed0df
JB
8370 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8371 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
e06303d8 8372 "shasum": ""
8373 },
8374 "require": {
8375 "php": "^7.1.3"
8376 },
8377 "suggest": {
8378 "symfony/http-client-implementation": ""
8379 },
8380 "type": "library",
8381 "extra": {
8382 "branch-alias": {
8383 "dev-master": "1.1-dev"
8384 }
8385 },
8386 "autoload": {
8387 "psr-4": {
8388 "Symfony\\Contracts\\HttpClient\\": ""
8389 }
8390 },
8391 "notification-url": "https://packagist.org/downloads/",
8392 "license": [
8393 "MIT"
8394 ],
8395 "authors": [
8396 {
8397 "name": "Nicolas Grekas",
8398 "email": "p@tchwork.com"
8399 },
8400 {
8401 "name": "Symfony Community",
8402 "homepage": "https://symfony.com/contributors"
8403 }
8404 ],
8405 "description": "Generic abstractions related to HTTP clients",
8406 "homepage": "https://symfony.com",
8407 "keywords": [
8408 "abstractions",
8409 "contracts",
8410 "decoupling",
8411 "interfaces",
8412 "interoperability",
8413 "standards"
8414 ],
8d4ed0df 8415 "time": "2019-11-07T12:44:51+00:00"
e06303d8 8416 },
8417 {
8418 "name": "symfony/mime",
2a74acb7 8419 "version": "v4.4.8",
e06303d8 8420 "source": {
8421 "type": "git",
8422 "url": "https://github.com/symfony/mime.git",
2a74acb7 8423 "reference": "7a583ffb6c7dd5aabb5db920817a3cc39261c517"
e06303d8 8424 },
8425 "dist": {
8426 "type": "zip",
2a74acb7
JB
8427 "url": "https://api.github.com/repos/symfony/mime/zipball/7a583ffb6c7dd5aabb5db920817a3cc39261c517",
8428 "reference": "7a583ffb6c7dd5aabb5db920817a3cc39261c517",
e06303d8 8429 "shasum": ""
8430 },
8431 "require": {
8432 "php": "^7.1.3",
8433 "symfony/polyfill-intl-idn": "^1.10",
8434 "symfony/polyfill-mbstring": "^1.0"
8435 },
d3847ac1
JB
8436 "conflict": {
8437 "symfony/mailer": "<4.4"
8438 },
e06303d8 8439 "require-dev": {
3f2e602f 8440 "egulias/email-validator": "^2.1.10",
d3847ac1 8441 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
e06303d8 8442 },
8443 "type": "library",
8444 "extra": {
8445 "branch-alias": {
d3847ac1 8446 "dev-master": "4.4-dev"
e06303d8 8447 }
8448 },
8449 "autoload": {
8450 "psr-4": {
8451 "Symfony\\Component\\Mime\\": ""
8452 },
8453 "exclude-from-classmap": [
8454 "/Tests/"
8455 ]
8456 },
8457 "notification-url": "https://packagist.org/downloads/",
8458 "license": [
8459 "MIT"
8460 ],
8461 "authors": [
8462 {
8463 "name": "Fabien Potencier",
8464 "email": "fabien@symfony.com"
8465 },
8466 {
8467 "name": "Symfony Community",
8468 "homepage": "https://symfony.com/contributors"
8469 }
8470 ],
8471 "description": "A library to manipulate MIME messages",
8472 "homepage": "https://symfony.com",
8473 "keywords": [
8474 "mime",
8475 "mime-type"
8476 ],
2a253d24
JB
8477 "funding": [
8478 {
8479 "url": "https://symfony.com/sponsor",
8480 "type": "custom"
8481 },
8482 {
8483 "url": "https://github.com/fabpot",
8484 "type": "github"
8485 },
8486 {
8487 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8488 "type": "tidelift"
8489 }
8490 ],
2a74acb7 8491 "time": "2020-04-16T14:49:30+00:00"
e06303d8 8492 },
6546aca4
JB
8493 {
8494 "name": "symfony/monolog-bundle",
9baf99ad 8495 "version": "v3.5.0",
6546aca4
JB
8496 "source": {
8497 "type": "git",
8498 "url": "https://github.com/symfony/monolog-bundle.git",
9baf99ad 8499 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
6546aca4
JB
8500 },
8501 "dist": {
8502 "type": "zip",
9baf99ad 8503 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8504 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
6546aca4
JB
8505 "shasum": ""
8506 },
8507 "require": {
9baf99ad 8508 "monolog/monolog": "~1.22 || ~2.0",
6546aca4 8509 "php": ">=5.6",
9baf99ad 8510 "symfony/config": "~3.4 || ~4.0 || ^5.0",
8511 "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
8512 "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
8513 "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
6546aca4
JB
8514 },
8515 "require-dev": {
9baf99ad 8516 "symfony/console": "~3.4 || ~4.0 || ^5.0",
8517 "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
8518 "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
6546aca4
JB
8519 },
8520 "type": "symfony-bundle",
8521 "extra": {
8522 "branch-alias": {
8523 "dev-master": "3.x-dev"
8524 }
8525 },
8526 "autoload": {
8527 "psr-4": {
8528 "Symfony\\Bundle\\MonologBundle\\": ""
8529 },
8530 "exclude-from-classmap": [
8531 "/Tests/"
8532 ]
8533 },
8534 "notification-url": "https://packagist.org/downloads/",
8535 "license": [
8536 "MIT"
8537 ],
8538 "authors": [
6546aca4
JB
8539 {
8540 "name": "Fabien Potencier",
8541 "email": "fabien@symfony.com"
9baf99ad 8542 },
8543 {
8544 "name": "Symfony Community",
8545 "homepage": "http://symfony.com/contributors"
6546aca4
JB
8546 }
8547 ],
8548 "description": "Symfony MonologBundle",
8549 "homepage": "http://symfony.com",
8550 "keywords": [
8551 "log",
8552 "logging"
8553 ],
9baf99ad 8554 "time": "2019-11-13T13:11:14+00:00"
6546aca4
JB
8555 },
8556 {
8557 "name": "symfony/polyfill-apcu",
2a74acb7 8558 "version": "v1.17.0",
6546aca4
JB
8559 "source": {
8560 "type": "git",
8561 "url": "https://github.com/symfony/polyfill-apcu.git",
2a74acb7 8562 "reference": "9ec426b564916afb9bfd15f78708ec322eeb8538"
6546aca4
JB
8563 },
8564 "dist": {
8565 "type": "zip",
2a74acb7
JB
8566 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/9ec426b564916afb9bfd15f78708ec322eeb8538",
8567 "reference": "9ec426b564916afb9bfd15f78708ec322eeb8538",
6546aca4
JB
8568 "shasum": ""
8569 },
8570 "require": {
8571 "php": ">=5.3.3"
8572 },
8573 "type": "library",
8574 "extra": {
8575 "branch-alias": {
2a74acb7 8576 "dev-master": "1.17-dev"
6546aca4
JB
8577 }
8578 },
8579 "autoload": {
8580 "psr-4": {
8581 "Symfony\\Polyfill\\Apcu\\": ""
8582 },
8583 "files": [
8584 "bootstrap.php"
8585 ]
8586 },
8587 "notification-url": "https://packagist.org/downloads/",
8588 "license": [
8589 "MIT"
8590 ],
8591 "authors": [
8592 {
8593 "name": "Nicolas Grekas",
8594 "email": "p@tchwork.com"
8595 },
8596 {
8597 "name": "Symfony Community",
8598 "homepage": "https://symfony.com/contributors"
8599 }
8600 ],
8601 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8602 "homepage": "https://symfony.com",
8603 "keywords": [
8604 "apcu",
8605 "compatibility",
8606 "polyfill",
8607 "portable",
8608 "shim"
8609 ],
2a253d24
JB
8610 "funding": [
8611 {
8612 "url": "https://symfony.com/sponsor",
8613 "type": "custom"
8614 },
8615 {
8616 "url": "https://github.com/fabpot",
8617 "type": "github"
8618 },
8619 {
8620 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8621 "type": "tidelift"
8622 }
8623 ],
2a74acb7 8624 "time": "2020-05-12T16:14:59+00:00"
6546aca4
JB
8625 },
8626 {
8627 "name": "symfony/polyfill-ctype",
2a74acb7 8628 "version": "v1.17.0",
6546aca4
JB
8629 "source": {
8630 "type": "git",
8631 "url": "https://github.com/symfony/polyfill-ctype.git",
2a74acb7 8632 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
6546aca4
JB
8633 },
8634 "dist": {
8635 "type": "zip",
2a74acb7
JB
8636 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
8637 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
6546aca4
JB
8638 "shasum": ""
8639 },
8640 "require": {
8641 "php": ">=5.3.3"
8642 },
8643 "suggest": {
8644 "ext-ctype": "For best performance"
8645 },
8646 "type": "library",
8647 "extra": {
8648 "branch-alias": {
2a74acb7 8649 "dev-master": "1.17-dev"
6546aca4
JB
8650 }
8651 },
8652 "autoload": {
8653 "psr-4": {
8654 "Symfony\\Polyfill\\Ctype\\": ""
8655 },
8656 "files": [
8657 "bootstrap.php"
8658 ]
8659 },
8660 "notification-url": "https://packagist.org/downloads/",
8661 "license": [
8662 "MIT"
8663 ],
8664 "authors": [
6546aca4
JB
8665 {
8666 "name": "Gert de Pagter",
313d7350 8667 "email": "BackEndTea@gmail.com"
1576905e
JB
8668 },
8669 {
8670 "name": "Symfony Community",
8671 "homepage": "https://symfony.com/contributors"
6546aca4
JB
8672 }
8673 ],
8674 "description": "Symfony polyfill for ctype functions",
8675 "homepage": "https://symfony.com",
8676 "keywords": [
8677 "compatibility",
8678 "ctype",
8679 "polyfill",
8680 "portable"
8681 ],
2a253d24
JB
8682 "funding": [
8683 {
8684 "url": "https://symfony.com/sponsor",
8685 "type": "custom"
8686 },
8687 {
8688 "url": "https://github.com/fabpot",
8689 "type": "github"
8690 },
8691 {
8692 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8693 "type": "tidelift"
8694 }
8695 ],
2a74acb7 8696 "time": "2020-05-12T16:14:59+00:00"
6546aca4
JB
8697 },
8698 {
8699 "name": "symfony/polyfill-iconv",
2a74acb7 8700 "version": "v1.17.0",
6546aca4
JB
8701 "source": {
8702 "type": "git",
8703 "url": "https://github.com/symfony/polyfill-iconv.git",
2a74acb7 8704 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
6546aca4
JB
8705 },
8706 "dist": {
8707 "type": "zip",
2a74acb7
JB
8708 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
8709 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
6546aca4
JB
8710 "shasum": ""
8711 },
8712 "require": {
8713 "php": ">=5.3.3"
8714 },
8715 "suggest": {
8716 "ext-iconv": "For best performance"
8717 },
8718 "type": "library",
8719 "extra": {
8720 "branch-alias": {
2a74acb7 8721 "dev-master": "1.17-dev"
6546aca4
JB
8722 }
8723 },
8724 "autoload": {
8725 "psr-4": {
8726 "Symfony\\Polyfill\\Iconv\\": ""
8727 },
8728 "files": [
8729 "bootstrap.php"
8730 ]
8731 },
8732 "notification-url": "https://packagist.org/downloads/",
8733 "license": [
8734 "MIT"
8735 ],
8736 "authors": [
8737 {
8738 "name": "Nicolas Grekas",
8739 "email": "p@tchwork.com"
8740 },
8741 {
8742 "name": "Symfony Community",
8743 "homepage": "https://symfony.com/contributors"
8744 }
8745 ],
8746 "description": "Symfony polyfill for the Iconv extension",
8747 "homepage": "https://symfony.com",
8748 "keywords": [
8749 "compatibility",
8750 "iconv",
8751 "polyfill",
8752 "portable",
8753 "shim"
8754 ],
2a253d24
JB
8755 "funding": [
8756 {
8757 "url": "https://symfony.com/sponsor",
8758 "type": "custom"
8759 },
8760 {
8761 "url": "https://github.com/fabpot",
8762 "type": "github"
8763 },
8764 {
8765 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8766 "type": "tidelift"
8767 }
8768 ],
2a74acb7 8769 "time": "2020-05-12T16:47:27+00:00"
6546aca4
JB
8770 },
8771 {
8772 "name": "symfony/polyfill-intl-icu",
2a74acb7 8773 "version": "v1.17.0",
6546aca4
JB
8774 "source": {
8775 "type": "git",
8776 "url": "https://github.com/symfony/polyfill-intl-icu.git",
2a74acb7 8777 "reference": "4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3"
6546aca4
JB
8778 },
8779 "dist": {
8780 "type": "zip",
2a74acb7
JB
8781 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3",
8782 "reference": "4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3",
6546aca4
JB
8783 "shasum": ""
8784 },
8785 "require": {
8786 "php": ">=5.3.3",
1576905e 8787 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
6546aca4
JB
8788 },
8789 "suggest": {
8790 "ext-intl": "For best performance"
8791 },
8792 "type": "library",
8793 "extra": {
8794 "branch-alias": {
2a74acb7 8795 "dev-master": "1.17-dev"
6546aca4
JB
8796 }
8797 },
8798 "autoload": {
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 for intl's ICU-related data and classes",
8818 "homepage": "https://symfony.com",
8819 "keywords": [
8820 "compatibility",
8821 "icu",
8822 "intl",
8823 "polyfill",
8824 "portable",
8825 "shim"
8826 ],
2a253d24
JB
8827 "funding": [
8828 {
8829 "url": "https://symfony.com/sponsor",
8830 "type": "custom"
8831 },
8832 {
8833 "url": "https://github.com/fabpot",
8834 "type": "github"
8835 },
8836 {
8837 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8838 "type": "tidelift"
8839 }
8840 ],
2a74acb7 8841 "time": "2020-05-12T16:14:59+00:00"
6546aca4
JB
8842 },
8843 {
8844 "name": "symfony/polyfill-intl-idn",
2a74acb7 8845 "version": "v1.17.0",
6546aca4
JB
8846 "source": {
8847 "type": "git",
8848 "url": "https://github.com/symfony/polyfill-intl-idn.git",
2a74acb7 8849 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
6546aca4
JB
8850 },
8851 "dist": {
8852 "type": "zip",
2a74acb7
JB
8853 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
8854 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
6546aca4
JB
8855 "shasum": ""
8856 },
8857 "require": {
8858 "php": ">=5.3.3",
8859 "symfony/polyfill-mbstring": "^1.3",
2a74acb7 8860 "symfony/polyfill-php72": "^1.10"
6546aca4
JB
8861 },
8862 "suggest": {
8863 "ext-intl": "For best performance"
8864 },
8865 "type": "library",
8866 "extra": {
8867 "branch-alias": {
2a74acb7 8868 "dev-master": "1.17-dev"
6546aca4
JB
8869 }
8870 },
8871 "autoload": {
8872 "psr-4": {
8873 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8874 },
8875 "files": [
8876 "bootstrap.php"
8877 ]
8878 },
8879 "notification-url": "https://packagist.org/downloads/",
8880 "license": [
8881 "MIT"
8882 ],
8883 "authors": [
6546aca4
JB
8884 {
8885 "name": "Laurent Bassin",
8886 "email": "laurent@bassin.info"
1576905e
JB
8887 },
8888 {
8889 "name": "Symfony Community",
8890 "homepage": "https://symfony.com/contributors"
6546aca4
JB
8891 }
8892 ],
8893 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8894 "homepage": "https://symfony.com",
8895 "keywords": [
8896 "compatibility",
8897 "idn",
8898 "intl",
8899 "polyfill",
8900 "portable",
8901 "shim"
8902 ],
2a253d24
JB
8903 "funding": [
8904 {
8905 "url": "https://symfony.com/sponsor",
8906 "type": "custom"
8907 },
8908 {
8909 "url": "https://github.com/fabpot",
8910 "type": "github"
8911 },
8912 {
8913 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8914 "type": "tidelift"
8915 }
8916 ],
2a74acb7 8917 "time": "2020-05-12T16:47:27+00:00"
6546aca4
JB
8918 },
8919 {
8920 "name": "symfony/polyfill-mbstring",
2a74acb7 8921 "version": "v1.17.0",
6546aca4
JB
8922 "source": {
8923 "type": "git",
8924 "url": "https://github.com/symfony/polyfill-mbstring.git",
2a74acb7 8925 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
6546aca4
JB
8926 },
8927 "dist": {
8928 "type": "zip",
2a74acb7
JB
8929 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
8930 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
6546aca4
JB
8931 "shasum": ""
8932 },
8933 "require": {
8934 "php": ">=5.3.3"
8935 },
8936 "suggest": {
8937 "ext-mbstring": "For best performance"
8938 },
8939 "type": "library",
8940 "extra": {
8941 "branch-alias": {
2a74acb7 8942 "dev-master": "1.17-dev"
6546aca4
JB
8943 }
8944 },
8945 "autoload": {
8946 "psr-4": {
8947 "Symfony\\Polyfill\\Mbstring\\": ""
8948 },
8949 "files": [
8950 "bootstrap.php"
8951 ]
8952 },
8953 "notification-url": "https://packagist.org/downloads/",
8954 "license": [
8955 "MIT"
8956 ],
8957 "authors": [
8958 {
8959 "name": "Nicolas Grekas",
8960 "email": "p@tchwork.com"
8961 },
8962 {
8963 "name": "Symfony Community",
8964 "homepage": "https://symfony.com/contributors"
8965 }
8966 ],
8967 "description": "Symfony polyfill for the Mbstring extension",
8968 "homepage": "https://symfony.com",
8969 "keywords": [
8970 "compatibility",
8971 "mbstring",
8972 "polyfill",
8973 "portable",
8974 "shim"
8975 ],
2a253d24
JB
8976 "funding": [
8977 {
8978 "url": "https://symfony.com/sponsor",
8979 "type": "custom"
8980 },
8981 {
8982 "url": "https://github.com/fabpot",
8983 "type": "github"
8984 },
8985 {
8986 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8987 "type": "tidelift"
8988 }
8989 ],
2a74acb7 8990 "time": "2020-05-12T16:47:27+00:00"
6546aca4
JB
8991 },
8992 {
8993 "name": "symfony/polyfill-php56",
2a74acb7 8994 "version": "v1.17.0",
6546aca4
JB
8995 "source": {
8996 "type": "git",
8997 "url": "https://github.com/symfony/polyfill-php56.git",
2a74acb7 8998 "reference": "e3c8c138280cdfe4b81488441555583aa1984e23"
6546aca4
JB
8999 },
9000 "dist": {
9001 "type": "zip",
2a74acb7
JB
9002 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/e3c8c138280cdfe4b81488441555583aa1984e23",
9003 "reference": "e3c8c138280cdfe4b81488441555583aa1984e23",
6546aca4
JB
9004 "shasum": ""
9005 },
9006 "require": {
9007 "php": ">=5.3.3",
9008 "symfony/polyfill-util": "~1.0"
9009 },
9010 "type": "library",
9011 "extra": {
9012 "branch-alias": {
2a74acb7 9013 "dev-master": "1.17-dev"
6546aca4
JB
9014 }
9015 },
9016 "autoload": {
9017 "psr-4": {
9018 "Symfony\\Polyfill\\Php56\\": ""
9019 },
9020 "files": [
9021 "bootstrap.php"
9022 ]
9023 },
9024 "notification-url": "https://packagist.org/downloads/",
9025 "license": [
9026 "MIT"
9027 ],
9028 "authors": [
9029 {
9030 "name": "Nicolas Grekas",
9031 "email": "p@tchwork.com"
9032 },
9033 {
9034 "name": "Symfony Community",
9035 "homepage": "https://symfony.com/contributors"
9036 }
9037 ],
9038 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
9039 "homepage": "https://symfony.com",
9040 "keywords": [
9041 "compatibility",
9042 "polyfill",
9043 "portable",
9044 "shim"
9045 ],
2a253d24
JB
9046 "funding": [
9047 {
9048 "url": "https://symfony.com/sponsor",
9049 "type": "custom"
9050 },
9051 {
9052 "url": "https://github.com/fabpot",
9053 "type": "github"
9054 },
9055 {
9056 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9057 "type": "tidelift"
9058 }
9059 ],
2a74acb7 9060 "time": "2020-05-12T16:47:27+00:00"
6546aca4
JB
9061 },
9062 {
9063 "name": "symfony/polyfill-php70",
2a74acb7 9064 "version": "v1.17.0",
6546aca4
JB
9065 "source": {
9066 "type": "git",
9067 "url": "https://github.com/symfony/polyfill-php70.git",
2a74acb7 9068 "reference": "82225c2d7d23d7e70515496d249c0152679b468e"
6546aca4
JB
9069 },
9070 "dist": {
9071 "type": "zip",
2a74acb7
JB
9072 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/82225c2d7d23d7e70515496d249c0152679b468e",
9073 "reference": "82225c2d7d23d7e70515496d249c0152679b468e",
6546aca4
JB
9074 "shasum": ""
9075 },
9076 "require": {
9077 "paragonie/random_compat": "~1.0|~2.0|~9.99",
9078 "php": ">=5.3.3"
9079 },
9080 "type": "library",
9081 "extra": {
9082 "branch-alias": {
2a74acb7 9083 "dev-master": "1.17-dev"
6546aca4
JB
9084 }
9085 },
9086 "autoload": {
9087 "psr-4": {
9088 "Symfony\\Polyfill\\Php70\\": ""
9089 },
9090 "files": [
9091 "bootstrap.php"
9092 ],
9093 "classmap": [
9094 "Resources/stubs"
9095 ]
9096 },
9097 "notification-url": "https://packagist.org/downloads/",
9098 "license": [
9099 "MIT"
9100 ],
9101 "authors": [
9102 {
9103 "name": "Nicolas Grekas",
9104 "email": "p@tchwork.com"
9105 },
9106 {
9107 "name": "Symfony Community",
9108 "homepage": "https://symfony.com/contributors"
9109 }
9110 ],
9111 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
9112 "homepage": "https://symfony.com",
9113 "keywords": [
9114 "compatibility",
9115 "polyfill",
9116 "portable",
9117 "shim"
9118 ],
2a253d24
JB
9119 "funding": [
9120 {
9121 "url": "https://symfony.com/sponsor",
9122 "type": "custom"
9123 },
9124 {
9125 "url": "https://github.com/fabpot",
9126 "type": "github"
9127 },
9128 {
9129 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9130 "type": "tidelift"
9131 }
9132 ],
2a74acb7 9133 "time": "2020-05-12T16:47:27+00:00"
6546aca4
JB
9134 },
9135 {
9136 "name": "symfony/polyfill-php72",
2a74acb7 9137 "version": "v1.17.0",
6546aca4
JB
9138 "source": {
9139 "type": "git",
9140 "url": "https://github.com/symfony/polyfill-php72.git",
2a74acb7 9141 "reference": "f048e612a3905f34931127360bdd2def19a5e582"
6546aca4
JB
9142 },
9143 "dist": {
9144 "type": "zip",
2a74acb7
JB
9145 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
9146 "reference": "f048e612a3905f34931127360bdd2def19a5e582",
6546aca4
JB
9147 "shasum": ""
9148 },
9149 "require": {
9150 "php": ">=5.3.3"
9151 },
9152 "type": "library",
9153 "extra": {
9154 "branch-alias": {
2a74acb7 9155 "dev-master": "1.17-dev"
6546aca4
JB
9156 }
9157 },
9158 "autoload": {
9159 "psr-4": {
9160 "Symfony\\Polyfill\\Php72\\": ""
9161 },
9162 "files": [
9163 "bootstrap.php"
9164 ]
9165 },
9166 "notification-url": "https://packagist.org/downloads/",
9167 "license": [
9168 "MIT"
9169 ],
9170 "authors": [
9171 {
9172 "name": "Nicolas Grekas",
9173 "email": "p@tchwork.com"
9174 },
9175 {
9176 "name": "Symfony Community",
9177 "homepage": "https://symfony.com/contributors"
9178 }
9179 ],
9180 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
9181 "homepage": "https://symfony.com",
9182 "keywords": [
9183 "compatibility",
9184 "polyfill",
9185 "portable",
9186 "shim"
9187 ],
2a253d24
JB
9188 "funding": [
9189 {
9190 "url": "https://symfony.com/sponsor",
9191 "type": "custom"
9192 },
9193 {
9194 "url": "https://github.com/fabpot",
9195 "type": "github"
9196 },
9197 {
9198 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9199 "type": "tidelift"
9200 }
9201 ],
2a74acb7 9202 "time": "2020-05-12T16:47:27+00:00"
6546aca4 9203 },
e06303d8 9204 {
9205 "name": "symfony/polyfill-php73",
2a74acb7 9206 "version": "v1.17.0",
e06303d8 9207 "source": {
9208 "type": "git",
9209 "url": "https://github.com/symfony/polyfill-php73.git",
2a74acb7 9210 "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc"
e06303d8 9211 },
9212 "dist": {
9213 "type": "zip",
2a74acb7
JB
9214 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a760d8964ff79ab9bf057613a5808284ec852ccc",
9215 "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc",
e06303d8 9216 "shasum": ""
9217 },
9218 "require": {
9219 "php": ">=5.3.3"
9220 },
9221 "type": "library",
9222 "extra": {
9223 "branch-alias": {
2a74acb7 9224 "dev-master": "1.17-dev"
e06303d8 9225 }
9226 },
9227 "autoload": {
9228 "psr-4": {
9229 "Symfony\\Polyfill\\Php73\\": ""
9230 },
9231 "files": [
9232 "bootstrap.php"
9233 ],
9234 "classmap": [
9235 "Resources/stubs"
9236 ]
9237 },
9238 "notification-url": "https://packagist.org/downloads/",
9239 "license": [
9240 "MIT"
9241 ],
9242 "authors": [
9243 {
9244 "name": "Nicolas Grekas",
9245 "email": "p@tchwork.com"
9246 },
9247 {
9248 "name": "Symfony Community",
9249 "homepage": "https://symfony.com/contributors"
9250 }
9251 ],
9252 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
9253 "homepage": "https://symfony.com",
9254 "keywords": [
9255 "compatibility",
9256 "polyfill",
9257 "portable",
9258 "shim"
9259 ],
2a253d24
JB
9260 "funding": [
9261 {
9262 "url": "https://symfony.com/sponsor",
9263 "type": "custom"
9264 },
9265 {
9266 "url": "https://github.com/fabpot",
9267 "type": "github"
9268 },
9269 {
9270 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9271 "type": "tidelift"
9272 }
9273 ],
2a74acb7 9274 "time": "2020-05-12T16:47:27+00:00"
e06303d8 9275 },
6546aca4
JB
9276 {
9277 "name": "symfony/polyfill-util",
2a74acb7 9278 "version": "v1.17.0",
6546aca4
JB
9279 "source": {
9280 "type": "git",
9281 "url": "https://github.com/symfony/polyfill-util.git",
2a74acb7 9282 "reference": "4afb4110fc037752cf0ce9869f9ab8162c4e20d7"
6546aca4
JB
9283 },
9284 "dist": {
9285 "type": "zip",
2a74acb7
JB
9286 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4afb4110fc037752cf0ce9869f9ab8162c4e20d7",
9287 "reference": "4afb4110fc037752cf0ce9869f9ab8162c4e20d7",
6546aca4
JB
9288 "shasum": ""
9289 },
9290 "require": {
9291 "php": ">=5.3.3"
9292 },
9293 "type": "library",
9294 "extra": {
9295 "branch-alias": {
2a74acb7 9296 "dev-master": "1.17-dev"
6546aca4
JB
9297 }
9298 },
9299 "autoload": {
9300 "psr-4": {
9301 "Symfony\\Polyfill\\Util\\": ""
9302 }
9303 },
9304 "notification-url": "https://packagist.org/downloads/",
9305 "license": [
9306 "MIT"
9307 ],
9308 "authors": [
9309 {
9310 "name": "Nicolas Grekas",
9311 "email": "p@tchwork.com"
9312 },
9313 {
9314 "name": "Symfony Community",
9315 "homepage": "https://symfony.com/contributors"
9316 }
9317 ],
9318 "description": "Symfony utilities for portability of PHP codes",
9319 "homepage": "https://symfony.com",
9320 "keywords": [
9321 "compat",
9322 "compatibility",
9323 "polyfill",
9324 "shim"
9325 ],
2a253d24
JB
9326 "funding": [
9327 {
9328 "url": "https://symfony.com/sponsor",
9329 "type": "custom"
9330 },
9331 {
9332 "url": "https://github.com/fabpot",
9333 "type": "github"
9334 },
9335 {
9336 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9337 "type": "tidelift"
9338 }
9339 ],
2a74acb7
JB
9340 "time": "2020-05-12T16:14:59+00:00"
9341 },
9342 {
9343 "name": "symfony/polyfill-uuid",
9344 "version": "v1.17.0",
9345 "source": {
9346 "type": "git",
9347 "url": "https://github.com/symfony/polyfill-uuid.git",
9348 "reference": "6dbf0269e8aeab8253a5059c51c1760fb4034e87"
9349 },
9350 "dist": {
9351 "type": "zip",
9352 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/6dbf0269e8aeab8253a5059c51c1760fb4034e87",
9353 "reference": "6dbf0269e8aeab8253a5059c51c1760fb4034e87",
9354 "shasum": ""
9355 },
9356 "require": {
9357 "paragonie/random_compat": "~1.0|~2.0|~9.99",
9358 "php": ">=5.3.3"
9359 },
9360 "suggest": {
9361 "ext-uuid": "For best performance"
9362 },
9363 "type": "library",
9364 "extra": {
9365 "branch-alias": {
9366 "dev-master": "1.17-dev"
9367 }
9368 },
9369 "autoload": {
9370 "psr-4": {
9371 "Symfony\\Polyfill\\Uuid\\": ""
9372 },
9373 "files": [
9374 "bootstrap.php"
9375 ]
9376 },
9377 "notification-url": "https://packagist.org/downloads/",
9378 "license": [
9379 "MIT"
9380 ],
9381 "authors": [
9382 {
9383 "name": "Grégoire Pineau",
9384 "email": "lyrixx@lyrixx.info"
9385 },
9386 {
9387 "name": "Symfony Community",
9388 "homepage": "https://symfony.com/contributors"
9389 }
9390 ],
9391 "description": "Symfony polyfill for uuid functions",
9392 "homepage": "https://symfony.com",
9393 "keywords": [
9394 "compatibility",
9395 "polyfill",
9396 "portable",
9397 "uuid"
9398 ],
2a253d24
JB
9399 "funding": [
9400 {
9401 "url": "https://symfony.com/sponsor",
9402 "type": "custom"
9403 },
9404 {
9405 "url": "https://github.com/fabpot",
9406 "type": "github"
9407 },
9408 {
9409 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9410 "type": "tidelift"
9411 }
9412 ],
2a74acb7 9413 "time": "2020-05-12T16:47:27+00:00"
6546aca4 9414 },
6ba1d734
JB
9415 {
9416 "name": "symfony/service-contracts",
9417 "version": "v1.1.8",
9418 "source": {
9419 "type": "git",
9420 "url": "https://github.com/symfony/service-contracts.git",
9421 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
9422 },
9423 "dist": {
9424 "type": "zip",
9425 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
9426 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
9427 "shasum": ""
9428 },
9429 "require": {
9430 "php": "^7.1.3",
9431 "psr/container": "^1.0"
9432 },
9433 "suggest": {
9434 "symfony/service-implementation": ""
9435 },
9436 "type": "library",
9437 "extra": {
9438 "branch-alias": {
9439 "dev-master": "1.1-dev"
9440 }
9441 },
9442 "autoload": {
9443 "psr-4": {
9444 "Symfony\\Contracts\\Service\\": ""
9445 }
9446 },
9447 "notification-url": "https://packagist.org/downloads/",
9448 "license": [
9449 "MIT"
9450 ],
9451 "authors": [
9452 {
9453 "name": "Nicolas Grekas",
9454 "email": "p@tchwork.com"
9455 },
9456 {
9457 "name": "Symfony Community",
9458 "homepage": "https://symfony.com/contributors"
9459 }
9460 ],
9461 "description": "Generic abstractions related to writing services",
9462 "homepage": "https://symfony.com",
9463 "keywords": [
9464 "abstractions",
9465 "contracts",
9466 "decoupling",
9467 "interfaces",
9468 "interoperability",
9469 "standards"
9470 ],
9471 "time": "2019-10-14T12:27:06+00:00"
9472 },
6546aca4
JB
9473 {
9474 "name": "symfony/swiftmailer-bundle",
8d4ed0df 9475 "version": "v3.3.1",
6546aca4
JB
9476 "source": {
9477 "type": "git",
9478 "url": "https://github.com/symfony/swiftmailer-bundle.git",
8d4ed0df 9479 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745"
6546aca4
JB
9480 },
9481 "dist": {
9482 "type": "zip",
8d4ed0df
JB
9483 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/defa9bdfc0191ed70b389cb93c550c6c82cf1745",
9484 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745",
6546aca4
JB
9485 "shasum": ""
9486 },
9487 "require": {
9488 "php": ">=7.0.0",
9489 "swiftmailer/swiftmailer": "^6.1.3",
bc3ebfd1 9490 "symfony/config": "^3.4|^4.0|^5.0",
9491 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
9492 "symfony/http-kernel": "^3.4|^4.0|^5.0"
6546aca4 9493 },
a2f4efe6
JB
9494 "conflict": {
9495 "twig/twig": "<1.41|<2.10"
9496 },
6546aca4 9497 "require-dev": {
bc3ebfd1 9498 "symfony/console": "^3.4|^4.0|^5.0",
9499 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
9500 "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
9501 "symfony/yaml": "^3.4|^4.0|^5.0"
6546aca4
JB
9502 },
9503 "suggest": {
9504 "psr/log": "Allows logging"
9505 },
9506 "type": "symfony-bundle",
9507 "extra": {
9508 "branch-alias": {
bc3ebfd1 9509 "dev-master": "3.3-dev"
6546aca4
JB
9510 }
9511 },
9512 "autoload": {
9513 "psr-4": {
9514 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
9515 },
9516 "exclude-from-classmap": [
9517 "/Tests/"
9518 ]
9519 },
9520 "notification-url": "https://packagist.org/downloads/",
9521 "license": [
9522 "MIT"
9523 ],
9524 "authors": [
6546aca4
JB
9525 {
9526 "name": "Fabien Potencier",
9527 "email": "fabien@symfony.com"
bc3ebfd1 9528 },
9529 {
9530 "name": "Symfony Community",
9531 "homepage": "http://symfony.com/contributors"
6546aca4
JB
9532 }
9533 ],
9534 "description": "Symfony SwiftmailerBundle",
9535 "homepage": "http://symfony.com",
8d4ed0df 9536 "time": "2019-11-07T21:01:35+00:00"
6546aca4
JB
9537 },
9538 {
9539 "name": "symfony/symfony",
aaedb0ad 9540 "version": "v3.4.41",
6546aca4
JB
9541 "source": {
9542 "type": "git",
9543 "url": "https://github.com/symfony/symfony.git",
aaedb0ad 9544 "reference": "a72c510fb3bc67d3ba67981178d78be80360ede2"
6546aca4
JB
9545 },
9546 "dist": {
9547 "type": "zip",
aaedb0ad 9548 "url": "https://api.github.com/repos/symfony/symfony/zipball/a72c510fb3bc67d3ba67981178d78be80360ede2",
9549 "reference": "a72c510fb3bc67d3ba67981178d78be80360ede2",
6546aca4
JB
9550 "shasum": ""
9551 },
9552 "require": {
9553 "doctrine/common": "~2.4",
9554 "ext-xml": "*",
9555 "fig/link-util": "^1.0",
9556 "php": "^5.5.9|>=7.0.8",
9557 "psr/cache": "~1.0",
9558 "psr/container": "^1.0",
9559 "psr/link": "^1.0",
9560 "psr/log": "~1.0",
9561 "psr/simple-cache": "^1.0",
9562 "symfony/polyfill-apcu": "~1.1",
9563 "symfony/polyfill-ctype": "~1.8",
9564 "symfony/polyfill-intl-icu": "~1.0",
9565 "symfony/polyfill-mbstring": "~1.0",
9566 "symfony/polyfill-php56": "~1.0",
9567 "symfony/polyfill-php70": "~1.6",
a123881a 9568 "twig/twig": "^1.41|^2.10"
6546aca4
JB
9569 },
9570 "conflict": {
d063ef65 9571 "monolog/monolog": ">=2",
6546aca4
JB
9572 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
9573 "phpdocumentor/type-resolver": "<0.3.0",
9574 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9575 },
9576 "provide": {
9577 "psr/cache-implementation": "1.0",
9578 "psr/container-implementation": "1.0",
9579 "psr/log-implementation": "1.0",
9580 "psr/simple-cache-implementation": "1.0"
9581 },
9582 "replace": {
9583 "symfony/asset": "self.version",
9584 "symfony/browser-kit": "self.version",
9585 "symfony/cache": "self.version",
9586 "symfony/class-loader": "self.version",
9587 "symfony/config": "self.version",
9588 "symfony/console": "self.version",
9589 "symfony/css-selector": "self.version",
9590 "symfony/debug": "self.version",
9591 "symfony/debug-bundle": "self.version",
9592 "symfony/dependency-injection": "self.version",
9593 "symfony/doctrine-bridge": "self.version",
9594 "symfony/dom-crawler": "self.version",
9595 "symfony/dotenv": "self.version",
9596 "symfony/event-dispatcher": "self.version",
9597 "symfony/expression-language": "self.version",
9598 "symfony/filesystem": "self.version",
9599 "symfony/finder": "self.version",
9600 "symfony/form": "self.version",
9601 "symfony/framework-bundle": "self.version",
9602 "symfony/http-foundation": "self.version",
9603 "symfony/http-kernel": "self.version",
9604 "symfony/inflector": "self.version",
9605 "symfony/intl": "self.version",
9606 "symfony/ldap": "self.version",
9607 "symfony/lock": "self.version",
9608 "symfony/monolog-bridge": "self.version",
9609 "symfony/options-resolver": "self.version",
9610 "symfony/process": "self.version",
9611 "symfony/property-access": "self.version",
9612 "symfony/property-info": "self.version",
9613 "symfony/proxy-manager-bridge": "self.version",
9614 "symfony/routing": "self.version",
9615 "symfony/security": "self.version",
9616 "symfony/security-bundle": "self.version",
9617 "symfony/security-core": "self.version",
9618 "symfony/security-csrf": "self.version",
9619 "symfony/security-guard": "self.version",
9620 "symfony/security-http": "self.version",
9621 "symfony/serializer": "self.version",
9622 "symfony/stopwatch": "self.version",
9623 "symfony/templating": "self.version",
9624 "symfony/translation": "self.version",
9625 "symfony/twig-bridge": "self.version",
9626 "symfony/twig-bundle": "self.version",
9627 "symfony/validator": "self.version",
9628 "symfony/var-dumper": "self.version",
9629 "symfony/web-link": "self.version",
9630 "symfony/web-profiler-bundle": "self.version",
9631 "symfony/web-server-bundle": "self.version",
9632 "symfony/workflow": "self.version",
9633 "symfony/yaml": "self.version"
9634 },
9635 "require-dev": {
9636 "cache/integration-tests": "dev-master",
9637 "doctrine/annotations": "~1.0",
9638 "doctrine/cache": "~1.6",
9639 "doctrine/data-fixtures": "1.0.*",
9640 "doctrine/dbal": "~2.4",
9641 "doctrine/doctrine-bundle": "~1.4",
9642 "doctrine/orm": "~2.4,>=2.4.5",
9643 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
9644 "monolog/monolog": "~1.11",
9645 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
9646 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9647 "predis/predis": "~1.0",
a123881a 9648 "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
6546aca4
JB
9649 "symfony/security-acl": "~2.8|~3.0"
9650 },
9651 "type": "library",
9652 "extra": {
9653 "branch-alias": {
9654 "dev-master": "3.4-dev"
9655 }
9656 },
9657 "autoload": {
9658 "psr-4": {
9659 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
9660 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
9661 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
9662 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
9663 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
9664 "Symfony\\Component\\": "src/Symfony/Component/"
9665 },
9666 "classmap": [
41fd6487 9667 "src/Symfony/Component/Intl/Resources/stubs"
6546aca4
JB
9668 ],
9669 "exclude-from-classmap": [
9670 "**/Tests/"
9671 ]
9672 },
9673 "notification-url": "https://packagist.org/downloads/",
9674 "license": [
9675 "MIT"
9676 ],
9677 "authors": [
9678 {
9679 "name": "Fabien Potencier",
9680 "email": "fabien@symfony.com"
9681 },
9682 {
9683 "name": "Symfony Community",
9684 "homepage": "https://symfony.com/contributors"
9685 }
9686 ],
9687 "description": "The Symfony PHP framework",
9688 "homepage": "https://symfony.com",
9689 "keywords": [
9690 "framework"
9691 ],
aaedb0ad 9692 "time": "2020-05-31T05:14:34+00:00"
6546aca4 9693 },
7f88c742
KD
9694 {
9695 "name": "tecnickcom/tcpdf",
9696 "version": "6.3.5",
9697 "source": {
9698 "type": "git",
9699 "url": "https://github.com/tecnickcom/TCPDF.git",
9700 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
9701 },
9702 "dist": {
9703 "type": "zip",
9704 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
9705 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
9706 "shasum": ""
9707 },
9708 "require": {
9709 "php": ">=5.3.0"
9710 },
9711 "type": "library",
9712 "autoload": {
9713 "classmap": [
9714 "config",
9715 "include",
9716 "tcpdf.php",
9717 "tcpdf_parser.php",
9718 "tcpdf_import.php",
9719 "tcpdf_barcodes_1d.php",
9720 "tcpdf_barcodes_2d.php",
9721 "include/tcpdf_colors.php",
9722 "include/tcpdf_filters.php",
9723 "include/tcpdf_font_data.php",
9724 "include/tcpdf_fonts.php",
9725 "include/tcpdf_images.php",
9726 "include/tcpdf_static.php",
9727 "include/barcodes/datamatrix.php",
9728 "include/barcodes/pdf417.php",
9729 "include/barcodes/qrcode.php"
9730 ]
9731 },
9732 "notification-url": "https://packagist.org/downloads/",
9733 "license": [
9734 "LGPL-3.0-only"
9735 ],
9736 "authors": [
9737 {
9738 "name": "Nicola Asuni",
9739 "email": "info@tecnick.com",
9740 "role": "lead"
9741 }
9742 ],
9743 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
9744 "homepage": "http://www.tcpdf.org/",
9745 "keywords": [
9746 "PDFD32000-2008",
9747 "TCPDF",
9748 "barcodes",
9749 "datamatrix",
9750 "pdf",
9751 "pdf417",
9752 "qrcode"
9753 ],
9754 "time": "2020-02-14T14:20:12+00:00"
9755 },
6546aca4
JB
9756 {
9757 "name": "true/punycode",
9758 "version": "v2.1.1",
9759 "source": {
9760 "type": "git",
9761 "url": "https://github.com/true/php-punycode.git",
9762 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
9763 },
9764 "dist": {
9765 "type": "zip",
9766 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9767 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9768 "shasum": ""
9769 },
9770 "require": {
9771 "php": ">=5.3.0",
9772 "symfony/polyfill-mbstring": "^1.3"
9773 },
9774 "require-dev": {
9775 "phpunit/phpunit": "~4.7",
9776 "squizlabs/php_codesniffer": "~2.0"
9777 },
9778 "type": "library",
9779 "autoload": {
9780 "psr-4": {
9781 "TrueBV\\": "src/"
9782 }
9783 },
9784 "notification-url": "https://packagist.org/downloads/",
9785 "license": [
9786 "MIT"
9787 ],
9788 "authors": [
9789 {
9790 "name": "Renan Gonçalves",
9791 "email": "renan.saddam@gmail.com"
9792 }
9793 ],
9794 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
9795 "homepage": "https://github.com/true/php-punycode",
9796 "keywords": [
9797 "idna",
9798 "punycode"
9799 ],
9800 "time": "2016-11-16T10:37:54+00:00"
9801 },
9802 {
9803 "name": "twig/extensions",
9804 "version": "v1.5.4",
9805 "source": {
9806 "type": "git",
9807 "url": "https://github.com/twigphp/Twig-extensions.git",
9808 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9809 },
9810 "dist": {
9811 "type": "zip",
9812 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9813 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9814 "shasum": ""
9815 },
9816 "require": {
9817 "twig/twig": "^1.27|^2.0"
9818 },
9819 "require-dev": {
9820 "symfony/phpunit-bridge": "^3.4",
9821 "symfony/translation": "^2.7|^3.4"
9822 },
9823 "suggest": {
9824 "symfony/translation": "Allow the time_diff output to be translated"
9825 },
9826 "type": "library",
9827 "extra": {
9828 "branch-alias": {
9829 "dev-master": "1.5-dev"
9830 }
9831 },
9832 "autoload": {
9833 "psr-0": {
9834 "Twig_Extensions_": "lib/"
9835 },
9836 "psr-4": {
9837 "Twig\\Extensions\\": "src/"
9838 }
9839 },
9840 "notification-url": "https://packagist.org/downloads/",
9841 "license": [
9842 "MIT"
9843 ],
9844 "authors": [
9845 {
9846 "name": "Fabien Potencier",
9847 "email": "fabien@symfony.com"
9848 }
9849 ],
9850 "description": "Common additional features for Twig that do not directly belong in core",
9851 "keywords": [
9852 "i18n",
9853 "text"
9854 ],
9855 "time": "2018-12-05T18:34:18+00:00"
9856 },
9857 {
9858 "name": "twig/twig",
ec37106f 9859 "version": "v2.12.5",
6546aca4
JB
9860 "source": {
9861 "type": "git",
9862 "url": "https://github.com/twigphp/Twig.git",
ec37106f 9863 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94"
6546aca4
JB
9864 },
9865 "dist": {
9866 "type": "zip",
ec37106f 9867 "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
9868 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
6546aca4
JB
9869 "shasum": ""
9870 },
9871 "require": {
a2f4efe6
JB
9872 "php": "^7.0",
9873 "symfony/polyfill-ctype": "^1.8",
9874 "symfony/polyfill-mbstring": "^1.3"
6546aca4
JB
9875 },
9876 "require-dev": {
9877 "psr/container": "^1.0",
94e7ba31 9878 "symfony/phpunit-bridge": "^4.4|^5.0"
6546aca4
JB
9879 },
9880 "type": "library",
9881 "extra": {
9882 "branch-alias": {
41fd6487 9883 "dev-master": "2.12-dev"
6546aca4
JB
9884 }
9885 },
9886 "autoload": {
9887 "psr-0": {
9888 "Twig_": "lib/"
9889 },
9890 "psr-4": {
9891 "Twig\\": "src/"
9892 }
9893 },
9894 "notification-url": "https://packagist.org/downloads/",
9895 "license": [
9896 "BSD-3-Clause"
9897 ],
9898 "authors": [
9899 {
9900 "name": "Fabien Potencier",
9901 "email": "fabien@symfony.com",
cc7b2b91 9902 "homepage": "http://fabien.potencier.org",
9903 "role": "Lead Developer"
6546aca4 9904 },
6546aca4
JB
9905 {
9906 "name": "Twig Team",
cc7b2b91 9907 "role": "Contributors"
41fd6487 9908 },
9909 {
9910 "name": "Armin Ronacher",
9911 "email": "armin.ronacher@active-4.com",
9912 "role": "Project Founder"
6546aca4
JB
9913 }
9914 ],
9915 "description": "Twig, the flexible, fast, and secure template language for PHP",
9916 "homepage": "https://twig.symfony.com",
9917 "keywords": [
9918 "templating"
9919 ],
ec37106f 9920 "time": "2020-02-11T15:31:23+00:00"
6546aca4
JB
9921 },
9922 {
9923 "name": "wallabag/php-mobi",
1576905e 9924 "version": "1.1.0",
6546aca4
JB
9925 "source": {
9926 "type": "git",
9927 "url": "https://github.com/wallabag/php-mobi.git",
1576905e 9928 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
6546aca4
JB
9929 },
9930 "dist": {
9931 "type": "zip",
1576905e
JB
9932 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9933 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
6546aca4
JB
9934 "shasum": ""
9935 },
9936 "require": {
1576905e
JB
9937 "php": ">=5.3.0",
9938 "symfony/polyfill-mbstring": "^1.12"
6546aca4
JB
9939 },
9940 "type": "library",
9941 "autoload": {
9942 "files": [
9943 "MOBIClass/MOBI.php"
9944 ]
9945 },
9946 "notification-url": "https://packagist.org/downloads/",
9947 "license": [
9948 "Apache-2.0"
9949 ],
9950 "authors": [
6546aca4
JB
9951 {
9952 "name": "Sander Kromwijk",
0cf743f6
JB
9953 "email": "s.kromwijk@gmail.co",
9954 "role": "Original developer"
1576905e
JB
9955 },
9956 {
9957 "name": "Nicolas Lœuillet",
9958 "email": "nicolas@loeuillet.org",
9959 "homepage": "http://www.cdetc.fr"
6546aca4
JB
9960 }
9961 ],
9962 "description": "A Mobipocket file (.mobi) creator in PHP.",
1576905e
JB
9963 "homepage": "https://github.com/wallabag/php-mobi",
9964 "time": "2019-08-08T12:26:23+00:00"
6546aca4 9965 },
9d196fcc
KD
9966 {
9967 "name": "wallabag/phpepub",
9968 "version": "4.0.7.2",
9969 "source": {
9970 "type": "git",
9971 "url": "https://github.com/wallabag/PHPePub.git",
9972 "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518"
9973 },
9974 "dist": {
9975 "type": "zip",
9976 "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/ae4861e970fed1c6ae9ed85eefe03ac7c0113518",
9977 "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518",
9978 "shasum": ""
9979 },
9980 "require": {
9981 "grandt/phpresizegif": "~1.0.3",
9982 "grandt/relativepath": "~1.0.1",
9983 "masterminds/html5": "~2.3",
9984 "php": ">=5.3.0",
9985 "phpzip/phpzip": "~2.0.7"
9986 },
9987 "type": "library",
9988 "autoload": {
9989 "psr-4": {
9990 "PHPePub\\": "src/PHPePub"
9991 },
9992 "classmap": [
9993 "src/lib.uuid.php"
9994 ]
9995 },
9996 "notification-url": "https://packagist.org/downloads/",
9997 "license": [
9998 "LGPL-2.1"
9999 ],
10000 "authors": [
10001 {
10002 "name": "A. Grandt",
10003 "email": "php@grandt.com",
10004 "homepage": "http://grandt.com",
10005 "role": "Developer"
10006 },
10007 {
10008 "name": "An, Hyeong-woo",
10009 "email": "mail@mytory.net",
10010 "homepage": "https://mytory.net",
10011 "role": "Contributor"
10012 },
10013 {
10014 "name": "Daniel Berthereau",
10015 "email": "daniel.composer@berthereau.net",
10016 "role": "Contributor"
10017 },
10018 {
10019 "name": "Kevin Decherf",
10020 "homepage": "https://kdecherf.com",
10021 "role": "Contributor"
10022 }
10023 ],
10024 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
10025 "homepage": "https://github.com/wallabag/PHPePub",
10026 "keywords": [
10027 "e-book",
10028 "epub"
10029 ],
10030 "time": "2020-03-22T16:24:31+00:00"
10031 },
6546aca4
JB
10032 {
10033 "name": "white-october/pagerfanta-bundle",
28236284 10034 "version": "v1.3.2",
6546aca4
JB
10035 "source": {
10036 "type": "git",
10037 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
28236284 10038 "reference": "6df560869b5e09a3acf920890ab40598998b30ae"
6546aca4
JB
10039 },
10040 "dist": {
10041 "type": "zip",
28236284 10042 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae",
10043 "reference": "6df560869b5e09a3acf920890ab40598998b30ae",
6546aca4
JB
10044 "shasum": ""
10045 },
10046 "require": {
10047 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
d3847ac1 10048 "php": ">=5.3.3",
6546aca4
JB
10049 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
10050 "symfony/property-access": "~2.3|~3.0|~4.0",
10051 "symfony/translation": "~2.3|~3.0|~4.0",
10052 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
10053 },
d3847ac1
JB
10054 "conflict": {
10055 "twig/twig": "<1.34|>=2.0,<2.4"
10056 },
6546aca4
JB
10057 "require-dev": {
10058 "phpunit/phpunit": "~3.7|~4.0|^5.0",
10059 "symfony/symfony": "~2.3|~3.0|~4.0"
10060 },
10061 "type": "symfony-bundle",
10062 "extra": {
10063 "branch-alias": {
10064 "dev-master": "1.0.x-dev"
10065 }
10066 },
10067 "autoload": {
10068 "psr-4": {
10069 "WhiteOctober\\PagerfantaBundle\\": ""
10070 },
10071 "exclude-from-classmap": [
10072 "Tests/",
10073 "TestsProject/"
10074 ]
10075 },
10076 "notification-url": "https://packagist.org/downloads/",
10077 "license": [
10078 "MIT"
10079 ],
10080 "authors": [
10081 {
10082 "name": "Pablo Díez",
10083 "email": "pablodip@gmail.com"
10084 }
10085 ],
10086 "description": "Bundle to use Pagerfanta with Symfony2",
10087 "keywords": [
10088 "page",
10089 "paging"
10090 ],
28236284 10091 "time": "2019-12-02T14:19:37+00:00"
6546aca4
JB
10092 },
10093 {
10094 "name": "willdurand/hateoas",
10095 "version": "2.12.0",
10096 "source": {
10097 "type": "git",
10098 "url": "https://github.com/willdurand/Hateoas.git",
10099 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
10100 },
10101 "dist": {
10102 "type": "zip",
10103 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
10104 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
10105 "shasum": ""
10106 },
10107 "require": {
10108 "doctrine/annotations": "~1.0",
10109 "doctrine/common": "~2.0",
10110 "jms/metadata": "~1.1",
10111 "jms/serializer": "^1.7",
10112 "php": "^5.5|^7.0",
10113 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
10114 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
10115 },
10116 "require-dev": {
10117 "pagerfanta/pagerfanta": "~1.0",
10118 "phpunit/phpunit": "~5",
10119 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
10120 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
10121 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
10122 "twig/twig": "~1.12"
10123 },
10124 "suggest": {
10125 "symfony/routing": "To use the SymfonyRouteFactory.",
10126 "symfony/yaml": "To use yaml based configuration.",
10127 "twig/twig": "To use the Twig extensions."
10128 },
10129 "type": "library",
10130 "extra": {
10131 "branch-alias": {
10132 "dev-master": "2.12-dev"
10133 }
10134 },
10135 "autoload": {
10136 "psr-0": {
10137 "Hateoas": "src/"
10138 }
10139 },
10140 "notification-url": "https://packagist.org/downloads/",
10141 "license": [
10142 "MIT"
10143 ],
10144 "authors": [
10145 {
10146 "name": "Adrien Brault",
10147 "email": "adrien.brault@gmail.com"
10148 },
10149 {
0cf743f6 10150 "name": "William DURAND",
6546aca4
JB
10151 "email": "william.durand1@gmail.com"
10152 }
10153 ],
10154 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
10155 "time": "2018-02-23T17:05:31+00:00"
10156 },
10157 {
10158 "name": "willdurand/hateoas-bundle",
10159 "version": "1.4.0",
10160 "source": {
10161 "type": "git",
10162 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
10163 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
10164 },
10165 "dist": {
10166 "type": "zip",
10167 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
10168 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
10169 "shasum": ""
10170 },
10171 "require": {
10172 "jms/serializer-bundle": "~1.0 || ^2.0",
10173 "php": ">5.4 |^7.0",
10174 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
10175 "willdurand/hateoas": "^2.10.0"
10176 },
10177 "require-dev": {
10178 "phpunit/phpunit": "~4.5 || ~5.0",
10179 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
10180 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
10181 "twig/twig": "~1.12"
10182 },
10183 "type": "symfony-bundle",
10184 "extra": {
10185 "branch-alias": {
10186 "dev-master": "1.4-dev"
10187 }
10188 },
10189 "autoload": {
10190 "psr-4": {
10191 "Bazinga\\Bundle\\HateoasBundle\\": ""
10192 }
10193 },
10194 "notification-url": "https://packagist.org/downloads/",
10195 "license": [
10196 "MIT"
10197 ],
10198 "authors": [
10199 {
0cf743f6 10200 "name": "William DURAND",
6546aca4
JB
10201 "email": "william.durand1@gmail.com"
10202 }
10203 ],
10204 "description": "Integration of Hateoas into Symfony2.",
10205 "keywords": [
10206 "HATEOAS",
10207 "rest"
10208 ],
10209 "time": "2018-01-27T13:03:07+00:00"
10210 },
10211 {
10212 "name": "willdurand/jsonp-callback-validator",
10213 "version": "v1.1.0",
10214 "source": {
10215 "type": "git",
10216 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
10217 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
10218 },
10219 "dist": {
10220 "type": "zip",
10221 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
10222 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
10223 "shasum": ""
10224 },
10225 "require": {
10226 "php": ">=5.3.0"
10227 },
10228 "require-dev": {
10229 "phpunit/phpunit": "~3.7"
10230 },
10231 "type": "library",
10232 "autoload": {
10233 "psr-0": {
10234 "JsonpCallbackValidator": "src/"
10235 }
10236 },
10237 "notification-url": "https://packagist.org/downloads/",
10238 "license": [
10239 "MIT"
10240 ],
10241 "authors": [
10242 {
10243 "name": "William Durand",
10244 "email": "william.durand1@gmail.com",
10245 "homepage": "http://www.willdurand.fr"
10246 }
10247 ],
10248 "description": "JSONP callback validator.",
10249 "time": "2014-01-20T22:35:06+00:00"
10250 },
10251 {
10252 "name": "willdurand/negotiation",
10253 "version": "v2.3.1",
10254 "source": {
10255 "type": "git",
10256 "url": "https://github.com/willdurand/Negotiation.git",
10257 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
10258 },
10259 "dist": {
10260 "type": "zip",
10261 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
10262 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
10263 "shasum": ""
10264 },
10265 "require": {
10266 "php": ">=5.4.0"
10267 },
10268 "require-dev": {
10269 "phpunit/phpunit": "~4.5"
10270 },
10271 "type": "library",
10272 "extra": {
10273 "branch-alias": {
10274 "dev-master": "2.3-dev"
10275 }
10276 },
10277 "autoload": {
10278 "psr-4": {
10279 "Negotiation\\": "src/Negotiation"
10280 }
10281 },
10282 "notification-url": "https://packagist.org/downloads/",
10283 "license": [
10284 "MIT"
10285 ],
10286 "authors": [
10287 {
10288 "name": "William Durand",
10289 "email": "will+git@drnd.me"
10290 }
10291 ],
10292 "description": "Content Negotiation tools for PHP provided as a standalone library.",
10293 "homepage": "http://williamdurand.fr/Negotiation/",
10294 "keywords": [
10295 "accept",
10296 "content",
10297 "format",
10298 "header",
10299 "negotiation"
10300 ],
10301 "time": "2017-05-14T17:21:12+00:00"
6546aca4
JB
10302 }
10303 ],
10304 "packages-dev": [
10305 {
10306 "name": "composer/semver",
78eae449 10307 "version": "1.5.1",
6546aca4
JB
10308 "source": {
10309 "type": "git",
10310 "url": "https://github.com/composer/semver.git",
78eae449 10311 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
6546aca4
JB
10312 },
10313 "dist": {
10314 "type": "zip",
78eae449 10315 "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
10316 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
6546aca4
JB
10317 "shasum": ""
10318 },
10319 "require": {
10320 "php": "^5.3.2 || ^7.0"
10321 },
10322 "require-dev": {
78eae449 10323 "phpunit/phpunit": "^4.5 || ^5.0.5"
6546aca4
JB
10324 },
10325 "type": "library",
10326 "extra": {
10327 "branch-alias": {
10328 "dev-master": "1.x-dev"
10329 }
10330 },
10331 "autoload": {
10332 "psr-4": {
10333 "Composer\\Semver\\": "src"
10334 }
10335 },
10336 "notification-url": "https://packagist.org/downloads/",
10337 "license": [
10338 "MIT"
10339 ],
10340 "authors": [
10341 {
10342 "name": "Nils Adermann",
10343 "email": "naderman@naderman.de",
10344 "homepage": "http://www.naderman.de"
10345 },
10346 {
10347 "name": "Jordi Boggiano",
10348 "email": "j.boggiano@seld.be",
10349 "homepage": "http://seld.be"
10350 },
10351 {
10352 "name": "Rob Bast",
10353 "email": "rob.bast@gmail.com",
10354 "homepage": "http://robbast.nl"
10355 }
10356 ],
10357 "description": "Semver library that offers utilities, version constraint parsing and validation.",
10358 "keywords": [
10359 "semantic",
10360 "semver",
10361 "validation",
10362 "versioning"
10363 ],
78eae449 10364 "time": "2020-01-13T12:06:48+00:00"
6546aca4
JB
10365 },
10366 {
10367 "name": "composer/xdebug-handler",
78eae449 10368 "version": "1.4.1",
6546aca4
JB
10369 "source": {
10370 "type": "git",
10371 "url": "https://github.com/composer/xdebug-handler.git",
78eae449 10372 "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
6546aca4
JB
10373 },
10374 "dist": {
10375 "type": "zip",
78eae449 10376 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
10377 "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
6546aca4
JB
10378 "shasum": ""
10379 },
10380 "require": {
8d4ed0df 10381 "php": "^5.3.2 || ^7.0 || ^8.0",
6546aca4
JB
10382 "psr/log": "^1.0"
10383 },
10384 "require-dev": {
8d4ed0df 10385 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
6546aca4
JB
10386 },
10387 "type": "library",
10388 "autoload": {
10389 "psr-4": {
10390 "Composer\\XdebugHandler\\": "src"
10391 }
10392 },
10393 "notification-url": "https://packagist.org/downloads/",
10394 "license": [
10395 "MIT"
10396 ],
10397 "authors": [
10398 {
10399 "name": "John Stevenson",
10400 "email": "john-stevenson@blueyonder.co.uk"
10401 }
10402 ],
8d4ed0df 10403 "description": "Restarts a process without Xdebug.",
6546aca4
JB
10404 "keywords": [
10405 "Xdebug",
10406 "performance"
10407 ],
2a253d24
JB
10408 "funding": [
10409 {
10410 "url": "https://packagist.com",
10411 "type": "custom"
10412 }
10413 ],
78eae449 10414 "time": "2020-03-01T12:26:26+00:00"
6546aca4
JB
10415 },
10416 {
10417 "name": "dama/doctrine-test-bundle",
10418 "version": "v5.0.3",
10419 "source": {
10420 "type": "git",
10421 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
10422 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
10423 },
10424 "dist": {
10425 "type": "zip",
10426 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
10427 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
10428 "shasum": ""
10429 },
10430 "require": {
10431 "doctrine/dbal": "~2.5",
10432 "doctrine/doctrine-bundle": "~1.4",
10433 "php": "^7.1",
10434 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
10435 },
10436 "require-dev": {
10437 "phpunit/phpunit": "~6.0|~7.0|~8.0",
10438 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
10439 "symfony/yaml": "~2.8|~3.0|~4.0"
10440 },
10441 "type": "symfony-bundle",
10442 "extra": {
10443 "branch-alias": {
10444 "dev-master": "5.1.x-dev"
10445 }
10446 },
10447 "autoload": {
10448 "psr-4": {
10449 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
10450 }
10451 },
10452 "notification-url": "https://packagist.org/downloads/",
10453 "license": [
10454 "MIT"
10455 ],
10456 "authors": [
10457 {
10458 "name": "David Maicher",
10459 "email": "mail@dmaicher.de"
10460 }
10461 ],
10462 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
10463 "keywords": [
10464 "Symfony 3",
10465 "Symfony 4",
10466 "doctrine",
10467 "isolation",
10468 "performance",
10469 "symfony",
10470 "symfony 2",
10471 "tests"
10472 ],
10473 "time": "2019-03-22T10:34:17+00:00"
10474 },
10475 {
10476 "name": "doctrine/data-fixtures",
8d4ed0df 10477 "version": "1.3.3",
6546aca4
JB
10478 "source": {
10479 "type": "git",
10480 "url": "https://github.com/doctrine/data-fixtures.git",
8d4ed0df 10481 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3"
6546aca4
JB
10482 },
10483 "dist": {
10484 "type": "zip",
8d4ed0df
JB
10485 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f0ee99c64922fc3f863715232b615c478a61b0a3",
10486 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3",
6546aca4
JB
10487 "shasum": ""
10488 },
10489 "require": {
10490 "doctrine/common": "~2.2",
10491 "php": "^7.1"
10492 },
10493 "conflict": {
10494 "doctrine/phpcr-odm": "<1.3.0"
10495 },
10496 "require-dev": {
8d4ed0df 10497 "alcaeus/mongo-php-adapter": "^1.1",
6546aca4 10498 "doctrine/dbal": "^2.5.4",
8d4ed0df 10499 "doctrine/mongodb-odm": "^1.3.0",
6546aca4
JB
10500 "doctrine/orm": "^2.5.4",
10501 "phpunit/phpunit": "^7.0"
10502 },
10503 "suggest": {
10504 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
10505 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
10506 "doctrine/orm": "For loading ORM fixtures",
10507 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
10508 },
10509 "type": "library",
10510 "extra": {
10511 "branch-alias": {
10512 "dev-master": "1.3.x-dev"
10513 }
10514 },
10515 "autoload": {
10516 "psr-4": {
10517 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
10518 }
10519 },
10520 "notification-url": "https://packagist.org/downloads/",
10521 "license": [
10522 "MIT"
10523 ],
10524 "authors": [
10525 {
10526 "name": "Jonathan Wage",
10527 "email": "jonwage@gmail.com"
10528 }
10529 ],
10530 "description": "Data Fixtures for all Doctrine Object Managers",
10531 "homepage": "http://www.doctrine-project.org",
10532 "keywords": [
10533 "database"
10534 ],
8d4ed0df 10535 "time": "2019-10-24T04:52:28+00:00"
6546aca4
JB
10536 },
10537 {
10538 "name": "doctrine/doctrine-fixtures-bundle",
20a99c77 10539 "version": "3.3.1",
6546aca4
JB
10540 "source": {
10541 "type": "git",
10542 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
20a99c77 10543 "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f"
6546aca4
JB
10544 },
10545 "dist": {
10546 "type": "zip",
20a99c77 10547 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/39defca57ee0949e1475c46177b30b6d1b732e8f",
10548 "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f",
6546aca4
JB
10549 "shasum": ""
10550 },
10551 "require": {
10552 "doctrine/data-fixtures": "^1.3",
1ddd66ae 10553 "doctrine/doctrine-bundle": "^1.11|^2.0",
cb4108b4 10554 "doctrine/orm": "^2.6.0",
20a99c77 10555 "doctrine/persistence": "^1.3",
6546aca4 10556 "php": "^7.1",
1ddd66ae 10557 "symfony/config": "^3.4|^4.3|^5.0",
10558 "symfony/console": "^3.4|^4.3|^5.0",
10559 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
10560 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
10561 "symfony/http-kernel": "^3.4|^4.3|^5.0"
6546aca4
JB
10562 },
10563 "require-dev": {
cb4108b4 10564 "doctrine/coding-standard": "^6.0",
6546aca4 10565 "phpunit/phpunit": "^7.4",
1ddd66ae 10566 "symfony/phpunit-bridge": "^4.1|^5.0"
6546aca4
JB
10567 },
10568 "type": "symfony-bundle",
10569 "extra": {
10570 "branch-alias": {
1ddd66ae 10571 "dev-master": "3.3.x-dev"
6546aca4
JB
10572 }
10573 },
10574 "autoload": {
10575 "psr-4": {
10576 "Doctrine\\Bundle\\FixturesBundle\\": ""
10577 }
10578 },
10579 "notification-url": "https://packagist.org/downloads/",
10580 "license": [
10581 "MIT"
10582 ],
10583 "authors": [
10584 {
1ddd66ae 10585 "name": "Fabien Potencier",
10586 "email": "fabien@symfony.com"
6546aca4
JB
10587 },
10588 {
10589 "name": "Doctrine Project",
10590 "homepage": "http://www.doctrine-project.org"
10591 },
10592 {
1ddd66ae 10593 "name": "Symfony Community",
10594 "homepage": "http://symfony.com/contributors"
6546aca4
JB
10595 }
10596 ],
10597 "description": "Symfony DoctrineFixturesBundle",
10598 "homepage": "http://www.doctrine-project.org",
10599 "keywords": [
10600 "Fixture",
10601 "persistence"
10602 ],
2a253d24
JB
10603 "funding": [
10604 {
10605 "url": "https://www.doctrine-project.org/sponsorship.html",
10606 "type": "custom"
10607 },
10608 {
10609 "url": "https://www.patreon.com/phpdoctrine",
10610 "type": "patreon"
10611 },
10612 {
10613 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle",
10614 "type": "tidelift"
10615 }
10616 ],
20a99c77 10617 "time": "2020-04-02T16:40:37+00:00"
6546aca4
JB
10618 },
10619 {
10620 "name": "friendsofphp/php-cs-fixer",
facf7511 10621 "version": "v2.16.3",
6546aca4
JB
10622 "source": {
10623 "type": "git",
10624 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
facf7511 10625 "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0"
6546aca4
JB
10626 },
10627 "dist": {
10628 "type": "zip",
facf7511 10629 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/83baf823a33a1cbd5416c8626935cf3f843c10b0",
10630 "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0",
6546aca4
JB
10631 "shasum": ""
10632 },
10633 "require": {
10634 "composer/semver": "^1.4",
10635 "composer/xdebug-handler": "^1.2",
10636 "doctrine/annotations": "^1.2",
10637 "ext-json": "*",
10638 "ext-tokenizer": "*",
10639 "php": "^5.6 || ^7.0",
10640 "php-cs-fixer/diff": "^1.3",
02cf65ee 10641 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
10642 "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
10643 "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
10644 "symfony/finder": "^3.0 || ^4.0 || ^5.0",
10645 "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
6546aca4
JB
10646 "symfony/polyfill-php70": "^1.0",
10647 "symfony/polyfill-php72": "^1.4",
02cf65ee 10648 "symfony/process": "^3.0 || ^4.0 || ^5.0",
10649 "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
6546aca4
JB
10650 },
10651 "require-dev": {
10652 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10653 "justinrainbow/json-schema": "^5.0",
10654 "keradus/cli-executor": "^1.2",
10655 "mikey179/vfsstream": "^1.6",
10656 "php-coveralls/php-coveralls": "^2.1",
10657 "php-cs-fixer/accessible-object": "^1.0",
10658 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10659 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
66426001 10660 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
6546aca4 10661 "phpunitgoodpractices/traits": "^1.8",
02cf65ee 10662 "symfony/phpunit-bridge": "^4.3 || ^5.0",
10663 "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
6546aca4
JB
10664 },
10665 "suggest": {
78eae449 10666 "ext-dom": "For handling output formats in XML",
6546aca4
JB
10667 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10668 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10669 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10670 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10671 },
10672 "bin": [
10673 "php-cs-fixer"
10674 ],
10675 "type": "application",
6546aca4
JB
10676 "autoload": {
10677 "psr-4": {
10678 "PhpCsFixer\\": "src/"
10679 },
10680 "classmap": [
10681 "tests/Test/AbstractFixerTestCase.php",
10682 "tests/Test/AbstractIntegrationCaseFactory.php",
10683 "tests/Test/AbstractIntegrationTestCase.php",
10684 "tests/Test/Assert/AssertTokensTrait.php",
10685 "tests/Test/IntegrationCase.php",
10686 "tests/Test/IntegrationCaseFactory.php",
10687 "tests/Test/IntegrationCaseFactoryInterface.php",
10688 "tests/Test/InternalIntegrationCaseFactory.php",
78eae449 10689 "tests/Test/IsIdenticalConstraint.php",
6546aca4
JB
10690 "tests/TestCase.php"
10691 ]
10692 },
10693 "notification-url": "https://packagist.org/downloads/",
10694 "license": [
10695 "MIT"
10696 ],
10697 "authors": [
6546aca4
JB
10698 {
10699 "name": "Fabien Potencier",
10700 "email": "fabien@symfony.com"
5e8d8ff5 10701 },
10702 {
10703 "name": "Dariusz Rumiński",
10704 "email": "dariusz.ruminski@gmail.com"
6546aca4
JB
10705 }
10706 ],
10707 "description": "A tool to automatically fix PHP code style",
2a253d24
JB
10708 "funding": [
10709 {
10710 "url": "https://github.com/keradus",
10711 "type": "github"
10712 }
10713 ],
facf7511 10714 "time": "2020-04-15T18:51:10+00:00"
6546aca4
JB
10715 },
10716 {
10717 "name": "m6web/redis-mock",
501d5fd1 10718 "version": "v5.0.0",
6546aca4
JB
10719 "source": {
10720 "type": "git",
10721 "url": "https://github.com/M6Web/RedisMock.git",
501d5fd1 10722 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd"
6546aca4
JB
10723 },
10724 "dist": {
10725 "type": "zip",
501d5fd1 10726 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/1b7a1bcbb63d636b003643e88f785615e0a316bd",
10727 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd",
6546aca4
JB
10728 "shasum": ""
10729 },
10730 "require": {
10731 "php": ">=7.1.0"
10732 },
10733 "require-dev": {
10734 "atoum/atoum": "master-dev",
10735 "predis/predis": "~1.1"
10736 },
10737 "type": "library",
10738 "autoload": {
10739 "psr-0": {
10740 "M6Web\\Component\\RedisMock": "src/"
10741 }
10742 },
10743 "notification-url": "https://packagist.org/downloads/",
10744 "license": [
10745 "MIT"
10746 ],
10747 "authors": [
10748 {
10749 "name": "M6Web",
10750 "email": "opensource@m6web.fr",
10751 "homepage": "http://tech.m6web.fr/"
10752 }
10753 ],
10754 "description": "Library providing a PHP mock for Redis",
10755 "keywords": [
10756 "mock",
10757 "redis"
10758 ],
501d5fd1 10759 "time": "2020-01-08T08:03:01+00:00"
6546aca4
JB
10760 },
10761 {
10762 "name": "nette/bootstrap",
2a253d24 10763 "version": "v3.0.2",
6546aca4
JB
10764 "source": {
10765 "type": "git",
10766 "url": "https://github.com/nette/bootstrap.git",
2a253d24 10767 "reference": "67830a65b42abfb906f8e371512d336ebfb5da93"
6546aca4
JB
10768 },
10769 "dist": {
10770 "type": "zip",
2a253d24
JB
10771 "url": "https://api.github.com/repos/nette/bootstrap/zipball/67830a65b42abfb906f8e371512d336ebfb5da93",
10772 "reference": "67830a65b42abfb906f8e371512d336ebfb5da93",
6546aca4
JB
10773 "shasum": ""
10774 },
10775 "require": {
10776 "nette/di": "^3.0",
10777 "nette/utils": "^3.0",
10778 "php": ">=7.1"
10779 },
3d8eaa3a 10780 "conflict": {
10781 "tracy/tracy": "<2.6"
10782 },
6546aca4
JB
10783 "require-dev": {
10784 "latte/latte": "^2.2",
10785 "nette/application": "^3.0",
10786 "nette/caching": "^3.0",
10787 "nette/database": "^3.0",
10788 "nette/forms": "^3.0",
10789 "nette/http": "^3.0",
10790 "nette/mail": "^3.0",
10791 "nette/robot-loader": "^3.0",
10792 "nette/safe-stream": "^2.2",
10793 "nette/security": "^3.0",
10794 "nette/tester": "^2.0",
2a253d24 10795 "phpstan/phpstan-nette": "^0.12",
6546aca4
JB
10796 "tracy/tracy": "^2.6"
10797 },
10798 "suggest": {
10799 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10800 "tracy/tracy": "to use Configurator::enableTracy()"
10801 },
10802 "type": "library",
10803 "extra": {
10804 "branch-alias": {
10805 "dev-master": "3.0-dev"
10806 }
10807 },
10808 "autoload": {
10809 "classmap": [
10810 "src/"
10811 ]
10812 },
10813 "notification-url": "https://packagist.org/downloads/",
10814 "license": [
10815 "BSD-3-Clause",
2a253d24
JB
10816 "GPL-2.0-only",
10817 "GPL-3.0-only"
6546aca4
JB
10818 ],
10819 "authors": [
10820 {
10821 "name": "David Grudl",
10822 "homepage": "https://davidgrudl.com"
10823 },
10824 {
10825 "name": "Nette Community",
10826 "homepage": "https://nette.org/contributors"
10827 }
10828 ],
10829 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10830 "homepage": "https://nette.org",
10831 "keywords": [
10832 "bootstrapping",
10833 "configurator",
10834 "nette"
10835 ],
2a253d24 10836 "time": "2020-05-26T08:46:23+00:00"
6546aca4
JB
10837 },
10838 {
10839 "name": "nette/di",
2a74acb7 10840 "version": "v3.0.4",
6546aca4
JB
10841 "source": {
10842 "type": "git",
10843 "url": "https://github.com/nette/di.git",
2a74acb7 10844 "reference": "34d3e47ebe96229b7671664893a3b1128c102213"
6546aca4
JB
10845 },
10846 "dist": {
10847 "type": "zip",
2a74acb7
JB
10848 "url": "https://api.github.com/repos/nette/di/zipball/34d3e47ebe96229b7671664893a3b1128c102213",
10849 "reference": "34d3e47ebe96229b7671664893a3b1128c102213",
6546aca4
JB
10850 "shasum": ""
10851 },
10852 "require": {
10853 "ext-tokenizer": "*",
10854 "nette/neon": "^3.0",
2a74acb7 10855 "nette/php-generator": "^3.3.3",
6546aca4
JB
10856 "nette/robot-loader": "^3.2",
10857 "nette/schema": "^1.0",
2a74acb7 10858 "nette/utils": "^3.1",
6546aca4
JB
10859 "php": ">=7.1"
10860 },
10861 "conflict": {
10862 "nette/bootstrap": "<3.0"
10863 },
10864 "require-dev": {
10865 "nette/tester": "^2.2",
0f387577 10866 "phpstan/phpstan": "^0.12",
6546aca4
JB
10867 "tracy/tracy": "^2.3"
10868 },
10869 "type": "library",
10870 "extra": {
10871 "branch-alias": {
10872 "dev-master": "3.0-dev"
10873 }
10874 },
10875 "autoload": {
10876 "classmap": [
10877 "src/"
6546aca4
JB
10878 ]
10879 },
10880 "notification-url": "https://packagist.org/downloads/",
10881 "license": [
10882 "BSD-3-Clause",
2a74acb7
JB
10883 "GPL-2.0-only",
10884 "GPL-3.0-only"
6546aca4
JB
10885 ],
10886 "authors": [
10887 {
10888 "name": "David Grudl",
10889 "homepage": "https://davidgrudl.com"
10890 },
10891 {
10892 "name": "Nette Community",
10893 "homepage": "https://nette.org/contributors"
10894 }
10895 ],
10896 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10897 "homepage": "https://nette.org",
10898 "keywords": [
10899 "compiled",
10900 "di",
10901 "dic",
10902 "factory",
10903 "ioc",
10904 "nette",
10905 "static"
10906 ],
2a74acb7 10907 "time": "2020-05-14T10:29:59+00:00"
6546aca4
JB
10908 },
10909 {
10910 "name": "nette/finder",
2a74acb7 10911 "version": "v2.5.2",
6546aca4
JB
10912 "source": {
10913 "type": "git",
10914 "url": "https://github.com/nette/finder.git",
2a74acb7 10915 "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50"
6546aca4
JB
10916 },
10917 "dist": {
10918 "type": "zip",
2a74acb7
JB
10919 "url": "https://api.github.com/repos/nette/finder/zipball/4ad2c298eb8c687dd0e74ae84206a4186eeaed50",
10920 "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50",
6546aca4
JB
10921 "shasum": ""
10922 },
10923 "require": {
2a74acb7 10924 "nette/utils": "^2.4 || ^3.0",
6546aca4
JB
10925 "php": ">=7.1"
10926 },
10927 "conflict": {
10928 "nette/nette": "<2.2"
10929 },
10930 "require-dev": {
10931 "nette/tester": "^2.0",
2a74acb7 10932 "phpstan/phpstan": "^0.12",
6546aca4
JB
10933 "tracy/tracy": "^2.3"
10934 },
10935 "type": "library",
10936 "extra": {
10937 "branch-alias": {
10938 "dev-master": "2.5-dev"
10939 }
10940 },
10941 "autoload": {
10942 "classmap": [
10943 "src/"
10944 ]
10945 },
10946 "notification-url": "https://packagist.org/downloads/",
10947 "license": [
10948 "BSD-3-Clause",
10949 "GPL-2.0",
10950 "GPL-3.0"
10951 ],
10952 "authors": [
10953 {
10954 "name": "David Grudl",
10955 "homepage": "https://davidgrudl.com"
10956 },
10957 {
10958 "name": "Nette Community",
10959 "homepage": "https://nette.org/contributors"
10960 }
10961 ],
1a758230 10962 "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
6546aca4
JB
10963 "homepage": "https://nette.org",
10964 "keywords": [
10965 "filesystem",
10966 "glob",
10967 "iterator",
10968 "nette"
10969 ],
2a74acb7 10970 "time": "2020-01-03T20:35:40+00:00"
6546aca4
JB
10971 },
10972 {
10973 "name": "nette/neon",
2a74acb7 10974 "version": "v3.1.2",
6546aca4
JB
10975 "source": {
10976 "type": "git",
10977 "url": "https://github.com/nette/neon.git",
2a74acb7 10978 "reference": "3c3dcbc6bf6c80dc97b1fc4ba9a22ae67930fc0e"
6546aca4
JB
10979 },
10980 "dist": {
10981 "type": "zip",
2a74acb7
JB
10982 "url": "https://api.github.com/repos/nette/neon/zipball/3c3dcbc6bf6c80dc97b1fc4ba9a22ae67930fc0e",
10983 "reference": "3c3dcbc6bf6c80dc97b1fc4ba9a22ae67930fc0e",
6546aca4
JB
10984 "shasum": ""
10985 },
10986 "require": {
10987 "ext-iconv": "*",
10988 "ext-json": "*",
0f387577 10989 "php": ">=7.1"
6546aca4
JB
10990 },
10991 "require-dev": {
10992 "nette/tester": "^2.0",
0f387577 10993 "phpstan/phpstan": "^0.12",
6546aca4
JB
10994 "tracy/tracy": "^2.3"
10995 },
10996 "type": "library",
10997 "extra": {
10998 "branch-alias": {
0f387577 10999 "dev-master": "3.1-dev"
6546aca4
JB
11000 }
11001 },
11002 "autoload": {
11003 "classmap": [
11004 "src/"
11005 ]
11006 },
11007 "notification-url": "https://packagist.org/downloads/",
11008 "license": [
11009 "BSD-3-Clause",
2a74acb7
JB
11010 "GPL-2.0-only",
11011 "GPL-3.0-only"
6546aca4
JB
11012 ],
11013 "authors": [
11014 {
11015 "name": "David Grudl",
11016 "homepage": "https://davidgrudl.com"
11017 },
11018 {
11019 "name": "Nette Community",
11020 "homepage": "https://nette.org/contributors"
11021 }
11022 ],
0f387577 11023 "description": "🍸 Nette NEON: encodes and decodes NEON file format.",
2a74acb7 11024 "homepage": "https://ne-on.org",
6546aca4
JB
11025 "keywords": [
11026 "export",
11027 "import",
11028 "neon",
11029 "nette",
11030 "yaml"
11031 ],
2a74acb7 11032 "time": "2020-03-04T11:47:04+00:00"
6546aca4
JB
11033 },
11034 {
11035 "name": "nette/php-generator",
2a253d24 11036 "version": "v3.4.0",
6546aca4
JB
11037 "source": {
11038 "type": "git",
11039 "url": "https://github.com/nette/php-generator.git",
2a253d24 11040 "reference": "ea2c8e8d6439f0a4e3cd3431c572b51a8131539b"
6546aca4
JB
11041 },
11042 "dist": {
11043 "type": "zip",
2a253d24
JB
11044 "url": "https://api.github.com/repos/nette/php-generator/zipball/ea2c8e8d6439f0a4e3cd3431c572b51a8131539b",
11045 "reference": "ea2c8e8d6439f0a4e3cd3431c572b51a8131539b",
6546aca4
JB
11046 "shasum": ""
11047 },
11048 "require": {
2a253d24 11049 "ext-tokenizer": "*",
2a74acb7 11050 "nette/utils": "^2.4.2 || ^3.0",
6546aca4
JB
11051 "php": ">=7.1"
11052 },
11053 "require-dev": {
11054 "nette/tester": "^2.0",
2a253d24 11055 "nikic/php-parser": "^4.4",
2a74acb7 11056 "phpstan/phpstan": "^0.12",
6546aca4
JB
11057 "tracy/tracy": "^2.3"
11058 },
2a253d24
JB
11059 "suggest": {
11060 "nikic/php-parser": "to use ClassType::withBodiesFrom() & GlobalFunction::withBodyFrom()"
11061 },
6546aca4
JB
11062 "type": "library",
11063 "extra": {
11064 "branch-alias": {
2a253d24 11065 "dev-master": "3.4-dev"
6546aca4
JB
11066 }
11067 },
11068 "autoload": {
11069 "classmap": [
11070 "src/"
11071 ]
11072 },
11073 "notification-url": "https://packagist.org/downloads/",
11074 "license": [
11075 "BSD-3-Clause",
2a74acb7
JB
11076 "GPL-2.0-only",
11077 "GPL-3.0-only"
6546aca4
JB
11078 ],
11079 "authors": [
11080 {
11081 "name": "David Grudl",
11082 "homepage": "https://davidgrudl.com"
11083 },
11084 {
11085 "name": "Nette Community",
11086 "homepage": "https://nette.org/contributors"
11087 }
11088 ],
2a74acb7 11089 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.4 features.",
6546aca4
JB
11090 "homepage": "https://nette.org",
11091 "keywords": [
11092 "code",
11093 "nette",
11094 "php",
11095 "scaffolding"
11096 ],
2a253d24 11097 "time": "2020-05-26T16:32:45+00:00"
6546aca4
JB
11098 },
11099 {
11100 "name": "nette/robot-loader",
2a74acb7 11101 "version": "v3.2.3",
6546aca4
JB
11102 "source": {
11103 "type": "git",
11104 "url": "https://github.com/nette/robot-loader.git",
2a74acb7 11105 "reference": "726c462e73e739e965ec654a667407074cfe83c0"
6546aca4
JB
11106 },
11107 "dist": {
11108 "type": "zip",
2a74acb7
JB
11109 "url": "https://api.github.com/repos/nette/robot-loader/zipball/726c462e73e739e965ec654a667407074cfe83c0",
11110 "reference": "726c462e73e739e965ec654a667407074cfe83c0",
6546aca4
JB
11111 "shasum": ""
11112 },
11113 "require": {
11114 "ext-tokenizer": "*",
0f387577 11115 "nette/finder": "^2.5 || ^3.0",
6546aca4
JB
11116 "nette/utils": "^3.0",
11117 "php": ">=7.1"
11118 },
11119 "require-dev": {
11120 "nette/tester": "^2.0",
0f387577 11121 "phpstan/phpstan": "^0.12",
6546aca4
JB
11122 "tracy/tracy": "^2.3"
11123 },
11124 "type": "library",
11125 "extra": {
11126 "branch-alias": {
11127 "dev-master": "3.2-dev"
11128 }
11129 },
11130 "autoload": {
11131 "classmap": [
11132 "src/"
11133 ]
11134 },
11135 "notification-url": "https://packagist.org/downloads/",
11136 "license": [
11137 "BSD-3-Clause",
2a74acb7
JB
11138 "GPL-2.0-only",
11139 "GPL-3.0-only"
6546aca4
JB
11140 ],
11141 "authors": [
11142 {
11143 "name": "David Grudl",
11144 "homepage": "https://davidgrudl.com"
11145 },
11146 {
11147 "name": "Nette Community",
11148 "homepage": "https://nette.org/contributors"
11149 }
11150 ],
0f387577 11151 "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
6546aca4
JB
11152 "homepage": "https://nette.org",
11153 "keywords": [
11154 "autoload",
11155 "class",
11156 "interface",
11157 "nette",
11158 "trait"
11159 ],
2a74acb7 11160 "time": "2020-02-28T13:10:07+00:00"
6546aca4
JB
11161 },
11162 {
11163 "name": "nette/schema",
2a74acb7 11164 "version": "v1.0.2",
6546aca4
JB
11165 "source": {
11166 "type": "git",
11167 "url": "https://github.com/nette/schema.git",
2a74acb7 11168 "reference": "febf71fb4052c824046f5a33f4f769a6e7fa0cb4"
6546aca4
JB
11169 },
11170 "dist": {
11171 "type": "zip",
2a74acb7
JB
11172 "url": "https://api.github.com/repos/nette/schema/zipball/febf71fb4052c824046f5a33f4f769a6e7fa0cb4",
11173 "reference": "febf71fb4052c824046f5a33f4f769a6e7fa0cb4",
6546aca4
JB
11174 "shasum": ""
11175 },
11176 "require": {
2a74acb7 11177 "nette/utils": "^3.1",
6546aca4
JB
11178 "php": ">=7.1"
11179 },
11180 "require-dev": {
11181 "nette/tester": "^2.2",
2a74acb7 11182 "phpstan/phpstan-nette": "^0.12",
6546aca4
JB
11183 "tracy/tracy": "^2.3"
11184 },
11185 "type": "library",
11186 "extra": {
2a74acb7 11187 "branch-alias": []
6546aca4
JB
11188 },
11189 "autoload": {
11190 "classmap": [
11191 "src/"
11192 ]
11193 },
11194 "notification-url": "https://packagist.org/downloads/",
11195 "license": [
11196 "BSD-3-Clause",
11197 "GPL-2.0",
11198 "GPL-3.0"
11199 ],
11200 "authors": [
11201 {
11202 "name": "David Grudl",
11203 "homepage": "https://davidgrudl.com"
11204 },
11205 {
11206 "name": "Nette Community",
11207 "homepage": "https://nette.org/contributors"
11208 }
11209 ],
11210 "description": "📐 Nette Schema: validating data structures against a given Schema.",
11211 "homepage": "https://nette.org",
11212 "keywords": [
11213 "config",
11214 "nette"
11215 ],
2a74acb7 11216 "time": "2020-01-06T22:52:48+00:00"
6546aca4
JB
11217 },
11218 {
11219 "name": "nette/utils",
2a253d24 11220 "version": "v3.1.2",
6546aca4
JB
11221 "source": {
11222 "type": "git",
11223 "url": "https://github.com/nette/utils.git",
2a253d24 11224 "reference": "488f58378bba71767e7831c83f9e0fa808bf83b9"
6546aca4
JB
11225 },
11226 "dist": {
11227 "type": "zip",
2a253d24
JB
11228 "url": "https://api.github.com/repos/nette/utils/zipball/488f58378bba71767e7831c83f9e0fa808bf83b9",
11229 "reference": "488f58378bba71767e7831c83f9e0fa808bf83b9",
6546aca4
JB
11230 "shasum": ""
11231 },
11232 "require": {
11233 "php": ">=7.1"
11234 },
11235 "require-dev": {
11236 "nette/tester": "~2.0",
0f387577 11237 "phpstan/phpstan": "^0.12",
6546aca4
JB
11238 "tracy/tracy": "^2.3"
11239 },
11240 "suggest": {
11241 "ext-gd": "to use Image",
2a253d24 11242 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
6546aca4
JB
11243 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
11244 "ext-json": "to use Nette\\Utils\\Json",
11245 "ext-mbstring": "to use Strings::lower() etc...",
987237d5 11246 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
6546aca4
JB
11247 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
11248 },
11249 "type": "library",
11250 "extra": {
11251 "branch-alias": {
2a74acb7 11252 "dev-master": "3.1-dev"
6546aca4
JB
11253 }
11254 },
11255 "autoload": {
11256 "classmap": [
11257 "src/"
11258 ]
11259 },
11260 "notification-url": "https://packagist.org/downloads/",
11261 "license": [
11262 "BSD-3-Clause",
2a74acb7
JB
11263 "GPL-2.0-only",
11264 "GPL-3.0-only"
6546aca4
JB
11265 ],
11266 "authors": [
11267 {
11268 "name": "David Grudl",
11269 "homepage": "https://davidgrudl.com"
11270 },
11271 {
11272 "name": "Nette Community",
11273 "homepage": "https://nette.org/contributors"
11274 }
11275 ],
11276 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
11277 "homepage": "https://nette.org",
11278 "keywords": [
11279 "array",
11280 "core",
11281 "datetime",
11282 "images",
11283 "json",
11284 "nette",
11285 "paginator",
11286 "password",
11287 "slugify",
11288 "string",
11289 "unicode",
11290 "utf-8",
11291 "utility",
11292 "validation"
11293 ],
2a253d24 11294 "time": "2020-05-27T09:58:51+00:00"
6546aca4
JB
11295 },
11296 {
11297 "name": "nikic/php-parser",
2a74acb7 11298 "version": "v4.4.0",
6546aca4
JB
11299 "source": {
11300 "type": "git",
11301 "url": "https://github.com/nikic/PHP-Parser.git",
2a74acb7 11302 "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120"
6546aca4
JB
11303 },
11304 "dist": {
11305 "type": "zip",
2a74acb7
JB
11306 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120",
11307 "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120",
6546aca4
JB
11308 "shasum": ""
11309 },
11310 "require": {
11311 "ext-tokenizer": "*",
11312 "php": ">=7.0"
11313 },
11314 "require-dev": {
8d4ed0df 11315 "ircmaxell/php-yacc": "0.0.5",
e9ccc686 11316 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
6546aca4
JB
11317 },
11318 "bin": [
11319 "bin/php-parse"
11320 ],
11321 "type": "library",
11322 "extra": {
11323 "branch-alias": {
8d4ed0df 11324 "dev-master": "4.3-dev"
6546aca4
JB
11325 }
11326 },
11327 "autoload": {
11328 "psr-4": {
11329 "PhpParser\\": "lib/PhpParser"
11330 }
11331 },
11332 "notification-url": "https://packagist.org/downloads/",
11333 "license": [
11334 "BSD-3-Clause"
11335 ],
11336 "authors": [
11337 {
11338 "name": "Nikita Popov"
11339 }
11340 ],
11341 "description": "A PHP parser written in PHP",
11342 "keywords": [
11343 "parser",
11344 "php"
11345 ],
2a74acb7 11346 "time": "2020-04-10T16:34:50+00:00"
6546aca4
JB
11347 },
11348 {
11349 "name": "php-cs-fixer/diff",
11350 "version": "v1.3.0",
11351 "source": {
11352 "type": "git",
11353 "url": "https://github.com/PHP-CS-Fixer/diff.git",
11354 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
11355 },
11356 "dist": {
11357 "type": "zip",
11358 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
11359 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
11360 "shasum": ""
11361 },
11362 "require": {
11363 "php": "^5.6 || ^7.0"
11364 },
11365 "require-dev": {
11366 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
11367 "symfony/process": "^3.3"
11368 },
11369 "type": "library",
11370 "autoload": {
11371 "classmap": [
11372 "src/"
11373 ]
11374 },
11375 "notification-url": "https://packagist.org/downloads/",
11376 "license": [
11377 "BSD-3-Clause"
11378 ],
11379 "authors": [
11380 {
11381 "name": "Kore Nordmann",
11382 "email": "mail@kore-nordmann.de"
11383 },
11384 {
11385 "name": "Sebastian Bergmann",
11386 "email": "sebastian@phpunit.de"
11387 },
11388 {
11389 "name": "SpacePossum"
11390 }
11391 ],
11392 "description": "sebastian/diff v2 backport support for PHP5.6",
11393 "homepage": "https://github.com/PHP-CS-Fixer",
11394 "keywords": [
11395 "diff"
11396 ],
11397 "time": "2018-02-15T16:58:55+00:00"
11398 },
11399 {
11400 "name": "php-http/mock-client",
5619a0f7 11401 "version": "1.3.1",
6546aca4
JB
11402 "source": {
11403 "type": "git",
11404 "url": "https://github.com/php-http/mock-client.git",
5619a0f7 11405 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845"
6546aca4
JB
11406 },
11407 "dist": {
11408 "type": "zip",
5619a0f7 11409 "url": "https://api.github.com/repos/php-http/mock-client/zipball/186547be76fe81cc0c0589f9285ef9c8dded9845",
11410 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845",
6546aca4
JB
11411 "shasum": ""
11412 },
11413 "require": {
11414 "php": "^5.5 || ^7.0",
11415 "php-http/client-common": "^1.9 || ^2.0",
11416 "php-http/discovery": "^1.0",
11417 "php-http/httplug": "^1.0 || ^2.0",
11418 "php-http/message-factory": "^1.0"
11419 },
11420 "provide": {
11421 "php-http/async-client-implementation": "1.0",
11422 "php-http/client-implementation": "1.0"
11423 },
11424 "require-dev": {
11425 "henrikbjorn/phpspec-code-coverage": "^1.0",
11426 "phpspec/phpspec": "^2.4"
11427 },
11428 "type": "library",
11429 "extra": {
11430 "branch-alias": {
11431 "dev-master": "1.3-dev"
11432 }
11433 },
11434 "autoload": {
11435 "psr-4": {
11436 "Http\\Mock\\": "src/"
11437 }
11438 },
11439 "notification-url": "https://packagist.org/downloads/",
11440 "license": [
11441 "MIT"
11442 ],
11443 "authors": [
11444 {
11445 "name": "David de Boer",
11446 "email": "david@ddeboer.nl"
11447 }
11448 ],
11449 "description": "Mock HTTP client",
11450 "homepage": "http://httplug.io",
11451 "keywords": [
11452 "client",
11453 "http",
11454 "mock",
11455 "psr7"
11456 ],
5619a0f7 11457 "time": "2019-11-06T12:49:04+00:00"
6546aca4
JB
11458 },
11459 {
11460 "name": "phpstan/phpdoc-parser",
0a01a5f1 11461 "version": "0.3.5",
6546aca4
JB
11462 "source": {
11463 "type": "git",
11464 "url": "https://github.com/phpstan/phpdoc-parser.git",
0a01a5f1 11465 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
6546aca4
JB
11466 },
11467 "dist": {
11468 "type": "zip",
0a01a5f1
JB
11469 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11470 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
6546aca4
JB
11471 "shasum": ""
11472 },
11473 "require": {
11474 "php": "~7.1"
11475 },
11476 "require-dev": {
11477 "consistence/coding-standard": "^3.5",
11478 "jakub-onderka/php-parallel-lint": "^0.9.2",
11479 "phing/phing": "^2.16.0",
11480 "phpstan/phpstan": "^0.10",
11481 "phpunit/phpunit": "^6.3",
11482 "slevomat/coding-standard": "^4.7.2",
11483 "squizlabs/php_codesniffer": "^3.3.2",
11484 "symfony/process": "^3.4 || ^4.0"
11485 },
11486 "type": "library",
11487 "extra": {
11488 "branch-alias": {
11489 "dev-master": "0.3-dev"
11490 }
11491 },
11492 "autoload": {
11493 "psr-4": {
11494 "PHPStan\\PhpDocParser\\": [
11495 "src/"
11496 ]
11497 }
11498 },
11499 "notification-url": "https://packagist.org/downloads/",
11500 "license": [
11501 "MIT"
11502 ],
11503 "description": "PHPDoc parser with support for nullable, intersection and generic types",
0a01a5f1 11504 "time": "2019-06-07T19:13:52+00:00"
6546aca4
JB
11505 },
11506 {
11507 "name": "phpstan/phpstan",
3d8eaa3a 11508 "version": "0.11.19",
6546aca4
JB
11509 "source": {
11510 "type": "git",
11511 "url": "https://github.com/phpstan/phpstan.git",
3d8eaa3a 11512 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
6546aca4
JB
11513 },
11514 "dist": {
11515 "type": "zip",
3d8eaa3a 11516 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
11517 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
6546aca4
JB
11518 "shasum": ""
11519 },
11520 "require": {
11521 "composer/xdebug-handler": "^1.3.0",
11522 "jean85/pretty-package-versions": "^1.0.3",
11523 "nette/bootstrap": "^2.4 || ^3.0",
11524 "nette/di": "^2.4.7 || ^3.0",
07c66a74 11525 "nette/neon": "^2.4.3 || ^3.0",
6546aca4
JB
11526 "nette/robot-loader": "^3.0.1",
11527 "nette/schema": "^1.0",
11528 "nette/utils": "^2.4.5 || ^3.0",
e9ccc686 11529 "nikic/php-parser": "^4.2.3",
6546aca4 11530 "php": "~7.1",
6f80db69 11531 "phpstan/phpdoc-parser": "^0.3.5",
6546aca4
JB
11532 "symfony/console": "~3.2 || ~4.0",
11533 "symfony/finder": "~3.2 || ~4.0"
11534 },
11535 "conflict": {
11536 "symfony/console": "3.4.16 || 4.1.5"
11537 },
11538 "require-dev": {
e9ccc686 11539 "brianium/paratest": "^2.0 || ^3.0",
6546aca4
JB
11540 "consistence/coding-standard": "^3.5",
11541 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11542 "ext-intl": "*",
11543 "ext-mysqli": "*",
6f80db69 11544 "ext-simplexml": "*",
6546aca4
JB
11545 "ext-soap": "*",
11546 "ext-zip": "*",
11547 "jakub-onderka/php-parallel-lint": "^1.0",
11548 "localheinz/composer-normalize": "^1.1.0",
11549 "phing/phing": "^2.16.0",
11550 "phpstan/phpstan-deprecation-rules": "^0.11",
11551 "phpstan/phpstan-php-parser": "^0.11",
11552 "phpstan/phpstan-phpunit": "^0.11",
11553 "phpstan/phpstan-strict-rules": "^0.11",
e9ccc686 11554 "phpunit/phpunit": "^7.5.14 || ^8.0",
6546aca4
JB
11555 "slevomat/coding-standard": "^4.7.2",
11556 "squizlabs/php_codesniffer": "^3.3.2"
11557 },
11558 "bin": [
11559 "bin/phpstan"
11560 ],
11561 "type": "library",
11562 "extra": {
11563 "branch-alias": {
11564 "dev-master": "0.11-dev"
11565 }
11566 },
11567 "autoload": {
11568 "psr-4": {
11569 "PHPStan\\": [
1a758230 11570 "src/"
6546aca4
JB
11571 ]
11572 }
11573 },
11574 "notification-url": "https://packagist.org/downloads/",
11575 "license": [
11576 "MIT"
11577 ],
11578 "description": "PHPStan - PHP Static Analysis Tool",
3d8eaa3a 11579 "time": "2019-10-22T20:20:22+00:00"
6546aca4
JB
11580 },
11581 {
11582 "name": "phpstan/phpstan-doctrine",
cc7b2b91 11583 "version": "0.11.6",
6546aca4
JB
11584 "source": {
11585 "type": "git",
11586 "url": "https://github.com/phpstan/phpstan-doctrine.git",
cc7b2b91 11587 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c"
6546aca4
JB
11588 },
11589 "dist": {
11590 "type": "zip",
cc7b2b91 11591 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c",
11592 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c",
6546aca4
JB
11593 "shasum": ""
11594 },
11595 "require": {
11596 "nikic/php-parser": "^4.0",
11597 "php": "~7.1",
11598 "phpstan/phpdoc-parser": "^0.3",
11599 "phpstan/phpstan": "^0.11.7"
11600 },
11601 "conflict": {
11602 "doctrine/collections": "<1.0",
11603 "doctrine/common": "<2.7",
11604 "doctrine/mongodb-odm": "<1.2",
11605 "doctrine/orm": "<2.5"
11606 },
11607 "require-dev": {
11608 "consistence/coding-standard": "^3.8",
11609 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11610 "doctrine/collections": "^1.0",
11611 "doctrine/common": "^2.7",
11612 "doctrine/mongodb-odm": "^1.2",
11613 "doctrine/orm": "^2.5",
11614 "jakub-onderka/php-parallel-lint": "^1.0",
11615 "phing/phing": "^2.16.0",
11616 "phpstan/phpstan-phpunit": "^0.11",
11617 "phpstan/phpstan-strict-rules": "^0.11",
11618 "phpunit/phpunit": "^7.0",
11619 "slevomat/coding-standard": "^5.0.4"
11620 },
11621 "type": "phpstan-extension",
11622 "extra": {
11623 "branch-alias": {
11624 "dev-master": "0.11-dev"
11625 },
11626 "phpstan": {
11627 "includes": [
11628 "extension.neon",
11629 "rules.neon"
11630 ]
11631 }
11632 },
11633 "autoload": {
11634 "psr-4": {
11635 "PHPStan\\": "src/"
11636 }
11637 },
11638 "notification-url": "https://packagist.org/downloads/",
11639 "license": [
11640 "MIT"
11641 ],
11642 "description": "Doctrine extensions for PHPStan",
cc7b2b91 11643 "time": "2019-09-13T08:40:06+00:00"
6546aca4
JB
11644 },
11645 {
11646 "name": "phpstan/phpstan-phpunit",
11647 "version": "0.11.2",
11648 "source": {
11649 "type": "git",
11650 "url": "https://github.com/phpstan/phpstan-phpunit.git",
11651 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
11652 },
11653 "dist": {
11654 "type": "zip",
11655 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11656 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11657 "shasum": ""
11658 },
11659 "require": {
11660 "nikic/php-parser": "^4.0",
11661 "php": "~7.1",
11662 "phpstan/phpdoc-parser": "^0.3",
11663 "phpstan/phpstan": "^0.11.4"
11664 },
11665 "conflict": {
11666 "phpunit/phpunit": "<7.0"
11667 },
11668 "require-dev": {
11669 "consistence/coding-standard": "^3.0.1",
11670 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11671 "jakub-onderka/php-parallel-lint": "^1.0",
11672 "phing/phing": "^2.16.0",
11673 "phpstan/phpstan-strict-rules": "^0.11",
11674 "phpunit/phpunit": "^7.0",
11675 "satooshi/php-coveralls": "^1.0",
11676 "slevomat/coding-standard": "^4.5.2"
11677 },
11678 "type": "phpstan-extension",
11679 "extra": {
11680 "branch-alias": {
11681 "dev-master": "0.11-dev"
11682 },
11683 "phpstan": {
11684 "includes": [
11685 "extension.neon",
11686 "rules.neon"
11687 ]
11688 }
11689 },
11690 "autoload": {
11691 "psr-4": {
11692 "PHPStan\\": "src/"
11693 }
11694 },
11695 "notification-url": "https://packagist.org/downloads/",
11696 "license": [
11697 "MIT"
11698 ],
11699 "description": "PHPUnit extensions and rules for PHPStan",
11700 "time": "2019-05-17T17:50:16+00:00"
11701 },
11702 {
11703 "name": "phpstan/phpstan-symfony",
11704 "version": "0.11.6",
11705 "source": {
11706 "type": "git",
11707 "url": "https://github.com/phpstan/phpstan-symfony.git",
11708 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11709 },
11710 "dist": {
11711 "type": "zip",
11712 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11713 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11714 "shasum": ""
11715 },
11716 "require": {
11717 "ext-simplexml": "*",
11718 "nikic/php-parser": "^4.0",
11719 "php": "^7.1",
11720 "phpstan/phpstan": "^0.11.7"
11721 },
11722 "conflict": {
11723 "symfony/framework-bundle": "<3.0"
11724 },
11725 "require-dev": {
11726 "consistence/coding-standard": "^3.0.1",
11727 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11728 "jakub-onderka/php-parallel-lint": "^1.0",
11729 "nette/di": "^3.0-stable",
11730 "phing/phing": "^2.16.0",
11731 "phpstan/phpstan-phpunit": "^0.11",
11732 "phpstan/phpstan-strict-rules": "^0.11",
11733 "phpunit/phpunit": "^7.0",
11734 "slevomat/coding-standard": "^4.5.2",
11735 "squizlabs/php_codesniffer": "^3.3.2",
11736 "symfony/console": "^3.0 || ^4.0",
11737 "symfony/framework-bundle": "^3.0 || ^4.0",
11738 "symfony/messenger": "^4.2",
11739 "symfony/serializer": "^3.0 || ^4.0"
11740 },
11741 "type": "phpstan-extension",
11742 "extra": {
11743 "branch-alias": {
11744 "dev-master": "0.11-dev"
11745 },
11746 "phpstan": {
11747 "includes": [
11748 "extension.neon"
11749 ]
11750 }
11751 },
11752 "autoload": {
11753 "psr-4": {
11754 "PHPStan\\": "src/"
11755 }
11756 },
11757 "notification-url": "https://packagist.org/downloads/",
11758 "license": [
11759 "MIT"
11760 ],
11761 "authors": [
11762 {
11763 "name": "Lukáš Unger",
11764 "email": "looky.msc@gmail.com",
11765 "homepage": "https://lookyman.net"
11766 }
11767 ],
11768 "description": "Symfony Framework extensions and rules for PHPStan",
11769 "time": "2019-05-19T17:40:25+00:00"
11770 },
11771 {
2a74acb7 11772 "name": "symfony/maker-bundle",
b83855b0 11773 "version": "v1.19.0",
6546aca4
JB
11774 "source": {
11775 "type": "git",
2a74acb7 11776 "url": "https://github.com/symfony/maker-bundle.git",
b83855b0 11777 "reference": "bea8c3c959e48a2c952cc7c4f4f32964be8b8874"
6546aca4
JB
11778 },
11779 "dist": {
11780 "type": "zip",
b83855b0 11781 "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/bea8c3c959e48a2c952cc7c4f4f32964be8b8874",
11782 "reference": "bea8c3c959e48a2c952cc7c4f4f32964be8b8874",
6546aca4
JB
11783 "shasum": ""
11784 },
11785 "require": {
2a74acb7
JB
11786 "doctrine/inflector": "^1.2",
11787 "nikic/php-parser": "^4.0",
11788 "php": "^7.1.3",
11789 "symfony/config": "^3.4|^4.0|^5.0",
11790 "symfony/console": "^3.4|^4.0|^5.0",
11791 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
11792 "symfony/filesystem": "^3.4|^4.0|^5.0",
11793 "symfony/finder": "^3.4|^4.0|^5.0",
11794 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
11795 "symfony/http-kernel": "^3.4|^4.0|^5.0"
6546aca4
JB
11796 },
11797 "require-dev": {
2a74acb7
JB
11798 "doctrine/doctrine-bundle": "^1.8|^2.0",
11799 "doctrine/orm": "^2.3",
11800 "friendsofphp/php-cs-fixer": "^2.8",
11801 "friendsoftwig/twigcs": "^3.1.2",
11802 "symfony/http-client": "^4.3|^5.0",
11803 "symfony/phpunit-bridge": "^4.3|^5.0",
11804 "symfony/process": "^3.4|^4.0|^5.0",
11805 "symfony/security-core": "^3.4|^4.0|^5.0",
11806 "symfony/yaml": "^3.4|^4.0|^5.0"
6546aca4
JB
11807 },
11808 "type": "symfony-bundle",
11809 "extra": {
11810 "branch-alias": {
2a74acb7 11811 "dev-master": "1.0-dev"
6546aca4
JB
11812 }
11813 },
11814 "autoload": {
11815 "psr-4": {
2a74acb7
JB
11816 "Symfony\\Bundle\\MakerBundle\\": "src/"
11817 }
6546aca4
JB
11818 },
11819 "notification-url": "https://packagist.org/downloads/",
11820 "license": [
11821 "MIT"
11822 ],
11823 "authors": [
11824 {
2a74acb7
JB
11825 "name": "Symfony Community",
11826 "homepage": "https://symfony.com/contributors"
6546aca4
JB
11827 }
11828 ],
2a74acb7
JB
11829 "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
11830 "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
11831 "keywords": [
11832 "code generator",
11833 "generator",
11834 "scaffold",
11835 "scaffolding"
11836 ],
b83855b0 11837 "time": "2020-05-29T14:47:30+00:00"
6546aca4
JB
11838 },
11839 {
11840 "name": "symfony/phpunit-bridge",
2a59cfa3 11841 "version": "v4.3.11",
6546aca4
JB
11842 "source": {
11843 "type": "git",
11844 "url": "https://github.com/symfony/phpunit-bridge.git",
2a59cfa3 11845 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43"
6546aca4
JB
11846 },
11847 "dist": {
11848 "type": "zip",
2a59cfa3 11849 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11850 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
6546aca4
JB
11851 "shasum": ""
11852 },
11853 "require": {
955a3bde 11854 "php": ">=5.5.9"
6546aca4
JB
11855 },
11856 "conflict": {
d3847ac1 11857 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
6546aca4
JB
11858 },
11859 "suggest": {
d3847ac1 11860 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
6546aca4
JB
11861 },
11862 "bin": [
11863 "bin/simple-phpunit"
11864 ],
11865 "type": "symfony-bridge",
11866 "extra": {
11867 "branch-alias": {
d3847ac1 11868 "dev-master": "4.3-dev"
6546aca4
JB
11869 },
11870 "thanks": {
11871 "name": "phpunit/phpunit",
11872 "url": "https://github.com/sebastianbergmann/phpunit"
11873 }
11874 },
11875 "autoload": {
11876 "files": [
11877 "bootstrap.php"
11878 ],
11879 "psr-4": {
11880 "Symfony\\Bridge\\PhpUnit\\": ""
11881 },
11882 "exclude-from-classmap": [
11883 "/Tests/"
11884 ]
11885 },
11886 "notification-url": "https://packagist.org/downloads/",
11887 "license": [
11888 "MIT"
11889 ],
11890 "authors": [
11891 {
11892 "name": "Nicolas Grekas",
11893 "email": "p@tchwork.com"
11894 },
11895 {
11896 "name": "Symfony Community",
11897 "homepage": "https://symfony.com/contributors"
11898 }
11899 ],
11900 "description": "Symfony PHPUnit Bridge",
11901 "homepage": "https://symfony.com",
2a59cfa3 11902 "time": "2020-01-31T09:56:21+00:00"
6546aca4
JB
11903 }
11904 ],
11905 "aliases": [],
11906 "minimum-stability": "dev",
11907 "stability-flags": {
6546aca4
JB
11908 "predis/predis": 20
11909 },
11910 "prefer-stable": true,
11911 "prefer-lowest": false,
11912 "platform": {
11913 "php": ">=7.1.3",
2a74acb7 11914 "ext-ctype": "*",
6546aca4 11915 "ext-curl": "*",
2a74acb7 11916 "ext-dom": "*",
6546aca4 11917 "ext-gd": "*",
6546aca4 11918 "ext-hash": "*",
2a74acb7 11919 "ext-iconv": "*",
6546aca4
JB
11920 "ext-json": "*",
11921 "ext-mbstring": "*",
2a74acb7 11922 "ext-pcre": "*",
6546aca4 11923 "ext-pdo": "*",
2a74acb7
JB
11924 "ext-session": "*",
11925 "ext-simplexml": "*",
11926 "ext-tidy": "*",
11927 "ext-tokenizer": "*",
11928 "ext-xml": "*"
6546aca4
JB
11929 },
11930 "platform-dev": [],
11931 "platform-overrides": {
11932 "php": "7.1.3"
2a253d24
JB
11933 },
11934 "plugin-api-version": "1.1.0"
6546aca4 11935}