]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.lock
Merge pull request #4231 from wallabag/dependabot/composer/scheb/two-factor-bundle...
[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 ],
d3847ac1 7 "content-hash": "8d0908fbb4c4987466d1c0593a2fe15a",
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",
123 "version": "v1.2.0",
124 "source": {
125 "type": "git",
126 "url": "https://github.com/Behat/Transliterator.git",
127 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
128 },
129 "dist": {
130 "type": "zip",
131 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
132 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
133 "shasum": ""
134 },
135 "require": {
136 "php": ">=5.3.3"
137 },
138 "require-dev": {
139 "chuyskywalker/rolling-curl": "^3.1",
140 "php-yaoi/php-yaoi": "^1.0"
141 },
142 "type": "library",
143 "extra": {
144 "branch-alias": {
145 "dev-master": "1.2-dev"
146 }
147 },
148 "autoload": {
149 "psr-0": {
150 "Behat\\Transliterator": "src/"
151 }
152 },
153 "notification-url": "https://packagist.org/downloads/",
154 "license": [
155 "Artistic-1.0"
156 ],
157 "description": "String transliterator",
158 "keywords": [
159 "i18n",
160 "slug",
161 "transliterator"
162 ],
163 "time": "2017-04-04T11:38:05+00:00"
164 },
165 {
166 "name": "clue/stream-filter",
167 "version": "v1.4.1",
168 "source": {
169 "type": "git",
170 "url": "https://github.com/clue/php-stream-filter.git",
171 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
172 },
173 "dist": {
174 "type": "zip",
175 "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
176 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
177 "shasum": ""
178 },
179 "require": {
180 "php": ">=5.3"
181 },
182 "require-dev": {
183 "phpunit/phpunit": "^5.0 || ^4.8"
184 },
185 "type": "library",
186 "autoload": {
187 "psr-4": {
188 "Clue\\StreamFilter\\": "src/"
189 },
190 "files": [
191 "src/functions_include.php"
192 ]
193 },
194 "notification-url": "https://packagist.org/downloads/",
195 "license": [
196 "MIT"
197 ],
198 "authors": [
199 {
200 "name": "Christian Lück",
201 "email": "christian@lueck.tv"
202 }
203 ],
204 "description": "A simple and modern approach to stream filtering in PHP",
205 "homepage": "https://github.com/clue/php-stream-filter",
206 "keywords": [
207 "bucket brigade",
208 "callback",
209 "filter",
210 "php_user_filter",
211 "stream",
212 "stream_filter_append",
213 "stream_filter_register"
214 ],
215 "time": "2019-04-09T12:31:48+00:00"
216 },
6546aca4
JB
217 {
218 "name": "craue/config-bundle",
f28720f8 219 "version": "2.4.0",
6546aca4
JB
220 "source": {
221 "type": "git",
1576905e 222 "url": "https://github.com/craue/CraueConfigBundle.git",
f28720f8 223 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32"
6546aca4
JB
224 },
225 "dist": {
226 "type": "zip",
f28720f8 227 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/ad474f63d6b51da0d346a7873b3a54f98fa96e32",
228 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32",
6546aca4
JB
229 "shasum": ""
230 },
231 "require": {
f28720f8 232 "doctrine/doctrine-bundle": "^1.5.1|~2.0",
1576905e
JB
233 "php": "~7.0",
234 "psr/simple-cache": "^1.0",
f28720f8 235 "symfony/cache": "~3.4|~4.2|~5.0",
236 "symfony/config": "~3.4|~4.2|~5.0",
237 "symfony/dependency-injection": "~3.4|~4.2|~5.0",
238 "symfony/form": "~3.4|~4.2|~5.0",
239 "symfony/framework-bundle": "~3.4|~4.2|~5.0",
240 "symfony/http-foundation": "~3.4|~4.2|~5.0",
241 "symfony/http-kernel": "~3.4|~4.2|~5.0",
242 "symfony/options-resolver": "~3.4|~4.2|~5.0",
243 "symfony/validator": "~3.4|~4.2|~5.0"
6546aca4
JB
244 },
245 "require-dev": {
1576905e
JB
246 "doctrine/instantiator": "^1.0.5",
247 "doctrine/orm": "^2.5.14",
248 "phpunit/phpunit": "^6.5.13|^7.5.1",
f28720f8 249 "symfony/phpunit-bridge": "~5.0",
250 "symfony/symfony": "~3.4|~4.2|~5.0"
6546aca4
JB
251 },
252 "type": "symfony-bundle",
253 "extra": {
254 "branch-alias": {
f28720f8 255 "dev-master": "2.4.x-dev"
6546aca4
JB
256 }
257 },
258 "autoload": {
259 "psr-4": {
260 "Craue\\ConfigBundle\\": ""
261 },
262 "exclude-from-classmap": [
263 "/Tests/"
264 ]
265 },
1576905e 266 "notification-url": "https://packagist.org/downloads/",
6546aca4
JB
267 "license": [
268 "MIT"
269 ],
270 "authors": [
271 {
272 "name": "Christian Raue",
273 "email": "christian.raue@gmail.com"
274 },
275 {
276 "name": "Symfony Community",
277 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
278 }
279 ],
280 "description": "Database-stored settings made available via a service for your Symfony project.",
281 "homepage": "https://github.com/craue/CraueConfigBundle",
282 "keywords": [
283 "config",
f28720f8 284 "symfony"
6546aca4 285 ],
f28720f8 286 "time": "2019-12-03T08:32:04+00:00"
6546aca4
JB
287 },
288 {
289 "name": "defuse/php-encryption",
290 "version": "v2.2.1",
291 "source": {
292 "type": "git",
293 "url": "https://github.com/defuse/php-encryption.git",
294 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
295 },
296 "dist": {
297 "type": "zip",
298 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
299 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
300 "shasum": ""
301 },
302 "require": {
303 "ext-openssl": "*",
304 "paragonie/random_compat": ">= 2",
305 "php": ">=5.4.0"
306 },
307 "require-dev": {
308 "nikic/php-parser": "^2.0|^3.0|^4.0",
309 "phpunit/phpunit": "^4|^5"
310 },
311 "bin": [
312 "bin/generate-defuse-key"
313 ],
314 "type": "library",
315 "autoload": {
316 "psr-4": {
317 "Defuse\\Crypto\\": "src"
318 }
319 },
320 "notification-url": "https://packagist.org/downloads/",
321 "license": [
322 "MIT"
323 ],
324 "authors": [
325 {
326 "name": "Taylor Hornby",
327 "email": "taylor@defuse.ca",
328 "homepage": "https://defuse.ca/"
329 },
330 {
331 "name": "Scott Arciszewski",
332 "email": "info@paragonie.com",
333 "homepage": "https://paragonie.com"
334 }
335 ],
336 "description": "Secure PHP Encryption Library",
337 "keywords": [
338 "aes",
339 "authenticated encryption",
340 "cipher",
341 "crypto",
342 "cryptography",
343 "encrypt",
344 "encryption",
345 "openssl",
346 "security",
347 "symmetric key cryptography"
348 ],
349 "time": "2018-07-24T23:27:56+00:00"
350 },
351 {
352 "name": "doctrine/annotations",
41fd6487 353 "version": "v1.8.0",
6546aca4
JB
354 "source": {
355 "type": "git",
356 "url": "https://github.com/doctrine/annotations.git",
41fd6487 357 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
6546aca4
JB
358 },
359 "dist": {
360 "type": "zip",
41fd6487 361 "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
362 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
6546aca4
JB
363 "shasum": ""
364 },
365 "require": {
366 "doctrine/lexer": "1.*",
367 "php": "^7.1"
368 },
369 "require-dev": {
370 "doctrine/cache": "1.*",
41fd6487 371 "phpunit/phpunit": "^7.5"
6546aca4
JB
372 },
373 "type": "library",
374 "extra": {
375 "branch-alias": {
61e53dda 376 "dev-master": "1.7.x-dev"
6546aca4
JB
377 }
378 },
379 "autoload": {
380 "psr-4": {
381 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
382 }
383 },
384 "notification-url": "https://packagist.org/downloads/",
385 "license": [
386 "MIT"
387 ],
388 "authors": [
61e53dda
JB
389 {
390 "name": "Guilherme Blanco",
391 "email": "guilhermeblanco@gmail.com"
392 },
6546aca4
JB
393 {
394 "name": "Roman Borschel",
395 "email": "roman@code-factory.org"
396 },
397 {
398 "name": "Benjamin Eberlei",
399 "email": "kontakt@beberlei.de"
400 },
6546aca4
JB
401 {
402 "name": "Jonathan Wage",
403 "email": "jonwage@gmail.com"
404 },
405 {
406 "name": "Johannes Schmitt",
407 "email": "schmittjoh@gmail.com"
408 }
409 ],
410 "description": "Docblock Annotations Parser",
411 "homepage": "http://www.doctrine-project.org",
412 "keywords": [
413 "annotations",
414 "docblock",
415 "parser"
416 ],
41fd6487 417 "time": "2019-10-01T18:55:10+00:00"
6546aca4
JB
418 },
419 {
420 "name": "doctrine/cache",
d063ef65 421 "version": "1.10.0",
6546aca4
JB
422 "source": {
423 "type": "git",
424 "url": "https://github.com/doctrine/cache.git",
d063ef65 425 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
6546aca4
JB
426 },
427 "dist": {
428 "type": "zip",
d063ef65 429 "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
430 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
6546aca4
JB
431 "shasum": ""
432 },
433 "require": {
434 "php": "~7.1"
435 },
436 "conflict": {
437 "doctrine/common": ">2.2,<2.4"
438 },
439 "require-dev": {
440 "alcaeus/mongo-php-adapter": "^1.1",
8d4ed0df 441 "doctrine/coding-standard": "^6.0",
6546aca4
JB
442 "mongodb/mongodb": "^1.1",
443 "phpunit/phpunit": "^7.0",
444 "predis/predis": "~1.0"
445 },
446 "suggest": {
447 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
448 },
449 "type": "library",
450 "extra": {
451 "branch-alias": {
8d4ed0df 452 "dev-master": "1.9.x-dev"
6546aca4
JB
453 }
454 },
455 "autoload": {
456 "psr-4": {
457 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
458 }
459 },
460 "notification-url": "https://packagist.org/downloads/",
461 "license": [
462 "MIT"
463 ],
464 "authors": [
ddd3700c 465 {
466 "name": "Guilherme Blanco",
467 "email": "guilhermeblanco@gmail.com"
468 },
6546aca4
JB
469 {
470 "name": "Roman Borschel",
471 "email": "roman@code-factory.org"
472 },
473 {
474 "name": "Benjamin Eberlei",
475 "email": "kontakt@beberlei.de"
476 },
6546aca4
JB
477 {
478 "name": "Jonathan Wage",
479 "email": "jonwage@gmail.com"
480 },
481 {
482 "name": "Johannes Schmitt",
483 "email": "schmittjoh@gmail.com"
484 }
485 ],
8d4ed0df
JB
486 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
487 "homepage": "https://www.doctrine-project.org/projects/cache.html",
6546aca4 488 "keywords": [
8d4ed0df
JB
489 "abstraction",
490 "apcu",
6546aca4 491 "cache",
8d4ed0df
JB
492 "caching",
493 "couchdb",
494 "memcached",
495 "php",
496 "redis",
8d4ed0df 497 "xcache"
6546aca4 498 ],
d063ef65 499 "time": "2019-11-29T15:36:20+00:00"
6546aca4
JB
500 },
501 {
502 "name": "doctrine/collections",
1ddd66ae 503 "version": "1.6.4",
6546aca4
JB
504 "source": {
505 "type": "git",
506 "url": "https://github.com/doctrine/collections.git",
1ddd66ae 507 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
6546aca4
JB
508 },
509 "dist": {
510 "type": "zip",
1ddd66ae 511 "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
512 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
6546aca4
JB
513 "shasum": ""
514 },
515 "require": {
516 "php": "^7.1.3"
517 },
518 "require-dev": {
519 "doctrine/coding-standard": "^6.0",
520 "phpstan/phpstan-shim": "^0.9.2",
521 "phpunit/phpunit": "^7.0",
522 "vimeo/psalm": "^3.2.2"
523 },
524 "type": "library",
525 "extra": {
526 "branch-alias": {
527 "dev-master": "1.6.x-dev"
528 }
529 },
530 "autoload": {
531 "psr-4": {
532 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
533 }
534 },
535 "notification-url": "https://packagist.org/downloads/",
536 "license": [
537 "MIT"
538 ],
539 "authors": [
8d4ed0df
JB
540 {
541 "name": "Guilherme Blanco",
542 "email": "guilhermeblanco@gmail.com"
543 },
6546aca4
JB
544 {
545 "name": "Roman Borschel",
546 "email": "roman@code-factory.org"
547 },
548 {
549 "name": "Benjamin Eberlei",
550 "email": "kontakt@beberlei.de"
551 },
6546aca4
JB
552 {
553 "name": "Jonathan Wage",
554 "email": "jonwage@gmail.com"
555 },
556 {
557 "name": "Johannes Schmitt",
558 "email": "schmittjoh@gmail.com"
559 }
560 ],
561 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
562 "homepage": "https://www.doctrine-project.org/projects/collections.html",
563 "keywords": [
564 "array",
565 "collections",
566 "iterators",
567 "php"
568 ],
1ddd66ae 569 "time": "2019-11-13T13:07:11+00:00"
6546aca4
JB
570 },
571 {
572 "name": "doctrine/common",
2133ca31 573 "version": "v2.11.0",
6546aca4
JB
574 "source": {
575 "type": "git",
576 "url": "https://github.com/doctrine/common.git",
2133ca31 577 "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff"
6546aca4
JB
578 },
579 "dist": {
580 "type": "zip",
2133ca31 581 "url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
582 "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
6546aca4
JB
583 "shasum": ""
584 },
585 "require": {
586 "doctrine/annotations": "^1.0",
587 "doctrine/cache": "^1.0",
588 "doctrine/collections": "^1.0",
589 "doctrine/event-manager": "^1.0",
590 "doctrine/inflector": "^1.0",
591 "doctrine/lexer": "^1.0",
592 "doctrine/persistence": "^1.1",
593 "doctrine/reflection": "^1.0",
594 "php": "^7.1"
595 },
596 "require-dev": {
597 "doctrine/coding-standard": "^1.0",
2133ca31 598 "phpstan/phpstan": "^0.11",
599 "phpstan/phpstan-phpunit": "^0.11",
600 "phpunit/phpunit": "^7.0",
6546aca4
JB
601 "squizlabs/php_codesniffer": "^3.0",
602 "symfony/phpunit-bridge": "^4.0.5"
603 },
604 "type": "library",
605 "extra": {
606 "branch-alias": {
2133ca31 607 "dev-master": "2.11.x-dev"
6546aca4
JB
608 }
609 },
610 "autoload": {
611 "psr-4": {
612 "Doctrine\\Common\\": "lib/Doctrine/Common"
613 }
614 },
615 "notification-url": "https://packagist.org/downloads/",
616 "license": [
617 "MIT"
618 ],
619 "authors": [
2133ca31 620 {
621 "name": "Guilherme Blanco",
622 "email": "guilhermeblanco@gmail.com"
623 },
6546aca4
JB
624 {
625 "name": "Roman Borschel",
626 "email": "roman@code-factory.org"
627 },
628 {
629 "name": "Benjamin Eberlei",
630 "email": "kontakt@beberlei.de"
631 },
6546aca4
JB
632 {
633 "name": "Jonathan Wage",
634 "email": "jonwage@gmail.com"
635 },
636 {
637 "name": "Johannes Schmitt",
638 "email": "schmittjoh@gmail.com"
639 },
640 {
641 "name": "Marco Pivetta",
642 "email": "ocramius@gmail.com"
643 }
644 ],
645 "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
646 "homepage": "https://www.doctrine-project.org/projects/common.html",
647 "keywords": [
648 "common",
649 "doctrine",
650 "php"
651 ],
2133ca31 652 "time": "2019-09-10T10:10:14+00:00"
6546aca4
JB
653 },
654 {
655 "name": "doctrine/dbal",
7f2ae89d 656 "version": "v2.9.2",
6546aca4
JB
657 "source": {
658 "type": "git",
659 "url": "https://github.com/doctrine/dbal.git",
7f2ae89d 660 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
6546aca4
JB
661 },
662 "dist": {
663 "type": "zip",
7f2ae89d
JB
664 "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
665 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
6546aca4
JB
666 "shasum": ""
667 },
668 "require": {
669 "doctrine/cache": "^1.0",
670 "doctrine/event-manager": "^1.0",
671 "ext-pdo": "*",
672 "php": "^7.1"
673 },
674 "require-dev": {
675 "doctrine/coding-standard": "^5.0",
676 "jetbrains/phpstorm-stubs": "^2018.1.2",
677 "phpstan/phpstan": "^0.10.1",
678 "phpunit/phpunit": "^7.4",
679 "symfony/console": "^2.0.5|^3.0|^4.0",
680 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
681 },
682 "suggest": {
683 "symfony/console": "For helpful console commands such as SQL execution and import of files."
684 },
685 "bin": [
686 "bin/doctrine-dbal"
687 ],
688 "type": "library",
689 "extra": {
690 "branch-alias": {
691 "dev-master": "2.9.x-dev",
692 "dev-develop": "3.0.x-dev"
693 }
694 },
695 "autoload": {
696 "psr-4": {
697 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
698 }
699 },
700 "notification-url": "https://packagist.org/downloads/",
701 "license": [
702 "MIT"
703 ],
704 "authors": [
705 {
706 "name": "Roman Borschel",
707 "email": "roman@code-factory.org"
708 },
709 {
710 "name": "Benjamin Eberlei",
711 "email": "kontakt@beberlei.de"
712 },
7f2ae89d
JB
713 {
714 "name": "Guilherme Blanco",
715 "email": "guilhermeblanco@gmail.com"
716 },
6546aca4
JB
717 {
718 "name": "Jonathan Wage",
719 "email": "jonwage@gmail.com"
720 }
721 ],
722 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
723 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
724 "keywords": [
725 "abstraction",
726 "database",
727 "dbal",
728 "mysql",
729 "persistence",
730 "pgsql",
731 "php",
732 "queryobject"
733 ],
7f2ae89d 734 "time": "2018-12-31T03:27:51+00:00"
6546aca4
JB
735 },
736 {
737 "name": "doctrine/doctrine-bundle",
34154ecf 738 "version": "1.12.5",
6546aca4
JB
739 "source": {
740 "type": "git",
741 "url": "https://github.com/doctrine/DoctrineBundle.git",
34154ecf 742 "reference": "5d477e6fecac2718b8c43e658abe2a19b225ba25"
6546aca4
JB
743 },
744 "dist": {
745 "type": "zip",
34154ecf 746 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/5d477e6fecac2718b8c43e658abe2a19b225ba25",
747 "reference": "5d477e6fecac2718b8c43e658abe2a19b225ba25",
6546aca4
JB
748 "shasum": ""
749 },
750 "require": {
751 "doctrine/dbal": "^2.5.12",
752 "doctrine/doctrine-cache-bundle": "~1.2",
34154ecf 753 "doctrine/persistence": "^1.3.3",
6546aca4
JB
754 "jdorn/sql-formatter": "^1.2.16",
755 "php": "^7.1",
c6663a88 756 "symfony/cache": "^3.4.30|^4.3.3",
38adc002 757 "symfony/config": "^3.4.30|^4.3.3",
758 "symfony/console": "^3.4.30|^4.3.3",
759 "symfony/dependency-injection": "^3.4.30|^4.3.3",
760 "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
34154ecf 761 "symfony/framework-bundle": "^3.4.30|^4.3.3",
762 "symfony/service-contracts": "^1.1.1|^2.0"
6546aca4
JB
763 },
764 "conflict": {
765 "doctrine/orm": "<2.6",
766 "twig/twig": "<1.34|>=2.0,<2.4"
767 },
768 "require-dev": {
769 "doctrine/coding-standard": "^6.0",
770 "doctrine/orm": "^2.6",
34154ecf 771 "ocramius/proxy-manager": "^2.1",
6546aca4 772 "php-coveralls/php-coveralls": "^2.1",
38adc002 773 "phpunit/phpunit": "^7.5",
6546aca4 774 "symfony/phpunit-bridge": "^4.2",
38adc002 775 "symfony/property-info": "^3.4.30|^4.3.3",
776 "symfony/twig-bridge": "^3.4|^4.1",
777 "symfony/validator": "^3.4.30|^4.3.3",
778 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
779 "symfony/yaml": "^3.4.30|^4.3.3",
780 "twig/twig": "^1.34|^2.12"
6546aca4
JB
781 },
782 "suggest": {
783 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
784 "symfony/web-profiler-bundle": "To use the data collector."
785 },
786 "type": "symfony-bundle",
787 "extra": {
788 "branch-alias": {
38adc002 789 "dev-master": "1.12.x-dev"
6546aca4
JB
790 }
791 },
792 "autoload": {
793 "psr-4": {
794 "Doctrine\\Bundle\\DoctrineBundle\\": ""
795 }
796 },
797 "notification-url": "https://packagist.org/downloads/",
798 "license": [
799 "MIT"
800 ],
801 "authors": [
802 {
38adc002 803 "name": "Fabien Potencier",
804 "email": "fabien@symfony.com"
6546aca4
JB
805 },
806 {
807 "name": "Benjamin Eberlei",
808 "email": "kontakt@beberlei.de"
809 },
810 {
38adc002 811 "name": "Symfony Community",
812 "homepage": "http://symfony.com/contributors"
6546aca4
JB
813 },
814 {
38adc002 815 "name": "Doctrine Project",
816 "homepage": "http://www.doctrine-project.org/"
6546aca4
JB
817 }
818 ],
819 "description": "Symfony DoctrineBundle",
820 "homepage": "http://www.doctrine-project.org",
821 "keywords": [
822 "database",
823 "dbal",
824 "orm",
825 "persistence"
826 ],
34154ecf 827 "time": "2019-12-18T18:15:25+00:00"
6546aca4
JB
828 },
829 {
830 "name": "doctrine/doctrine-cache-bundle",
7dddb5bc 831 "version": "1.4.0",
6546aca4
JB
832 "source": {
833 "type": "git",
834 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
7dddb5bc 835 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
6546aca4
JB
836 },
837 "dist": {
838 "type": "zip",
7dddb5bc 839 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
840 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
6546aca4
JB
841 "shasum": ""
842 },
843 "require": {
844 "doctrine/cache": "^1.4.2",
7dddb5bc 845 "doctrine/inflector": "^1.0",
846 "php": "^7.1",
847 "symfony/doctrine-bridge": "^3.4|^4.0"
6546aca4
JB
848 },
849 "require-dev": {
850 "instaclick/coding-standard": "~1.1",
851 "instaclick/object-calisthenics-sniffs": "dev-master",
852 "instaclick/symfony2-coding-standard": "dev-remaster",
7dddb5bc 853 "phpunit/phpunit": "^7.0",
6546aca4
JB
854 "predis/predis": "~0.8",
855 "satooshi/php-coveralls": "^1.0",
856 "squizlabs/php_codesniffer": "~1.5",
7dddb5bc 857 "symfony/console": "^3.4|^4.0",
858 "symfony/finder": "^3.4|^4.0",
859 "symfony/framework-bundle": "^3.4|^4.0",
860 "symfony/phpunit-bridge": "^3.4|^4.0",
861 "symfony/security-acl": "^2.8",
862 "symfony/validator": "^3.4|^4.0",
863 "symfony/yaml": "^3.4|^4.0"
6546aca4
JB
864 },
865 "suggest": {
866 "symfony/security-acl": "For using this bundle to cache ACLs"
867 },
868 "type": "symfony-bundle",
869 "extra": {
870 "branch-alias": {
7dddb5bc 871 "dev-master": "1.4.x-dev"
6546aca4
JB
872 }
873 },
874 "autoload": {
875 "psr-4": {
876 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
877 },
878 "exclude-from-classmap": [
879 "/Tests/"
880 ]
881 },
882 "notification-url": "https://packagist.org/downloads/",
883 "license": [
884 "MIT"
885 ],
886 "authors": [
887 {
7dddb5bc 888 "name": "Fabien Potencier",
889 "email": "fabien@symfony.com"
6546aca4
JB
890 },
891 {
892 "name": "Benjamin Eberlei",
893 "email": "kontakt@beberlei.de"
894 },
895 {
896 "name": "Fabio B. Silva",
897 "email": "fabio.bat.silva@gmail.com"
898 },
899 {
900 "name": "Guilherme Blanco",
901 "email": "guilhermeblanco@hotmail.com"
902 },
903 {
7dddb5bc 904 "name": "Symfony Community",
905 "homepage": "http://symfony.com/contributors"
6546aca4
JB
906 },
907 {
7dddb5bc 908 "name": "Doctrine Project",
909 "homepage": "http://www.doctrine-project.org/"
6546aca4
JB
910 }
911 ],
912 "description": "Symfony Bundle for Doctrine Cache",
913 "homepage": "https://www.doctrine-project.org",
914 "keywords": [
915 "cache",
916 "caching"
917 ],
7dddb5bc 918 "time": "2019-11-29T11:22:01+00:00"
6546aca4
JB
919 },
920 {
921 "name": "doctrine/doctrine-migrations-bundle",
922 "version": "v1.3.2",
923 "source": {
924 "type": "git",
925 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
926 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
927 },
928 "dist": {
929 "type": "zip",
930 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
931 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
932 "shasum": ""
933 },
934 "require": {
935 "doctrine/doctrine-bundle": "~1.0",
936 "doctrine/migrations": "^1.1",
937 "php": ">=5.4.0",
938 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
939 },
940 "require-dev": {
941 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
942 },
943 "type": "symfony-bundle",
944 "extra": {
945 "branch-alias": {
946 "dev-master": "1.3-dev"
947 }
948 },
949 "autoload": {
950 "psr-4": {
951 "Doctrine\\Bundle\\MigrationsBundle\\": ""
952 }
953 },
954 "notification-url": "https://packagist.org/downloads/",
955 "license": [
956 "MIT"
957 ],
958 "authors": [
959 {
960 "name": "Symfony Community",
961 "homepage": "http://symfony.com/contributors"
962 },
963 {
964 "name": "Doctrine Project",
965 "homepage": "http://www.doctrine-project.org"
966 },
967 {
968 "name": "Fabien Potencier",
969 "email": "fabien@symfony.com"
970 }
971 ],
972 "description": "Symfony DoctrineMigrationsBundle",
973 "homepage": "http://www.doctrine-project.org",
974 "keywords": [
975 "dbal",
976 "migrations",
977 "schema"
978 ],
979 "time": "2018-12-03T11:55:33+00:00"
980 },
981 {
982 "name": "doctrine/event-manager",
8d4ed0df 983 "version": "1.1.0",
6546aca4
JB
984 "source": {
985 "type": "git",
986 "url": "https://github.com/doctrine/event-manager.git",
8d4ed0df 987 "reference": "629572819973f13486371cb611386eb17851e85c"
6546aca4
JB
988 },
989 "dist": {
990 "type": "zip",
8d4ed0df
JB
991 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
992 "reference": "629572819973f13486371cb611386eb17851e85c",
6546aca4
JB
993 "shasum": ""
994 },
995 "require": {
996 "php": "^7.1"
997 },
998 "conflict": {
999 "doctrine/common": "<2.9@dev"
1000 },
1001 "require-dev": {
8d4ed0df 1002 "doctrine/coding-standard": "^6.0",
6546aca4
JB
1003 "phpunit/phpunit": "^7.0"
1004 },
1005 "type": "library",
1006 "extra": {
1007 "branch-alias": {
1008 "dev-master": "1.0.x-dev"
1009 }
1010 },
1011 "autoload": {
1012 "psr-4": {
1013 "Doctrine\\Common\\": "lib/Doctrine/Common"
1014 }
1015 },
1016 "notification-url": "https://packagist.org/downloads/",
1017 "license": [
1018 "MIT"
1019 ],
1020 "authors": [
8d4ed0df
JB
1021 {
1022 "name": "Guilherme Blanco",
1023 "email": "guilhermeblanco@gmail.com"
1024 },
6546aca4
JB
1025 {
1026 "name": "Roman Borschel",
1027 "email": "roman@code-factory.org"
1028 },
1029 {
1030 "name": "Benjamin Eberlei",
1031 "email": "kontakt@beberlei.de"
1032 },
6546aca4
JB
1033 {
1034 "name": "Jonathan Wage",
1035 "email": "jonwage@gmail.com"
1036 },
1037 {
1038 "name": "Johannes Schmitt",
1039 "email": "schmittjoh@gmail.com"
1040 },
1041 {
1042 "name": "Marco Pivetta",
1043 "email": "ocramius@gmail.com"
1044 }
1045 ],
8d4ed0df 1046 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
6546aca4
JB
1047 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1048 "keywords": [
1049 "event",
8d4ed0df
JB
1050 "event dispatcher",
1051 "event manager",
1052 "event system",
1053 "events"
6546aca4 1054 ],
8d4ed0df 1055 "time": "2019-11-10T09:48:07+00:00"
6546aca4
JB
1056 },
1057 {
1058 "name": "doctrine/inflector",
8d4ed0df 1059 "version": "1.3.1",
6546aca4
JB
1060 "source": {
1061 "type": "git",
1062 "url": "https://github.com/doctrine/inflector.git",
8d4ed0df 1063 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
6546aca4
JB
1064 },
1065 "dist": {
1066 "type": "zip",
8d4ed0df
JB
1067 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1068 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
6546aca4
JB
1069 "shasum": ""
1070 },
1071 "require": {
1072 "php": "^7.1"
1073 },
1074 "require-dev": {
1075 "phpunit/phpunit": "^6.2"
1076 },
1077 "type": "library",
1078 "extra": {
1079 "branch-alias": {
1080 "dev-master": "1.3.x-dev"
1081 }
1082 },
1083 "autoload": {
1084 "psr-4": {
1085 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1086 }
1087 },
1088 "notification-url": "https://packagist.org/downloads/",
1089 "license": [
1090 "MIT"
1091 ],
1092 "authors": [
8d4ed0df
JB
1093 {
1094 "name": "Guilherme Blanco",
1095 "email": "guilhermeblanco@gmail.com"
1096 },
6546aca4
JB
1097 {
1098 "name": "Roman Borschel",
1099 "email": "roman@code-factory.org"
1100 },
1101 {
1102 "name": "Benjamin Eberlei",
1103 "email": "kontakt@beberlei.de"
1104 },
6546aca4
JB
1105 {
1106 "name": "Jonathan Wage",
1107 "email": "jonwage@gmail.com"
1108 },
1109 {
1110 "name": "Johannes Schmitt",
1111 "email": "schmittjoh@gmail.com"
1112 }
1113 ],
1114 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1115 "homepage": "http://www.doctrine-project.org",
1116 "keywords": [
1117 "inflection",
1118 "pluralize",
1119 "singularize",
1120 "string"
1121 ],
8d4ed0df 1122 "time": "2019-10-30T19:59:35+00:00"
6546aca4
JB
1123 },
1124 {
1125 "name": "doctrine/instantiator",
8d4ed0df 1126 "version": "1.3.0",
6546aca4
JB
1127 "source": {
1128 "type": "git",
1129 "url": "https://github.com/doctrine/instantiator.git",
8d4ed0df 1130 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
6546aca4
JB
1131 },
1132 "dist": {
1133 "type": "zip",
8d4ed0df
JB
1134 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
1135 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
6546aca4
JB
1136 "shasum": ""
1137 },
1138 "require": {
1139 "php": "^7.1"
1140 },
1141 "require-dev": {
1142 "doctrine/coding-standard": "^6.0",
1143 "ext-pdo": "*",
1144 "ext-phar": "*",
1145 "phpbench/phpbench": "^0.13",
1146 "phpstan/phpstan-phpunit": "^0.11",
1147 "phpstan/phpstan-shim": "^0.11",
1148 "phpunit/phpunit": "^7.0"
1149 },
1150 "type": "library",
1151 "extra": {
1152 "branch-alias": {
1153 "dev-master": "1.2.x-dev"
1154 }
1155 },
1156 "autoload": {
1157 "psr-4": {
1158 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1159 }
1160 },
1161 "notification-url": "https://packagist.org/downloads/",
1162 "license": [
1163 "MIT"
1164 ],
1165 "authors": [
1166 {
1167 "name": "Marco Pivetta",
1168 "email": "ocramius@gmail.com",
1169 "homepage": "http://ocramius.github.com/"
1170 }
1171 ],
1172 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1173 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1174 "keywords": [
1175 "constructor",
1176 "instantiate"
1177 ],
8d4ed0df 1178 "time": "2019-10-21T16:45:58+00:00"
6546aca4
JB
1179 },
1180 {
1181 "name": "doctrine/lexer",
cb4108b4 1182 "version": "1.0.2",
6546aca4
JB
1183 "source": {
1184 "type": "git",
1185 "url": "https://github.com/doctrine/lexer.git",
cb4108b4 1186 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
6546aca4
JB
1187 },
1188 "dist": {
1189 "type": "zip",
cb4108b4 1190 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1191 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
6546aca4
JB
1192 "shasum": ""
1193 },
1194 "require": {
1195 "php": ">=5.3.2"
1196 },
cb4108b4 1197 "require-dev": {
1198 "phpunit/phpunit": "^4.5"
1199 },
6546aca4
JB
1200 "type": "library",
1201 "extra": {
1202 "branch-alias": {
1203 "dev-master": "1.0.x-dev"
1204 }
1205 },
1206 "autoload": {
cb4108b4 1207 "psr-4": {
1208 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
6546aca4
JB
1209 }
1210 },
1211 "notification-url": "https://packagist.org/downloads/",
1212 "license": [
1213 "MIT"
1214 ],
1215 "authors": [
1216 {
1217 "name": "Roman Borschel",
1218 "email": "roman@code-factory.org"
1219 },
1220 {
1221 "name": "Guilherme Blanco",
1222 "email": "guilhermeblanco@gmail.com"
1223 },
1224 {
1225 "name": "Johannes Schmitt",
1226 "email": "schmittjoh@gmail.com"
1227 }
1228 ],
cb4108b4 1229 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1230 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
6546aca4 1231 "keywords": [
cb4108b4 1232 "annotations",
1233 "docblock",
6546aca4 1234 "lexer",
cb4108b4 1235 "parser",
1236 "php"
6546aca4 1237 ],
cb4108b4 1238 "time": "2019-06-08T11:03:04+00:00"
6546aca4
JB
1239 },
1240 {
1241 "name": "doctrine/migrations",
1242 "version": "v1.8.1",
1243 "source": {
1244 "type": "git",
1245 "url": "https://github.com/doctrine/migrations.git",
1246 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1247 },
1248 "dist": {
1249 "type": "zip",
1250 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1251 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1252 "shasum": ""
1253 },
1254 "require": {
1255 "doctrine/dbal": "~2.6",
1256 "ocramius/proxy-manager": "^1.0|^2.0",
1257 "php": "^7.1",
1258 "symfony/console": "~3.3|^4.0"
1259 },
1260 "require-dev": {
1261 "doctrine/coding-standard": "^1.0",
1262 "doctrine/orm": "~2.5",
1263 "jdorn/sql-formatter": "~1.1",
1264 "mikey179/vfsstream": "^1.6",
1265 "phpunit/phpunit": "~7.0",
1266 "squizlabs/php_codesniffer": "^3.0",
1267 "symfony/yaml": "~3.3|^4.0"
1268 },
1269 "suggest": {
1270 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1271 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1272 },
1273 "bin": [
1274 "bin/doctrine-migrations"
1275 ],
1276 "type": "library",
1277 "extra": {
1278 "branch-alias": {
1279 "dev-master": "v1.8.x-dev"
1280 }
1281 },
1282 "autoload": {
1283 "psr-4": {
1284 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1285 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1286 }
1287 },
1288 "notification-url": "https://packagist.org/downloads/",
1289 "license": [
1290 "MIT"
1291 ],
1292 "authors": [
1293 {
1294 "name": "Benjamin Eberlei",
1295 "email": "kontakt@beberlei.de"
1296 },
1297 {
1298 "name": "Jonathan Wage",
1299 "email": "jonwage@gmail.com"
1300 },
1301 {
1302 "name": "Michael Simonson",
1303 "email": "contact@mikesimonson.com"
1304 }
1305 ],
1306 "description": "Database Schema migrations using Doctrine DBAL",
1307 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1308 "keywords": [
1309 "database",
1310 "migrations"
1311 ],
1312 "time": "2018-06-06T21:00:30+00:00"
1313 },
1314 {
1315 "name": "doctrine/orm",
93a4cefd 1316 "version": "v2.6.6",
6546aca4
JB
1317 "source": {
1318 "type": "git",
1319 "url": "https://github.com/doctrine/orm.git",
93a4cefd 1320 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e"
6546aca4
JB
1321 },
1322 "dist": {
1323 "type": "zip",
93a4cefd 1324 "url": "https://api.github.com/repos/doctrine/orm/zipball/2d9b9351831d1230881c52f006011cbf72fe944e",
1325 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e",
6546aca4
JB
1326 "shasum": ""
1327 },
1328 "require": {
1329 "doctrine/annotations": "~1.5",
1330 "doctrine/cache": "~1.6",
1331 "doctrine/collections": "^1.4",
1332 "doctrine/common": "^2.7.1",
1333 "doctrine/dbal": "^2.6",
1334 "doctrine/instantiator": "~1.1",
1335 "ext-pdo": "*",
1336 "php": "^7.1",
1337 "symfony/console": "~3.0|~4.0"
1338 },
1339 "require-dev": {
2133ca31 1340 "doctrine/coding-standard": "^5.0",
1341 "phpunit/phpunit": "^7.5",
6546aca4
JB
1342 "symfony/yaml": "~3.4|~4.0"
1343 },
1344 "suggest": {
1345 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1346 },
1347 "bin": [
1348 "bin/doctrine"
1349 ],
1350 "type": "library",
1351 "extra": {
1352 "branch-alias": {
1353 "dev-master": "2.6.x-dev"
1354 }
1355 },
1356 "autoload": {
1357 "psr-4": {
1358 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1359 }
1360 },
1361 "notification-url": "https://packagist.org/downloads/",
1362 "license": [
1363 "MIT"
1364 ],
1365 "authors": [
2133ca31 1366 {
1367 "name": "Guilherme Blanco",
1368 "email": "guilhermeblanco@gmail.com"
1369 },
6546aca4
JB
1370 {
1371 "name": "Roman Borschel",
1372 "email": "roman@code-factory.org"
1373 },
1374 {
1375 "name": "Benjamin Eberlei",
1376 "email": "kontakt@beberlei.de"
1377 },
6546aca4
JB
1378 {
1379 "name": "Jonathan Wage",
1380 "email": "jonwage@gmail.com"
1381 },
1382 {
1383 "name": "Marco Pivetta",
1384 "email": "ocramius@gmail.com"
1385 }
1386 ],
1387 "description": "Object-Relational-Mapper for PHP",
1388 "homepage": "http://www.doctrine-project.org",
1389 "keywords": [
1390 "database",
1391 "orm"
1392 ],
93a4cefd 1393 "time": "2019-11-18T22:01:21+00:00"
6546aca4
JB
1394 },
1395 {
1396 "name": "doctrine/persistence",
6ba1d734 1397 "version": "1.3.3",
6546aca4
JB
1398 "source": {
1399 "type": "git",
1400 "url": "https://github.com/doctrine/persistence.git",
6ba1d734 1401 "reference": "99b196bbd4715a94fa100fac664a351ffa46d6a5"
6546aca4
JB
1402 },
1403 "dist": {
1404 "type": "zip",
6ba1d734
JB
1405 "url": "https://api.github.com/repos/doctrine/persistence/zipball/99b196bbd4715a94fa100fac664a351ffa46d6a5",
1406 "reference": "99b196bbd4715a94fa100fac664a351ffa46d6a5",
6546aca4
JB
1407 "shasum": ""
1408 },
1409 "require": {
1410 "doctrine/annotations": "^1.0",
1411 "doctrine/cache": "^1.0",
1412 "doctrine/collections": "^1.0",
1413 "doctrine/event-manager": "^1.0",
1414 "doctrine/reflection": "^1.0",
1415 "php": "^7.1"
1416 },
1417 "conflict": {
1418 "doctrine/common": "<2.10@dev"
1419 },
1420 "require-dev": {
6ba1d734
JB
1421 "doctrine/coding-standard": "^6.0",
1422 "phpstan/phpstan": "^0.11",
6546aca4
JB
1423 "phpunit/phpunit": "^7.0"
1424 },
1425 "type": "library",
1426 "extra": {
1427 "branch-alias": {
6ba1d734 1428 "dev-master": "1.3.x-dev"
6546aca4
JB
1429 }
1430 },
1431 "autoload": {
1432 "psr-4": {
6ba1d734
JB
1433 "Doctrine\\Common\\": "lib/Doctrine/Common",
1434 "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
6546aca4
JB
1435 }
1436 },
1437 "notification-url": "https://packagist.org/downloads/",
1438 "license": [
1439 "MIT"
1440 ],
1441 "authors": [
8d4ed0df
JB
1442 {
1443 "name": "Guilherme Blanco",
1444 "email": "guilhermeblanco@gmail.com"
1445 },
6546aca4
JB
1446 {
1447 "name": "Roman Borschel",
1448 "email": "roman@code-factory.org"
1449 },
1450 {
1451 "name": "Benjamin Eberlei",
1452 "email": "kontakt@beberlei.de"
1453 },
6546aca4
JB
1454 {
1455 "name": "Jonathan Wage",
1456 "email": "jonwage@gmail.com"
1457 },
1458 {
1459 "name": "Johannes Schmitt",
1460 "email": "schmittjoh@gmail.com"
1461 },
1462 {
1463 "name": "Marco Pivetta",
1464 "email": "ocramius@gmail.com"
1465 }
1466 ],
1467 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1468 "homepage": "https://doctrine-project.org/projects/persistence.html",
1469 "keywords": [
1470 "mapper",
1471 "object",
1472 "odm",
1473 "orm",
1474 "persistence"
1475 ],
6ba1d734 1476 "time": "2019-12-13T10:43:02+00:00"
6546aca4
JB
1477 },
1478 {
1479 "name": "doctrine/reflection",
1480 "version": "v1.0.0",
1481 "source": {
1482 "type": "git",
1483 "url": "https://github.com/doctrine/reflection.git",
1484 "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
1485 },
1486 "dist": {
1487 "type": "zip",
1488 "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1489 "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1490 "shasum": ""
1491 },
1492 "require": {
1493 "doctrine/annotations": "^1.0",
1494 "ext-tokenizer": "*",
1495 "php": "^7.1"
1496 },
1497 "require-dev": {
1498 "doctrine/coding-standard": "^4.0",
1499 "doctrine/common": "^2.8",
1500 "phpstan/phpstan": "^0.9.2",
1501 "phpstan/phpstan-phpunit": "^0.9.4",
1502 "phpunit/phpunit": "^7.0",
1503 "squizlabs/php_codesniffer": "^3.0"
1504 },
1505 "type": "library",
1506 "extra": {
1507 "branch-alias": {
1508 "dev-master": "1.0.x-dev"
1509 }
1510 },
1511 "autoload": {
1512 "psr-4": {
1513 "Doctrine\\Common\\": "lib/Doctrine/Common"
1514 }
1515 },
1516 "notification-url": "https://packagist.org/downloads/",
1517 "license": [
1518 "MIT"
1519 ],
1520 "authors": [
1521 {
1522 "name": "Roman Borschel",
1523 "email": "roman@code-factory.org"
1524 },
1525 {
1526 "name": "Benjamin Eberlei",
1527 "email": "kontakt@beberlei.de"
1528 },
1529 {
1530 "name": "Guilherme Blanco",
1531 "email": "guilhermeblanco@gmail.com"
1532 },
1533 {
1534 "name": "Jonathan Wage",
1535 "email": "jonwage@gmail.com"
1536 },
1537 {
1538 "name": "Johannes Schmitt",
1539 "email": "schmittjoh@gmail.com"
1540 },
1541 {
1542 "name": "Marco Pivetta",
1543 "email": "ocramius@gmail.com"
1544 }
1545 ],
1546 "description": "Doctrine Reflection component",
1547 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1548 "keywords": [
1549 "reflection"
1550 ],
1551 "time": "2018-06-14T14:45:07+00:00"
1552 },
1553 {
1554 "name": "egulias/email-validator",
61e53dda 1555 "version": "2.1.11",
6546aca4
JB
1556 "source": {
1557 "type": "git",
1558 "url": "https://github.com/egulias/EmailValidator.git",
61e53dda 1559 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
6546aca4
JB
1560 },
1561 "dist": {
1562 "type": "zip",
61e53dda
JB
1563 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
1564 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
6546aca4
JB
1565 "shasum": ""
1566 },
1567 "require": {
1568 "doctrine/lexer": "^1.0.1",
1569 "php": ">= 5.5"
1570 },
1571 "require-dev": {
1572 "dominicsayers/isemail": "dev-master",
1573 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
9a80dcf1
JB
1574 "satooshi/php-coveralls": "^1.0.1",
1575 "symfony/phpunit-bridge": "^4.4@dev"
6546aca4
JB
1576 },
1577 "suggest": {
1578 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1579 },
1580 "type": "library",
1581 "extra": {
1582 "branch-alias": {
61e53dda 1583 "dev-master": "2.1.x-dev"
6546aca4
JB
1584 }
1585 },
1586 "autoload": {
1587 "psr-4": {
1588 "Egulias\\EmailValidator\\": "EmailValidator"
1589 }
1590 },
1591 "notification-url": "https://packagist.org/downloads/",
1592 "license": [
1593 "MIT"
1594 ],
1595 "authors": [
1596 {
1597 "name": "Eduardo Gulias Davis"
1598 }
1599 ],
1600 "description": "A library for validating emails against several RFCs",
1601 "homepage": "https://github.com/egulias/EmailValidator",
1602 "keywords": [
1603 "email",
1604 "emailvalidation",
1605 "emailvalidator",
1606 "validation",
1607 "validator"
1608 ],
61e53dda 1609 "time": "2019-08-13T17:33:27+00:00"
6546aca4
JB
1610 },
1611 {
1612 "name": "electrolinux/php-html5lib",
1613 "version": "0.1.0",
1614 "source": {
1615 "type": "git",
1616 "url": "https://github.com/electrolinux/php-html5lib.git",
1617 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1618 },
1619 "dist": {
1620 "type": "zip",
1621 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1622 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1623 "shasum": ""
1624 },
1625 "require": {
1626 "php": ">=5.3.2"
1627 },
1628 "type": "library",
1629 "autoload": {
1630 "psr-0": {
1631 "HTML5Lib": "src/",
1632 "HTML5Lib\\Tests": "tests/"
1633 }
1634 },
1635 "notification-url": "https://packagist.org/downloads/",
1636 "license": [
1637 "MIT"
1638 ],
1639 "authors": [
1640 {
1641 "name": "Multiple users",
092b0423
JB
1642 "homepage": "https://code.google.com/p/html5lib/",
1643 "role": "Original developers"
6546aca4
JB
1644 },
1645 {
1646 "name": "Sébastien Lavoie",
092b0423
JB
1647 "homepage": "http://blog.lavoie.sl",
1648 "role": "Packager"
6546aca4
JB
1649 },
1650 {
1651 "name": "didier Belot",
1652 "role": "Packager"
1653 }
1654 ],
1655 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1656 "homepage": "https://github.com/electrolinux/php-html5lib",
1657 "keywords": [
1658 "HTML5",
1659 "php"
1660 ],
1661 "time": "2013-03-18T18:32:30+00:00"
1662 },
1663 {
1664 "name": "fig/link-util",
1665 "version": "1.0.0",
1666 "source": {
1667 "type": "git",
1668 "url": "https://github.com/php-fig/link-util.git",
1669 "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
1670 },
1671 "dist": {
1672 "type": "zip",
1673 "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
1674 "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
1675 "shasum": ""
1676 },
1677 "require": {
1678 "php": ">=5.5.0",
1679 "psr/link": "~1.0@dev"
1680 },
1681 "require-dev": {
1682 "phpunit/phpunit": "^5.1",
1683 "squizlabs/php_codesniffer": "^2.3.1"
1684 },
1685 "type": "library",
1686 "extra": {
1687 "branch-alias": {
1688 "dev-master": "1.0.x-dev"
1689 }
1690 },
1691 "autoload": {
1692 "psr-4": {
1693 "Fig\\Link\\": "src/"
1694 }
1695 },
1696 "notification-url": "https://packagist.org/downloads/",
1697 "license": [
1698 "MIT"
1699 ],
1700 "authors": [
1701 {
1702 "name": "PHP-FIG",
1703 "homepage": "http://www.php-fig.org/"
1704 }
1705 ],
1706 "description": "Common utility implementations for HTTP links",
1707 "keywords": [
1708 "http",
1709 "http-link",
1710 "link",
1711 "psr",
1712 "psr-13",
1713 "rest"
1714 ],
1715 "time": "2016-10-17T18:31:11+00:00"
1716 },
1717 {
1718 "name": "fossar/htmlawed",
1719 "version": "1.2.7",
1720 "source": {
1721 "type": "git",
1722 "url": "https://github.com/fossar/HTMLawed.git",
1723 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1724 },
1725 "dist": {
1726 "type": "zip",
1727 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1728 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1729 "shasum": ""
1730 },
1731 "require": {
1732 "php": ">4.4.0"
1733 },
1734 "replace": {
1735 "htmlawed/htmlawed": "*"
1736 },
1737 "type": "library",
1738 "autoload": {
1739 "files": [
1740 "htmLawed.php"
1741 ]
1742 },
1743 "notification-url": "https://packagist.org/downloads/",
1744 "license": [
1745 "GPL-2.0+",
1746 "LGPL-3.0"
1747 ],
1748 "authors": [
1749 {
1750 "name": "Santosh Patnaik",
1a758230 1751 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1752 "role": "Developer"
6546aca4
JB
1753 }
1754 ],
1755 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1756 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1757 "keywords": [
1758 "HTMLtidy",
1759 "html",
1760 "sanitize",
1761 "strip",
1762 "tags"
1763 ],
1764 "time": "2019-05-09T11:53:40+00:00"
1765 },
1766 {
1767 "name": "friendsofsymfony/jsrouting-bundle",
1f767ffe 1768 "version": "2.5.1",
6546aca4
JB
1769 "source": {
1770 "type": "git",
1771 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
1f767ffe 1772 "reference": "81cf14bf3db5e6fe3ef0442fc762891422005d3b"
6546aca4
JB
1773 },
1774 "dist": {
1775 "type": "zip",
1f767ffe 1776 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/81cf14bf3db5e6fe3ef0442fc762891422005d3b",
1777 "reference": "81cf14bf3db5e6fe3ef0442fc762891422005d3b",
6546aca4
JB
1778 "shasum": ""
1779 },
1780 "require": {
149b8c1b 1781 "php": "^7.1",
1f767ffe 1782 "symfony/console": "~3.3|^4.0|^5.0",
1783 "symfony/framework-bundle": "~3.3|^4.0|^5.0",
1784 "symfony/serializer": "~3.3|^4.0|^5.0",
6546aca4
JB
1785 "willdurand/jsonp-callback-validator": "~1.0"
1786 },
1787 "require-dev": {
1f767ffe 1788 "symfony/expression-language": "~3.3|^4.0|^5.0",
6546aca4
JB
1789 "symfony/phpunit-bridge": "^3.3|^4.0"
1790 },
1791 "type": "symfony-bundle",
1792 "extra": {
1793 "branch-alias": {
1794 "dev-master": "2.0-dev"
1795 }
1796 },
1797 "autoload": {
1798 "psr-4": {
1799 "FOS\\JsRoutingBundle\\": ""
1800 },
1801 "exclude-from-classmap": [
1802 "/Tests/"
1803 ]
1804 },
1805 "notification-url": "https://packagist.org/downloads/",
1806 "license": [
1807 "MIT"
1808 ],
1809 "authors": [
6546aca4
JB
1810 {
1811 "name": "William Durand",
1812 "email": "will+git@drnd.me"
56d39423 1813 },
1814 {
1815 "name": "FriendsOfSymfony Community",
1816 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
6546aca4
JB
1817 }
1818 ],
1819 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1820 "homepage": "http://friendsofsymfony.github.com",
1821 "keywords": [
1822 "Js Routing",
1823 "javascript",
1824 "routing"
1825 ],
1f767ffe 1826 "time": "2019-12-02T08:01:22+00:00"
6546aca4
JB
1827 },
1828 {
1829 "name": "friendsofsymfony/oauth-server-bundle",
1830 "version": "1.6.2",
1831 "source": {
1832 "type": "git",
1833 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1834 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1835 },
1836 "dist": {
1837 "type": "zip",
1838 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1839 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1840 "shasum": ""
1841 },
1842 "require": {
1843 "friendsofsymfony/oauth2-php": "~1.1",
1844 "paragonie/random_compat": "^1|^2",
1845 "php": "^5.5|^7.0",
1846 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1847 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1848 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1849 },
1850 "require-dev": {
1851 "doctrine/doctrine-bundle": "~1.0",
1852 "doctrine/mongodb-odm": "~1.0",
1853 "doctrine/orm": "~2.2",
1854 "phing/phing": "~2.4",
1855 "php-mock/php-mock-phpunit": "^1.1",
1856 "phpunit/phpunit": "~4.8|~5.0",
1857 "propel/propel1": "^1.6.5",
1858 "symfony/class-loader": "~2.8|~3.0|^4.0",
1859 "symfony/console": "~2.8|~3.0|^4.0",
1860 "symfony/form": "~2.8|~3.0|^4.0",
1861 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1862 "symfony/templating": "~2.8|~3.0|^4.0",
1863 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1864 "symfony/yaml": "~2.8|~3.0|^4.0",
1865 "willdurand/propel-typehintable-behavior": "^1.0.4"
1866 },
1867 "suggest": {
1868 "doctrine/doctrine-bundle": "*",
1869 "doctrine/mongodb-odm-bundle": "*",
1870 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1871 "symfony/console": "Needed to be able to use commands",
1872 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1873 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1874 },
1875 "type": "symfony-bundle",
1876 "extra": {
1877 "branch-alias": {
1878 "dev-master": "1.5-dev"
1879 }
1880 },
1881 "autoload": {
1882 "psr-4": {
1883 "FOS\\OAuthServerBundle\\": ""
1884 },
1885 "exclude-from-classmap": [
1886 "/Tests/"
1887 ]
1888 },
1889 "notification-url": "https://packagist.org/downloads/",
1890 "license": [
1891 "MIT"
1892 ],
1893 "authors": [
1894 {
1895 "name": "Arnaud Le Blanc",
1896 "email": "arnaud.lb@gmail.com"
1897 },
1898 {
1899 "name": "FriendsOfSymfony Community",
1900 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1901 }
1902 ],
1903 "description": "Symfony2 OAuth Server Bundle",
1904 "homepage": "http://friendsofsymfony.github.com",
1905 "keywords": [
1906 "oauth",
1907 "oauth2",
1908 "server"
1909 ],
1910 "time": "2019-01-23T15:23:04+00:00"
1911 },
1912 {
1913 "name": "friendsofsymfony/oauth2-php",
1914 "version": "1.2.3",
1915 "source": {
1916 "type": "git",
1917 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1918 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240"
1919 },
1920 "dist": {
1921 "type": "zip",
1922 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1923 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1924 "shasum": ""
1925 },
1926 "require": {
1927 "php": "^5.5.9|>=7.0.8",
1928 "symfony/http-foundation": "~3.0|~4.0"
1929 },
1930 "require-dev": {
1931 "phpunit/phpunit": "~4.0"
1932 },
1933 "type": "library",
1934 "extra": {
1935 "branch-alias": {
1936 "dev-master": "1.2.x-dev"
1937 }
1938 },
1939 "autoload": {
1940 "psr-4": {
1941 "OAuth2\\": "lib/"
1942 }
1943 },
1944 "notification-url": "https://packagist.org/downloads/",
1945 "license": [
1946 "MIT"
1947 ],
1948 "authors": [
1949 {
1950 "name": "Arnaud Le Blanc",
1951 "email": "arnaud.lb@gmail.com"
1952 },
1953 {
1954 "name": "FriendsOfSymfony Community",
1955 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1956 }
1957 ],
1958 "description": "OAuth2 library",
1959 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1960 "keywords": [
1961 "oauth",
1962 "oauth2"
1963 ],
1964 "time": "2018-01-30T19:58:25+00:00"
1965 },
1966 {
1967 "name": "friendsofsymfony/rest-bundle",
987237d5 1968 "version": "2.6.0",
6546aca4
JB
1969 "source": {
1970 "type": "git",
1971 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
987237d5 1972 "reference": "54758949bff9fc520997415341323eebf3f54892"
6546aca4
JB
1973 },
1974 "dist": {
1975 "type": "zip",
987237d5
JB
1976 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/54758949bff9fc520997415341323eebf3f54892",
1977 "reference": "54758949bff9fc520997415341323eebf3f54892",
6546aca4
JB
1978 "shasum": ""
1979 },
1980 "require": {
1981 "doctrine/inflector": "^1.0",
987237d5 1982 "php": "^7.1",
6546aca4 1983 "psr/log": "^1.0",
987237d5
JB
1984 "symfony/config": "^3.4|^4.3",
1985 "symfony/debug": "^3.4|^4.3",
1986 "symfony/dependency-injection": "^3.4|^4.3",
1987 "symfony/event-dispatcher": "^3.4|^4.3",
1988 "symfony/finder": "^3.4|^4.3",
1989 "symfony/framework-bundle": "^3.4|^4.3",
1990 "symfony/http-foundation": "^3.4|^4.3",
1991 "symfony/http-kernel": "^3.4|^4.3",
1992 "symfony/routing": "^3.4|^4.3",
1993 "symfony/security-core": "^3.4|^4.3",
6546aca4
JB
1994 "willdurand/jsonp-callback-validator": "^1.0",
1995 "willdurand/negotiation": "^2.0"
1996 },
1997 "conflict": {
1998 "jms/serializer": "<1.13.0",
1999 "jms/serializer-bundle": "<2.0.0",
2000 "sensio/framework-extra-bundle": "<3.0.13"
2001 },
2002 "require-dev": {
2003 "jms/serializer": "^1.13|^2.0",
2004 "jms/serializer-bundle": "^2.3.1|^3.0",
2005 "phpoption/phpoption": "^1.1",
2006 "psr/http-message": "^1.0",
2007 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
987237d5
JB
2008 "symfony/asset": "^3.4|^4.3",
2009 "symfony/browser-kit": "^3.4|^4.3",
2010 "symfony/css-selector": "^3.4|^4.3",
2011 "symfony/expression-language": "^3.4|^4.3",
2012 "symfony/form": "^3.4|^4.3",
6546aca4 2013 "symfony/phpunit-bridge": "^4.1.8",
987237d5
JB
2014 "symfony/security-bundle": "^3.4|^4.3",
2015 "symfony/serializer": "^3.4|^4.3",
2016 "symfony/templating": "^3.4|^4.3",
2017 "symfony/twig-bundle": "^3.4|^4.3",
2018 "symfony/validator": "^3.4|^4.3",
2019 "symfony/web-profiler-bundle": "^3.4|^4.3",
2020 "symfony/yaml": "^3.4|^4.3"
6546aca4
JB
2021 },
2022 "suggest": {
2023 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
2024 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
2025 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
2026 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2027 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2028 },
2029 "type": "symfony-bundle",
2030 "extra": {
2031 "branch-alias": {
987237d5 2032 "dev-master": "2.6-dev"
6546aca4
JB
2033 }
2034 },
2035 "autoload": {
2036 "psr-4": {
2037 "FOS\\RestBundle\\": ""
2038 },
2039 "exclude-from-classmap": [
2040 "Tests/"
2041 ]
2042 },
2043 "notification-url": "https://packagist.org/downloads/",
2044 "license": [
2045 "MIT"
2046 ],
2047 "authors": [
2048 {
2049 "name": "Lukas Kahwe Smith",
2050 "email": "smith@pooteeweet.org"
2051 },
6546aca4
JB
2052 {
2053 "name": "Konstantin Kudryashov",
2054 "email": "ever.zet@gmail.com"
987237d5
JB
2055 },
2056 {
2057 "name": "FriendsOfSymfony Community",
2058 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
6546aca4
JB
2059 }
2060 ],
2061 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2062 "homepage": "http://friendsofsymfony.github.com",
2063 "keywords": [
2064 "rest"
2065 ],
987237d5 2066 "time": "2019-10-21T08:22:30+00:00"
6546aca4
JB
2067 },
2068 {
2069 "name": "friendsofsymfony/user-bundle",
2070 "version": "v2.0.2",
2071 "source": {
2072 "type": "git",
2073 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2074 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2075 },
2076 "dist": {
2077 "type": "zip",
2078 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2079 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2080 "shasum": ""
2081 },
2082 "require": {
2083 "paragonie/random_compat": "^1 || ^2",
2084 "php": "^5.5.9 || ^7.0",
2085 "symfony/form": "^2.7 || ^3.0",
2086 "symfony/framework-bundle": "^2.7 || ^3.0",
2087 "symfony/security-bundle": "^2.7 || ^3.0",
2088 "symfony/templating": "^2.7 || ^3.0",
2089 "symfony/twig-bundle": "^2.7 || ^3.0",
2090 "twig/twig": "^1.28 || ^2.0"
2091 },
2092 "conflict": {
2093 "doctrine/doctrine-bundle": "<1.3",
2094 "symfony/doctrine-bridge": "<2.7"
2095 },
2096 "require-dev": {
2097 "doctrine/doctrine-bundle": "^1.3",
2098 "friendsofphp/php-cs-fixer": "^1.11",
2099 "phpunit/phpunit": "~4.8|~5.0",
2100 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2101 "symfony/console": "^2.7 || ^3.0",
2102 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2103 "symfony/validator": "^2.7 || ^3.0",
2104 "symfony/yaml": "^2.7 || ^3.0"
2105 },
2106 "type": "symfony-bundle",
2107 "extra": {
2108 "branch-alias": {
2109 "dev-master": "2.0.x-dev"
2110 }
2111 },
2112 "autoload": {
2113 "psr-4": {
2114 "FOS\\UserBundle\\": ""
2115 },
2116 "exclude-from-classmap": [
2117 "/Tests/"
2118 ]
2119 },
2120 "notification-url": "https://packagist.org/downloads/",
2121 "license": [
2122 "MIT"
2123 ],
2124 "authors": [
2125 {
2126 "name": "Christophe Coevoet",
2127 "email": "stof@notk.org"
2128 },
2129 {
2130 "name": "FriendsOfSymfony Community",
2131 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2132 },
2133 {
2134 "name": "Thibault Duplessis",
2135 "email": "thibault.duplessis@gmail.com"
2136 }
2137 ],
2138 "description": "Symfony FOSUserBundle",
2139 "homepage": "http://friendsofsymfony.github.com",
2140 "keywords": [
2141 "User management"
2142 ],
2143 "time": "2017-11-29T17:01:21+00:00"
2144 },
2145 {
2146 "name": "gedmo/doctrine-extensions",
6ba1d734 2147 "version": "v2.4.38",
6546aca4
JB
2148 "source": {
2149 "type": "git",
2150 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
6ba1d734 2151 "reference": "81681364331b131518060e4776300a5346df1eb5"
6546aca4
JB
2152 },
2153 "dist": {
2154 "type": "zip",
6ba1d734
JB
2155 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/81681364331b131518060e4776300a5346df1eb5",
2156 "reference": "81681364331b131518060e4776300a5346df1eb5",
6546aca4
JB
2157 "shasum": ""
2158 },
2159 "require": {
2160 "behat/transliterator": "~1.2",
2161 "doctrine/common": "~2.4",
2162 "php": ">=5.3.2"
2163 },
2164 "conflict": {
6ba1d734
JB
2165 "doctrine/annotations": "<1.2",
2166 "doctrine/mongodb-odm": ">=2.0"
6546aca4
JB
2167 },
2168 "require-dev": {
2169 "doctrine/common": ">=2.5.0",
6ba1d734 2170 "doctrine/mongodb-odm": ">=1.0.2 <2.0",
6546aca4 2171 "doctrine/orm": ">=2.5.0",
6ba1d734
JB
2172 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2173 "symfony/yaml": "~2.6 || ~3.0 || ~4.0"
6546aca4
JB
2174 },
2175 "suggest": {
2176 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2177 "doctrine/orm": "to use the extensions with the ORM"
2178 },
2179 "type": "library",
2180 "extra": {
2181 "branch-alias": {
2182 "dev-master": "2.4.x-dev"
2183 }
2184 },
2185 "autoload": {
2186 "psr-4": {
2187 "Gedmo\\": "lib/Gedmo"
2188 }
2189 },
2190 "notification-url": "https://packagist.org/downloads/",
2191 "license": [
2192 "MIT"
2193 ],
2194 "authors": [
6546aca4
JB
2195 {
2196 "name": "Gediminas Morkevicius",
2197 "email": "gediminas.morkevicius@gmail.com"
2198 },
2199 {
2200 "name": "Gustavo Falco",
2201 "email": "comfortablynumb84@gmail.com"
6ba1d734
JB
2202 },
2203 {
2204 "name": "David Buchmann",
2205 "email": "david@liip.ch"
6546aca4
JB
2206 }
2207 ],
2208 "description": "Doctrine2 behavioral extensions",
2209 "homepage": "http://gediminasm.org/",
2210 "keywords": [
2211 "Blameable",
2212 "behaviors",
2213 "doctrine2",
2214 "extensions",
2215 "gedmo",
2216 "loggable",
2217 "nestedset",
2218 "sluggable",
2219 "sortable",
2220 "timestampable",
2221 "translatable",
2222 "tree",
2223 "uploadable"
2224 ],
6ba1d734 2225 "time": "2019-11-08T22:33:07+00:00"
6546aca4
JB
2226 },
2227 {
2228 "name": "grandt/binstring",
2229 "version": "1.0.0",
2230 "source": {
2231 "type": "git",
2232 "url": "https://github.com/Grandt/PHPBinString.git",
2233 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2234 },
2235 "dist": {
2236 "type": "zip",
2237 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2238 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2239 "shasum": ""
2240 },
2241 "require": {
2242 "php": ">=5.0"
2243 },
2244 "type": "library",
2245 "autoload": {
2246 "classmap": [
2247 "BinString.php",
2248 "BinStringStatic.php"
2249 ]
2250 },
2251 "notification-url": "https://packagist.org/downloads/",
2252 "license": [
2253 "LGPL-2.1"
2254 ],
2255 "authors": [
2256 {
2257 "name": "A. Grandt",
092b0423
JB
2258 "email": "php@grandt.com",
2259 "role": "Developer"
6546aca4
JB
2260 }
2261 ],
2262 "description": "A class for working around the use of mbstring.func_override",
2263 "homepage": "https://github.com/Grandt/PHPBinString",
2264 "keywords": [
2265 "binary strings",
2266 "mbstring"
2267 ],
2268 "time": "2015-08-13T06:14:41+00:00"
2269 },
2270 {
2271 "name": "grandt/phpepub",
2272 "version": "dev-master",
2273 "source": {
2274 "type": "git",
2275 "url": "https://github.com/Daniel-KM/PHPePub.git",
2276 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3"
2277 },
2278 "dist": {
2279 "type": "zip",
2280 "url": "https://api.github.com/repos/Daniel-KM/PHPePub/zipball/78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2281 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2282 "shasum": ""
2283 },
2284 "require": {
2285 "grandt/phpresizegif": "~1.0.3",
2286 "grandt/relativepath": "~1.0.1",
2287 "masterminds/html5": "~2.3",
2288 "php": ">=5.3.0",
2289 "phpzip/phpzip": "~2.0.7"
2290 },
2291 "type": "library",
2292 "autoload": {
2293 "psr-4": {
2294 "PHPePub\\": "src/PHPePub"
2295 },
2296 "classmap": [
2297 "src/lib.uuid.php"
2298 ]
2299 },
2300 "license": [
2301 "LGPL-2.1"
2302 ],
2303 "authors": [
2304 {
2305 "name": "A. Grandt",
2306 "email": "php@grandt.com",
2307 "homepage": "http://grandt.com",
2308 "role": "Developer"
2309 },
2310 {
2311 "name": "An, Hyeong-woo",
2312 "email": "mail@mytory.net",
2313 "homepage": "https://mytory.net",
2314 "role": "Contributor"
2315 },
2316 {
2317 "name": "Daniel Berthereau",
2318 "email": "daniel.composer@berthereau.net",
2319 "role": "Contributor"
2320 }
2321 ],
2322 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
2323 "homepage": "https://github.com/Grandt/PHPePub",
2324 "keywords": [
2325 "e-book",
2326 "epub"
2327 ],
2328 "support": {
2329 "source": "https://github.com/Daniel-KM/PHPePub/tree/master"
2330 },
2331 "time": "2018-10-21T22:00:00+00:00"
2332 },
2333 {
2334 "name": "grandt/phpresizegif",
2335 "version": "1.0.3",
2336 "source": {
2337 "type": "git",
2338 "url": "https://github.com/Grandt/PHPResizeGif.git",
2339 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2340 },
2341 "dist": {
2342 "type": "zip",
2343 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2344 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2345 "shasum": ""
2346 },
2347 "require": {
2348 "grandt/binstring": ">=0.2.0",
2349 "php": ">=5.3.0"
2350 },
2351 "type": "library",
2352 "autoload": {
2353 "psr-4": {
2354 "grandt\\ResizeGif\\": "src/ResizeGif",
2355 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2356 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2357 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2358 }
2359 },
2360 "notification-url": "https://packagist.org/downloads/",
2361 "license": [
2362 "LGPL-2.1"
2363 ],
2364 "authors": [
2365 {
2366 "name": "A. Grandt",
2367 "email": "php@grandt.com",
092b0423
JB
2368 "homepage": "http://grandt.com",
2369 "role": "Developer"
6546aca4
JB
2370 }
2371 ],
2372 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2373 "homepage": "https://github.com/Grandt/PHPResizeGif",
2374 "keywords": [
2375 "GIF89a",
2376 "animated gif",
2377 "gif",
2378 "resize"
2379 ],
2380 "time": "2015-05-10T10:52:24+00:00"
2381 },
2382 {
2383 "name": "grandt/phpzipmerge",
2384 "version": "1.0.4",
2385 "source": {
2386 "type": "git",
2387 "url": "https://github.com/Grandt/PHPZipMerge.git",
2388 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2389 },
2390 "dist": {
2391 "type": "zip",
2392 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2393 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2394 "shasum": ""
2395 },
2396 "require": {
2397 "grandt/binstring": ">=1.0.0",
2398 "grandt/relativepath": ">=1.0.1",
2399 "php": ">=5.3.0"
2400 },
2401 "type": "library",
2402 "autoload": {
2403 "psr-4": {
2404 "ZipMerge\\": "src/ZipMerge"
2405 }
2406 },
2407 "notification-url": "https://packagist.org/downloads/",
2408 "license": [
2409 "LGPL-2.1"
2410 ],
2411 "authors": [
2412 {
2413 "name": "A. Grandt",
2414 "email": "php@grandt.com",
092b0423
JB
2415 "homepage": "http://grandt.com",
2416 "role": "Developer"
6546aca4
JB
2417 },
2418 {
2419 "name": "Greg Kappatos",
092b0423
JB
2420 "homepage": "http://websiteconnect.com.au",
2421 "role": "Developer"
6546aca4
JB
2422 }
2423 ],
2424 "description": "Merge and stream multiple Zip files on the fly.",
2425 "homepage": "https://github.com/Grandt/PHPZipMerge",
2426 "keywords": [
2427 "archive",
2428 "compressed",
2429 "compression",
2430 "merge",
2431 "phpzip",
2432 "pkzip",
2433 "stream",
2434 "zip"
2435 ],
2436 "time": "2015-08-18T13:49:33+00:00"
2437 },
2438 {
2439 "name": "grandt/relativepath",
2440 "version": "1.0.2",
2441 "source": {
2442 "type": "git",
2443 "url": "https://github.com/Grandt/PHPRelativePath.git",
2444 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2445 },
2446 "dist": {
2447 "type": "zip",
2448 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2449 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2450 "shasum": ""
2451 },
2452 "require": {
2453 "php": ">=5.0"
2454 },
2455 "type": "library",
2456 "autoload": {
2457 "classmap": [
2458 "RelativePath.php"
2459 ]
2460 },
2461 "notification-url": "https://packagist.org/downloads/",
2462 "license": [
2463 "LGPL-2.1"
2464 ],
2465 "authors": [
2466 {
2467 "name": "A. Grandt",
092b0423
JB
2468 "email": "php@grandt.com",
2469 "role": "Developer"
6546aca4
JB
2470 }
2471 ],
2472 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2473 "homepage": "https://github.com/Grandt/PHPRelativePath",
2474 "keywords": [
2475 "file path"
2476 ],
2477 "time": "2015-05-14T08:18:23+00:00"
2478 },
2479 {
2480 "name": "guzzlehttp/guzzle",
181dbaaa 2481 "version": "5.3.4",
6546aca4
JB
2482 "source": {
2483 "type": "git",
2484 "url": "https://github.com/guzzle/guzzle.git",
181dbaaa 2485 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
6546aca4
JB
2486 },
2487 "dist": {
2488 "type": "zip",
181dbaaa 2489 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
2490 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
6546aca4
JB
2491 "shasum": ""
2492 },
2493 "require": {
2494 "guzzlehttp/ringphp": "^1.1",
2495 "php": ">=5.4.0",
2496 "react/promise": "^2.2"
2497 },
2498 "require-dev": {
2499 "ext-curl": "*",
2500 "phpunit/phpunit": "^4.0"
2501 },
2502 "type": "library",
2503 "autoload": {
2504 "psr-4": {
2505 "GuzzleHttp\\": "src/"
2506 }
2507 },
2508 "notification-url": "https://packagist.org/downloads/",
2509 "license": [
2510 "MIT"
2511 ],
2512 "authors": [
2513 {
2514 "name": "Michael Dowling",
2515 "email": "mtdowling@gmail.com",
2516 "homepage": "https://github.com/mtdowling"
2517 }
2518 ],
2519 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2520 "homepage": "http://guzzlephp.org/",
2521 "keywords": [
2522 "client",
2523 "curl",
2524 "framework",
2525 "http",
2526 "http client",
2527 "rest",
2528 "web service"
2529 ],
181dbaaa 2530 "time": "2019-10-30T09:32:00+00:00"
6546aca4 2531 },
eb0fa190 2532 {
2533 "name": "guzzlehttp/promises",
2534 "version": "v1.3.1",
2535 "source": {
2536 "type": "git",
2537 "url": "https://github.com/guzzle/promises.git",
2538 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2539 },
2540 "dist": {
2541 "type": "zip",
2542 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2543 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2544 "shasum": ""
2545 },
2546 "require": {
2547 "php": ">=5.5.0"
2548 },
2549 "require-dev": {
2550 "phpunit/phpunit": "^4.0"
2551 },
2552 "type": "library",
2553 "extra": {
2554 "branch-alias": {
2555 "dev-master": "1.4-dev"
2556 }
2557 },
2558 "autoload": {
2559 "psr-4": {
2560 "GuzzleHttp\\Promise\\": "src/"
2561 },
2562 "files": [
2563 "src/functions_include.php"
2564 ]
2565 },
2566 "notification-url": "https://packagist.org/downloads/",
2567 "license": [
2568 "MIT"
2569 ],
2570 "authors": [
2571 {
2572 "name": "Michael Dowling",
2573 "email": "mtdowling@gmail.com",
2574 "homepage": "https://github.com/mtdowling"
2575 }
2576 ],
2577 "description": "Guzzle promises library",
2578 "keywords": [
2579 "promise"
2580 ],
2581 "time": "2016-12-20T10:07:11+00:00"
2582 },
6546aca4
JB
2583 {
2584 "name": "guzzlehttp/psr7",
154d0974 2585 "version": "1.6.1",
6546aca4
JB
2586 "source": {
2587 "type": "git",
2588 "url": "https://github.com/guzzle/psr7.git",
154d0974 2589 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
6546aca4
JB
2590 },
2591 "dist": {
2592 "type": "zip",
154d0974
JB
2593 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2594 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
6546aca4
JB
2595 "shasum": ""
2596 },
2597 "require": {
2598 "php": ">=5.4.0",
2599 "psr/http-message": "~1.0",
154d0974 2600 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
6546aca4
JB
2601 },
2602 "provide": {
2603 "psr/http-message-implementation": "1.0"
2604 },
2605 "require-dev": {
154d0974 2606 "ext-zlib": "*",
6546aca4
JB
2607 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2608 },
154d0974
JB
2609 "suggest": {
2610 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2611 },
6546aca4
JB
2612 "type": "library",
2613 "extra": {
2614 "branch-alias": {
154d0974 2615 "dev-master": "1.6-dev"
6546aca4
JB
2616 }
2617 },
2618 "autoload": {
2619 "psr-4": {
2620 "GuzzleHttp\\Psr7\\": "src/"
2621 },
2622 "files": [
2623 "src/functions_include.php"
2624 ]
2625 },
2626 "notification-url": "https://packagist.org/downloads/",
2627 "license": [
2628 "MIT"
2629 ],
2630 "authors": [
2631 {
2632 "name": "Michael Dowling",
2633 "email": "mtdowling@gmail.com",
2634 "homepage": "https://github.com/mtdowling"
2635 },
2636 {
2637 "name": "Tobias Schultze",
2638 "homepage": "https://github.com/Tobion"
2639 }
2640 ],
2641 "description": "PSR-7 message implementation that also provides common utility methods",
2642 "keywords": [
2643 "http",
2644 "message",
2645 "psr-7",
2646 "request",
2647 "response",
2648 "stream",
2649 "uri",
2650 "url"
2651 ],
154d0974 2652 "time": "2019-07-01T23:21:34+00:00"
6546aca4
JB
2653 },
2654 {
2655 "name": "guzzlehttp/ringphp",
2656 "version": "1.1.1",
2657 "source": {
2658 "type": "git",
2659 "url": "https://github.com/guzzle/RingPHP.git",
2660 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2661 },
2662 "dist": {
2663 "type": "zip",
2664 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2665 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2666 "shasum": ""
2667 },
2668 "require": {
2669 "guzzlehttp/streams": "~3.0",
2670 "php": ">=5.4.0",
2671 "react/promise": "~2.0"
2672 },
2673 "require-dev": {
2674 "ext-curl": "*",
2675 "phpunit/phpunit": "~4.0"
2676 },
2677 "suggest": {
2678 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2679 },
2680 "type": "library",
2681 "extra": {
2682 "branch-alias": {
2683 "dev-master": "1.1-dev"
2684 }
2685 },
2686 "autoload": {
2687 "psr-4": {
2688 "GuzzleHttp\\Ring\\": "src/"
2689 }
2690 },
2691 "notification-url": "https://packagist.org/downloads/",
2692 "license": [
2693 "MIT"
2694 ],
2695 "authors": [
2696 {
2697 "name": "Michael Dowling",
2698 "email": "mtdowling@gmail.com",
2699 "homepage": "https://github.com/mtdowling"
2700 }
2701 ],
2702 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2703 "time": "2018-07-31T13:22:33+00:00"
2704 },
2705 {
2706 "name": "guzzlehttp/streams",
2707 "version": "3.0.0",
2708 "source": {
2709 "type": "git",
2710 "url": "https://github.com/guzzle/streams.git",
2711 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2712 },
2713 "dist": {
2714 "type": "zip",
2715 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2716 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2717 "shasum": ""
2718 },
2719 "require": {
2720 "php": ">=5.4.0"
2721 },
2722 "require-dev": {
2723 "phpunit/phpunit": "~4.0"
2724 },
2725 "type": "library",
2726 "extra": {
2727 "branch-alias": {
2728 "dev-master": "3.0-dev"
2729 }
2730 },
2731 "autoload": {
2732 "psr-4": {
2733 "GuzzleHttp\\Stream\\": "src/"
2734 }
2735 },
2736 "notification-url": "https://packagist.org/downloads/",
2737 "license": [
2738 "MIT"
2739 ],
2740 "authors": [
2741 {
2742 "name": "Michael Dowling",
2743 "email": "mtdowling@gmail.com",
2744 "homepage": "https://github.com/mtdowling"
2745 }
2746 ],
2747 "description": "Provides a simple abstraction over streams of data",
2748 "homepage": "http://guzzlephp.org/",
2749 "keywords": [
2750 "Guzzle",
2751 "stream"
2752 ],
2753 "time": "2014-10-12T19:18:40+00:00"
2754 },
2755 {
2756 "name": "hoa/compiler",
2757 "version": "3.17.08.08",
2758 "source": {
2759 "type": "git",
2760 "url": "https://github.com/hoaproject/Compiler.git",
2761 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2762 },
2763 "dist": {
2764 "type": "zip",
2765 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2766 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2767 "shasum": ""
2768 },
2769 "require": {
2770 "hoa/consistency": "~1.0",
2771 "hoa/exception": "~1.0",
2772 "hoa/file": "~1.0",
2773 "hoa/iterator": "~2.0",
2774 "hoa/math": "~1.0",
2775 "hoa/protocol": "~1.0",
2776 "hoa/regex": "~1.0",
2777 "hoa/visitor": "~2.0"
2778 },
2779 "require-dev": {
2780 "hoa/json": "~2.0",
2781 "hoa/test": "~2.0"
2782 },
2783 "type": "library",
2784 "extra": {
2785 "branch-alias": {
2786 "dev-master": "3.x-dev"
2787 }
2788 },
2789 "autoload": {
2790 "psr-4": {
2791 "Hoa\\Compiler\\": "."
2792 }
2793 },
2794 "notification-url": "https://packagist.org/downloads/",
2795 "license": [
2796 "BSD-3-Clause"
2797 ],
2798 "authors": [
2799 {
2800 "name": "Ivan Enderlin",
2801 "email": "ivan.enderlin@hoa-project.net"
2802 },
2803 {
2804 "name": "Hoa community",
2805 "homepage": "https://hoa-project.net/"
2806 }
2807 ],
2808 "description": "The Hoa\\Compiler library.",
2809 "homepage": "https://hoa-project.net/",
2810 "keywords": [
2811 "algebraic",
2812 "ast",
2813 "compiler",
2814 "context-free",
2815 "coverage",
2816 "exhaustive",
2817 "grammar",
2818 "isotropic",
2819 "language",
2820 "lexer",
2821 "library",
2822 "ll1",
2823 "llk",
2824 "parser",
2825 "pp",
2826 "random",
2827 "regular",
2828 "rule",
2829 "sampler",
2830 "syntax",
2831 "token",
2832 "trace",
2833 "uniform"
2834 ],
2835 "time": "2017-08-08T07:44:07+00:00"
2836 },
2837 {
2838 "name": "hoa/consistency",
2839 "version": "1.17.05.02",
2840 "source": {
2841 "type": "git",
2842 "url": "https://github.com/hoaproject/Consistency.git",
2843 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2844 },
2845 "dist": {
2846 "type": "zip",
2847 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2848 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2849 "shasum": ""
2850 },
2851 "require": {
2852 "hoa/exception": "~1.0",
2853 "php": ">=5.5.0"
2854 },
2855 "require-dev": {
2856 "hoa/stream": "~1.0",
2857 "hoa/test": "~2.0"
2858 },
2859 "type": "library",
2860 "extra": {
2861 "branch-alias": {
2862 "dev-master": "1.x-dev"
2863 }
2864 },
2865 "autoload": {
2866 "psr-4": {
2867 "Hoa\\Consistency\\": "."
2868 },
2869 "files": [
2870 "Prelude.php"
2871 ]
2872 },
2873 "notification-url": "https://packagist.org/downloads/",
2874 "license": [
2875 "BSD-3-Clause"
2876 ],
2877 "authors": [
2878 {
2879 "name": "Ivan Enderlin",
2880 "email": "ivan.enderlin@hoa-project.net"
2881 },
2882 {
2883 "name": "Hoa community",
2884 "homepage": "https://hoa-project.net/"
2885 }
2886 ],
2887 "description": "The Hoa\\Consistency library.",
2888 "homepage": "https://hoa-project.net/",
2889 "keywords": [
2890 "autoloader",
2891 "callable",
2892 "consistency",
2893 "entity",
2894 "flex",
2895 "keyword",
2896 "library"
2897 ],
2898 "time": "2017-05-02T12:18:12+00:00"
2899 },
2900 {
2901 "name": "hoa/event",
2902 "version": "1.17.01.13",
2903 "source": {
2904 "type": "git",
2905 "url": "https://github.com/hoaproject/Event.git",
2906 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2907 },
2908 "dist": {
2909 "type": "zip",
2910 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2911 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2912 "shasum": ""
2913 },
2914 "require": {
2915 "hoa/consistency": "~1.0",
2916 "hoa/exception": "~1.0"
2917 },
2918 "require-dev": {
2919 "hoa/test": "~2.0"
2920 },
2921 "type": "library",
2922 "extra": {
2923 "branch-alias": {
2924 "dev-master": "1.x-dev"
2925 }
2926 },
2927 "autoload": {
2928 "psr-4": {
2929 "Hoa\\Event\\": "."
2930 }
2931 },
2932 "notification-url": "https://packagist.org/downloads/",
2933 "license": [
2934 "BSD-3-Clause"
2935 ],
2936 "authors": [
2937 {
2938 "name": "Ivan Enderlin",
2939 "email": "ivan.enderlin@hoa-project.net"
2940 },
2941 {
2942 "name": "Hoa community",
2943 "homepage": "https://hoa-project.net/"
2944 }
2945 ],
2946 "description": "The Hoa\\Event library.",
2947 "homepage": "https://hoa-project.net/",
2948 "keywords": [
2949 "event",
2950 "library",
2951 "listener",
2952 "observer"
2953 ],
2954 "time": "2017-01-13T15:30:50+00:00"
2955 },
2956 {
2957 "name": "hoa/exception",
2958 "version": "1.17.01.16",
2959 "source": {
2960 "type": "git",
2961 "url": "https://github.com/hoaproject/Exception.git",
2962 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2963 },
2964 "dist": {
2965 "type": "zip",
2966 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2967 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2968 "shasum": ""
2969 },
2970 "require": {
2971 "hoa/consistency": "~1.0",
2972 "hoa/event": "~1.0"
2973 },
2974 "require-dev": {
2975 "hoa/test": "~2.0"
2976 },
2977 "type": "library",
2978 "extra": {
2979 "branch-alias": {
2980 "dev-master": "1.x-dev"
2981 }
2982 },
2983 "autoload": {
2984 "psr-4": {
2985 "Hoa\\Exception\\": "."
2986 }
2987 },
2988 "notification-url": "https://packagist.org/downloads/",
2989 "license": [
2990 "BSD-3-Clause"
2991 ],
2992 "authors": [
2993 {
2994 "name": "Ivan Enderlin",
2995 "email": "ivan.enderlin@hoa-project.net"
2996 },
2997 {
2998 "name": "Hoa community",
2999 "homepage": "https://hoa-project.net/"
3000 }
3001 ],
3002 "description": "The Hoa\\Exception library.",
3003 "homepage": "https://hoa-project.net/",
3004 "keywords": [
3005 "exception",
3006 "library"
3007 ],
3008 "time": "2017-01-16T07:53:27+00:00"
3009 },
3010 {
3011 "name": "hoa/file",
3012 "version": "1.17.07.11",
3013 "source": {
3014 "type": "git",
3015 "url": "https://github.com/hoaproject/File.git",
3016 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
3017 },
3018 "dist": {
3019 "type": "zip",
3020 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3021 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3022 "shasum": ""
3023 },
3024 "require": {
3025 "hoa/consistency": "~1.0",
3026 "hoa/event": "~1.0",
3027 "hoa/exception": "~1.0",
3028 "hoa/iterator": "~2.0",
3029 "hoa/stream": "~1.0"
3030 },
3031 "require-dev": {
3032 "hoa/test": "~2.0"
3033 },
3034 "type": "library",
3035 "extra": {
3036 "branch-alias": {
3037 "dev-master": "1.x-dev"
3038 }
3039 },
3040 "autoload": {
3041 "psr-4": {
3042 "Hoa\\File\\": "."
3043 }
3044 },
3045 "notification-url": "https://packagist.org/downloads/",
3046 "license": [
3047 "BSD-3-Clause"
3048 ],
3049 "authors": [
3050 {
3051 "name": "Ivan Enderlin",
3052 "email": "ivan.enderlin@hoa-project.net"
3053 },
3054 {
3055 "name": "Hoa community",
3056 "homepage": "https://hoa-project.net/"
3057 }
3058 ],
3059 "description": "The Hoa\\File library.",
3060 "homepage": "https://hoa-project.net/",
3061 "keywords": [
3062 "Socket",
3063 "directory",
3064 "file",
3065 "finder",
3066 "library",
3067 "link",
3068 "temporary"
3069 ],
3070 "time": "2017-07-11T07:42:15+00:00"
3071 },
3072 {
3073 "name": "hoa/iterator",
3074 "version": "2.17.01.10",
3075 "source": {
3076 "type": "git",
3077 "url": "https://github.com/hoaproject/Iterator.git",
3078 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3079 },
3080 "dist": {
3081 "type": "zip",
3082 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3083 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3084 "shasum": ""
3085 },
3086 "require": {
3087 "hoa/consistency": "~1.0",
3088 "hoa/exception": "~1.0"
3089 },
3090 "require-dev": {
3091 "hoa/test": "~2.0"
3092 },
3093 "type": "library",
3094 "extra": {
3095 "branch-alias": {
3096 "dev-master": "2.x-dev"
3097 }
3098 },
3099 "autoload": {
3100 "psr-4": {
3101 "Hoa\\Iterator\\": "."
3102 }
3103 },
3104 "notification-url": "https://packagist.org/downloads/",
3105 "license": [
3106 "BSD-3-Clause"
3107 ],
3108 "authors": [
3109 {
3110 "name": "Ivan Enderlin",
3111 "email": "ivan.enderlin@hoa-project.net"
3112 },
3113 {
3114 "name": "Hoa community",
3115 "homepage": "https://hoa-project.net/"
3116 }
3117 ],
3118 "description": "The Hoa\\Iterator library.",
3119 "homepage": "https://hoa-project.net/",
3120 "keywords": [
3121 "iterator",
3122 "library"
3123 ],
3124 "time": "2017-01-10T10:34:47+00:00"
3125 },
3126 {
3127 "name": "hoa/math",
3128 "version": "1.17.05.16",
3129 "source": {
3130 "type": "git",
3131 "url": "https://github.com/hoaproject/Math.git",
3132 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3133 },
3134 "dist": {
3135 "type": "zip",
3136 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3137 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3138 "shasum": ""
3139 },
3140 "require": {
3141 "hoa/compiler": "~3.0",
3142 "hoa/consistency": "~1.0",
3143 "hoa/exception": "~1.0",
3144 "hoa/iterator": "~2.0",
3145 "hoa/protocol": "~1.0",
3146 "hoa/zformat": "~1.0"
3147 },
3148 "require-dev": {
3149 "hoa/test": "~2.0"
3150 },
3151 "type": "library",
3152 "extra": {
3153 "branch-alias": {
3154 "dev-master": "1.x-dev"
3155 }
3156 },
3157 "autoload": {
3158 "psr-4": {
3159 "Hoa\\Math\\": "."
3160 }
3161 },
3162 "notification-url": "https://packagist.org/downloads/",
3163 "license": [
3164 "BSD-3-Clause"
3165 ],
3166 "authors": [
3167 {
3168 "name": "Ivan Enderlin",
3169 "email": "ivan.enderlin@hoa-project.net"
3170 },
3171 {
3172 "name": "Hoa community",
3173 "homepage": "https://hoa-project.net/"
3174 }
3175 ],
3176 "description": "The Hoa\\Math library.",
3177 "homepage": "https://hoa-project.net/",
3178 "keywords": [
3179 "arrangement",
3180 "combination",
3181 "combinatorics",
3182 "counting",
3183 "library",
3184 "math",
3185 "permutation",
3186 "sampler",
3187 "set"
3188 ],
3189 "time": "2017-05-16T08:02:17+00:00"
3190 },
3191 {
3192 "name": "hoa/protocol",
3193 "version": "1.17.01.14",
3194 "source": {
3195 "type": "git",
3196 "url": "https://github.com/hoaproject/Protocol.git",
3197 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3198 },
3199 "dist": {
3200 "type": "zip",
3201 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3202 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3203 "shasum": ""
3204 },
3205 "require": {
3206 "hoa/consistency": "~1.0",
3207 "hoa/exception": "~1.0"
3208 },
3209 "require-dev": {
3210 "hoa/test": "~2.0"
3211 },
3212 "type": "library",
3213 "extra": {
3214 "branch-alias": {
3215 "dev-master": "1.x-dev"
3216 }
3217 },
3218 "autoload": {
3219 "psr-4": {
3220 "Hoa\\Protocol\\": "."
3221 },
3222 "files": [
3223 "Wrapper.php"
3224 ]
3225 },
3226 "notification-url": "https://packagist.org/downloads/",
3227 "license": [
3228 "BSD-3-Clause"
3229 ],
3230 "authors": [
3231 {
3232 "name": "Ivan Enderlin",
3233 "email": "ivan.enderlin@hoa-project.net"
3234 },
3235 {
3236 "name": "Hoa community",
3237 "homepage": "https://hoa-project.net/"
3238 }
3239 ],
3240 "description": "The Hoa\\Protocol library.",
3241 "homepage": "https://hoa-project.net/",
3242 "keywords": [
3243 "library",
3244 "protocol",
3245 "resource",
3246 "stream",
3247 "wrapper"
3248 ],
3249 "time": "2017-01-14T12:26:10+00:00"
3250 },
3251 {
3252 "name": "hoa/regex",
3253 "version": "1.17.01.13",
3254 "source": {
3255 "type": "git",
3256 "url": "https://github.com/hoaproject/Regex.git",
3257 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3258 },
3259 "dist": {
3260 "type": "zip",
3261 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3262 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3263 "shasum": ""
3264 },
3265 "require": {
3266 "hoa/consistency": "~1.0",
3267 "hoa/exception": "~1.0",
3268 "hoa/math": "~1.0",
3269 "hoa/protocol": "~1.0",
3270 "hoa/ustring": "~4.0",
3271 "hoa/visitor": "~2.0"
3272 },
3273 "type": "library",
3274 "extra": {
3275 "branch-alias": {
3276 "dev-master": "1.x-dev"
3277 }
3278 },
3279 "autoload": {
3280 "psr-4": {
3281 "Hoa\\Regex\\": "."
3282 }
3283 },
3284 "notification-url": "https://packagist.org/downloads/",
3285 "license": [
3286 "BSD-3-Clause"
3287 ],
3288 "authors": [
3289 {
3290 "name": "Ivan Enderlin",
3291 "email": "ivan.enderlin@hoa-project.net"
3292 },
3293 {
3294 "name": "Hoa community",
3295 "homepage": "https://hoa-project.net/"
3296 }
3297 ],
3298 "description": "The Hoa\\Regex library.",
3299 "homepage": "https://hoa-project.net/",
3300 "keywords": [
3301 "compiler",
3302 "library",
3303 "regex"
3304 ],
3305 "time": "2017-01-13T16:10:24+00:00"
3306 },
3307 {
3308 "name": "hoa/ruler",
3309 "version": "2.17.05.16",
3310 "source": {
3311 "type": "git",
3312 "url": "https://github.com/hoaproject/Ruler.git",
3313 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3314 },
3315 "dist": {
3316 "type": "zip",
3317 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3318 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3319 "shasum": ""
3320 },
3321 "require": {
3322 "hoa/compiler": "~3.0",
3323 "hoa/consistency": "~1.0",
3324 "hoa/exception": "~1.0",
3325 "hoa/file": "~1.0",
3326 "hoa/protocol": "~1.0",
3327 "hoa/visitor": "~2.0"
3328 },
3329 "require-dev": {
3330 "hoa/test": "~2.0"
3331 },
3332 "type": "library",
3333 "extra": {
3334 "branch-alias": {
3335 "dev-master": "2.x-dev"
3336 }
3337 },
3338 "autoload": {
3339 "psr-4": {
3340 "Hoa\\Ruler\\": "."
3341 }
3342 },
3343 "notification-url": "https://packagist.org/downloads/",
3344 "license": [
3345 "BSD-3-Clause"
3346 ],
3347 "authors": [
3348 {
3349 "name": "Ivan Enderlin",
3350 "email": "ivan.enderlin@hoa-project.net"
3351 },
3352 {
3353 "name": "Hoa community",
3354 "homepage": "https://hoa-project.net/"
3355 }
3356 ],
3357 "description": "The Hoa\\Ruler library.",
3358 "homepage": "https://hoa-project.net/",
3359 "keywords": [
3360 "library",
3361 "ruler"
3362 ],
3363 "time": "2017-05-16T07:52:21+00:00"
3364 },
3365 {
3366 "name": "hoa/stream",
3367 "version": "1.17.02.21",
3368 "source": {
3369 "type": "git",
3370 "url": "https://github.com/hoaproject/Stream.git",
3371 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3372 },
3373 "dist": {
3374 "type": "zip",
3375 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3376 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3377 "shasum": ""
3378 },
3379 "require": {
3380 "hoa/consistency": "~1.0",
3381 "hoa/event": "~1.0",
3382 "hoa/exception": "~1.0",
3383 "hoa/protocol": "~1.0"
3384 },
3385 "require-dev": {
3386 "hoa/test": "~2.0"
3387 },
3388 "type": "library",
3389 "extra": {
3390 "branch-alias": {
3391 "dev-master": "1.x-dev"
3392 }
3393 },
3394 "autoload": {
3395 "psr-4": {
3396 "Hoa\\Stream\\": "."
3397 }
3398 },
3399 "notification-url": "https://packagist.org/downloads/",
3400 "license": [
3401 "BSD-3-Clause"
3402 ],
3403 "authors": [
3404 {
3405 "name": "Ivan Enderlin",
3406 "email": "ivan.enderlin@hoa-project.net"
3407 },
3408 {
3409 "name": "Hoa community",
3410 "homepage": "https://hoa-project.net/"
3411 }
3412 ],
3413 "description": "The Hoa\\Stream library.",
3414 "homepage": "https://hoa-project.net/",
3415 "keywords": [
3416 "Context",
3417 "bucket",
3418 "composite",
3419 "filter",
3420 "in",
3421 "library",
3422 "out",
3423 "protocol",
3424 "stream",
3425 "wrapper"
3426 ],
3427 "time": "2017-02-21T16:01:06+00:00"
3428 },
3429 {
3430 "name": "hoa/ustring",
3431 "version": "4.17.01.16",
3432 "source": {
3433 "type": "git",
3434 "url": "https://github.com/hoaproject/Ustring.git",
3435 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3436 },
3437 "dist": {
3438 "type": "zip",
3439 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3440 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3441 "shasum": ""
3442 },
3443 "require": {
3444 "hoa/consistency": "~1.0",
3445 "hoa/exception": "~1.0"
3446 },
3447 "require-dev": {
3448 "hoa/test": "~2.0"
3449 },
3450 "suggest": {
3451 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3452 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3453 },
3454 "type": "library",
3455 "extra": {
3456 "branch-alias": {
3457 "dev-master": "4.x-dev"
3458 }
3459 },
3460 "autoload": {
3461 "psr-4": {
3462 "Hoa\\Ustring\\": "."
3463 }
3464 },
3465 "notification-url": "https://packagist.org/downloads/",
3466 "license": [
3467 "BSD-3-Clause"
3468 ],
3469 "authors": [
3470 {
3471 "name": "Ivan Enderlin",
3472 "email": "ivan.enderlin@hoa-project.net"
3473 },
3474 {
3475 "name": "Hoa community",
3476 "homepage": "https://hoa-project.net/"
3477 }
3478 ],
3479 "description": "The Hoa\\Ustring library.",
3480 "homepage": "https://hoa-project.net/",
3481 "keywords": [
3482 "library",
3483 "search",
3484 "string",
3485 "unicode"
3486 ],
3487 "time": "2017-01-16T07:08:25+00:00"
3488 },
3489 {
3490 "name": "hoa/visitor",
3491 "version": "2.17.01.16",
3492 "source": {
3493 "type": "git",
3494 "url": "https://github.com/hoaproject/Visitor.git",
3495 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3496 },
3497 "dist": {
3498 "type": "zip",
3499 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3500 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3501 "shasum": ""
3502 },
3503 "require": {
3504 "hoa/consistency": "~1.0"
3505 },
3506 "require-dev": {
3507 "hoa/test": "~2.0"
3508 },
3509 "type": "library",
3510 "extra": {
3511 "branch-alias": {
3512 "dev-master": "2.x-dev"
3513 }
3514 },
3515 "autoload": {
3516 "psr-4": {
3517 "Hoa\\Visitor\\": "."
3518 }
3519 },
3520 "notification-url": "https://packagist.org/downloads/",
3521 "license": [
3522 "BSD-3-Clause"
3523 ],
3524 "authors": [
3525 {
3526 "name": "Ivan Enderlin",
3527 "email": "ivan.enderlin@hoa-project.net"
3528 },
3529 {
3530 "name": "Hoa community",
3531 "homepage": "https://hoa-project.net/"
3532 }
3533 ],
3534 "description": "The Hoa\\Visitor library.",
3535 "homepage": "https://hoa-project.net/",
3536 "keywords": [
3537 "library",
3538 "structure",
3539 "visit",
3540 "visitor"
3541 ],
3542 "time": "2017-01-16T07:02:03+00:00"
3543 },
3544 {
3545 "name": "hoa/zformat",
3546 "version": "1.17.01.10",
3547 "source": {
3548 "type": "git",
3549 "url": "https://github.com/hoaproject/Zformat.git",
3550 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3551 },
3552 "dist": {
3553 "type": "zip",
3554 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3555 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3556 "shasum": ""
3557 },
3558 "require": {
3559 "hoa/consistency": "~1.0",
3560 "hoa/exception": "~1.0"
3561 },
3562 "type": "library",
3563 "extra": {
3564 "branch-alias": {
3565 "dev-master": "1.x-dev"
3566 }
3567 },
3568 "autoload": {
3569 "psr-4": {
3570 "Hoa\\Zformat\\": "."
3571 }
3572 },
3573 "notification-url": "https://packagist.org/downloads/",
3574 "license": [
3575 "BSD-3-Clause"
3576 ],
3577 "authors": [
3578 {
3579 "name": "Ivan Enderlin",
3580 "email": "ivan.enderlin@hoa-project.net"
3581 },
3582 {
3583 "name": "Hoa community",
3584 "homepage": "https://hoa-project.net/"
3585 }
3586 ],
3587 "description": "The Hoa\\Zformat library.",
3588 "homepage": "https://hoa-project.net/",
3589 "keywords": [
3590 "library",
3591 "parameter",
3592 "zformat"
3593 ],
3594 "time": "2017-01-10T10:39:54+00:00"
3595 },
3596 {
3597 "name": "html2text/html2text",
3598 "version": "4.2.1",
3599 "source": {
3600 "type": "git",
3601 "url": "https://github.com/mtibben/html2text.git",
3602 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7"
3603 },
3604 "dist": {
3605 "type": "zip",
3606 "url": "https://api.github.com/repos/mtibben/html2text/zipball/f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3607 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3608 "shasum": ""
3609 },
3610 "require-dev": {
3611 "phpunit/phpunit": "~4"
3612 },
3613 "suggest": {
3614 "ext-mbstring": "For best performance",
3615 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3616 },
3617 "type": "library",
3618 "autoload": {
3619 "psr-4": {
3620 "Html2Text\\": [
3621 "src/",
3622 "test/"
3623 ]
3624 }
3625 },
3626 "notification-url": "https://packagist.org/downloads/",
3627 "license": [
3628 "GPL-2.0-or-later"
3629 ],
3630 "description": "Converts HTML to formatted plain text",
3631 "time": "2018-08-13T12:05:08+00:00"
3632 },
955a3bde
JB
3633 {
3634 "name": "http-interop/http-factory-guzzle",
3635 "version": "1.0.0",
3636 "source": {
3637 "type": "git",
3638 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3639 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3640 },
3641 "dist": {
3642 "type": "zip",
3643 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3644 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3645 "shasum": ""
3646 },
3647 "require": {
3648 "guzzlehttp/psr7": "^1.4.2",
3649 "psr/http-factory": "^1.0"
3650 },
3651 "provide": {
3652 "psr/http-factory-implementation": "^1.0"
3653 },
3654 "require-dev": {
3655 "http-interop/http-factory-tests": "^0.5",
3656 "phpunit/phpunit": "^6.5"
3657 },
3658 "type": "library",
3659 "autoload": {
3660 "psr-4": {
3661 "Http\\Factory\\Guzzle\\": "src/"
3662 }
3663 },
3664 "notification-url": "https://packagist.org/downloads/",
3665 "license": [
3666 "MIT"
3667 ],
3668 "authors": [
3669 {
3670 "name": "PHP-FIG",
3671 "homepage": "http://www.php-fig.org/"
3672 }
3673 ],
3674 "description": "An HTTP Factory using Guzzle PSR7",
3675 "keywords": [
3676 "factory",
3677 "http",
3678 "psr-17",
3679 "psr-7"
3680 ],
3681 "time": "2018-07-31T19:32:56+00:00"
3682 },
6546aca4
JB
3683 {
3684 "name": "incenteev/composer-parameter-handler",
3685 "version": "v2.1.3",
3686 "source": {
3687 "type": "git",
3688 "url": "https://github.com/Incenteev/ParameterHandler.git",
3689 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
3690 },
3691 "dist": {
3692 "type": "zip",
3693 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
3694 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
3695 "shasum": ""
3696 },
3697 "require": {
3698 "php": ">=5.3.3",
3699 "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
3700 },
3701 "require-dev": {
3702 "composer/composer": "^1.0@dev",
3703 "symfony/filesystem": "^2.3 || ^3 || ^4",
3704 "symfony/phpunit-bridge": "^4.0"
3705 },
3706 "type": "library",
3707 "extra": {
3708 "branch-alias": {
3709 "dev-master": "2.1.x-dev"
3710 }
3711 },
3712 "autoload": {
3713 "psr-4": {
3714 "Incenteev\\ParameterHandler\\": ""
3715 }
3716 },
3717 "notification-url": "https://packagist.org/downloads/",
3718 "license": [
3719 "MIT"
3720 ],
3721 "authors": [
3722 {
3723 "name": "Christophe Coevoet",
3724 "email": "stof@notk.org"
3725 }
3726 ],
3727 "description": "Composer script handling your ignored parameter file",
3728 "homepage": "https://github.com/Incenteev/ParameterHandler",
3729 "keywords": [
3730 "parameters management"
3731 ],
3732 "time": "2018-02-13T18:05:56+00:00"
3733 },
3734 {
3735 "name": "j0k3r/graby",
092b0423 3736 "version": "2.1.0",
6546aca4
JB
3737 "source": {
3738 "type": "git",
3739 "url": "https://github.com/j0k3r/graby.git",
092b0423 3740 "reference": "8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b"
6546aca4
JB
3741 },
3742 "dist": {
3743 "type": "zip",
092b0423
JB
3744 "url": "https://api.github.com/repos/j0k3r/graby/zipball/8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b",
3745 "reference": "8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b",
6546aca4
JB
3746 "shasum": ""
3747 },
3748 "require": {
3749 "ext-curl": "*",
3750 "ext-tidy": "*",
3751 "fossar/htmlawed": "^1.2.4",
3752 "guzzlehttp/psr7": "^1.5",
3753 "j0k3r/graby-site-config": "^1.0",
3754 "j0k3r/httplug-ssrf-plugin": "^2.0",
3755 "j0k3r/php-readability": "^1.1",
3756 "monolog/monolog": "^1.13.1",
3757 "php": ">=7.1",
3758 "php-http/client-common": "^2.0",
3759 "php-http/discovery": "^1.0",
3760 "php-http/httplug": "^2.0",
3761 "php-http/message": "^1.7",
3762 "psr/http-message": "^1.0",
3763 "simplepie/simplepie": "^1.3.1",
3764 "smalot/pdfparser": "~0.11",
3765 "symfony/options-resolver": "~2.6|~3.0|~4.0",
3766 "true/punycode": "~2.1",
3767 "wallabag/tcpdf": "^6.2.26"
3768 },
3769 "require-dev": {
3770 "friendsofphp/php-cs-fixer": "~2.14",
3771 "php-coveralls/php-coveralls": "^2.0",
3772 "php-http/guzzle6-adapter": "^2.0",
3773 "php-http/mock-client": "^1.2",
3774 "phpstan/phpstan": "^0.11",
3775 "phpstan/phpstan-phpunit": "^0.11",
3776 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0"
3777 },
3778 "type": "library",
3779 "extra": {
3780 "branch-alias": {
3781 "dev-2.0": "2.0-dev"
3782 }
3783 },
3784 "autoload": {
3785 "psr-4": {
3786 "Graby\\": "src/"
3787 }
3788 },
3789 "notification-url": "https://packagist.org/downloads/",
3790 "license": [
3791 "MIT"
3792 ],
3793 "authors": [
3794 {
3795 "name": "Jeremy Benoist",
092b0423
JB
3796 "email": "jeremy.benoist@gmail.com",
3797 "role": "Developer"
6546aca4
JB
3798 },
3799 {
3800 "name": "FiveFilters.org",
092b0423
JB
3801 "email": "fivefilters@fivefilters.org",
3802 "role": "Developer (original version)"
6546aca4
JB
3803 }
3804 ],
3805 "description": "Graby helps you extract article content from web pages",
092b0423 3806 "time": "2019-11-12T13:10:23+00:00"
6546aca4
JB
3807 },
3808 {
3809 "name": "j0k3r/graby-site-config",
6ba1d734 3810 "version": "1.0.97",
6546aca4
JB
3811 "source": {
3812 "type": "git",
3813 "url": "https://github.com/j0k3r/graby-site-config.git",
6ba1d734 3814 "reference": "a6e0b976c191c58a523e66835881e2bc9979b2a8"
6546aca4
JB
3815 },
3816 "dist": {
3817 "type": "zip",
6ba1d734
JB
3818 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/a6e0b976c191c58a523e66835881e2bc9979b2a8",
3819 "reference": "a6e0b976c191c58a523e66835881e2bc9979b2a8",
6546aca4
JB
3820 "shasum": ""
3821 },
3822 "require": {
3823 "symfony/finder": "~2.6|~3.0|~4.0"
3824 },
3825 "require-dev": {
3826 "liip/rmt": "1.2.*",
1576905e 3827 "symfony/phpunit-bridge": "^4.3"
6546aca4
JB
3828 },
3829 "type": "library",
3830 "autoload": {
3831 "psr-4": {
3832 "GrabySiteConfig\\SiteConfig\\": "src/"
3833 }
3834 },
3835 "notification-url": "https://packagist.org/downloads/",
3836 "license": [
3837 "CC0-1.0"
3838 ],
3839 "authors": [
3840 {
3841 "name": "Jeremy Benoist",
3842 "email": "jeremy.benoist@gmail.com"
3843 }
3844 ],
3845 "description": "Graby site config files",
6ba1d734 3846 "time": "2019-12-16T15:56:50+00:00"
6546aca4
JB
3847 },
3848 {
3849 "name": "j0k3r/httplug-ssrf-plugin",
3850 "version": "v2.0.0",
3851 "source": {
3852 "type": "git",
3853 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
3854 "reference": "ea8599016240d2a49b91e267550ea3eb243ddd74"
3855 },
3856 "dist": {
3857 "type": "zip",
3858 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/ea8599016240d2a49b91e267550ea3eb243ddd74",
3859 "reference": "ea8599016240d2a49b91e267550ea3eb243ddd74",
3860 "shasum": ""
3861 },
3862 "require": {
3863 "php": "^7.1",
3864 "php-http/client-common": "^2.0",
3865 "php-http/discovery": "^1.5",
3866 "php-http/message": "^1.7",
3867 "php-http/message-factory": "^1.0.2"
3868 },
3869 "require-dev": {
3870 "friendsofphp/php-cs-fixer": "^2.14",
3871 "guzzlehttp/psr7": "^1.0",
3872 "php-http/guzzle6-adapter": "^2.0",
3873 "php-http/mock-client": "^1.0",
3874 "phpstan/phpstan": "^0.11",
3875 "phpstan/phpstan-phpunit": "^0.11",
3876 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3877 },
3878 "type": "library",
3879 "extra": {
3880 "branch-alias": {
3881 "dev-master": "2.0-dev"
3882 }
3883 },
3884 "autoload": {
3885 "psr-4": {
3886 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3887 }
3888 },
3889 "notification-url": "https://packagist.org/downloads/",
3890 "license": [
3891 "MIT"
3892 ],
3893 "authors": [
3894 {
3895 "name": "Jeremy Benoist",
3896 "email": "jeremy.benoist@gmail.com"
3897 },
3898 {
3899 "name": "aaa2000",
3900 "email": "adev2000@gmail.com"
3901 },
3902 {
3903 "name": "Jack W",
092b0423
JB
3904 "email": "jack@fin1te.net",
3905 "role": "Developer (SafeCurl original version)"
6546aca4
JB
3906 }
3907 ],
3908 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3909 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3910 "keywords": [
3911 "http",
3912 "httplug",
3913 "plugin",
3914 "security",
3915 "ssrf"
3916 ],
3917 "time": "2019-02-06T10:58:53+00:00"
3918 },
3919 {
3920 "name": "j0k3r/php-readability",
b0817af0 3921 "version": "1.2.4",
6546aca4
JB
3922 "source": {
3923 "type": "git",
3924 "url": "https://github.com/j0k3r/php-readability.git",
b0817af0 3925 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
6546aca4
JB
3926 },
3927 "dist": {
3928 "type": "zip",
b0817af0 3929 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3930 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
6546aca4
JB
3931 "shasum": ""
3932 },
3933 "require": {
3934 "electrolinux/php-html5lib": "^0.1.0",
3935 "ext-mbstring": "*",
3936 "php": ">=5.6.0",
3937 "psr/log": "^1.0"
3938 },
3939 "require-dev": {
3940 "friendsofphp/php-cs-fixer": "^2.14",
3941 "monolog/monolog": "^1.24",
3942 "php-coveralls/php-coveralls": "^2.1",
3943 "symfony/phpunit-bridge": "^4.2.3"
3944 },
3945 "suggest": {
3946 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3947 },
3948 "type": "library",
3949 "autoload": {
3950 "psr-4": {
3951 "Readability\\": "src/"
3952 }
3953 },
3954 "notification-url": "https://packagist.org/downloads/",
3955 "license": [
3956 "Apache-2.0"
3957 ],
3958 "authors": [
3959 {
3960 "name": "Keyvan Minoukadeh",
3961 "email": "keyvan@keyvan.net",
092b0423
JB
3962 "homepage": "http://keyvan.net",
3963 "role": "Developer (ported original JS code to PHP)"
6546aca4
JB
3964 },
3965 {
3966 "name": "Arc90",
092b0423
JB
3967 "homepage": "http://arc90.com",
3968 "role": "Developer (original JS version)"
6546aca4
JB
3969 },
3970 {
3971 "name": "Jeremy Benoist",
3972 "email": "jeremy.benoist@gmail.com",
092b0423
JB
3973 "homepage": "http://www.j0k3r.net",
3974 "role": "Developer"
6546aca4
JB
3975 },
3976 {
3977 "name": "DitherSky",
092b0423
JB
3978 "homepage": "https://github.com/Dither",
3979 "role": "Developer (https://github.com/Dither/full-text-rss)"
6546aca4
JB
3980 }
3981 ],
3982 "description": "Automatic article extraction from HTML",
3983 "keywords": [
3984 "article",
3985 "article extraction",
3986 "content",
3987 "content extraction",
3988 "extraction",
3989 "html"
3990 ],
b0817af0 3991 "time": "2019-06-25T15:15:37+00:00"
6546aca4
JB
3992 },
3993 {
3994 "name": "javibravo/simpleue",
3995 "version": "2.1.0",
3996 "source": {
3997 "type": "git",
3998 "url": "https://github.com/javibravo/simpleue.git",
3999 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
4000 },
4001 "dist": {
4002 "type": "zip",
4003 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
4004 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
4005 "shasum": ""
4006 },
4007 "require": {
4008 "php": ">=5.5",
4009 "psr/log": "~1.0"
4010 },
4011 "require-dev": {
4012 "aws/aws-sdk-php": "^3.9",
4013 "pda/pheanstalk": "^3.1",
4014 "phpunit/phpunit": "4.0.*",
4015 "predis/predis": "^1.0"
4016 },
4017 "suggest": {
4018 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
4019 "ext-redis": "Allow work with Redis Locker",
4020 "pda/pheanstalk": "Allow work with Beanstalkd queues",
4021 "predis/predis": "Allow work with Redis queues"
4022 },
4023 "type": "library",
4024 "autoload": {
4025 "psr-4": {
4026 "Simpleue\\": "src/Simpleue"
4027 }
4028 },
4029 "notification-url": "https://packagist.org/downloads/",
4030 "license": [
4031 "MIT"
4032 ],
4033 "authors": [
4034 {
4035 "name": "Javier Bravo",
4036 "email": "javibravo85@gmail.com"
4037 }
4038 ],
4039 "description": "Php package to manage queue tasks in a simple way",
4040 "homepage": "http://github.com/javibravo/simpleue",
4041 "keywords": [
4042 "job",
4043 "queue",
4044 "redis",
4045 "sqs",
4046 "task"
4047 ],
4048 "time": "2017-11-15T13:41:13+00:00"
4049 },
4050 {
4051 "name": "jdorn/sql-formatter",
4052 "version": "v1.2.17",
4053 "source": {
4054 "type": "git",
4055 "url": "https://github.com/jdorn/sql-formatter.git",
4056 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4057 },
4058 "dist": {
4059 "type": "zip",
4060 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4061 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4062 "shasum": ""
4063 },
4064 "require": {
4065 "php": ">=5.2.4"
4066 },
4067 "require-dev": {
4068 "phpunit/phpunit": "3.7.*"
4069 },
4070 "type": "library",
4071 "extra": {
4072 "branch-alias": {
4073 "dev-master": "1.3.x-dev"
4074 }
4075 },
4076 "autoload": {
4077 "classmap": [
4078 "lib"
4079 ]
4080 },
4081 "notification-url": "https://packagist.org/downloads/",
4082 "license": [
4083 "MIT"
4084 ],
4085 "authors": [
4086 {
4087 "name": "Jeremy Dorn",
4088 "email": "jeremy@jeremydorn.com",
4089 "homepage": "http://jeremydorn.com/"
4090 }
4091 ],
4092 "description": "a PHP SQL highlighting library",
4093 "homepage": "https://github.com/jdorn/sql-formatter/",
4094 "keywords": [
4095 "highlight",
4096 "sql"
4097 ],
4098 "time": "2014-01-12T16:20:24+00:00"
4099 },
955a3bde
JB
4100 {
4101 "name": "jean85/pretty-package-versions",
4102 "version": "1.2",
4103 "source": {
4104 "type": "git",
4105 "url": "https://github.com/Jean85/pretty-package-versions.git",
4106 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
4107 },
4108 "dist": {
4109 "type": "zip",
4110 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4111 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4112 "shasum": ""
4113 },
4114 "require": {
4115 "ocramius/package-versions": "^1.2.0",
4116 "php": "^7.0"
4117 },
4118 "require-dev": {
4119 "phpunit/phpunit": "^6.0"
4120 },
4121 "type": "library",
4122 "extra": {
4123 "branch-alias": {
4124 "dev-master": "1.x-dev"
4125 }
4126 },
4127 "autoload": {
4128 "psr-4": {
4129 "Jean85\\": "src/"
4130 }
4131 },
4132 "notification-url": "https://packagist.org/downloads/",
4133 "license": [
4134 "MIT"
4135 ],
4136 "authors": [
4137 {
4138 "name": "Alessandro Lai",
4139 "email": "alessandro.lai85@gmail.com"
4140 }
4141 ],
4142 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4143 "keywords": [
4144 "composer",
4145 "package",
4146 "release",
4147 "versions"
4148 ],
4149 "time": "2018-06-13T13:22:40+00:00"
4150 },
6546aca4
JB
4151 {
4152 "name": "jms/metadata",
4153 "version": "1.7.0",
4154 "source": {
4155 "type": "git",
4156 "url": "https://github.com/schmittjoh/metadata.git",
4157 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4158 },
4159 "dist": {
4160 "type": "zip",
4161 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4162 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4163 "shasum": ""
4164 },
4165 "require": {
4166 "php": ">=5.3.0"
4167 },
4168 "require-dev": {
4169 "doctrine/cache": "~1.0",
4170 "symfony/cache": "~3.1"
4171 },
4172 "type": "library",
4173 "extra": {
4174 "branch-alias": {
4175 "dev-master": "1.5.x-dev"
4176 }
4177 },
4178 "autoload": {
4179 "psr-0": {
4180 "Metadata\\": "src/"
4181 }
4182 },
4183 "notification-url": "https://packagist.org/downloads/",
4184 "license": [
4185 "MIT"
4186 ],
4187 "authors": [
4188 {
4189 "name": "Asmir Mustafic",
4190 "email": "goetas@gmail.com"
4191 },
4192 {
4193 "name": "Johannes M. Schmitt",
4194 "email": "schmittjoh@gmail.com"
4195 }
4196 ],
4197 "description": "Class/method/property metadata management in PHP",
4198 "keywords": [
4199 "annotations",
4200 "metadata",
4201 "xml",
4202 "yaml"
4203 ],
4204 "time": "2018-10-26T12:40:10+00:00"
4205 },
4206 {
4207 "name": "jms/parser-lib",
4208 "version": "1.0.0",
4209 "source": {
4210 "type": "git",
4211 "url": "https://github.com/schmittjoh/parser-lib.git",
4212 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4213 },
4214 "dist": {
4215 "type": "zip",
4216 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4217 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4218 "shasum": ""
4219 },
4220 "require": {
4221 "phpoption/phpoption": ">=0.9,<2.0-dev"
4222 },
4223 "type": "library",
4224 "extra": {
4225 "branch-alias": {
4226 "dev-master": "1.0-dev"
4227 }
4228 },
4229 "autoload": {
4230 "psr-0": {
4231 "JMS\\": "src/"
4232 }
4233 },
4234 "notification-url": "https://packagist.org/downloads/",
4235 "license": [
4236 "Apache2"
4237 ],
4238 "description": "A library for easily creating recursive-descent parsers.",
4239 "time": "2012-11-18T18:08:43+00:00"
4240 },
4241 {
4242 "name": "jms/serializer",
4243 "version": "1.14.0",
4244 "source": {
4245 "type": "git",
4246 "url": "https://github.com/schmittjoh/serializer.git",
4247 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca"
4248 },
4249 "dist": {
4250 "type": "zip",
4251 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4252 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4253 "shasum": ""
4254 },
4255 "require": {
4256 "doctrine/annotations": "^1.0",
4257 "doctrine/instantiator": "^1.0.3",
4258 "jms/metadata": "^1.3",
4259 "jms/parser-lib": "1.*",
4260 "php": "^5.5|^7.0",
4261 "phpcollection/phpcollection": "~0.1",
4262 "phpoption/phpoption": "^1.1"
4263 },
4264 "conflict": {
4265 "twig/twig": "<1.12"
4266 },
4267 "require-dev": {
4268 "doctrine/orm": "~2.1",
4269 "doctrine/phpcr-odm": "^1.3|^2.0",
4270 "ext-pdo_sqlite": "*",
4271 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4272 "phpunit/phpunit": "^4.8|^5.0",
4273 "propel/propel1": "~1.7",
4274 "psr/container": "^1.0",
4275 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4276 "symfony/expression-language": "^2.6|^3.0",
4277 "symfony/filesystem": "^2.1",
4278 "symfony/form": "~2.1|^3.0",
4279 "symfony/translation": "^2.1|^3.0",
4280 "symfony/validator": "^2.2|^3.0",
4281 "symfony/yaml": "^2.1|^3.0",
4282 "twig/twig": "~1.12|~2.0"
4283 },
4284 "suggest": {
4285 "doctrine/cache": "Required if you like to use cache functionality.",
4286 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4287 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4288 },
4289 "type": "library",
4290 "extra": {
4291 "branch-alias": {
4292 "dev-1.x": "1.14-dev"
4293 }
4294 },
4295 "autoload": {
4296 "psr-0": {
4297 "JMS\\Serializer": "src/"
4298 }
4299 },
4300 "notification-url": "https://packagist.org/downloads/",
4301 "license": [
4302 "MIT"
4303 ],
4304 "authors": [
4305 {
4306 "name": "Asmir Mustafic",
4307 "email": "goetas@gmail.com"
4308 },
4309 {
4310 "name": "Johannes M. Schmitt",
4311 "email": "schmittjoh@gmail.com"
4312 }
4313 ],
4314 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4315 "homepage": "http://jmsyst.com/libs/serializer",
4316 "keywords": [
4317 "deserialization",
4318 "jaxb",
4319 "json",
4320 "serialization",
4321 "xml"
4322 ],
4323 "time": "2019-04-17T08:12:16+00:00"
4324 },
4325 {
4326 "name": "jms/serializer-bundle",
4327 "version": "2.4.4",
4328 "source": {
4329 "type": "git",
4330 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4331 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4332 },
4333 "dist": {
4334 "type": "zip",
4335 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4336 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4337 "shasum": ""
4338 },
4339 "require": {
4340 "jms/serializer": "^1.10",
4341 "php": "^5.4|^7.0",
4342 "phpoption/phpoption": "^1.1.0",
4343 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4344 },
4345 "require-dev": {
4346 "doctrine/orm": "*",
4347 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4348 "symfony/expression-language": "~2.6|~3.0|~4.0",
4349 "symfony/finder": "^2.3|^3.0|^4.0",
4350 "symfony/form": "*",
4351 "symfony/stopwatch": "*",
4352 "symfony/twig-bundle": "*",
4353 "symfony/validator": "*",
4354 "symfony/yaml": "*"
4355 },
4356 "suggest": {
4357 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4358 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4359 },
4360 "type": "symfony-bundle",
4361 "extra": {
4362 "branch-alias": {
4363 "dev-master": "2.4-dev"
4364 }
4365 },
4366 "autoload": {
4367 "psr-4": {
4368 "JMS\\SerializerBundle\\": ""
4369 },
4370 "exclude-from-classmap": [
4371 "/Tests/"
4372 ]
4373 },
4374 "notification-url": "https://packagist.org/downloads/",
4375 "license": [
4376 "MIT"
4377 ],
4378 "authors": [
4379 {
4380 "name": "Asmir Mustafic",
4381 "email": "goetas@gmail.com"
4382 },
4383 {
4384 "name": "Johannes M. Schmitt",
4385 "email": "schmittjoh@gmail.com"
4386 }
4387 ],
4388 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4389 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4390 "keywords": [
4391 "deserialization",
4392 "jaxb",
4393 "json",
4394 "serialization",
4395 "xml"
4396 ],
4397 "time": "2019-03-30T10:26:09+00:00"
4398 },
4399 {
4400 "name": "kphoen/rulerz",
4401 "version": "0.21.1",
4402 "source": {
4403 "type": "git",
4404 "url": "https://github.com/K-Phoen/rulerz.git",
4405 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4406 },
4407 "dist": {
4408 "type": "zip",
4409 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4410 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4411 "shasum": ""
4412 },
4413 "require": {
4414 "hoa/ruler": "~2.0",
4415 "php": ">=7.1",
4416 "symfony/property-access": "~3.0|~4.0"
4417 },
4418 "require-dev": {
4419 "behat/behat": "~3.0",
4420 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4421 "doctrine/orm": "~2.4",
4422 "elasticsearch/elasticsearch": "~1.0",
4423 "illuminate/database": "~5.0",
4424 "kphoen/rusty": "dev-master",
4425 "liip/rmt": "^1.2",
4426 "mikey179/vfsstream": "~1.4",
4427 "phpspec/phpspec": "~2.0,>=2.4-dev",
4428 "pomm-project/cli": "~2.0@dev",
4429 "pomm-project/foundation": "~2.0@dev",
4430 "pomm-project/model-manager": "~2.0.@dev",
4431 "ruflin/elastica": "~1.0",
4432 "solarium/solarium": "~3.0",
4433 "vlucas/phpdotenv": "~2.1"
4434 },
4435 "suggest": {
4436 "doctrine/orm": "To execute rules as Doctrine queries",
4437 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4438 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4439 "pomm-project/model-manager": "To execute rules as Pomm queries",
4440 "solarium/solarium": "To execute rules as Solr queries"
4441 },
4442 "type": "library",
4443 "extra": {
4444 "branch-alias": {
4445 "dev-master": "1.0.x-dev"
4446 }
4447 },
4448 "autoload": {
4449 "psr-4": {
4450 "RulerZ\\": "src/"
4451 }
4452 },
4453 "notification-url": "https://packagist.org/downloads/",
4454 "license": [
4455 "MIT"
4456 ],
4457 "authors": [
4458 {
4459 "name": "Kévin Gomez",
4460 "email": "contact@kevingomez.fr"
4461 }
4462 ],
4463 "description": "Powerful implementation of the Specification pattern",
4464 "homepage": "https://github.com/K-Phoen/RulerZ",
4465 "keywords": [
4466 "doctrine",
4467 "specification"
4468 ],
4469 "time": "2018-09-18T15:15:42+00:00"
4470 },
4471 {
4472 "name": "kphoen/rulerz-bridge",
4473 "version": "1.1.1",
4474 "source": {
4475 "type": "git",
4476 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4477 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4478 },
4479 "dist": {
4480 "type": "zip",
4481 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4482 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4483 "shasum": ""
4484 },
4485 "require": {
4486 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4487 "php": ">=7.1",
4488 "symfony/form": "^3.0|^4.0",
4489 "symfony/validator": "^3.0|^4.0"
4490 },
4491 "require-dev": {
4492 "liip/rmt": "^1.2",
4493 "phpunit/phpunit": "~7.1",
4494 "symfony/phpunit-bridge": "^3.0|^4.0"
4495 },
4496 "type": "symfony-bridge",
4497 "autoload": {
4498 "psr-4": {
4499 "Symfony\\Bridge\\RulerZ\\": ""
4500 },
4501 "exclude-from-classmap": [
4502 "/Tests/"
4503 ]
4504 },
4505 "notification-url": "https://packagist.org/downloads/",
4506 "license": [
4507 "MIT"
4508 ],
4509 "authors": [
4510 {
4511 "name": "Kévin Gomez",
4512 "email": "contact@kevingomez.fr"
4513 }
4514 ],
4515 "description": "Symfony RulerZ Bridge",
4516 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4517 "keywords": [
4518 "Bridge",
4519 "doctrine",
4520 "ruler",
4521 "rulerz",
4522 "specification",
4523 "symfony"
4524 ],
4525 "time": "2018-10-01T14:17:27+00:00"
4526 },
4527 {
4528 "name": "kphoen/rulerz-bundle",
4529 "version": "0.15.0",
4530 "source": {
4531 "type": "git",
4532 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4533 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4534 },
4535 "dist": {
4536 "type": "zip",
4537 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4538 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4539 "shasum": ""
4540 },
4541 "require": {
4542 "kphoen/rulerz": "~0.17,>=0.19.3",
4543 "kphoen/rulerz-bridge": "^1.0",
4544 "php": ">=7.1",
4545 "symfony/framework-bundle": "^3.0|^4.0"
4546 },
4547 "require-dev": {
4548 "liip/rmt": "^1.2",
4549 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4550 "mikey179/vfsstream": "^1.6",
4551 "phpunit/phpunit": "^7.1",
4552 "symfony/phpunit-bridge": "^3.0|^4.0"
4553 },
4554 "type": "symfony-bundle",
4555 "autoload": {
4556 "psr-4": {
4557 "KPhoen\\RulerZBundle\\": ""
4558 },
4559 "exclude-from-classmap": [
4560 "/Tests/"
4561 ]
4562 },
4563 "notification-url": "https://packagist.org/downloads/",
4564 "license": [
4565 "MIT"
4566 ],
4567 "authors": [
4568 {
4569 "name": "Kévin Gomez",
4570 "email": "contact@kevingomez.fr"
4571 }
4572 ],
4573 "description": "Symfony2 Bundle for RulerZ",
4574 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4575 "keywords": [
4576 "doctrine",
4577 "ruler",
4578 "rulerz",
4579 "specification"
4580 ],
4581 "time": "2018-09-17T09:02:32+00:00"
4582 },
4583 {
4584 "name": "lcobucci/jwt",
4585 "version": "3.3.1",
4586 "source": {
4587 "type": "git",
4588 "url": "https://github.com/lcobucci/jwt.git",
4589 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
4590 },
4591 "dist": {
4592 "type": "zip",
4593 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4594 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4595 "shasum": ""
4596 },
4597 "require": {
4598 "ext-mbstring": "*",
4599 "ext-openssl": "*",
4600 "php": "^5.6 || ^7.0"
4601 },
4602 "require-dev": {
4603 "mikey179/vfsstream": "~1.5",
4604 "phpmd/phpmd": "~2.2",
4605 "phpunit/php-invoker": "~1.1",
4606 "phpunit/phpunit": "^5.7 || ^7.3",
4607 "squizlabs/php_codesniffer": "~2.3"
4608 },
4609 "type": "library",
4610 "extra": {
4611 "branch-alias": {
4612 "dev-master": "3.1-dev"
4613 }
4614 },
4615 "autoload": {
4616 "psr-4": {
4617 "Lcobucci\\JWT\\": "src"
4618 }
4619 },
4620 "notification-url": "https://packagist.org/downloads/",
4621 "license": [
4622 "BSD-3-Clause"
4623 ],
4624 "authors": [
4625 {
4626 "name": "Luís Otávio Cobucci Oblonczyk",
092b0423
JB
4627 "email": "lcobucci@gmail.com",
4628 "role": "Developer"
6546aca4
JB
4629 }
4630 ],
4631 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4632 "keywords": [
4633 "JWS",
4634 "jwt"
4635 ],
4636 "time": "2019-05-24T18:30:49+00:00"
4637 },
4638 {
4639 "name": "lexik/form-filter-bundle",
4640 "version": "v5.0.10",
4641 "source": {
4642 "type": "git",
4643 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4644 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4645 },
4646 "dist": {
4647 "type": "zip",
4648 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4649 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4650 "shasum": ""
4651 },
4652 "require": {
4653 "doctrine/orm": "^2.4.8",
4654 "php": ">=5.5.9",
4655 "symfony/form": "~2.8|~3.0|^4.0",
4656 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4657 },
4658 "require-dev": {
4659 "doctrine/mongodb-odm-bundle": "^3.0",
4660 "phpunit/phpunit": "~5.0|^7.5"
4661 },
4662 "suggest": {
4663 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4664 },
4665 "type": "symfony-bundle",
4666 "extra": {
4667 "branch-alias": {
4668 "dev-master": "5.x.x-dev"
4669 }
4670 },
4671 "autoload": {
4672 "psr-4": {
4673 "Lexik\\Bundle\\FormFilterBundle\\": ""
4674 }
4675 },
4676 "notification-url": "https://packagist.org/downloads/",
4677 "license": [
4678 "MIT"
4679 ],
4680 "authors": [
4681 {
4682 "name": "Dev Lexik",
4683 "email": "dev@lexik.fr"
4684 },
4685 {
4686 "name": "Cedric Girard",
4687 "email": "c.girard@lexik.fr"
4688 }
4689 ],
4690 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4691 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4692 "keywords": [
4693 "bundle",
4694 "doctrine",
4695 "filter",
4696 "form",
4697 "symfony"
4698 ],
4699 "time": "2019-04-17T17:58:44+00:00"
4700 },
4701 {
4702 "name": "liip/theme-bundle",
a5315365 4703 "version": "1.7.0",
6546aca4
JB
4704 "source": {
4705 "type": "git",
4706 "url": "https://github.com/liip/LiipThemeBundle.git",
a5315365 4707 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
6546aca4
JB
4708 },
4709 "dist": {
4710 "type": "zip",
a5315365 4711 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4712 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
6546aca4
JB
4713 "shasum": ""
4714 },
4715 "require": {
a5315365 4716 "php": "^7.0",
6546aca4 4717 "psr/log": "~1.0",
a5315365 4718 "symfony/finder": "^3.0|^4.0",
4719 "symfony/framework-bundle": "^3.0|^4.0",
4720 "symfony/templating": "^3.0|^4.0",
4721 "symfony/twig-bundle": "^3.0|^4.0",
4722 "twig/twig": "^1.34|^2.4"
6546aca4
JB
4723 },
4724 "conflict": {
4725 "sebastian/comparator": "1.2.3"
4726 },
4727 "require-dev": {
a5315365 4728 "phpunit/phpunit": "^6.0",
4729 "symfony/console": "^3.0|^4.0",
4730 "symfony/expression-language": "^3.0|^4.0"
6546aca4
JB
4731 },
4732 "type": "symfony-bundle",
4733 "extra": {
4734 "branch-alias": {
4735 "dev-master": "1.4-dev"
4736 }
4737 },
4738 "autoload": {
4739 "psr-4": {
4740 "Liip\\ThemeBundle\\": ""
4741 }
4742 },
4743 "notification-url": "https://packagist.org/downloads/",
4744 "license": [
4745 "MIT"
4746 ],
4747 "authors": [
4748 {
4749 "name": "Community contributions",
4750 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
4751 },
4752 {
4753 "name": "Liip AG",
4754 "homepage": "http://www.liip.ch/"
4755 }
4756 ],
4757 "description": "Provides theming support for #Symfony2 Bundles",
4758 "keywords": [
4759 "themes",
4760 "theming"
4761 ],
a5315365 4762 "time": "2019-06-19T12:53:08+00:00"
6546aca4
JB
4763 },
4764 {
4765 "name": "masterminds/html5",
1576905e 4766 "version": "2.7.0",
6546aca4
JB
4767 "source": {
4768 "type": "git",
4769 "url": "https://github.com/Masterminds/html5-php.git",
1576905e 4770 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
6546aca4
JB
4771 },
4772 "dist": {
4773 "type": "zip",
1576905e
JB
4774 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
4775 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
6546aca4
JB
4776 "shasum": ""
4777 },
4778 "require": {
4779 "ext-ctype": "*",
4780 "ext-dom": "*",
4781 "ext-libxml": "*",
4782 "php": ">=5.3.0"
4783 },
4784 "require-dev": {
4785 "phpunit/phpunit": "^4.8.35",
4786 "sami/sami": "~2.0",
4787 "satooshi/php-coveralls": "1.0.*"
4788 },
4789 "type": "library",
4790 "extra": {
4791 "branch-alias": {
1576905e 4792 "dev-master": "2.7-dev"
6546aca4
JB
4793 }
4794 },
4795 "autoload": {
4796 "psr-4": {
4797 "Masterminds\\": "src"
4798 }
4799 },
4800 "notification-url": "https://packagist.org/downloads/",
4801 "license": [
4802 "MIT"
4803 ],
4804 "authors": [
4805 {
4806 "name": "Matt Butcher",
4807 "email": "technosophos@gmail.com"
4808 },
6546aca4
JB
4809 {
4810 "name": "Matt Farina",
4811 "email": "matt@mattfarina.com"
1576905e
JB
4812 },
4813 {
4814 "name": "Asmir Mustafic",
4815 "email": "goetas@gmail.com"
6546aca4
JB
4816 }
4817 ],
4818 "description": "An HTML5 parser and serializer.",
4819 "homepage": "http://masterminds.github.io/html5-php",
4820 "keywords": [
4821 "HTML5",
4822 "dom",
4823 "html",
4824 "parser",
4825 "querypath",
4826 "serializer",
4827 "xml"
4828 ],
1576905e 4829 "time": "2019-07-25T07:03:26+00:00"
6546aca4
JB
4830 },
4831 {
4832 "name": "mgargano/simplehtmldom",
4833 "version": "1.5",
4834 "source": {
4835 "type": "git",
4836 "url": "https://github.com/matgargano/simplehtmldom.git",
4837 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
4838 },
4839 "dist": {
4840 "type": "zip",
4841 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4842 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4843 "shasum": ""
4844 },
4845 "require": {
4846 "php": ">=5.3.0"
4847 },
4848 "type": "library",
4849 "autoload": {
4850 "psr-0": {
4851 "SimpleHtmlDom": "src/"
4852 },
4853 "files": [
4854 "src/simple_html_dom.php"
4855 ]
4856 },
4857 "notification-url": "https://packagist.org/downloads/",
4858 "license": [
4859 "The MIT License"
4860 ],
4861 "authors": [
4862 {
4863 "name": "S.C. Chen",
4864 "email": "me578022@gmail.com"
4865 }
4866 ],
4867 "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",
4868 "homepage": "http://simplehtmldom.sourceforge.net/",
4869 "keywords": [
4870 "Simple",
4871 "dom",
4872 "html"
4873 ],
4874 "time": "2014-01-05T18:17:34+00:00"
4875 },
4876 {
4877 "name": "michelf/php-markdown",
6ba1d734 4878 "version": "1.9.0",
6546aca4
JB
4879 "source": {
4880 "type": "git",
4881 "url": "https://github.com/michelf/php-markdown.git",
6ba1d734 4882 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
6546aca4
JB
4883 },
4884 "dist": {
4885 "type": "zip",
6ba1d734
JB
4886 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4887 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
6546aca4
JB
4888 "shasum": ""
4889 },
4890 "require": {
4891 "php": ">=5.3.0"
4892 },
6ba1d734
JB
4893 "require-dev": {
4894 "phpunit/phpunit": ">=4.3 <5.8"
4895 },
6546aca4
JB
4896 "type": "library",
4897 "autoload": {
4898 "psr-4": {
4899 "Michelf\\": "Michelf/"
4900 }
4901 },
4902 "notification-url": "https://packagist.org/downloads/",
4903 "license": [
4904 "BSD-3-Clause"
4905 ],
4906 "authors": [
4907 {
4908 "name": "Michel Fortin",
4909 "email": "michel.fortin@michelf.ca",
1a758230 4910 "homepage": "https://michelf.ca/",
4911 "role": "Developer"
6546aca4
JB
4912 },
4913 {
4914 "name": "John Gruber",
4915 "homepage": "https://daringfireball.net/"
4916 }
4917 ],
4918 "description": "PHP Markdown",
4919 "homepage": "https://michelf.ca/projects/php-markdown/",
4920 "keywords": [
4921 "markdown"
4922 ],
6ba1d734 4923 "time": "2019-12-02T02:32:27+00:00"
6546aca4
JB
4924 },
4925 {
4926 "name": "mnapoli/piwik-twig-extension",
c546548e 4927 "version": "2.0.1",
6546aca4
JB
4928 "source": {
4929 "type": "git",
4930 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
c546548e 4931 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612"
6546aca4
JB
4932 },
4933 "dist": {
4934 "type": "zip",
c546548e 4935 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4936 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612",
6546aca4
JB
4937 "shasum": ""
4938 },
4939 "require": {
a2f4efe6
JB
4940 "php": ">=7.0",
4941 "twig/twig": "~2.10"
6546aca4
JB
4942 },
4943 "require-dev": {
c546548e 4944 "friendsofphp/php-cs-fixer": "~2.13",
a2f4efe6
JB
4945 "php-coveralls/php-coveralls": "^2.0",
4946 "symfony/phpunit-bridge": "^4.2"
6546aca4
JB
4947 },
4948 "type": "library",
4949 "autoload": {
4950 "psr-4": {
4951 "PiwikTwigExtension\\": "src/"
4952 }
4953 },
4954 "notification-url": "https://packagist.org/downloads/",
4955 "license": [
4956 "MIT"
4957 ],
c546548e 4958 "time": "2019-06-21T10:58:04+00:00"
6546aca4
JB
4959 },
4960 {
4961 "name": "monolog/monolog",
092b0423 4962 "version": "1.25.2",
6546aca4
JB
4963 "source": {
4964 "type": "git",
4965 "url": "https://github.com/Seldaek/monolog.git",
092b0423 4966 "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287"
6546aca4
JB
4967 },
4968 "dist": {
4969 "type": "zip",
092b0423
JB
4970 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
4971 "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
6546aca4
JB
4972 "shasum": ""
4973 },
4974 "require": {
4975 "php": ">=5.3.0",
4976 "psr/log": "~1.0"
4977 },
4978 "provide": {
4979 "psr/log-implementation": "1.0.0"
4980 },
4981 "require-dev": {
4982 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4983 "doctrine/couchdb": "~1.0@dev",
4984 "graylog2/gelf-php": "~1.0",
4985 "jakub-onderka/php-parallel-lint": "0.9",
4986 "php-amqplib/php-amqplib": "~2.4",
4987 "php-console/php-console": "^3.1.3",
4988 "phpunit/phpunit": "~4.5",
4989 "phpunit/phpunit-mock-objects": "2.3.0",
4990 "ruflin/elastica": ">=0.90 <3.0",
4991 "sentry/sentry": "^0.13",
4992 "swiftmailer/swiftmailer": "^5.3|^6.0"
4993 },
4994 "suggest": {
4995 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4996 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4997 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4998 "ext-mongo": "Allow sending log messages to a MongoDB server",
4999 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
5000 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
5001 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
5002 "php-console/php-console": "Allow sending log messages to Google Chrome",
5003 "rollbar/rollbar": "Allow sending log messages to Rollbar",
5004 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
5005 "sentry/sentry": "Allow sending log messages to a Sentry server"
5006 },
5007 "type": "library",
5008 "extra": {
5009 "branch-alias": {
5010 "dev-master": "2.0.x-dev"
5011 }
5012 },
5013 "autoload": {
5014 "psr-4": {
5015 "Monolog\\": "src/Monolog"
5016 }
5017 },
5018 "notification-url": "https://packagist.org/downloads/",
5019 "license": [
5020 "MIT"
5021 ],
5022 "authors": [
5023 {
5024 "name": "Jordi Boggiano",
5025 "email": "j.boggiano@seld.be",
5026 "homepage": "http://seld.be"
5027 }
5028 ],
5029 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
5030 "homepage": "http://github.com/Seldaek/monolog",
5031 "keywords": [
5032 "log",
5033 "logging",
5034 "psr-3"
5035 ],
092b0423 5036 "time": "2019-11-13T10:00:05+00:00"
6546aca4
JB
5037 },
5038 {
5039 "name": "nelmio/api-doc-bundle",
955a3bde 5040 "version": "2.13.4",
6546aca4
JB
5041 "target-dir": "Nelmio/ApiDocBundle",
5042 "source": {
5043 "type": "git",
5044 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
955a3bde 5045 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
6546aca4
JB
5046 },
5047 "dist": {
5048 "type": "zip",
955a3bde
JB
5049 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5050 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
6546aca4
JB
5051 "shasum": ""
5052 },
5053 "require": {
5054 "michelf/php-markdown": "~1.4",
5055 "php": ">=5.4",
5056 "symfony/console": "~2.3|~3.0|~4.0",
5057 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
5058 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
5059 },
5060 "conflict": {
5061 "jms/serializer": "<0.12",
5062 "jms/serializer-bundle": "<0.11",
5063 "symfony/symfony": "~2.7.8",
5064 "twig/twig": "<1.12"
5065 },
5066 "require-dev": {
5067 "doctrine/doctrine-bundle": "~1.5",
5068 "doctrine/orm": "~2.3",
5069 "dunglas/api-bundle": "~1.0",
5070 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
5071 "jms/serializer-bundle": ">=0.11",
5072 "sensio/framework-extra-bundle": "~3.0",
5073 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5074 "symfony/css-selector": "~2.3|~3.0|~4.0",
5075 "symfony/finder": "~2.3|~3.0|~4.0",
5076 "symfony/form": "~2.3|~3.0|~4.0",
5077 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
5078 "symfony/serializer": "~2.7|~3.0|~4.0",
5079 "symfony/validator": "~2.3|~3.0|~4.0",
5080 "symfony/yaml": "~2.3|~3.0|~4.0"
5081 },
5082 "suggest": {
5083 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5084 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5085 "jms/serializer": "For making use of serializer information in the doc.",
5086 "symfony/form": "For using form definitions as input.",
5087 "symfony/validator": "For making use of validator information in the doc."
5088 },
5089 "type": "symfony-bundle",
5090 "extra": {
5091 "branch-alias": {
5092 "dev-2.x": "2.13-dev"
5093 }
5094 },
5095 "autoload": {
5096 "psr-0": {
5097 "Nelmio\\ApiDocBundle": ""
5098 }
5099 },
5100 "notification-url": "https://packagist.org/downloads/",
5101 "license": [
5102 "MIT"
5103 ],
5104 "authors": [
5105 {
5106 "name": "Nelmio",
5107 "homepage": "http://nelm.io"
5108 },
5109 {
5110 "name": "Symfony Community",
5111 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5112 }
5113 ],
5114 "description": "Generates documentation for your REST API from annotations",
5115 "keywords": [
5116 "api",
5117 "doc",
5118 "documentation",
5119 "rest"
5120 ],
955a3bde 5121 "time": "2019-06-01T13:34:59+00:00"
6546aca4
JB
5122 },
5123 {
5124 "name": "nelmio/cors-bundle",
6657b119 5125 "version": "1.5.6",
6546aca4
JB
5126 "source": {
5127 "type": "git",
5128 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
6657b119 5129 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
6546aca4
JB
5130 },
5131 "dist": {
5132 "type": "zip",
6657b119 5133 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5134 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
6546aca4
JB
5135 "shasum": ""
5136 },
5137 "require": {
5138 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5139 },
5140 "require-dev": {
5141 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5142 "mockery/mockery": "^0.9 || ^1.0",
5143 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5144 },
5145 "type": "symfony-bundle",
5146 "extra": {
5147 "branch-alias": {
5148 "dev-master": "1.5.x-dev"
5149 }
5150 },
5151 "autoload": {
5152 "psr-4": {
5153 "Nelmio\\CorsBundle\\": ""
5154 },
5155 "exclude-from-classmap": [
5156 "/Tests/"
5157 ]
5158 },
5159 "notification-url": "https://packagist.org/downloads/",
5160 "license": [
5161 "MIT"
5162 ],
5163 "authors": [
5164 {
5165 "name": "Nelmio",
5166 "homepage": "http://nelm.io"
5167 },
5168 {
5169 "name": "Symfony Community",
5170 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5171 }
5172 ],
5173 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5174 "keywords": [
5175 "api",
5176 "cors",
5177 "crossdomain"
5178 ],
6657b119 5179 "time": "2019-06-17T08:53:14+00:00"
6546aca4
JB
5180 },
5181 {
5182 "name": "ocramius/package-versions",
d3847ac1 5183 "version": "1.4.2",
6546aca4
JB
5184 "source": {
5185 "type": "git",
5186 "url": "https://github.com/Ocramius/PackageVersions.git",
d3847ac1 5187 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
6546aca4
JB
5188 },
5189 "dist": {
5190 "type": "zip",
d3847ac1
JB
5191 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5192 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
6546aca4
JB
5193 "shasum": ""
5194 },
5195 "require": {
5196 "composer-plugin-api": "^1.0.0",
5197 "php": "^7.1.0"
5198 },
5199 "require-dev": {
5200 "composer/composer": "^1.6.3",
5201 "doctrine/coding-standard": "^5.0.1",
5202 "ext-zip": "*",
5203 "infection/infection": "^0.7.1",
d3847ac1 5204 "phpunit/phpunit": "^7.5.17"
6546aca4
JB
5205 },
5206 "type": "composer-plugin",
5207 "extra": {
5208 "class": "PackageVersions\\Installer",
5209 "branch-alias": {
5210 "dev-master": "2.0.x-dev"
5211 }
5212 },
5213 "autoload": {
5214 "psr-4": {
5215 "PackageVersions\\": "src/PackageVersions"
5216 }
5217 },
5218 "notification-url": "https://packagist.org/downloads/",
5219 "license": [
5220 "MIT"
5221 ],
5222 "authors": [
5223 {
5224 "name": "Marco Pivetta",
5225 "email": "ocramius@gmail.com"
5226 }
5227 ],
5228 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
d3847ac1 5229 "time": "2019-11-15T16:17:10+00:00"
6546aca4
JB
5230 },
5231 {
5232 "name": "ocramius/proxy-manager",
5233 "version": "2.1.1",
5234 "source": {
5235 "type": "git",
5236 "url": "https://github.com/Ocramius/ProxyManager.git",
5237 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5238 },
5239 "dist": {
5240 "type": "zip",
5241 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5242 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5243 "shasum": ""
5244 },
5245 "require": {
5246 "ocramius/package-versions": "^1.1.1",
5247 "php": "^7.1.0",
5248 "zendframework/zend-code": "^3.1.0"
5249 },
5250 "require-dev": {
5251 "couscous/couscous": "^1.5.2",
5252 "ext-phar": "*",
5253 "humbug/humbug": "dev-master@DEV",
5254 "nikic/php-parser": "^3.0.4",
5255 "phpbench/phpbench": "^0.12.2",
5256 "phpstan/phpstan": "^0.6.4",
5257 "phpunit/phpunit": "^5.6.4",
5258 "phpunit/phpunit-mock-objects": "^3.4.1",
5259 "squizlabs/php_codesniffer": "^2.7.0"
5260 },
5261 "suggest": {
5262 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5263 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5264 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5265 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5266 },
5267 "type": "library",
5268 "extra": {
5269 "branch-alias": {
5270 "dev-master": "3.0.x-dev"
5271 }
5272 },
5273 "autoload": {
5274 "psr-0": {
5275 "ProxyManager\\": "src"
5276 }
5277 },
5278 "notification-url": "https://packagist.org/downloads/",
5279 "license": [
5280 "MIT"
5281 ],
5282 "authors": [
5283 {
5284 "name": "Marco Pivetta",
5285 "email": "ocramius@gmail.com",
5286 "homepage": "http://ocramius.github.io/"
5287 }
5288 ],
5289 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5290 "homepage": "https://github.com/Ocramius/ProxyManager",
5291 "keywords": [
5292 "aop",
5293 "lazy loading",
5294 "proxy",
5295 "proxy pattern",
5296 "service proxies"
5297 ],
5298 "time": "2017-05-04T11:12:50+00:00"
5299 },
5300 {
5301 "name": "pagerfanta/pagerfanta",
9a80dcf1 5302 "version": "v2.1.3",
6546aca4
JB
5303 "source": {
5304 "type": "git",
5305 "url": "https://github.com/whiteoctober/Pagerfanta.git",
9a80dcf1 5306 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
6546aca4
JB
5307 },
5308 "dist": {
5309 "type": "zip",
9a80dcf1
JB
5310 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5311 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
6546aca4
JB
5312 "shasum": ""
5313 },
5314 "require": {
5315 "php": "^7.0"
5316 },
5317 "require-dev": {
5318 "doctrine/orm": "~2.3",
5319 "doctrine/phpcr-odm": "1.*",
5320 "jackalope/jackalope-doctrine-dbal": "1.*",
5321 "jmikola/geojson": "~1.0",
5322 "mandango/mandango": "~1.0@dev",
5323 "mandango/mondator": "~1.0@dev",
5324 "phpunit/phpunit": "^6.5",
5325 "propel/propel": "~2.0@dev",
5326 "propel/propel1": "~1.6",
5327 "ruflin/elastica": "~1.3",
5328 "solarium/solarium": "~3.1"
5329 },
5330 "suggest": {
5331 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5332 "doctrine/orm": "To use the DoctrineORMAdapter.",
5333 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5334 "mandango/mandango": "To use the MandangoAdapter.",
5335 "propel/propel": "To use the Propel2Adapter",
5336 "propel/propel1": "To use the PropelAdapter",
5337 "solarium/solarium": "To use the SolariumAdapter."
5338 },
5339 "type": "library",
5340 "extra": {
5341 "branch-alias": {
5342 "dev-master": "1.0.x-dev"
5343 }
5344 },
5345 "autoload": {
5346 "psr-4": {
5347 "Pagerfanta\\": "src/Pagerfanta/"
5348 }
5349 },
5350 "notification-url": "https://packagist.org/downloads/",
5351 "license": [
5352 "MIT"
5353 ],
5354 "authors": [
5355 {
5356 "name": "Pablo Díez",
5357 "email": "pablodip@gmail.com"
5358 }
5359 ],
5360 "description": "Pagination for PHP",
5361 "keywords": [
5362 "page",
5363 "pagination",
5364 "paginator",
5365 "paging"
5366 ],
9a80dcf1 5367 "time": "2019-07-17T20:56:16+00:00"
6546aca4 5368 },
28378675 5369 {
5370 "name": "paragonie/constant_time_encoding",
8d4ed0df 5371 "version": "v2.3.0",
28378675 5372 "source": {
5373 "type": "git",
5374 "url": "https://github.com/paragonie/constant_time_encoding.git",
8d4ed0df 5375 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
28378675 5376 },
5377 "dist": {
5378 "type": "zip",
8d4ed0df
JB
5379 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5380 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
28378675 5381 "shasum": ""
5382 },
5383 "require": {
8d4ed0df 5384 "php": "^7|^8"
28378675 5385 },
5386 "require-dev": {
5387 "phpunit/phpunit": "^6|^7",
8d4ed0df 5388 "vimeo/psalm": "^1|^2|^3"
28378675 5389 },
5390 "type": "library",
5391 "autoload": {
5392 "psr-4": {
5393 "ParagonIE\\ConstantTime\\": "src/"
5394 }
5395 },
5396 "notification-url": "https://packagist.org/downloads/",
5397 "license": [
5398 "MIT"
5399 ],
5400 "authors": [
5401 {
5402 "name": "Paragon Initiative Enterprises",
5403 "email": "security@paragonie.com",
3d8eaa3a 5404 "homepage": "https://paragonie.com",
5405 "role": "Maintainer"
28378675 5406 },
5407 {
5408 "name": "Steve 'Sc00bz' Thomas",
5409 "email": "steve@tobtu.com",
3d8eaa3a 5410 "homepage": "https://www.tobtu.com",
5411 "role": "Original Developer"
28378675 5412 }
5413 ],
5414 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5415 "keywords": [
5416 "base16",
5417 "base32",
5418 "base32_decode",
5419 "base32_encode",
5420 "base64",
5421 "base64_decode",
5422 "base64_encode",
5423 "bin2hex",
5424 "encoding",
5425 "hex",
5426 "hex2bin",
5427 "rfc4648"
5428 ],
8d4ed0df 5429 "time": "2019-11-06T19:20:29+00:00"
28378675 5430 },
6546aca4
JB
5431 {
5432 "name": "paragonie/random_compat",
5433 "version": "v2.0.18",
5434 "source": {
5435 "type": "git",
5436 "url": "https://github.com/paragonie/random_compat.git",
5437 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5438 },
5439 "dist": {
5440 "type": "zip",
5441 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5442 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5443 "shasum": ""
5444 },
5445 "require": {
5446 "php": ">=5.2.0"
5447 },
5448 "require-dev": {
5449 "phpunit/phpunit": "4.*|5.*"
5450 },
5451 "suggest": {
5452 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5453 },
5454 "type": "library",
5455 "autoload": {
5456 "files": [
5457 "lib/random.php"
5458 ]
5459 },
5460 "notification-url": "https://packagist.org/downloads/",
5461 "license": [
5462 "MIT"
5463 ],
5464 "authors": [
5465 {
5466 "name": "Paragon Initiative Enterprises",
5467 "email": "security@paragonie.com",
5468 "homepage": "https://paragonie.com"
5469 }
5470 ],
5471 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5472 "keywords": [
5473 "csprng",
5474 "polyfill",
5475 "pseudorandom",
5476 "random"
5477 ],
5478 "time": "2019-01-03T20:59:08+00:00"
5479 },
5480 {
5481 "name": "php-amqplib/php-amqplib",
d3847ac1 5482 "version": "v2.11.0",
6546aca4
JB
5483 "source": {
5484 "type": "git",
5485 "url": "https://github.com/php-amqplib/php-amqplib.git",
d3847ac1 5486 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8"
6546aca4
JB
5487 },
5488 "dist": {
5489 "type": "zip",
d3847ac1
JB
5490 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/9ee212baced63442ca1ab029acde38e1144a00b8",
5491 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8",
6546aca4
JB
5492 "shasum": ""
5493 },
5494 "require": {
d3847ac1 5495 "ext-mbstring": "*",
6546aca4 5496 "ext-sockets": "*",
d3847ac1
JB
5497 "php": ">=5.6.3",
5498 "phpseclib/phpseclib": "^2.0.0"
6546aca4
JB
5499 },
5500 "replace": {
5501 "videlalvaro/php-amqplib": "self.version"
5502 },
5503 "require-dev": {
5504 "ext-curl": "*",
5505 "nategood/httpful": "^0.2.20",
61e53dda 5506 "phpunit/phpunit": "^5.7|^6.5|^7.0",
6546aca4
JB
5507 "squizlabs/php_codesniffer": "^2.5"
5508 },
5509 "type": "library",
5510 "extra": {
5511 "branch-alias": {
d3847ac1 5512 "dev-master": "2.11-dev"
6546aca4
JB
5513 }
5514 },
5515 "autoload": {
5516 "psr-4": {
5517 "PhpAmqpLib\\": "PhpAmqpLib/"
5518 }
5519 },
5520 "notification-url": "https://packagist.org/downloads/",
5521 "license": [
5522 "LGPL-2.1-or-later"
5523 ],
5524 "authors": [
5525 {
5526 "name": "Alvaro Videla",
5527 "role": "Original Maintainer"
5528 },
5529 {
5530 "name": "John Kelly",
cc7b2b91 5531 "email": "johnmkelly86@gmail.com",
5532 "role": "Maintainer"
6546aca4
JB
5533 },
5534 {
5535 "name": "Raúl Araya",
cc7b2b91 5536 "email": "nubeiro@gmail.com",
5537 "role": "Maintainer"
6546aca4
JB
5538 },
5539 {
5540 "name": "Luke Bakken",
cc7b2b91 5541 "email": "luke@bakken.io",
5542 "role": "Maintainer"
6546aca4
JB
5543 }
5544 ],
5545 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5546 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5547 "keywords": [
5548 "message",
5549 "queue",
5550 "rabbitmq"
5551 ],
d3847ac1 5552 "time": "2019-11-19T15:15:19+00:00"
6546aca4
JB
5553 },
5554 {
5555 "name": "php-amqplib/rabbitmq-bundle",
5556 "version": "v1.14.4",
5557 "source": {
5558 "type": "git",
5559 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5560 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5561 },
5562 "dist": {
5563 "type": "zip",
5564 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5565 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5566 "shasum": ""
5567 },
5568 "require": {
5569 "php": "^5.3.9|^7.0",
5570 "php-amqplib/php-amqplib": "^2.6",
5571 "psr/log": "^1.0",
5572 "symfony/config": "^2.7|^3.0|^4.0",
5573 "symfony/console": "^2.7|^3.0|^4.0",
5574 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5575 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5576 "symfony/yaml": "^2.7|^3.0|^4.0"
5577 },
5578 "replace": {
5579 "oldsound/rabbitmq-bundle": "self.version"
5580 },
5581 "require-dev": {
5582 "phpunit/phpunit": "^4.8.35|^5.4.3",
5583 "symfony/debug": "^2.7|^3.0|^4.0",
5584 "symfony/serializer": "^2.7|^3.0|^4.0"
5585 },
5586 "suggest": {
5587 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5588 },
5589 "type": "symfony-bundle",
5590 "extra": {
5591 "branch-alias": {
5592 "dev-master": "1.10.x-dev"
5593 }
5594 },
5595 "autoload": {
5596 "psr-4": {
5597 "OldSound\\RabbitMqBundle\\": ""
5598 },
5599 "exclude-from-classmap": [
5600 "/Tests/"
5601 ]
5602 },
5603 "notification-url": "https://packagist.org/downloads/",
5604 "license": [
5605 "MIT"
5606 ],
5607 "authors": [
5608 {
5609 "name": "Alvaro Videla"
5610 }
5611 ],
5612 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5613 "keywords": [
5614 "AMQP",
5615 "Symfony2",
5616 "message",
5617 "queue",
5618 "rabbitmq",
5619 "symfony",
5620 "symfony3",
5621 "symfony4"
5622 ],
5623 "time": "2018-05-02T13:12:32+00:00"
5624 },
5625 {
5626 "name": "php-http/client-common",
d3847ac1 5627 "version": "2.1.0",
6546aca4
JB
5628 "source": {
5629 "type": "git",
5630 "url": "https://github.com/php-http/client-common.git",
d3847ac1 5631 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5"
6546aca4
JB
5632 },
5633 "dist": {
5634 "type": "zip",
d3847ac1
JB
5635 "url": "https://api.github.com/repos/php-http/client-common/zipball/a8b29678d61556f45d6236b1667db16d998ceec5",
5636 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5",
6546aca4
JB
5637 "shasum": ""
5638 },
5639 "require": {
5640 "php": "^7.1",
5641 "php-http/httplug": "^2.0",
5642 "php-http/message": "^1.6",
5643 "php-http/message-factory": "^1.0",
d3847ac1 5644 "symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
6546aca4
JB
5645 },
5646 "require-dev": {
5647 "doctrine/instantiator": "^1.1",
5648 "guzzlehttp/psr7": "^1.4",
5649 "phpspec/phpspec": "^5.1",
5650 "phpspec/prophecy": "^1.8",
5651 "sebastian/comparator": "^3.0"
5652 },
5653 "suggest": {
5654 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5655 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5656 "php-http/cache-plugin": "PSR-6 Cache plugin",
5657 "php-http/logger-plugin": "PSR-3 Logger plugin",
5658 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5659 },
5660 "type": "library",
5661 "extra": {
5662 "branch-alias": {
5663 "dev-master": "2.0.x-dev"
5664 }
5665 },
5666 "autoload": {
5667 "psr-4": {
5668 "Http\\Client\\Common\\": "src/"
5669 }
5670 },
5671 "notification-url": "https://packagist.org/downloads/",
5672 "license": [
5673 "MIT"
5674 ],
5675 "authors": [
5676 {
5677 "name": "Márk Sági-Kazár",
5678 "email": "mark.sagikazar@gmail.com"
5679 }
5680 ],
5681 "description": "Common HTTP Client implementations and tools for HTTPlug",
5682 "homepage": "http://httplug.io",
5683 "keywords": [
5684 "client",
5685 "common",
5686 "http",
5687 "httplug"
5688 ],
d3847ac1 5689 "time": "2019-11-18T08:58:18+00:00"
6546aca4 5690 },
955a3bde
JB
5691 {
5692 "name": "php-http/curl-client",
5693 "version": "2.0.0",
5694 "source": {
5695 "type": "git",
5696 "url": "https://github.com/php-http/curl-client.git",
5697 "reference": "e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da"
5698 },
5699 "dist": {
5700 "type": "zip",
5701 "url": "https://api.github.com/repos/php-http/curl-client/zipball/e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da",
5702 "reference": "e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da",
5703 "shasum": ""
5704 },
5705 "require": {
5706 "ext-curl": "*",
5707 "php": "^7.1",
5708 "php-http/discovery": "^1.6",
5709 "php-http/httplug": "^2.0",
5710 "php-http/message": "^1.2",
5711 "psr/http-client": "^1.0",
5712 "psr/http-factory": "^1.0",
5713 "symfony/options-resolver": "^3.4 || ^4.0"
5714 },
5715 "provide": {
5716 "php-http/async-client-implementation": "1.0",
5717 "php-http/client-implementation": "1.0"
5718 },
5719 "require-dev": {
5720 "guzzlehttp/psr7": "^1.0",
5721 "php-http/client-integration-tests": "^2.0",
5722 "phpunit/phpunit": "^7.5",
5723 "zendframework/zend-diactoros": "^2.0"
5724 },
5725 "type": "library",
5726 "extra": {
5727 "branch-alias": {
5728 "dev-master": "2.x-dev"
5729 }
5730 },
5731 "autoload": {
5732 "psr-4": {
5733 "Http\\Client\\Curl\\": "src/"
5734 }
5735 },
5736 "notification-url": "https://packagist.org/downloads/",
5737 "license": [
5738 "MIT"
5739 ],
5740 "authors": [
5741 {
5742 "name": "Михаил Красильников",
5743 "email": "m.krasilnikov@yandex.ru"
5744 }
5745 ],
5746 "description": "PSR-18 and HTTPlug Async client with cURL",
5747 "homepage": "http://php-http.org",
5748 "keywords": [
5749 "curl",
5750 "http",
5751 "psr-18"
5752 ],
5753 "time": "2019-03-05T19:59:23+00:00"
5754 },
6546aca4
JB
5755 {
5756 "name": "php-http/discovery",
4ef4b64c 5757 "version": "1.7.0",
6546aca4
JB
5758 "source": {
5759 "type": "git",
5760 "url": "https://github.com/php-http/discovery.git",
4ef4b64c 5761 "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6"
6546aca4
JB
5762 },
5763 "dist": {
5764 "type": "zip",
4ef4b64c 5765 "url": "https://api.github.com/repos/php-http/discovery/zipball/e822f86a6983790aa17ab13aa7e69631e86806b6",
5766 "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6",
6546aca4
JB
5767 "shasum": ""
5768 },
5769 "require": {
4ef4b64c 5770 "php": "^7.1"
6546aca4
JB
5771 },
5772 "conflict": {
5773 "nyholm/psr7": "<1.0"
5774 },
5775 "require-dev": {
4ef4b64c 5776 "akeneo/phpspec-skip-example-extension": "^4.0",
6546aca4
JB
5777 "php-http/httplug": "^1.0 || ^2.0",
5778 "php-http/message-factory": "^1.0",
4ef4b64c 5779 "phpspec/phpspec": "^5.1",
6546aca4
JB
5780 "puli/composer-plugin": "1.0.0-beta10"
5781 },
5782 "suggest": {
5783 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5784 "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."
5785 },
5786 "type": "library",
5787 "extra": {
5788 "branch-alias": {
4ef4b64c 5789 "dev-master": "1.7-dev"
6546aca4
JB
5790 }
5791 },
5792 "autoload": {
5793 "psr-4": {
5794 "Http\\Discovery\\": "src/"
5795 }
5796 },
5797 "notification-url": "https://packagist.org/downloads/",
5798 "license": [
5799 "MIT"
5800 ],
5801 "authors": [
5802 {
5803 "name": "Márk Sági-Kazár",
5804 "email": "mark.sagikazar@gmail.com"
5805 }
5806 ],
5807 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5808 "homepage": "http://php-http.org",
5809 "keywords": [
5810 "adapter",
5811 "client",
5812 "discovery",
5813 "factory",
5814 "http",
5815 "message",
5816 "psr7"
5817 ],
4ef4b64c 5818 "time": "2019-06-30T09:04:27+00:00"
6546aca4
JB
5819 },
5820 {
5821 "name": "php-http/guzzle5-adapter",
5822 "version": "2.0.0",
5823 "source": {
5824 "type": "git",
5825 "url": "https://github.com/php-http/guzzle5-adapter.git",
5826 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
5827 },
5828 "dist": {
5829 "type": "zip",
5830 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
5831 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
5832 "shasum": ""
5833 },
5834 "require": {
5835 "guzzlehttp/guzzle": "^5.1",
5836 "php": "^7.0",
5837 "php-http/discovery": "^1.0",
5838 "php-http/httplug": "^2.0"
5839 },
5840 "provide": {
5841 "php-http/client-implementation": "1.0",
5842 "psr/http-client-implementation": "1.0"
5843 },
5844 "require-dev": {
5845 "ext-curl": "*",
5846 "guzzlehttp/ringphp": "^1.1",
5847 "php-http/client-integration-tests": "^2.0",
5848 "phpunit/phpunit": "^6.0 || ^7.0"
5849 },
5850 "type": "library",
5851 "extra": {
5852 "branch-alias": {
5853 "dev-master": "2.0-dev"
5854 }
5855 },
5856 "autoload": {
5857 "psr-4": {
5858 "Http\\Adapter\\Guzzle5\\": "src/"
5859 }
5860 },
5861 "notification-url": "https://packagist.org/downloads/",
5862 "license": [
5863 "MIT"
5864 ],
5865 "authors": [
5866 {
5867 "name": "Eric GELOEN",
5868 "email": "geloen.eric@gmail.com"
5869 },
5870 {
5871 "name": "Márk Sági-Kazár",
5872 "email": "mark.sagikazar@gmail.com"
5873 }
5874 ],
5875 "description": "Guzzle 5 HTTP Adapter",
5876 "homepage": "http://httplug.io",
5877 "keywords": [
5878 "Guzzle",
5879 "http"
5880 ],
5881 "time": "2019-02-05T12:28:45+00:00"
5882 },
5883 {
5884 "name": "php-http/httplug",
5885 "version": "v2.0.0",
5886 "source": {
5887 "type": "git",
5888 "url": "https://github.com/php-http/httplug.git",
5889 "reference": "b3842537338c949f2469557ef4ad4bdc47b58603"
5890 },
5891 "dist": {
5892 "type": "zip",
5893 "url": "https://api.github.com/repos/php-http/httplug/zipball/b3842537338c949f2469557ef4ad4bdc47b58603",
5894 "reference": "b3842537338c949f2469557ef4ad4bdc47b58603",
5895 "shasum": ""
5896 },
5897 "require": {
5898 "php": "^7.0",
5899 "php-http/promise": "^1.0",
5900 "psr/http-client": "^1.0",
5901 "psr/http-message": "^1.0"
5902 },
5903 "require-dev": {
5904 "henrikbjorn/phpspec-code-coverage": "^1.0",
5905 "phpspec/phpspec": "^2.4"
5906 },
5907 "type": "library",
5908 "extra": {
5909 "branch-alias": {
5910 "dev-master": "2.0.x-dev"
5911 }
5912 },
5913 "autoload": {
5914 "psr-4": {
5915 "Http\\Client\\": "src/"
5916 }
5917 },
5918 "notification-url": "https://packagist.org/downloads/",
5919 "license": [
5920 "MIT"
5921 ],
5922 "authors": [
5923 {
5924 "name": "Eric GELOEN",
5925 "email": "geloen.eric@gmail.com"
5926 },
5927 {
5928 "name": "Márk Sági-Kazár",
5929 "email": "mark.sagikazar@gmail.com"
5930 }
5931 ],
5932 "description": "HTTPlug, the HTTP client abstraction for PHP",
5933 "homepage": "http://httplug.io",
5934 "keywords": [
5935 "client",
5936 "http"
5937 ],
5938 "time": "2018-10-31T09:14:44+00:00"
5939 },
5940 {
5941 "name": "php-http/httplug-bundle",
de6171a5 5942 "version": "1.16.0",
6546aca4
JB
5943 "source": {
5944 "type": "git",
5945 "url": "https://github.com/php-http/HttplugBundle.git",
de6171a5 5946 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
6546aca4
JB
5947 },
5948 "dist": {
5949 "type": "zip",
de6171a5 5950 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
5951 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
6546aca4
JB
5952 "shasum": ""
5953 },
5954 "require": {
de6171a5 5955 "php": "^7.1",
6546aca4
JB
5956 "php-http/client-common": "^1.9 || ^2.0",
5957 "php-http/client-implementation": "^1.0",
5958 "php-http/discovery": "^1.0",
5959 "php-http/httplug": "^1.0 || ^2.0",
5960 "php-http/logger-plugin": "^1.1",
5961 "php-http/message": "^1.4",
5962 "php-http/message-factory": "^1.0.2",
5963 "php-http/stopwatch-plugin": "^1.2",
5964 "psr/http-message": "^1.0",
de6171a5 5965 "symfony/config": "^3.4.20 || ^4.2.1",
5966 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
5967 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
5968 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
5969 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
6546aca4
JB
5970 },
5971 "conflict": {
de6171a5 5972 "php-http/curl-client": "<2.0",
6546aca4
JB
5973 "php-http/guzzle6-adapter": "<1.1"
5974 },
5975 "require-dev": {
5976 "guzzlehttp/psr7": "^1.0",
de6171a5 5977 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
6546aca4
JB
5978 "nyholm/nsa": "^1.1",
5979 "php-http/cache-plugin": "^1.6",
5980 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
5981 "php-http/mock-client": "^1.2",
5982 "php-http/promise": "^1.0",
5983 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
de6171a5 5984 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
5985 "symfony/cache": "^3.4.20 || ^4.2.1",
5986 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
5987 "symfony/framework-bundle": "^3.4.0 || ^4.2",
5988 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
6546aca4 5989 "symfony/phpunit-bridge": "^3.4 || ^4.2",
de6171a5 5990 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
5991 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
5992 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
6546aca4
JB
5993 "twig/twig": "^1.36 || ^2.6"
5994 },
5995 "suggest": {
5996 "php-http/cache-plugin": "To configure clients that cache responses",
5997 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
5998 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
5999 },
6000 "type": "symfony-bundle",
6001 "extra": {
6002 "branch-alias": {
6003 "dev-master": "1.x-dev"
6004 }
6005 },
6006 "autoload": {
6007 "psr-4": {
6008 "Http\\HttplugBundle\\": "src/"
6009 },
6010 "exclude-from-classmap": [
6011 "/Tests/Resources/MyPsr18TestClient.php"
6012 ]
6013 },
6014 "notification-url": "https://packagist.org/downloads/",
6015 "license": [
6016 "MIT"
6017 ],
6018 "authors": [
6019 {
6020 "name": "David Buchmann",
6021 "email": "mail@davidbu.ch"
6022 },
6023 {
6024 "name": "Tobias Nyholm",
6025 "email": "tobias.nyholm@gmail.com"
6026 }
6027 ],
6028 "description": "Symfony integration for HTTPlug",
6029 "homepage": "http://httplug.io",
6030 "keywords": [
6031 "adapter",
6032 "bundle",
6033 "discovery",
6034 "factory",
6035 "http",
6036 "httplug",
6037 "message",
6038 "php-http"
6039 ],
de6171a5 6040 "time": "2019-06-05T12:03:16+00:00"
6546aca4
JB
6041 },
6042 {
6043 "name": "php-http/logger-plugin",
6044 "version": "1.1.0",
6045 "source": {
6046 "type": "git",
6047 "url": "https://github.com/php-http/logger-plugin.git",
6048 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
6049 },
6050 "dist": {
6051 "type": "zip",
6052 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6053 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6054 "shasum": ""
6055 },
6056 "require": {
6057 "php": "^5.4 || ^7.0",
6058 "php-http/client-common": "^1.9 || ^2.0",
6059 "php-http/message": "^1.0",
6060 "psr/log": "^1.0"
6061 },
6062 "require-dev": {
6063 "henrikbjorn/phpspec-code-coverage": "^1.0",
6064 "phpspec/phpspec": "^2.5"
6065 },
6066 "type": "library",
6067 "extra": {
6068 "branch-alias": {
6069 "dev-master": "1.1-dev"
6070 }
6071 },
6072 "autoload": {
6073 "psr-4": {
6074 "Http\\Client\\Common\\Plugin\\": "src/"
6075 }
6076 },
6077 "notification-url": "https://packagist.org/downloads/",
6078 "license": [
6079 "MIT"
6080 ],
6081 "authors": [
6082 {
6083 "name": "Márk Sági-Kazár",
6084 "email": "mark.sagikazar@gmail.com"
6085 }
6086 ],
6087 "description": "PSR-3 Logger plugin for HTTPlug",
6088 "homepage": "http://httplug.io",
6089 "keywords": [
6090 "http",
6091 "httplug",
6092 "logger",
6093 "plugin"
6094 ],
6095 "time": "2019-01-30T11:48:21+00:00"
6096 },
6097 {
6098 "name": "php-http/message",
1576905e 6099 "version": "1.8.0",
6546aca4
JB
6100 "source": {
6101 "type": "git",
6102 "url": "https://github.com/php-http/message.git",
1576905e 6103 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6546aca4
JB
6104 },
6105 "dist": {
6106 "type": "zip",
1576905e
JB
6107 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6108 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6546aca4
JB
6109 "shasum": ""
6110 },
6111 "require": {
6112 "clue/stream-filter": "^1.4",
1576905e 6113 "php": "^7.1",
6546aca4
JB
6114 "php-http/message-factory": "^1.0.2",
6115 "psr/http-message": "^1.0"
6116 },
6117 "provide": {
6118 "php-http/message-factory-implementation": "1.0"
6119 },
6120 "require-dev": {
6121 "akeneo/phpspec-skip-example-extension": "^1.0",
6122 "coduo/phpspec-data-provider-extension": "^1.0",
6123 "ext-zlib": "*",
6124 "guzzlehttp/psr7": "^1.0",
6125 "henrikbjorn/phpspec-code-coverage": "^1.0",
6126 "phpspec/phpspec": "^2.4",
6127 "slim/slim": "^3.0",
6128 "zendframework/zend-diactoros": "^1.0"
6129 },
6130 "suggest": {
6131 "ext-zlib": "Used with compressor/decompressor streams",
6132 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6133 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6134 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6135 },
6136 "type": "library",
6137 "extra": {
6138 "branch-alias": {
1576905e 6139 "dev-master": "1.8-dev"
6546aca4
JB
6140 }
6141 },
6142 "autoload": {
6143 "psr-4": {
6144 "Http\\Message\\": "src/"
6145 },
6146 "files": [
6147 "src/filters.php"
6148 ]
6149 },
6150 "notification-url": "https://packagist.org/downloads/",
6151 "license": [
6152 "MIT"
6153 ],
6154 "authors": [
6155 {
6156 "name": "Márk Sági-Kazár",
6157 "email": "mark.sagikazar@gmail.com"
6158 }
6159 ],
6160 "description": "HTTP Message related tools",
6161 "homepage": "http://php-http.org",
6162 "keywords": [
6163 "http",
6164 "message",
6165 "psr-7"
6166 ],
1576905e 6167 "time": "2019-08-05T06:55:08+00:00"
6546aca4
JB
6168 },
6169 {
6170 "name": "php-http/message-factory",
6171 "version": "v1.0.2",
6172 "source": {
6173 "type": "git",
6174 "url": "https://github.com/php-http/message-factory.git",
6175 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6176 },
6177 "dist": {
6178 "type": "zip",
6179 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6180 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6181 "shasum": ""
6182 },
6183 "require": {
6184 "php": ">=5.4",
6185 "psr/http-message": "^1.0"
6186 },
6187 "type": "library",
6188 "extra": {
6189 "branch-alias": {
6190 "dev-master": "1.0-dev"
6191 }
6192 },
6193 "autoload": {
6194 "psr-4": {
6195 "Http\\Message\\": "src/"
6196 }
6197 },
6198 "notification-url": "https://packagist.org/downloads/",
6199 "license": [
6200 "MIT"
6201 ],
6202 "authors": [
6203 {
6204 "name": "Márk Sági-Kazár",
6205 "email": "mark.sagikazar@gmail.com"
6206 }
6207 ],
6208 "description": "Factory interfaces for PSR-7 HTTP Message",
6209 "homepage": "http://php-http.org",
6210 "keywords": [
6211 "factory",
6212 "http",
6213 "message",
6214 "stream",
6215 "uri"
6216 ],
6217 "time": "2015-12-19T14:08:53+00:00"
6218 },
6219 {
6220 "name": "php-http/promise",
6221 "version": "v1.0.0",
6222 "source": {
6223 "type": "git",
6224 "url": "https://github.com/php-http/promise.git",
6225 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6226 },
6227 "dist": {
6228 "type": "zip",
6229 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6230 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6231 "shasum": ""
6232 },
6233 "require-dev": {
6234 "henrikbjorn/phpspec-code-coverage": "^1.0",
6235 "phpspec/phpspec": "^2.4"
6236 },
6237 "type": "library",
6238 "extra": {
6239 "branch-alias": {
6240 "dev-master": "1.1-dev"
6241 }
6242 },
6243 "autoload": {
6244 "psr-4": {
6245 "Http\\Promise\\": "src/"
6246 }
6247 },
6248 "notification-url": "https://packagist.org/downloads/",
6249 "license": [
6250 "MIT"
6251 ],
6252 "authors": [
6253 {
6254 "name": "Márk Sági-Kazár",
6255 "email": "mark.sagikazar@gmail.com"
6256 },
6257 {
6258 "name": "Joel Wurtz",
6259 "email": "joel.wurtz@gmail.com"
6260 }
6261 ],
6262 "description": "Promise used for asynchronous HTTP requests",
6263 "homepage": "http://httplug.io",
6264 "keywords": [
6265 "promise"
6266 ],
6267 "time": "2016-01-26T13:27:02+00:00"
6268 },
6269 {
6270 "name": "php-http/stopwatch-plugin",
6271 "version": "1.2.0",
6272 "source": {
6273 "type": "git",
6274 "url": "https://github.com/php-http/stopwatch-plugin.git",
6275 "reference": "520419dd18755a1e7b29077e677fbeb16b6629e7"
6276 },
6277 "dist": {
6278 "type": "zip",
6279 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/520419dd18755a1e7b29077e677fbeb16b6629e7",
6280 "reference": "520419dd18755a1e7b29077e677fbeb16b6629e7",
6281 "shasum": ""
6282 },
6283 "require": {
6284 "php": "^5.4 || ^7.0",
6285 "php-http/client-common": "^1.9 || ^2.0",
6286 "symfony/stopwatch": "^2.7 || ^3.0 || ^4.0"
6287 },
6288 "require-dev": {
6289 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6290 },
6291 "type": "library",
6292 "extra": {
6293 "branch-alias": {
6294 "dev-master": "1.2-dev"
6295 }
6296 },
6297 "autoload": {
6298 "psr-4": {
6299 "Http\\Client\\Common\\Plugin\\": "src/"
6300 }
6301 },
6302 "notification-url": "https://packagist.org/downloads/",
6303 "license": [
6304 "MIT"
6305 ],
6306 "authors": [
6307 {
6308 "name": "Márk Sági-Kazár",
6309 "email": "mark.sagikazar@gmail.com"
6310 }
6311 ],
6312 "description": "Symfony Stopwatch plugin for HTTPlug",
6313 "homepage": "http://httplug.io",
6314 "keywords": [
6315 "http",
6316 "httplug",
6317 "plugin",
6318 "stopwatch"
6319 ],
6320 "time": "2019-01-30T12:01:37+00:00"
6321 },
6322 {
6323 "name": "phpcollection/phpcollection",
6324 "version": "0.5.0",
6325 "source": {
6326 "type": "git",
6327 "url": "https://github.com/schmittjoh/php-collection.git",
6328 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6329 },
6330 "dist": {
6331 "type": "zip",
6332 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6333 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6334 "shasum": ""
6335 },
6336 "require": {
6337 "phpoption/phpoption": "1.*"
6338 },
6339 "type": "library",
6340 "extra": {
6341 "branch-alias": {
6342 "dev-master": "0.4-dev"
6343 }
6344 },
6345 "autoload": {
6346 "psr-0": {
6347 "PhpCollection": "src/"
6348 }
6349 },
6350 "notification-url": "https://packagist.org/downloads/",
6351 "license": [
6352 "Apache2"
6353 ],
6354 "authors": [
6355 {
6356 "name": "Johannes M. Schmitt",
6357 "email": "schmittjoh@gmail.com"
6358 }
6359 ],
6360 "description": "General-Purpose Collection Library for PHP",
6361 "keywords": [
6362 "collection",
6363 "list",
6364 "map",
6365 "sequence",
6366 "set"
6367 ],
6368 "time": "2015-05-17T12:39:23+00:00"
6369 },
6370 {
6371 "name": "phpoption/phpoption",
6ba1d734 6372 "version": "1.7.2",
6546aca4
JB
6373 "source": {
6374 "type": "git",
6375 "url": "https://github.com/schmittjoh/php-option.git",
6ba1d734 6376 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
6546aca4
JB
6377 },
6378 "dist": {
6379 "type": "zip",
6ba1d734
JB
6380 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6381 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6546aca4
JB
6382 "shasum": ""
6383 },
6384 "require": {
6ba1d734 6385 "php": "^5.5.9 || ^7.0"
6546aca4
JB
6386 },
6387 "require-dev": {
6ba1d734
JB
6388 "bamarni/composer-bin-plugin": "^1.3",
6389 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
6546aca4
JB
6390 },
6391 "type": "library",
6392 "extra": {
6393 "branch-alias": {
6ba1d734 6394 "dev-master": "1.7-dev"
6546aca4
JB
6395 }
6396 },
6397 "autoload": {
6ba1d734
JB
6398 "psr-4": {
6399 "PhpOption\\": "src/PhpOption/"
6546aca4
JB
6400 }
6401 },
6402 "notification-url": "https://packagist.org/downloads/",
6403 "license": [
8d4ed0df 6404 "Apache-2.0"
6546aca4
JB
6405 ],
6406 "authors": [
6407 {
6408 "name": "Johannes M. Schmitt",
6409 "email": "schmittjoh@gmail.com"
6ba1d734
JB
6410 },
6411 {
6412 "name": "Graham Campbell",
6413 "email": "graham@alt-three.com"
6546aca4
JB
6414 }
6415 ],
6416 "description": "Option Type for PHP",
6417 "keywords": [
6418 "language",
6419 "option",
6420 "php",
6421 "type"
6422 ],
6ba1d734 6423 "time": "2019-12-15T19:35:24+00:00"
6546aca4 6424 },
d3847ac1
JB
6425 {
6426 "name": "phpseclib/phpseclib",
6427 "version": "2.0.23",
6428 "source": {
6429 "type": "git",
6430 "url": "https://github.com/phpseclib/phpseclib.git",
6431 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
6432 },
6433 "dist": {
6434 "type": "zip",
6435 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6436 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6437 "shasum": ""
6438 },
6439 "require": {
6440 "php": ">=5.3.3"
6441 },
6442 "require-dev": {
6443 "phing/phing": "~2.7",
6444 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
6445 "sami/sami": "~2.0",
6446 "squizlabs/php_codesniffer": "~2.0"
6447 },
6448 "suggest": {
6449 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6450 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6451 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6452 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6453 },
6454 "type": "library",
6455 "autoload": {
6456 "files": [
6457 "phpseclib/bootstrap.php"
6458 ],
6459 "psr-4": {
6460 "phpseclib\\": "phpseclib/"
6461 }
6462 },
6463 "notification-url": "https://packagist.org/downloads/",
6464 "license": [
6465 "MIT"
6466 ],
6467 "authors": [
6468 {
6469 "name": "Jim Wigginton",
6470 "email": "terrafrost@php.net",
6471 "role": "Lead Developer"
6472 },
6473 {
6474 "name": "Patrick Monnerat",
6475 "email": "pm@datasphere.ch",
6476 "role": "Developer"
6477 },
6478 {
6479 "name": "Andreas Fischer",
6480 "email": "bantu@phpbb.com",
6481 "role": "Developer"
6482 },
6483 {
6484 "name": "Hans-Jürgen Petrich",
6485 "email": "petrich@tronic-media.com",
6486 "role": "Developer"
6487 },
6488 {
6489 "name": "Graham Campbell",
6490 "email": "graham@alt-three.com",
6491 "role": "Developer"
6492 }
6493 ],
6494 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6495 "homepage": "http://phpseclib.sourceforge.net",
6496 "keywords": [
6497 "BigInteger",
6498 "aes",
6499 "asn.1",
6500 "asn1",
6501 "blowfish",
6502 "crypto",
6503 "cryptography",
6504 "encryption",
6505 "rsa",
6506 "security",
6507 "sftp",
6508 "signature",
6509 "signing",
6510 "ssh",
6511 "twofish",
6512 "x.509",
6513 "x509"
6514 ],
6515 "time": "2019-09-17T03:41:22+00:00"
6516 },
6546aca4
JB
6517 {
6518 "name": "phpzip/phpzip",
6519 "version": "2.0.8",
6520 "source": {
6521 "type": "git",
6522 "url": "https://github.com/Grandt/PHPZip.git",
6523 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6524 },
6525 "dist": {
6526 "type": "zip",
6527 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6528 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6529 "shasum": ""
6530 },
6531 "require": {
6532 "grandt/binstring": ">=1.0.0",
6533 "grandt/phpzipmerge": ">=1.0.4",
6534 "grandt/relativepath": ">=1.0.2",
6535 "php": ">=5.3.0"
6536 },
6537 "type": "library",
6538 "autoload": {
6539 "psr-4": {
6540 "PHPZip\\Zip\\": "src/Zip"
6541 }
6542 },
6543 "notification-url": "https://packagist.org/downloads/",
6544 "license": [
6545 "LGPL-2.1"
6546 ],
6547 "authors": [
6548 {
6549 "name": "Adam Schmalhofer",
1a758230 6550 "email": "Adam.Schmalhofer@gmx.de",
6551 "role": "Developer"
6546aca4
JB
6552 },
6553 {
6554 "name": "A. Grandt",
6555 "email": "php@grandt.com",
1a758230 6556 "homepage": "http://grandt.com",
6557 "role": "Developer"
6546aca4
JB
6558 },
6559 {
6560 "name": "Greg Kappatos",
1a758230 6561 "homepage": "http://websiteconnect.com.au",
6562 "role": "Developer"
6546aca4
JB
6563 }
6564 ],
6565 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6566 "homepage": "https://github.com/Grandt/PHPZip",
6567 "keywords": [
6568 "archive",
6569 "compressed",
6570 "compression",
6571 "phpzip",
6572 "pkzip",
6573 "stream",
6574 "zip"
6575 ],
6576 "time": "2015-11-16T16:30:51+00:00"
6577 },
6578 {
6579 "name": "pragmarx/random",
6580 "version": "v0.2.2",
6581 "source": {
6582 "type": "git",
6583 "url": "https://github.com/antonioribeiro/random.git",
6584 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6585 },
6586 "dist": {
6587 "type": "zip",
6588 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6589 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6590 "shasum": ""
6591 },
6592 "require": {
6593 "php": ">=7.0"
6594 },
6595 "require-dev": {
6596 "fzaninotto/faker": "~1.7",
6597 "phpunit/phpunit": "~6.4",
6598 "pragmarx/trivia": "~0.1",
6599 "squizlabs/php_codesniffer": "^2.3"
6600 },
6601 "suggest": {
6602 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6603 "pragmarx/trivia": "For the trivia database"
6604 },
6605 "type": "library",
6606 "extra": {
6607 "branch-alias": {
6608 "dev-master": "1.0-dev"
6609 }
6610 },
6611 "autoload": {
6612 "psr-4": {
6613 "PragmaRX\\Random\\": "src"
6614 }
6615 },
6616 "notification-url": "https://packagist.org/downloads/",
6617 "license": [
6618 "MIT"
6619 ],
6620 "authors": [
6621 {
6622 "name": "Antonio Carlos Ribeiro",
6623 "email": "acr@antoniocarlosribeiro.com",
092b0423
JB
6624 "homepage": "https://antoniocarlosribeiro.com",
6625 "role": "Developer"
6546aca4
JB
6626 }
6627 ],
6628 "description": "Create random chars, numbers, strings",
6629 "homepage": "https://github.com/antonioribeiro/random",
6630 "keywords": [
6631 "Randomize",
6632 "faker",
6633 "pragmarx",
6634 "random",
6635 "random number",
6636 "random pattern",
6637 "random string"
6638 ],
6639 "time": "2017-11-21T05:26:22+00:00"
6640 },
6641 {
6642 "name": "pragmarx/recovery",
6643 "version": "v0.1.0",
6644 "source": {
6645 "type": "git",
6646 "url": "https://github.com/antonioribeiro/recovery.git",
6647 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6648 },
6649 "dist": {
6650 "type": "zip",
6651 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6652 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6653 "shasum": ""
6654 },
6655 "require": {
6656 "php": "~7.0",
6657 "pragmarx/random": "~0.1"
6658 },
6659 "require-dev": {
6660 "phpunit/phpunit": ">=5.4.3",
6661 "squizlabs/php_codesniffer": "^2.3",
6662 "tightenco/collect": "^5"
6663 },
6664 "suggest": {
6665 "tightenco/collect": "Allows to generate recovery codes as collections"
6666 },
6667 "type": "library",
6668 "extra": {
6669 "branch-alias": {
6670 "dev-master": "1.0-dev"
6671 }
6672 },
6673 "autoload": {
6674 "psr-4": {
6675 "PragmaRX\\Recovery\\": "src"
6676 }
6677 },
6678 "notification-url": "https://packagist.org/downloads/",
6679 "license": [
6680 "MIT"
6681 ],
6682 "authors": [
6683 {
6684 "name": "Antonio Carlos Ribeiro",
6685 "email": "acr@antoniocarlosribeiro.com",
092b0423
JB
6686 "homepage": "https://antoniocarlosribeiro.com",
6687 "role": "Developer"
6546aca4
JB
6688 }
6689 ],
6690 "description": "Create recovery codes for two factor auth",
6691 "homepage": "https://github.com/antonioribeiro/recovery",
6692 "keywords": [
6693 "2fa",
6694 "account recovery",
6695 "auth",
6696 "backup codes",
6697 "google2fa",
6698 "pragmarx",
6699 "recovery",
6700 "recovery codes",
6701 "two factor auth"
6702 ],
6703 "time": "2017-09-19T16:58:00+00:00"
6704 },
6705 {
6706 "name": "predis/predis",
6707 "version": "v1.1.x-dev",
6708 "source": {
6709 "type": "git",
6710 "url": "https://github.com/nrk/predis.git",
6711 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
6712 },
6713 "dist": {
6714 "type": "zip",
6715 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
6716 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
6717 "shasum": ""
6718 },
6719 "require": {
6720 "php": ">=5.3.9"
6721 },
6722 "require-dev": {
6723 "phpunit/phpunit": "~4.8"
6724 },
6725 "suggest": {
6726 "ext-curl": "Allows access to Webdis when paired with phpiredis",
6727 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
6728 },
6729 "type": "library",
6730 "autoload": {
6731 "psr-4": {
6732 "Predis\\": "src/"
6733 }
6734 },
6735 "notification-url": "https://packagist.org/downloads/",
6736 "license": [
6737 "MIT"
6738 ],
6739 "authors": [
6740 {
6741 "name": "Daniele Alessandri",
6742 "email": "suppakilla@gmail.com",
6743 "homepage": "http://clorophilla.net"
6744 }
6745 ],
6746 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
6747 "homepage": "http://github.com/nrk/predis",
6748 "keywords": [
6749 "nosql",
6750 "predis",
6751 "redis"
6752 ],
6753 "time": "2017-07-12T14:39:17+00:00"
6754 },
6755 {
6756 "name": "psr/cache",
6757 "version": "1.0.1",
6758 "source": {
6759 "type": "git",
6760 "url": "https://github.com/php-fig/cache.git",
6761 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6762 },
6763 "dist": {
6764 "type": "zip",
6765 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6766 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6767 "shasum": ""
6768 },
6769 "require": {
6770 "php": ">=5.3.0"
6771 },
6772 "type": "library",
6773 "extra": {
6774 "branch-alias": {
6775 "dev-master": "1.0.x-dev"
6776 }
6777 },
6778 "autoload": {
6779 "psr-4": {
6780 "Psr\\Cache\\": "src/"
6781 }
6782 },
6783 "notification-url": "https://packagist.org/downloads/",
6784 "license": [
6785 "MIT"
6786 ],
6787 "authors": [
6788 {
6789 "name": "PHP-FIG",
6790 "homepage": "http://www.php-fig.org/"
6791 }
6792 ],
6793 "description": "Common interface for caching libraries",
6794 "keywords": [
6795 "cache",
6796 "psr",
6797 "psr-6"
6798 ],
6799 "time": "2016-08-06T20:24:11+00:00"
6800 },
6801 {
6802 "name": "psr/container",
6803 "version": "1.0.0",
6804 "source": {
6805 "type": "git",
6806 "url": "https://github.com/php-fig/container.git",
6807 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
6808 },
6809 "dist": {
6810 "type": "zip",
6811 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6812 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6813 "shasum": ""
6814 },
6815 "require": {
6816 "php": ">=5.3.0"
6817 },
6818 "type": "library",
6819 "extra": {
6820 "branch-alias": {
6821 "dev-master": "1.0.x-dev"
6822 }
6823 },
6824 "autoload": {
6825 "psr-4": {
6826 "Psr\\Container\\": "src/"
6827 }
6828 },
6829 "notification-url": "https://packagist.org/downloads/",
6830 "license": [
6831 "MIT"
6832 ],
6833 "authors": [
6834 {
6835 "name": "PHP-FIG",
6836 "homepage": "http://www.php-fig.org/"
6837 }
6838 ],
6839 "description": "Common Container Interface (PHP FIG PSR-11)",
6840 "homepage": "https://github.com/php-fig/container",
6841 "keywords": [
6842 "PSR-11",
6843 "container",
6844 "container-interface",
6845 "container-interop",
6846 "psr"
6847 ],
6848 "time": "2017-02-14T16:28:37+00:00"
6849 },
6850 {
6851 "name": "psr/http-client",
6852 "version": "1.0.0",
6853 "source": {
6854 "type": "git",
6855 "url": "https://github.com/php-fig/http-client.git",
6856 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
6857 },
6858 "dist": {
6859 "type": "zip",
6860 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
6861 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
6862 "shasum": ""
6863 },
6864 "require": {
6865 "php": "^7.0",
6866 "psr/http-message": "^1.0"
6867 },
6868 "type": "library",
6869 "extra": {
6870 "branch-alias": {
6871 "dev-master": "1.0.x-dev"
6872 }
6873 },
6874 "autoload": {
6875 "psr-4": {
6876 "Psr\\Http\\Client\\": "src/"
6877 }
6878 },
6879 "notification-url": "https://packagist.org/downloads/",
6880 "license": [
6881 "MIT"
6882 ],
6883 "authors": [
6884 {
6885 "name": "PHP-FIG",
6886 "homepage": "http://www.php-fig.org/"
6887 }
6888 ],
6889 "description": "Common interface for HTTP clients",
6890 "homepage": "https://github.com/php-fig/http-client",
6891 "keywords": [
6892 "http",
6893 "http-client",
6894 "psr",
6895 "psr-18"
6896 ],
6897 "time": "2018-10-30T23:29:13+00:00"
6898 },
955a3bde
JB
6899 {
6900 "name": "psr/http-factory",
6901 "version": "1.0.1",
6902 "source": {
6903 "type": "git",
6904 "url": "https://github.com/php-fig/http-factory.git",
6905 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6906 },
6907 "dist": {
6908 "type": "zip",
6909 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6910 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6911 "shasum": ""
6912 },
6913 "require": {
6914 "php": ">=7.0.0",
6915 "psr/http-message": "^1.0"
6916 },
6917 "type": "library",
6918 "extra": {
6919 "branch-alias": {
6920 "dev-master": "1.0.x-dev"
6921 }
6922 },
6923 "autoload": {
6924 "psr-4": {
6925 "Psr\\Http\\Message\\": "src/"
6926 }
6927 },
6928 "notification-url": "https://packagist.org/downloads/",
6929 "license": [
6930 "MIT"
6931 ],
6932 "authors": [
6933 {
6934 "name": "PHP-FIG",
6935 "homepage": "http://www.php-fig.org/"
6936 }
6937 ],
6938 "description": "Common interfaces for PSR-7 HTTP message factories",
6939 "keywords": [
6940 "factory",
6941 "http",
6942 "message",
6943 "psr",
6944 "psr-17",
6945 "psr-7",
6946 "request",
6947 "response"
6948 ],
6949 "time": "2019-04-30T12:38:16+00:00"
6950 },
6546aca4
JB
6951 {
6952 "name": "psr/http-message",
6953 "version": "1.0.1",
6954 "source": {
6955 "type": "git",
6956 "url": "https://github.com/php-fig/http-message.git",
6957 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6958 },
6959 "dist": {
6960 "type": "zip",
6961 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6962 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6963 "shasum": ""
6964 },
6965 "require": {
6966 "php": ">=5.3.0"
6967 },
6968 "type": "library",
6969 "extra": {
6970 "branch-alias": {
6971 "dev-master": "1.0.x-dev"
6972 }
6973 },
6974 "autoload": {
6975 "psr-4": {
6976 "Psr\\Http\\Message\\": "src/"
6977 }
6978 },
6979 "notification-url": "https://packagist.org/downloads/",
6980 "license": [
6981 "MIT"
6982 ],
6983 "authors": [
6984 {
6985 "name": "PHP-FIG",
6986 "homepage": "http://www.php-fig.org/"
6987 }
6988 ],
6989 "description": "Common interface for HTTP messages",
6990 "homepage": "https://github.com/php-fig/http-message",
6991 "keywords": [
6992 "http",
6993 "http-message",
6994 "psr",
6995 "psr-7",
6996 "request",
6997 "response"
6998 ],
6999 "time": "2016-08-06T14:39:51+00:00"
7000 },
7001 {
7002 "name": "psr/link",
7003 "version": "1.0.0",
7004 "source": {
7005 "type": "git",
7006 "url": "https://github.com/php-fig/link.git",
7007 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
7008 },
7009 "dist": {
7010 "type": "zip",
7011 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
7012 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
7013 "shasum": ""
7014 },
7015 "require": {
7016 "php": ">=5.3.0"
7017 },
7018 "type": "library",
7019 "extra": {
7020 "branch-alias": {
7021 "dev-master": "1.0.x-dev"
7022 }
7023 },
7024 "autoload": {
7025 "psr-4": {
7026 "Psr\\Link\\": "src/"
7027 }
7028 },
7029 "notification-url": "https://packagist.org/downloads/",
7030 "license": [
7031 "MIT"
7032 ],
7033 "authors": [
7034 {
7035 "name": "PHP-FIG",
7036 "homepage": "http://www.php-fig.org/"
7037 }
7038 ],
7039 "description": "Common interfaces for HTTP links",
7040 "keywords": [
7041 "http",
7042 "http-link",
7043 "link",
7044 "psr",
7045 "psr-13",
7046 "rest"
7047 ],
7048 "time": "2016-10-28T16:06:13+00:00"
7049 },
7050 {
7051 "name": "psr/log",
ddd3700c 7052 "version": "1.1.2",
6546aca4
JB
7053 "source": {
7054 "type": "git",
7055 "url": "https://github.com/php-fig/log.git",
ddd3700c 7056 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
6546aca4
JB
7057 },
7058 "dist": {
7059 "type": "zip",
ddd3700c 7060 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
7061 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
6546aca4
JB
7062 "shasum": ""
7063 },
7064 "require": {
7065 "php": ">=5.3.0"
7066 },
7067 "type": "library",
7068 "extra": {
7069 "branch-alias": {
ddd3700c 7070 "dev-master": "1.1.x-dev"
6546aca4
JB
7071 }
7072 },
7073 "autoload": {
7074 "psr-4": {
7075 "Psr\\Log\\": "Psr/Log/"
7076 }
7077 },
7078 "notification-url": "https://packagist.org/downloads/",
7079 "license": [
7080 "MIT"
7081 ],
7082 "authors": [
7083 {
7084 "name": "PHP-FIG",
7085 "homepage": "http://www.php-fig.org/"
7086 }
7087 ],
7088 "description": "Common interface for logging libraries",
7089 "homepage": "https://github.com/php-fig/log",
7090 "keywords": [
7091 "log",
7092 "psr",
7093 "psr-3"
7094 ],
ddd3700c 7095 "time": "2019-11-01T11:05:21+00:00"
6546aca4
JB
7096 },
7097 {
7098 "name": "psr/simple-cache",
7099 "version": "1.0.1",
7100 "source": {
7101 "type": "git",
7102 "url": "https://github.com/php-fig/simple-cache.git",
7103 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7104 },
7105 "dist": {
7106 "type": "zip",
7107 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7108 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7109 "shasum": ""
7110 },
7111 "require": {
7112 "php": ">=5.3.0"
7113 },
7114 "type": "library",
7115 "extra": {
7116 "branch-alias": {
7117 "dev-master": "1.0.x-dev"
7118 }
7119 },
7120 "autoload": {
7121 "psr-4": {
7122 "Psr\\SimpleCache\\": "src/"
7123 }
7124 },
7125 "notification-url": "https://packagist.org/downloads/",
7126 "license": [
7127 "MIT"
7128 ],
7129 "authors": [
7130 {
7131 "name": "PHP-FIG",
7132 "homepage": "http://www.php-fig.org/"
7133 }
7134 ],
7135 "description": "Common interfaces for simple caching",
7136 "keywords": [
7137 "cache",
7138 "caching",
7139 "psr",
7140 "psr-16",
7141 "simple-cache"
7142 ],
7143 "time": "2017-10-23T01:57:42+00:00"
7144 },
7145 {
7146 "name": "ralouphie/getallheaders",
154d0974 7147 "version": "3.0.3",
6546aca4
JB
7148 "source": {
7149 "type": "git",
7150 "url": "https://github.com/ralouphie/getallheaders.git",
154d0974 7151 "reference": "120b605dfeb996808c31b6477290a714d356e822"
6546aca4
JB
7152 },
7153 "dist": {
7154 "type": "zip",
154d0974
JB
7155 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7156 "reference": "120b605dfeb996808c31b6477290a714d356e822",
6546aca4
JB
7157 "shasum": ""
7158 },
7159 "require": {
154d0974 7160 "php": ">=5.6"
6546aca4
JB
7161 },
7162 "require-dev": {
154d0974
JB
7163 "php-coveralls/php-coveralls": "^2.1",
7164 "phpunit/phpunit": "^5 || ^6.5"
6546aca4
JB
7165 },
7166 "type": "library",
7167 "autoload": {
7168 "files": [
7169 "src/getallheaders.php"
7170 ]
7171 },
7172 "notification-url": "https://packagist.org/downloads/",
7173 "license": [
7174 "MIT"
7175 ],
7176 "authors": [
7177 {
7178 "name": "Ralph Khattar",
7179 "email": "ralph.khattar@gmail.com"
7180 }
7181 ],
7182 "description": "A polyfill for getallheaders.",
154d0974 7183 "time": "2019-03-08T08:55:37+00:00"
6546aca4 7184 },
955a3bde
JB
7185 {
7186 "name": "ramsey/uuid",
6ba1d734 7187 "version": "3.9.2",
955a3bde
JB
7188 "source": {
7189 "type": "git",
7190 "url": "https://github.com/ramsey/uuid.git",
6ba1d734 7191 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb"
955a3bde
JB
7192 },
7193 "dist": {
7194 "type": "zip",
6ba1d734
JB
7195 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7779489a47d443f845271badbdcedfe4df8e06fb",
7196 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb",
955a3bde
JB
7197 "shasum": ""
7198 },
7199 "require": {
6ba1d734
JB
7200 "ext-json": "*",
7201 "paragonie/random_compat": "^1 | ^2 | 9.99.99",
7202 "php": "^5.4 | ^7 | ^8",
955a3bde
JB
7203 "symfony/polyfill-ctype": "^1.8"
7204 },
7205 "replace": {
7206 "rhumsaa/uuid": "self.version"
7207 },
7208 "require-dev": {
6ba1d734
JB
7209 "codeception/aspect-mock": "^1 | ^2",
7210 "doctrine/annotations": "^1.2",
7211 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
7212 "jakub-onderka/php-parallel-lint": "^1",
7213 "mockery/mockery": "^0.9.11 | ^1",
955a3bde 7214 "moontoast/math": "^1.1",
6ba1d734
JB
7215 "paragonie/random-lib": "^2",
7216 "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
7217 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
7218 "squizlabs/php_codesniffer": "^3.5"
955a3bde
JB
7219 },
7220 "suggest": {
7221 "ext-ctype": "Provides support for PHP Ctype functions",
7222 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
6ba1d734 7223 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
955a3bde 7224 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
955a3bde 7225 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
6ba1d734 7226 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
955a3bde
JB
7227 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
7228 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7229 },
7230 "type": "library",
7231 "extra": {
7232 "branch-alias": {
7233 "dev-master": "3.x-dev"
7234 }
7235 },
7236 "autoload": {
7237 "psr-4": {
7238 "Ramsey\\Uuid\\": "src/"
6ba1d734
JB
7239 },
7240 "files": [
7241 "src/functions.php"
7242 ]
955a3bde
JB
7243 },
7244 "notification-url": "https://packagist.org/downloads/",
7245 "license": [
7246 "MIT"
7247 ],
7248 "authors": [
6ba1d734
JB
7249 {
7250 "name": "Ben Ramsey",
7251 "email": "ben@benramsey.com",
7252 "homepage": "https://benramsey.com"
7253 },
955a3bde
JB
7254 {
7255 "name": "Marijn Huizendveld",
7256 "email": "marijn.huizendveld@gmail.com"
7257 },
7258 {
7259 "name": "Thibaud Fabre",
7260 "email": "thibaud@aztech.io"
955a3bde
JB
7261 }
7262 ],
7263 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
7264 "homepage": "https://github.com/ramsey/uuid",
7265 "keywords": [
7266 "guid",
7267 "identifier",
7268 "uuid"
7269 ],
6ba1d734 7270 "time": "2019-12-17T08:18:51+00:00"
955a3bde 7271 },
6546aca4
JB
7272 {
7273 "name": "react/promise",
7274 "version": "v2.7.1",
7275 "source": {
7276 "type": "git",
7277 "url": "https://github.com/reactphp/promise.git",
7278 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
7279 },
7280 "dist": {
7281 "type": "zip",
7282 "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7283 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7284 "shasum": ""
7285 },
7286 "require": {
7287 "php": ">=5.4.0"
7288 },
7289 "require-dev": {
7290 "phpunit/phpunit": "~4.8"
7291 },
7292 "type": "library",
7293 "autoload": {
7294 "psr-4": {
7295 "React\\Promise\\": "src/"
7296 },
7297 "files": [
7298 "src/functions_include.php"
7299 ]
7300 },
7301 "notification-url": "https://packagist.org/downloads/",
7302 "license": [
7303 "MIT"
7304 ],
7305 "authors": [
7306 {
7307 "name": "Jan Sorgalla",
7308 "email": "jsorgalla@gmail.com"
7309 }
7310 ],
7311 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7312 "keywords": [
7313 "promise",
7314 "promises"
7315 ],
7316 "time": "2019-01-07T21:25:54+00:00"
7317 },
7318 {
7319 "name": "scheb/two-factor-bundle",
725a702e 7320 "version": "v4.11.1",
6546aca4
JB
7321 "source": {
7322 "type": "git",
7323 "url": "https://github.com/scheb/two-factor-bundle.git",
725a702e 7324 "reference": "f9198cfcd5b2a92691926fd10406e8817232ac16"
6546aca4
JB
7325 },
7326 "dist": {
7327 "type": "zip",
725a702e 7328 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/f9198cfcd5b2a92691926fd10406e8817232ac16",
7329 "reference": "f9198cfcd5b2a92691926fd10406e8817232ac16",
6546aca4
JB
7330 "shasum": ""
7331 },
7332 "require": {
7333 "lcobucci/jwt": "^3.2",
28378675 7334 "paragonie/constant_time_encoding": "^2.2",
6546aca4 7335 "php": "^7.1.3",
33aa6ef1 7336 "spomky-labs/otphp": "^9.1|^10.0",
8d84ed16 7337 "symfony/config": "^3.4|^4.0|^5.0",
7338 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7339 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7340 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
7341 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7342 "symfony/http-kernel": "^3.4|^4.0|^5.0",
7343 "symfony/property-access": "^3.4|^4.0|^5.0",
7344 "symfony/security-bundle": "^3.4|^4.0|^5.0",
7345 "symfony/twig-bundle": "^3.4|^4.0|^5.0"
6546aca4
JB
7346 },
7347 "require-dev": {
7348 "doctrine/lexer": "^1.0.1",
7349 "doctrine/orm": "^2.6",
8d4ed0df 7350 "escapestudios/symfony2-coding-standard": "^3.9",
6546aca4 7351 "phpunit/phpunit": "^7.0|^8.0",
8d4ed0df 7352 "squizlabs/php_codesniffer": "^3.5",
6546aca4 7353 "swiftmailer/swiftmailer": "^6.0",
8d84ed16 7354 "symfony/yaml": "^3.4|^4.0|^5.0"
6546aca4
JB
7355 },
7356 "type": "symfony-bundle",
7357 "autoload": {
7358 "psr-4": {
7359 "Scheb\\TwoFactorBundle\\": ""
8d4ed0df
JB
7360 },
7361 "exclude-from-classmap": [
7362 "/Tests/"
7363 ]
6546aca4
JB
7364 },
7365 "notification-url": "https://packagist.org/downloads/",
7366 "license": [
7367 "MIT"
7368 ],
7369 "authors": [
7370 {
7371 "name": "Christian Scheb",
7372 "email": "me@christianscheb.de"
7373 }
7374 ],
7375 "description": "Provides two-factor authentication for Symfony applications",
7376 "homepage": "https://github.com/scheb/two-factor-bundle",
7377 "keywords": [
7378 "Authentication",
7379 "security",
7380 "symfony",
7381 "two-factor",
7382 "two-step"
7383 ],
725a702e 7384 "time": "2019-12-19T12:07:42+00:00"
6546aca4
JB
7385 },
7386 {
7387 "name": "sensio/distribution-bundle",
e06303d8 7388 "version": "v5.0.25",
6546aca4
JB
7389 "source": {
7390 "type": "git",
7391 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
e06303d8 7392 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
6546aca4
JB
7393 },
7394 "dist": {
7395 "type": "zip",
e06303d8 7396 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7397 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
6546aca4
JB
7398 "shasum": ""
7399 },
7400 "require": {
7401 "php": ">=5.3.9",
e06303d8 7402 "sensiolabs/security-checker": "~5.0|~6.0",
6546aca4
JB
7403 "symfony/class-loader": "~2.3|~3.0",
7404 "symfony/config": "~2.3|~3.0",
7405 "symfony/dependency-injection": "~2.3|~3.0",
7406 "symfony/filesystem": "~2.3|~3.0",
7407 "symfony/http-kernel": "~2.3|~3.0",
7408 "symfony/process": "~2.3|~3.0"
7409 },
7410 "type": "symfony-bundle",
7411 "extra": {
7412 "branch-alias": {
7413 "dev-master": "5.0.x-dev"
7414 }
7415 },
7416 "autoload": {
7417 "psr-4": {
7418 "Sensio\\Bundle\\DistributionBundle\\": ""
7419 }
7420 },
7421 "notification-url": "https://packagist.org/downloads/",
7422 "license": [
7423 "MIT"
7424 ],
7425 "authors": [
7426 {
7427 "name": "Fabien Potencier",
7428 "email": "fabien@symfony.com"
7429 }
7430 ],
7431 "description": "Base bundle for Symfony Distributions",
7432 "keywords": [
7433 "configuration",
7434 "distribution"
7435 ],
e06303d8 7436 "time": "2019-06-18T15:43:58+00:00"
6546aca4
JB
7437 },
7438 {
7439 "name": "sensio/framework-extra-bundle",
d0cf488d 7440 "version": "v5.4.1",
6546aca4
JB
7441 "source": {
7442 "type": "git",
7443 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
d0cf488d 7444 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
6546aca4
JB
7445 },
7446 "dist": {
7447 "type": "zip",
d0cf488d
JB
7448 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7449 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
6546aca4
JB
7450 "shasum": ""
7451 },
7452 "require": {
7453 "doctrine/annotations": "^1.0",
7454 "doctrine/persistence": "^1.0",
7455 "php": ">=7.1.3",
2c8dcab7 7456 "symfony/config": "^3.4|^4.3",
7457 "symfony/dependency-injection": "^3.4|^4.3",
7458 "symfony/framework-bundle": "^3.4|^4.3",
7459 "symfony/http-kernel": "^3.4|^4.3"
6546aca4
JB
7460 },
7461 "require-dev": {
7462 "doctrine/doctrine-bundle": "^1.6",
7463 "doctrine/orm": "^2.5",
7464 "nyholm/psr7": "^1.1",
2c8dcab7 7465 "symfony/browser-kit": "^3.4|^4.3",
7466 "symfony/dom-crawler": "^3.4|^4.3",
7467 "symfony/expression-language": "^3.4|^4.3",
7468 "symfony/finder": "^3.4|^4.3",
6546aca4
JB
7469 "symfony/monolog-bridge": "^3.0|^4.0",
7470 "symfony/monolog-bundle": "^3.2",
7471 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7472 "symfony/psr-http-message-bridge": "^1.1",
2c8dcab7 7473 "symfony/security-bundle": "^3.4|^4.3",
7474 "symfony/twig-bundle": "^3.4|^4.3",
7475 "symfony/yaml": "^3.4|^4.3",
6546aca4
JB
7476 "twig/twig": "~1.12|~2.0"
7477 },
7478 "suggest": {
7479 "symfony/expression-language": "",
7480 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7481 "symfony/security-bundle": ""
7482 },
7483 "type": "symfony-bundle",
7484 "extra": {
7485 "branch-alias": {
2c8dcab7 7486 "dev-master": "5.4.x-dev"
6546aca4
JB
7487 }
7488 },
7489 "autoload": {
7490 "psr-4": {
7491 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7492 }
7493 },
7494 "notification-url": "https://packagist.org/downloads/",
7495 "license": [
7496 "MIT"
7497 ],
7498 "authors": [
7499 {
7500 "name": "Fabien Potencier",
7501 "email": "fabien@symfony.com"
7502 }
7503 ],
7504 "description": "This bundle provides a way to configure your controllers with annotations",
7505 "keywords": [
7506 "annotations",
7507 "controllers"
7508 ],
d0cf488d 7509 "time": "2019-07-08T08:31:25+00:00"
6546aca4
JB
7510 },
7511 {
7512 "name": "sensiolabs/security-checker",
8d4ed0df 7513 "version": "v6.0.3",
6546aca4
JB
7514 "source": {
7515 "type": "git",
7516 "url": "https://github.com/sensiolabs/security-checker.git",
8d4ed0df 7517 "reference": "a576c01520d9761901f269c4934ba55448be4a54"
6546aca4
JB
7518 },
7519 "dist": {
7520 "type": "zip",
8d4ed0df
JB
7521 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
7522 "reference": "a576c01520d9761901f269c4934ba55448be4a54",
6546aca4
JB
7523 "shasum": ""
7524 },
7525 "require": {
e06303d8 7526 "php": ">=7.1.3",
8d4ed0df
JB
7527 "symfony/console": "^2.8|^3.4|^4.2|^5.0",
7528 "symfony/http-client": "^4.3|^5.0",
7529 "symfony/mime": "^4.3|^5.0",
e06303d8 7530 "symfony/polyfill-ctype": "^1.11"
6546aca4
JB
7531 },
7532 "bin": [
7533 "security-checker"
7534 ],
7535 "type": "library",
7536 "extra": {
7537 "branch-alias": {
e06303d8 7538 "dev-master": "6.0-dev"
6546aca4
JB
7539 }
7540 },
7541 "autoload": {
7542 "psr-4": {
7543 "SensioLabs\\Security\\": "SensioLabs/Security"
7544 }
7545 },
7546 "notification-url": "https://packagist.org/downloads/",
7547 "license": [
7548 "MIT"
7549 ],
7550 "authors": [
7551 {
7552 "name": "Fabien Potencier",
7553 "email": "fabien.potencier@gmail.com"
7554 }
7555 ],
7556 "description": "A security checker for your composer.lock",
8d4ed0df 7557 "time": "2019-11-01T13:20:14+00:00"
6546aca4 7558 },
955a3bde
JB
7559 {
7560 "name": "sentry/sdk",
eb0fa190 7561 "version": "2.0.4",
955a3bde
JB
7562 "source": {
7563 "type": "git",
7564 "url": "https://github.com/getsentry/sentry-php-sdk.git",
eb0fa190 7565 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
955a3bde
JB
7566 },
7567 "dist": {
7568 "type": "zip",
eb0fa190 7569 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7570 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
955a3bde
JB
7571 "shasum": ""
7572 },
7573 "require": {
7574 "http-interop/http-factory-guzzle": "^1.0",
7575 "php-http/curl-client": "^1.0|^2.0",
eb0fa190 7576 "sentry/sentry": "^2.1.3"
955a3bde
JB
7577 },
7578 "type": "metapackage",
7579 "notification-url": "https://packagist.org/downloads/",
7580 "license": [
7581 "MIT"
7582 ],
7583 "authors": [
7584 {
7585 "name": "Sentry",
7586 "email": "accounts@sentry.io"
7587 }
7588 ],
7589 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
eb0fa190 7590 "time": "2019-09-09T19:54:44+00:00"
955a3bde
JB
7591 },
7592 {
7593 "name": "sentry/sentry",
6ba1d734 7594 "version": "2.2.5",
955a3bde
JB
7595 "source": {
7596 "type": "git",
7597 "url": "https://github.com/getsentry/sentry-php.git",
6ba1d734 7598 "reference": "24aa98be497ff089e2d58807ee3db0bb6a021fc2"
955a3bde
JB
7599 },
7600 "dist": {
7601 "type": "zip",
6ba1d734
JB
7602 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/24aa98be497ff089e2d58807ee3db0bb6a021fc2",
7603 "reference": "24aa98be497ff089e2d58807ee3db0bb6a021fc2",
955a3bde
JB
7604 "shasum": ""
7605 },
7606 "require": {
7607 "ext-json": "*",
7608 "ext-mbstring": "*",
eb0fa190 7609 "guzzlehttp/promises": "^1.3",
955a3bde
JB
7610 "jean85/pretty-package-versions": "^1.2",
7611 "php": "^7.1",
7612 "php-http/async-client-implementation": "^1.0",
7613 "php-http/client-common": "^1.5|^2.0",
7614 "php-http/discovery": "^1.6.1",
7615 "php-http/httplug": "^1.1|^2.0",
7616 "php-http/message": "^1.5",
7617 "psr/http-message-implementation": "^1.0",
7618 "ramsey/uuid": "^3.3",
6ba1d734
JB
7619 "symfony/options-resolver": "^2.7|^3.0|^4.0|^5.0",
7620 "zendframework/zend-diactoros": "^1.7.1|^2.0"
955a3bde
JB
7621 },
7622 "conflict": {
7623 "php-http/client-common": "1.8.0",
7624 "raven/raven": "*"
7625 },
7626 "require-dev": {
7627 "friendsofphp/php-cs-fixer": "^2.13",
7628 "monolog/monolog": "^1.3|^2.0",
7629 "php-http/mock-client": "^1.0",
eb0fa190 7630 "phpstan/extension-installer": "^1.0",
7631 "phpstan/phpstan": "^0.11",
7632 "phpstan/phpstan-phpunit": "^0.11",
7633 "phpunit/phpunit": "^7.5",
6ba1d734 7634 "symfony/phpunit-bridge": "^4.3|^5.0",
eb0fa190 7635 "vimeo/psalm": "^3.4"
955a3bde 7636 },
8d4ed0df
JB
7637 "suggest": {
7638 "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
7639 },
955a3bde
JB
7640 "type": "library",
7641 "extra": {
7642 "branch-alias": {
eb0fa190 7643 "dev-develop": "2.2-dev"
955a3bde
JB
7644 }
7645 },
7646 "autoload": {
7647 "files": [
eb0fa190 7648 "src/functions.php"
955a3bde
JB
7649 ],
7650 "psr-4": {
7651 "Sentry\\": "src/"
7652 }
7653 },
7654 "notification-url": "https://packagist.org/downloads/",
7655 "license": [
7656 "BSD-3-Clause"
7657 ],
7658 "authors": [
7659 {
7660 "name": "Sentry",
7661 "email": "accounts@sentry.io"
7662 }
7663 ],
7664 "description": "A PHP SDK for Sentry (http://sentry.io)",
7665 "homepage": "http://sentry.io",
7666 "keywords": [
7667 "crash-reporting",
7668 "crash-reports",
7669 "error-handler",
7670 "error-monitoring",
7671 "log",
7672 "logging",
7673 "sentry"
7674 ],
6ba1d734 7675 "time": "2019-11-27T08:37:42+00:00"
955a3bde
JB
7676 },
7677 {
7678 "name": "sentry/sentry-symfony",
eb0fa190 7679 "version": "3.2.0",
955a3bde
JB
7680 "source": {
7681 "type": "git",
7682 "url": "https://github.com/getsentry/sentry-symfony.git",
eb0fa190 7683 "reference": "62d5c9d280044283d898d262bdae4062d02039bc"
955a3bde
JB
7684 },
7685 "dist": {
7686 "type": "zip",
eb0fa190 7687 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/62d5c9d280044283d898d262bdae4062d02039bc",
7688 "reference": "62d5c9d280044283d898d262bdae4062d02039bc",
955a3bde
JB
7689 "shasum": ""
7690 },
7691 "require": {
7692 "jean85/pretty-package-versions": "^1.0",
7693 "php": "^7.1",
7694 "sentry/sdk": "^2.0",
4ef4b64c 7695 "symfony/config": "^2.8||^3.0||^4.0",
7696 "symfony/console": "^2.8||^3.0||^4.0",
7697 "symfony/dependency-injection": "^2.8||^3.0||^4.0",
7698 "symfony/event-dispatcher": "^2.8||^3.0||^4.0",
7699 "symfony/http-kernel": "^2.8||^3.0||^4.0",
7700 "symfony/security-core": "^2.8||^3.0||^4.0"
955a3bde
JB
7701 },
7702 "require-dev": {
7703 "friendsofphp/php-cs-fixer": "^2.8",
7704 "jangregor/phpstan-prophecy": "^0.3.0",
eb0fa190 7705 "monolog/monolog": "^1.11||^2.0",
955a3bde
JB
7706 "php-http/mock-client": "^1.0",
7707 "phpstan/phpstan": "^0.11",
7708 "phpstan/phpstan-phpunit": "^0.11",
7709 "phpunit/phpunit": "^7.5",
7710 "scrutinizer/ocular": "^1.4",
4ef4b64c 7711 "symfony/expression-language": "^2.8||^3.0||^4.0"
955a3bde 7712 },
eb0fa190 7713 "suggest": {
7714 "monolog/monolog": "Required to use the Monolog handler"
7715 },
955a3bde
JB
7716 "type": "symfony-bundle",
7717 "extra": {
7718 "branch-alias": {
7719 "master": "3.x-dev",
7720 "releases/2.x": "2.x-dev",
7721 "releases/1.x": "1.x-dev"
7722 }
7723 },
7724 "autoload": {
7725 "psr-4": {
7726 "Sentry\\SentryBundle\\": "src/"
7727 }
7728 },
7729 "notification-url": "https://packagist.org/downloads/",
7730 "license": [
7731 "Apache-2.0"
7732 ],
7733 "authors": [
7734 {
7735 "name": "David Cramer",
7736 "email": "dcramer@gmail.com"
7737 },
7738 {
7739 "name": "Alessandro Lai",
7740 "email": "alessandro.lai85@gmail.com"
7741 }
7742 ],
7743 "description": "Symfony integration for Sentry (http://getsentry.com)",
7744 "homepage": "http://getsentry.com",
7745 "keywords": [
7746 "errors",
7747 "logging",
7748 "sentry",
7749 "symfony"
7750 ],
eb0fa190 7751 "time": "2019-10-04T13:26:24+00:00"
955a3bde 7752 },
6546aca4
JB
7753 {
7754 "name": "simplepie/simplepie",
987237d5 7755 "version": "1.5.3",
6546aca4
JB
7756 "source": {
7757 "type": "git",
7758 "url": "https://github.com/simplepie/simplepie.git",
987237d5 7759 "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6"
6546aca4
JB
7760 },
7761 "dist": {
7762 "type": "zip",
987237d5
JB
7763 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/173663382a9346acd53df60c7ffb20689c9cf1f6",
7764 "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6",
6546aca4
JB
7765 "shasum": ""
7766 },
7767 "require": {
7768 "ext-pcre": "*",
7769 "ext-xml": "*",
7770 "ext-xmlreader": "*",
7771 "php": ">=5.6.0"
7772 },
7773 "require-dev": {
7774 "phpunit/phpunit": "~5.4.3 || ~6.5"
7775 },
7776 "suggest": {
7777 "ext-curl": "",
7778 "ext-iconv": "",
7779 "ext-intl": "",
7780 "ext-mbstring": "",
7781 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
7782 },
7783 "type": "library",
7784 "autoload": {
7785 "psr-0": {
7786 "SimplePie": "library"
7787 }
7788 },
7789 "notification-url": "https://packagist.org/downloads/",
7790 "license": [
7791 "BSD-3-Clause"
7792 ],
7793 "authors": [
7794 {
7795 "name": "Ryan Parman",
cc7b2b91 7796 "homepage": "http://ryanparman.com/",
7797 "role": "Creator, alumnus developer"
6546aca4
JB
7798 },
7799 {
7800 "name": "Geoffrey Sneddon",
cc7b2b91 7801 "homepage": "http://gsnedders.com/",
7802 "role": "Alumnus developer"
6546aca4
JB
7803 },
7804 {
7805 "name": "Ryan McCue",
7806 "email": "me@ryanmccue.info",
cc7b2b91 7807 "homepage": "http://ryanmccue.info/",
7808 "role": "Developer"
6546aca4
JB
7809 }
7810 ],
7811 "description": "A simple Atom/RSS parsing library for PHP",
7812 "homepage": "http://simplepie.org/",
7813 "keywords": [
7814 "atom",
7815 "feeds",
7816 "rss"
7817 ],
987237d5 7818 "time": "2019-09-22T23:21:30+00:00"
6546aca4
JB
7819 },
7820 {
7821 "name": "smalot/pdfparser",
7822 "version": "v0.14.0",
7823 "source": {
7824 "type": "git",
7825 "url": "https://github.com/smalot/pdfparser.git",
7826 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f"
7827 },
7828 "dist": {
7829 "type": "zip",
7830 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/ec72a99028ba5e21a0acad92047b85e128cbf81f",
7831 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f",
7832 "shasum": ""
7833 },
7834 "require": {
7835 "ext-mbstring": "*",
7836 "ext-zlib": "*",
7837 "php": ">=5.3.0",
7838 "tecnickcom/tcpdf": "~6.0"
7839 },
7840 "require-dev": {
7841 "atoum/atoum": "^2.8 | ^3.0"
7842 },
7843 "type": "library",
7844 "autoload": {
7845 "psr-0": {
7846 "Smalot\\PdfParser\\": "src/"
7847 }
7848 },
7849 "notification-url": "https://packagist.org/downloads/",
7850 "license": [
7851 "LGPL-3.0"
7852 ],
7853 "authors": [
7854 {
34154ecf 7855 "name": "Sebastien Malot",
6546aca4
JB
7856 "email": "sebastien@malot.fr"
7857 }
7858 ],
7859 "description": "Pdf parser library. Can read and extract information from pdf file.",
7860 "homepage": "http://www.pdfparser.org",
7861 "keywords": [
7862 "extract",
7863 "parse",
7864 "parser",
7865 "pdf",
7866 "text"
7867 ],
7868 "time": "2019-01-23T09:14:37+00:00"
7869 },
7870 {
28378675 7871 "name": "spomky-labs/otphp",
7872 "version": "v9.1.4",
6546aca4
JB
7873 "source": {
7874 "type": "git",
28378675 7875 "url": "https://github.com/Spomky-Labs/otphp.git",
7876 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
6546aca4
JB
7877 },
7878 "dist": {
7879 "type": "zip",
28378675 7880 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
7881 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
6546aca4
JB
7882 "shasum": ""
7883 },
7884 "require": {
28378675 7885 "beberlei/assert": "^2.4|^3.0",
7886 "paragonie/constant_time_encoding": "^2.0",
6546aca4
JB
7887 "php": "^7.1"
7888 },
7889 "require-dev": {
28378675 7890 "phpunit/phpunit": "^6.0",
7891 "satooshi/php-coveralls": "^1.0"
6546aca4
JB
7892 },
7893 "type": "library",
7894 "extra": {
7895 "branch-alias": {
28378675 7896 "dev-master": "9.0.x-dev"
6546aca4
JB
7897 }
7898 },
7899 "autoload": {
7900 "psr-4": {
28378675 7901 "OTPHP\\": "src/"
6546aca4
JB
7902 }
7903 },
7904 "notification-url": "https://packagist.org/downloads/",
7905 "license": [
7906 "MIT"
7907 ],
7908 "authors": [
7909 {
28378675 7910 "name": "Florent Morselli",
7911 "homepage": "https://github.com/Spomky"
6546aca4
JB
7912 },
7913 {
28378675 7914 "name": "All contributors",
7915 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
6546aca4
JB
7916 }
7917 ],
28378675 7918 "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",
7919 "homepage": "https://github.com/Spomky-Labs/otphp",
6546aca4 7920 "keywords": [
28378675 7921 "FreeOTP",
7922 "RFC 4226",
7923 "RFC 6238",
7924 "google authenticator",
7925 "hotp",
7926 "otp",
7927 "totp"
6546aca4 7928 ],
28378675 7929 "time": "2019-03-18T10:08:51+00:00"
6546aca4
JB
7930 },
7931 {
7932 "name": "stof/doctrine-extensions-bundle",
7933 "version": "v1.3.0",
7934 "source": {
7935 "type": "git",
7936 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
7937 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
7938 },
7939 "dist": {
7940 "type": "zip",
7941 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7942 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7943 "shasum": ""
7944 },
7945 "require": {
7946 "gedmo/doctrine-extensions": "^2.3.4",
7947 "php": ">=5.3.2",
7948 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
7949 },
7950 "require-dev": {
7951 "symfony/phpunit-bridge": "^4.0",
7952 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
7953 },
7954 "suggest": {
7955 "doctrine/doctrine-bundle": "to use the ORM extensions",
7956 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
7957 },
7958 "type": "symfony-bundle",
7959 "extra": {
7960 "branch-alias": {
7961 "dev-master": "1.3.x-dev"
7962 }
7963 },
7964 "autoload": {
7965 "psr-4": {
7966 "Stof\\DoctrineExtensionsBundle\\": ""
7967 }
7968 },
7969 "notification-url": "https://packagist.org/downloads/",
7970 "license": [
7971 "MIT"
7972 ],
7973 "authors": [
7974 {
7975 "name": "Christophe Coevoet",
7976 "email": "stof@notk.org"
7977 }
7978 ],
7979 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
7980 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
7981 "keywords": [
7982 "behaviors",
7983 "doctrine2",
7984 "extensions",
7985 "gedmo",
7986 "loggable",
7987 "nestedset",
7988 "sluggable",
7989 "sortable",
7990 "timestampable",
7991 "translatable",
7992 "tree"
7993 ],
7994 "time": "2017-12-24T16:06:50+00:00"
7995 },
7996 {
7997 "name": "swiftmailer/swiftmailer",
8d4ed0df 7998 "version": "v6.2.3",
6546aca4
JB
7999 "source": {
8000 "type": "git",
8001 "url": "https://github.com/swiftmailer/swiftmailer.git",
8d4ed0df 8002 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
6546aca4
JB
8003 },
8004 "dist": {
8005 "type": "zip",
8d4ed0df
JB
8006 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
8007 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
6546aca4
JB
8008 "shasum": ""
8009 },
8010 "require": {
8011 "egulias/email-validator": "~2.0",
8012 "php": ">=7.0.0",
8013 "symfony/polyfill-iconv": "^1.0",
8014 "symfony/polyfill-intl-idn": "^1.10",
8015 "symfony/polyfill-mbstring": "^1.0"
8016 },
8017 "require-dev": {
8018 "mockery/mockery": "~0.9.1",
8019 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
8020 },
8021 "suggest": {
8022 "ext-intl": "Needed to support internationalized email addresses",
8023 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
8024 },
8025 "type": "library",
8026 "extra": {
8027 "branch-alias": {
8028 "dev-master": "6.2-dev"
8029 }
8030 },
8031 "autoload": {
8032 "files": [
8033 "lib/swift_required.php"
8034 ]
8035 },
8036 "notification-url": "https://packagist.org/downloads/",
8037 "license": [
8038 "MIT"
8039 ],
8040 "authors": [
8041 {
8042 "name": "Chris Corbyn"
8043 },
8044 {
8045 "name": "Fabien Potencier",
8046 "email": "fabien@symfony.com"
8047 }
8048 ],
8049 "description": "Swiftmailer, free feature-rich PHP mailer",
8050 "homepage": "https://swiftmailer.symfony.com",
8051 "keywords": [
8052 "email",
8053 "mail",
8054 "mailer"
8055 ],
8d4ed0df 8056 "time": "2019-11-12T09:31:26+00:00"
6546aca4 8057 },
e06303d8 8058 {
8059 "name": "symfony/http-client",
6ba1d734 8060 "version": "v4.4.1",
e06303d8 8061 "source": {
8062 "type": "git",
8063 "url": "https://github.com/symfony/http-client.git",
6ba1d734 8064 "reference": "6c235cf15d8b516b41204a28d555685191409729"
e06303d8 8065 },
8066 "dist": {
8067 "type": "zip",
6ba1d734
JB
8068 "url": "https://api.github.com/repos/symfony/http-client/zipball/6c235cf15d8b516b41204a28d555685191409729",
8069 "reference": "6c235cf15d8b516b41204a28d555685191409729",
e06303d8 8070 "shasum": ""
8071 },
8072 "require": {
8073 "php": "^7.1.3",
8074 "psr/log": "^1.0",
6ba1d734
JB
8075 "symfony/http-client-contracts": "^1.1.8|^2",
8076 "symfony/polyfill-php73": "^1.11",
8077 "symfony/service-contracts": "^1.0|^2"
e06303d8 8078 },
8079 "provide": {
6ba1d734
JB
8080 "php-http/async-client-implementation": "*",
8081 "php-http/client-implementation": "*",
e06303d8 8082 "psr/http-client-implementation": "1.0",
8083 "symfony/http-client-implementation": "1.1"
8084 },
8085 "require-dev": {
6ba1d734 8086 "guzzlehttp/promises": "^1.3.1",
e06303d8 8087 "nyholm/psr7": "^1.0",
6ba1d734 8088 "php-http/httplug": "^1.0|^2.0",
e06303d8 8089 "psr/http-client": "^1.0",
6ba1d734
JB
8090 "symfony/dependency-injection": "^4.3|^5.0",
8091 "symfony/http-kernel": "^4.4",
8092 "symfony/process": "^4.2|^5.0"
e06303d8 8093 },
8094 "type": "library",
8095 "extra": {
8096 "branch-alias": {
6ba1d734 8097 "dev-master": "4.4-dev"
e06303d8 8098 }
8099 },
8100 "autoload": {
8101 "psr-4": {
8102 "Symfony\\Component\\HttpClient\\": ""
8103 },
8104 "exclude-from-classmap": [
8105 "/Tests/"
8106 ]
8107 },
8108 "notification-url": "https://packagist.org/downloads/",
8109 "license": [
8110 "MIT"
8111 ],
8112 "authors": [
8113 {
8114 "name": "Nicolas Grekas",
8115 "email": "p@tchwork.com"
8116 },
8117 {
8118 "name": "Symfony Community",
8119 "homepage": "https://symfony.com/contributors"
8120 }
8121 ],
8122 "description": "Symfony HttpClient component",
8123 "homepage": "https://symfony.com",
6ba1d734 8124 "time": "2019-11-29T16:55:58+00:00"
e06303d8 8125 },
8126 {
8127 "name": "symfony/http-client-contracts",
8d4ed0df 8128 "version": "v1.1.8",
e06303d8 8129 "source": {
8130 "type": "git",
8131 "url": "https://github.com/symfony/http-client-contracts.git",
8d4ed0df 8132 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e"
e06303d8 8133 },
8134 "dist": {
8135 "type": "zip",
8d4ed0df
JB
8136 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8137 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
e06303d8 8138 "shasum": ""
8139 },
8140 "require": {
8141 "php": "^7.1.3"
8142 },
8143 "suggest": {
8144 "symfony/http-client-implementation": ""
8145 },
8146 "type": "library",
8147 "extra": {
8148 "branch-alias": {
8149 "dev-master": "1.1-dev"
8150 }
8151 },
8152 "autoload": {
8153 "psr-4": {
8154 "Symfony\\Contracts\\HttpClient\\": ""
8155 }
8156 },
8157 "notification-url": "https://packagist.org/downloads/",
8158 "license": [
8159 "MIT"
8160 ],
8161 "authors": [
8162 {
8163 "name": "Nicolas Grekas",
8164 "email": "p@tchwork.com"
8165 },
8166 {
8167 "name": "Symfony Community",
8168 "homepage": "https://symfony.com/contributors"
8169 }
8170 ],
8171 "description": "Generic abstractions related to HTTP clients",
8172 "homepage": "https://symfony.com",
8173 "keywords": [
8174 "abstractions",
8175 "contracts",
8176 "decoupling",
8177 "interfaces",
8178 "interoperability",
8179 "standards"
8180 ],
8d4ed0df 8181 "time": "2019-11-07T12:44:51+00:00"
e06303d8 8182 },
8183 {
8184 "name": "symfony/mime",
6ba1d734 8185 "version": "v4.4.1",
e06303d8 8186 "source": {
8187 "type": "git",
8188 "url": "https://github.com/symfony/mime.git",
6ba1d734 8189 "reference": "010cc488e56cafe5f7494dea70aea93100c234df"
e06303d8 8190 },
8191 "dist": {
8192 "type": "zip",
6ba1d734
JB
8193 "url": "https://api.github.com/repos/symfony/mime/zipball/010cc488e56cafe5f7494dea70aea93100c234df",
8194 "reference": "010cc488e56cafe5f7494dea70aea93100c234df",
e06303d8 8195 "shasum": ""
8196 },
8197 "require": {
8198 "php": "^7.1.3",
8199 "symfony/polyfill-intl-idn": "^1.10",
8200 "symfony/polyfill-mbstring": "^1.0"
8201 },
d3847ac1
JB
8202 "conflict": {
8203 "symfony/mailer": "<4.4"
8204 },
e06303d8 8205 "require-dev": {
3f2e602f 8206 "egulias/email-validator": "^2.1.10",
d3847ac1 8207 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
e06303d8 8208 },
8209 "type": "library",
8210 "extra": {
8211 "branch-alias": {
d3847ac1 8212 "dev-master": "4.4-dev"
e06303d8 8213 }
8214 },
8215 "autoload": {
8216 "psr-4": {
8217 "Symfony\\Component\\Mime\\": ""
8218 },
8219 "exclude-from-classmap": [
8220 "/Tests/"
8221 ]
8222 },
8223 "notification-url": "https://packagist.org/downloads/",
8224 "license": [
8225 "MIT"
8226 ],
8227 "authors": [
8228 {
8229 "name": "Fabien Potencier",
8230 "email": "fabien@symfony.com"
8231 },
8232 {
8233 "name": "Symfony Community",
8234 "homepage": "https://symfony.com/contributors"
8235 }
8236 ],
8237 "description": "A library to manipulate MIME messages",
8238 "homepage": "https://symfony.com",
8239 "keywords": [
8240 "mime",
8241 "mime-type"
8242 ],
6ba1d734 8243 "time": "2019-11-30T08:27:26+00:00"
e06303d8 8244 },
6546aca4
JB
8245 {
8246 "name": "symfony/monolog-bundle",
9baf99ad 8247 "version": "v3.5.0",
6546aca4
JB
8248 "source": {
8249 "type": "git",
8250 "url": "https://github.com/symfony/monolog-bundle.git",
9baf99ad 8251 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
6546aca4
JB
8252 },
8253 "dist": {
8254 "type": "zip",
9baf99ad 8255 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8256 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
6546aca4
JB
8257 "shasum": ""
8258 },
8259 "require": {
9baf99ad 8260 "monolog/monolog": "~1.22 || ~2.0",
6546aca4 8261 "php": ">=5.6",
9baf99ad 8262 "symfony/config": "~3.4 || ~4.0 || ^5.0",
8263 "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
8264 "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
8265 "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
6546aca4
JB
8266 },
8267 "require-dev": {
9baf99ad 8268 "symfony/console": "~3.4 || ~4.0 || ^5.0",
8269 "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
8270 "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
6546aca4
JB
8271 },
8272 "type": "symfony-bundle",
8273 "extra": {
8274 "branch-alias": {
8275 "dev-master": "3.x-dev"
8276 }
8277 },
8278 "autoload": {
8279 "psr-4": {
8280 "Symfony\\Bundle\\MonologBundle\\": ""
8281 },
8282 "exclude-from-classmap": [
8283 "/Tests/"
8284 ]
8285 },
8286 "notification-url": "https://packagist.org/downloads/",
8287 "license": [
8288 "MIT"
8289 ],
8290 "authors": [
6546aca4
JB
8291 {
8292 "name": "Fabien Potencier",
8293 "email": "fabien@symfony.com"
9baf99ad 8294 },
8295 {
8296 "name": "Symfony Community",
8297 "homepage": "http://symfony.com/contributors"
6546aca4
JB
8298 }
8299 ],
8300 "description": "Symfony MonologBundle",
8301 "homepage": "http://symfony.com",
8302 "keywords": [
8303 "log",
8304 "logging"
8305 ],
9baf99ad 8306 "time": "2019-11-13T13:11:14+00:00"
6546aca4
JB
8307 },
8308 {
8309 "name": "symfony/polyfill-apcu",
d063ef65 8310 "version": "v1.13.1",
6546aca4
JB
8311 "source": {
8312 "type": "git",
8313 "url": "https://github.com/symfony/polyfill-apcu.git",
d063ef65 8314 "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116"
6546aca4
JB
8315 },
8316 "dist": {
8317 "type": "zip",
d063ef65 8318 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/a8e961c841b9ec52927a87914f8820a1ad8f8116",
8319 "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116",
6546aca4
JB
8320 "shasum": ""
8321 },
8322 "require": {
8323 "php": ">=5.3.3"
8324 },
8325 "type": "library",
8326 "extra": {
8327 "branch-alias": {
d063ef65 8328 "dev-master": "1.13-dev"
6546aca4
JB
8329 }
8330 },
8331 "autoload": {
8332 "psr-4": {
8333 "Symfony\\Polyfill\\Apcu\\": ""
8334 },
8335 "files": [
8336 "bootstrap.php"
8337 ]
8338 },
8339 "notification-url": "https://packagist.org/downloads/",
8340 "license": [
8341 "MIT"
8342 ],
8343 "authors": [
8344 {
8345 "name": "Nicolas Grekas",
8346 "email": "p@tchwork.com"
8347 },
8348 {
8349 "name": "Symfony Community",
8350 "homepage": "https://symfony.com/contributors"
8351 }
8352 ],
8353 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8354 "homepage": "https://symfony.com",
8355 "keywords": [
8356 "apcu",
8357 "compatibility",
8358 "polyfill",
8359 "portable",
8360 "shim"
8361 ],
d063ef65 8362 "time": "2019-11-27T13:56:44+00:00"
6546aca4
JB
8363 },
8364 {
8365 "name": "symfony/polyfill-ctype",
d063ef65 8366 "version": "v1.13.1",
6546aca4
JB
8367 "source": {
8368 "type": "git",
8369 "url": "https://github.com/symfony/polyfill-ctype.git",
d063ef65 8370 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
6546aca4
JB
8371 },
8372 "dist": {
8373 "type": "zip",
d063ef65 8374 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
8375 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
6546aca4
JB
8376 "shasum": ""
8377 },
8378 "require": {
8379 "php": ">=5.3.3"
8380 },
8381 "suggest": {
8382 "ext-ctype": "For best performance"
8383 },
8384 "type": "library",
8385 "extra": {
8386 "branch-alias": {
d063ef65 8387 "dev-master": "1.13-dev"
6546aca4
JB
8388 }
8389 },
8390 "autoload": {
8391 "psr-4": {
8392 "Symfony\\Polyfill\\Ctype\\": ""
8393 },
8394 "files": [
8395 "bootstrap.php"
8396 ]
8397 },
8398 "notification-url": "https://packagist.org/downloads/",
8399 "license": [
8400 "MIT"
8401 ],
8402 "authors": [
6546aca4
JB
8403 {
8404 "name": "Gert de Pagter",
313d7350 8405 "email": "BackEndTea@gmail.com"
1576905e
JB
8406 },
8407 {
8408 "name": "Symfony Community",
8409 "homepage": "https://symfony.com/contributors"
6546aca4
JB
8410 }
8411 ],
8412 "description": "Symfony polyfill for ctype functions",
8413 "homepage": "https://symfony.com",
8414 "keywords": [
8415 "compatibility",
8416 "ctype",
8417 "polyfill",
8418 "portable"
8419 ],
d063ef65 8420 "time": "2019-11-27T13:56:44+00:00"
6546aca4
JB
8421 },
8422 {
8423 "name": "symfony/polyfill-iconv",
6ba1d734 8424 "version": "v1.13.1",
6546aca4
JB
8425 "source": {
8426 "type": "git",
8427 "url": "https://github.com/symfony/polyfill-iconv.git",
6ba1d734 8428 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36"
6546aca4
JB
8429 },
8430 "dist": {
8431 "type": "zip",
6ba1d734
JB
8432 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36",
8433 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36",
6546aca4
JB
8434 "shasum": ""
8435 },
8436 "require": {
8437 "php": ">=5.3.3"
8438 },
8439 "suggest": {
8440 "ext-iconv": "For best performance"
8441 },
8442 "type": "library",
8443 "extra": {
8444 "branch-alias": {
6ba1d734 8445 "dev-master": "1.13-dev"
6546aca4
JB
8446 }
8447 },
8448 "autoload": {
8449 "psr-4": {
8450 "Symfony\\Polyfill\\Iconv\\": ""
8451 },
8452 "files": [
8453 "bootstrap.php"
8454 ]
8455 },
8456 "notification-url": "https://packagist.org/downloads/",
8457 "license": [
8458 "MIT"
8459 ],
8460 "authors": [
8461 {
8462 "name": "Nicolas Grekas",
8463 "email": "p@tchwork.com"
8464 },
8465 {
8466 "name": "Symfony Community",
8467 "homepage": "https://symfony.com/contributors"
8468 }
8469 ],
8470 "description": "Symfony polyfill for the Iconv extension",
8471 "homepage": "https://symfony.com",
8472 "keywords": [
8473 "compatibility",
8474 "iconv",
8475 "polyfill",
8476 "portable",
8477 "shim"
8478 ],
6ba1d734 8479 "time": "2019-11-27T13:56:44+00:00"
6546aca4
JB
8480 },
8481 {
8482 "name": "symfony/polyfill-intl-icu",
d063ef65 8483 "version": "v1.13.1",
6546aca4
JB
8484 "source": {
8485 "type": "git",
8486 "url": "https://github.com/symfony/polyfill-intl-icu.git",
d063ef65 8487 "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b"
6546aca4
JB
8488 },
8489 "dist": {
8490 "type": "zip",
d063ef65 8491 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b",
8492 "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b",
6546aca4
JB
8493 "shasum": ""
8494 },
8495 "require": {
8496 "php": ">=5.3.3",
1576905e 8497 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
6546aca4
JB
8498 },
8499 "suggest": {
8500 "ext-intl": "For best performance"
8501 },
8502 "type": "library",
8503 "extra": {
8504 "branch-alias": {
d063ef65 8505 "dev-master": "1.13-dev"
6546aca4
JB
8506 }
8507 },
8508 "autoload": {
8509 "files": [
8510 "bootstrap.php"
8511 ]
8512 },
8513 "notification-url": "https://packagist.org/downloads/",
8514 "license": [
8515 "MIT"
8516 ],
8517 "authors": [
8518 {
8519 "name": "Nicolas Grekas",
8520 "email": "p@tchwork.com"
8521 },
8522 {
8523 "name": "Symfony Community",
8524 "homepage": "https://symfony.com/contributors"
8525 }
8526 ],
8527 "description": "Symfony polyfill for intl's ICU-related data and classes",
8528 "homepage": "https://symfony.com",
8529 "keywords": [
8530 "compatibility",
8531 "icu",
8532 "intl",
8533 "polyfill",
8534 "portable",
8535 "shim"
8536 ],
d063ef65 8537 "time": "2019-11-27T13:56:44+00:00"
6546aca4
JB
8538 },
8539 {
8540 "name": "symfony/polyfill-intl-idn",
6ba1d734 8541 "version": "v1.13.1",
6546aca4
JB
8542 "source": {
8543 "type": "git",
8544 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6ba1d734 8545 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46"
6546aca4
JB
8546 },
8547 "dist": {
8548 "type": "zip",
6ba1d734
JB
8549 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8550 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
6546aca4
JB
8551 "shasum": ""
8552 },
8553 "require": {
8554 "php": ">=5.3.3",
8555 "symfony/polyfill-mbstring": "^1.3",
8556 "symfony/polyfill-php72": "^1.9"
8557 },
8558 "suggest": {
8559 "ext-intl": "For best performance"
8560 },
8561 "type": "library",
8562 "extra": {
8563 "branch-alias": {
6ba1d734 8564 "dev-master": "1.13-dev"
6546aca4
JB
8565 }
8566 },
8567 "autoload": {
8568 "psr-4": {
8569 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8570 },
8571 "files": [
8572 "bootstrap.php"
8573 ]
8574 },
8575 "notification-url": "https://packagist.org/downloads/",
8576 "license": [
8577 "MIT"
8578 ],
8579 "authors": [
6546aca4
JB
8580 {
8581 "name": "Laurent Bassin",
8582 "email": "laurent@bassin.info"
1576905e
JB
8583 },
8584 {
8585 "name": "Symfony Community",
8586 "homepage": "https://symfony.com/contributors"
6546aca4
JB
8587 }
8588 ],
8589 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8590 "homepage": "https://symfony.com",
8591 "keywords": [
8592 "compatibility",
8593 "idn",
8594 "intl",
8595 "polyfill",
8596 "portable",
8597 "shim"
8598 ],
6ba1d734 8599 "time": "2019-11-27T13:56:44+00:00"
6546aca4
JB
8600 },
8601 {
8602 "name": "symfony/polyfill-mbstring",
d063ef65 8603 "version": "v1.13.1",
6546aca4
JB
8604 "source": {
8605 "type": "git",
8606 "url": "https://github.com/symfony/polyfill-mbstring.git",
d063ef65 8607 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
6546aca4
JB
8608 },
8609 "dist": {
8610 "type": "zip",
d063ef65 8611 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
8612 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
6546aca4
JB
8613 "shasum": ""
8614 },
8615 "require": {
8616 "php": ">=5.3.3"
8617 },
8618 "suggest": {
8619 "ext-mbstring": "For best performance"
8620 },
8621 "type": "library",
8622 "extra": {
8623 "branch-alias": {
d063ef65 8624 "dev-master": "1.13-dev"
6546aca4
JB
8625 }
8626 },
8627 "autoload": {
8628 "psr-4": {
8629 "Symfony\\Polyfill\\Mbstring\\": ""
8630 },
8631 "files": [
8632 "bootstrap.php"
8633 ]
8634 },
8635 "notification-url": "https://packagist.org/downloads/",
8636 "license": [
8637 "MIT"
8638 ],
8639 "authors": [
8640 {
8641 "name": "Nicolas Grekas",
8642 "email": "p@tchwork.com"
8643 },
8644 {
8645 "name": "Symfony Community",
8646 "homepage": "https://symfony.com/contributors"
8647 }
8648 ],
8649 "description": "Symfony polyfill for the Mbstring extension",
8650 "homepage": "https://symfony.com",
8651 "keywords": [
8652 "compatibility",
8653 "mbstring",
8654 "polyfill",
8655 "portable",
8656 "shim"
8657 ],
d063ef65 8658 "time": "2019-11-27T14:18:11+00:00"
6546aca4
JB
8659 },
8660 {
8661 "name": "symfony/polyfill-php56",
d063ef65 8662 "version": "v1.13.1",
6546aca4
JB
8663 "source": {
8664 "type": "git",
8665 "url": "https://github.com/symfony/polyfill-php56.git",
d063ef65 8666 "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4"
6546aca4
JB
8667 },
8668 "dist": {
8669 "type": "zip",
d063ef65 8670 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
8671 "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
6546aca4
JB
8672 "shasum": ""
8673 },
8674 "require": {
8675 "php": ">=5.3.3",
8676 "symfony/polyfill-util": "~1.0"
8677 },
8678 "type": "library",
8679 "extra": {
8680 "branch-alias": {
d063ef65 8681 "dev-master": "1.13-dev"
6546aca4
JB
8682 }
8683 },
8684 "autoload": {
8685 "psr-4": {
8686 "Symfony\\Polyfill\\Php56\\": ""
8687 },
8688 "files": [
8689 "bootstrap.php"
8690 ]
8691 },
8692 "notification-url": "https://packagist.org/downloads/",
8693 "license": [
8694 "MIT"
8695 ],
8696 "authors": [
8697 {
8698 "name": "Nicolas Grekas",
8699 "email": "p@tchwork.com"
8700 },
8701 {
8702 "name": "Symfony Community",
8703 "homepage": "https://symfony.com/contributors"
8704 }
8705 ],
8706 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
8707 "homepage": "https://symfony.com",
8708 "keywords": [
8709 "compatibility",
8710 "polyfill",
8711 "portable",
8712 "shim"
8713 ],
d063ef65 8714 "time": "2019-11-27T13:56:44+00:00"
6546aca4
JB
8715 },
8716 {
8717 "name": "symfony/polyfill-php70",
d063ef65 8718 "version": "v1.13.1",
6546aca4
JB
8719 "source": {
8720 "type": "git",
8721 "url": "https://github.com/symfony/polyfill-php70.git",
d063ef65 8722 "reference": "af23c7bb26a73b850840823662dda371484926c4"
6546aca4
JB
8723 },
8724 "dist": {
8725 "type": "zip",
d063ef65 8726 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4",
8727 "reference": "af23c7bb26a73b850840823662dda371484926c4",
6546aca4
JB
8728 "shasum": ""
8729 },
8730 "require": {
8731 "paragonie/random_compat": "~1.0|~2.0|~9.99",
8732 "php": ">=5.3.3"
8733 },
8734 "type": "library",
8735 "extra": {
8736 "branch-alias": {
d063ef65 8737 "dev-master": "1.13-dev"
6546aca4
JB
8738 }
8739 },
8740 "autoload": {
8741 "psr-4": {
8742 "Symfony\\Polyfill\\Php70\\": ""
8743 },
8744 "files": [
8745 "bootstrap.php"
8746 ],
8747 "classmap": [
8748 "Resources/stubs"
8749 ]
8750 },
8751 "notification-url": "https://packagist.org/downloads/",
8752 "license": [
8753 "MIT"
8754 ],
8755 "authors": [
8756 {
8757 "name": "Nicolas Grekas",
8758 "email": "p@tchwork.com"
8759 },
8760 {
8761 "name": "Symfony Community",
8762 "homepage": "https://symfony.com/contributors"
8763 }
8764 ],
8765 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
8766 "homepage": "https://symfony.com",
8767 "keywords": [
8768 "compatibility",
8769 "polyfill",
8770 "portable",
8771 "shim"
8772 ],
d063ef65 8773 "time": "2019-11-27T13:56:44+00:00"
6546aca4
JB
8774 },
8775 {
8776 "name": "symfony/polyfill-php72",
6ba1d734 8777 "version": "v1.13.1",
6546aca4
JB
8778 "source": {
8779 "type": "git",
8780 "url": "https://github.com/symfony/polyfill-php72.git",
6ba1d734 8781 "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
6546aca4
JB
8782 },
8783 "dist": {
8784 "type": "zip",
6ba1d734
JB
8785 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
8786 "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
6546aca4
JB
8787 "shasum": ""
8788 },
8789 "require": {
8790 "php": ">=5.3.3"
8791 },
8792 "type": "library",
8793 "extra": {
8794 "branch-alias": {
6ba1d734 8795 "dev-master": "1.13-dev"
6546aca4
JB
8796 }
8797 },
8798 "autoload": {
8799 "psr-4": {
8800 "Symfony\\Polyfill\\Php72\\": ""
8801 },
8802 "files": [
8803 "bootstrap.php"
8804 ]
8805 },
8806 "notification-url": "https://packagist.org/downloads/",
8807 "license": [
8808 "MIT"
8809 ],
8810 "authors": [
8811 {
8812 "name": "Nicolas Grekas",
8813 "email": "p@tchwork.com"
8814 },
8815 {
8816 "name": "Symfony Community",
8817 "homepage": "https://symfony.com/contributors"
8818 }
8819 ],
8820 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8821 "homepage": "https://symfony.com",
8822 "keywords": [
8823 "compatibility",
8824 "polyfill",
8825 "portable",
8826 "shim"
8827 ],
6ba1d734 8828 "time": "2019-11-27T13:56:44+00:00"
6546aca4 8829 },
e06303d8 8830 {
8831 "name": "symfony/polyfill-php73",
6ba1d734 8832 "version": "v1.13.1",
e06303d8 8833 "source": {
8834 "type": "git",
8835 "url": "https://github.com/symfony/polyfill-php73.git",
6ba1d734 8836 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
e06303d8 8837 },
8838 "dist": {
8839 "type": "zip",
6ba1d734
JB
8840 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
8841 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
e06303d8 8842 "shasum": ""
8843 },
8844 "require": {
8845 "php": ">=5.3.3"
8846 },
8847 "type": "library",
8848 "extra": {
8849 "branch-alias": {
6ba1d734 8850 "dev-master": "1.13-dev"
e06303d8 8851 }
8852 },
8853 "autoload": {
8854 "psr-4": {
8855 "Symfony\\Polyfill\\Php73\\": ""
8856 },
8857 "files": [
8858 "bootstrap.php"
8859 ],
8860 "classmap": [
8861 "Resources/stubs"
8862 ]
8863 },
8864 "notification-url": "https://packagist.org/downloads/",
8865 "license": [
8866 "MIT"
8867 ],
8868 "authors": [
8869 {
8870 "name": "Nicolas Grekas",
8871 "email": "p@tchwork.com"
8872 },
8873 {
8874 "name": "Symfony Community",
8875 "homepage": "https://symfony.com/contributors"
8876 }
8877 ],
8878 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8879 "homepage": "https://symfony.com",
8880 "keywords": [
8881 "compatibility",
8882 "polyfill",
8883 "portable",
8884 "shim"
8885 ],
6ba1d734 8886 "time": "2019-11-27T16:25:15+00:00"
e06303d8 8887 },
6546aca4
JB
8888 {
8889 "name": "symfony/polyfill-util",
d063ef65 8890 "version": "v1.13.1",
6546aca4
JB
8891 "source": {
8892 "type": "git",
8893 "url": "https://github.com/symfony/polyfill-util.git",
d063ef65 8894 "reference": "964a67f293b66b95883a5ed918a65354fcd2258f"
6546aca4
JB
8895 },
8896 "dist": {
8897 "type": "zip",
d063ef65 8898 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/964a67f293b66b95883a5ed918a65354fcd2258f",
8899 "reference": "964a67f293b66b95883a5ed918a65354fcd2258f",
6546aca4
JB
8900 "shasum": ""
8901 },
8902 "require": {
8903 "php": ">=5.3.3"
8904 },
8905 "type": "library",
8906 "extra": {
8907 "branch-alias": {
d063ef65 8908 "dev-master": "1.13-dev"
6546aca4
JB
8909 }
8910 },
8911 "autoload": {
8912 "psr-4": {
8913 "Symfony\\Polyfill\\Util\\": ""
8914 }
8915 },
8916 "notification-url": "https://packagist.org/downloads/",
8917 "license": [
8918 "MIT"
8919 ],
8920 "authors": [
8921 {
8922 "name": "Nicolas Grekas",
8923 "email": "p@tchwork.com"
8924 },
8925 {
8926 "name": "Symfony Community",
8927 "homepage": "https://symfony.com/contributors"
8928 }
8929 ],
8930 "description": "Symfony utilities for portability of PHP codes",
8931 "homepage": "https://symfony.com",
8932 "keywords": [
8933 "compat",
8934 "compatibility",
8935 "polyfill",
8936 "shim"
8937 ],
d063ef65 8938 "time": "2019-11-27T13:56:44+00:00"
6546aca4 8939 },
6ba1d734
JB
8940 {
8941 "name": "symfony/service-contracts",
8942 "version": "v1.1.8",
8943 "source": {
8944 "type": "git",
8945 "url": "https://github.com/symfony/service-contracts.git",
8946 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
8947 },
8948 "dist": {
8949 "type": "zip",
8950 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8951 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8952 "shasum": ""
8953 },
8954 "require": {
8955 "php": "^7.1.3",
8956 "psr/container": "^1.0"
8957 },
8958 "suggest": {
8959 "symfony/service-implementation": ""
8960 },
8961 "type": "library",
8962 "extra": {
8963 "branch-alias": {
8964 "dev-master": "1.1-dev"
8965 }
8966 },
8967 "autoload": {
8968 "psr-4": {
8969 "Symfony\\Contracts\\Service\\": ""
8970 }
8971 },
8972 "notification-url": "https://packagist.org/downloads/",
8973 "license": [
8974 "MIT"
8975 ],
8976 "authors": [
8977 {
8978 "name": "Nicolas Grekas",
8979 "email": "p@tchwork.com"
8980 },
8981 {
8982 "name": "Symfony Community",
8983 "homepage": "https://symfony.com/contributors"
8984 }
8985 ],
8986 "description": "Generic abstractions related to writing services",
8987 "homepage": "https://symfony.com",
8988 "keywords": [
8989 "abstractions",
8990 "contracts",
8991 "decoupling",
8992 "interfaces",
8993 "interoperability",
8994 "standards"
8995 ],
8996 "time": "2019-10-14T12:27:06+00:00"
8997 },
6546aca4
JB
8998 {
8999 "name": "symfony/swiftmailer-bundle",
8d4ed0df 9000 "version": "v3.3.1",
6546aca4
JB
9001 "source": {
9002 "type": "git",
9003 "url": "https://github.com/symfony/swiftmailer-bundle.git",
8d4ed0df 9004 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745"
6546aca4
JB
9005 },
9006 "dist": {
9007 "type": "zip",
8d4ed0df
JB
9008 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/defa9bdfc0191ed70b389cb93c550c6c82cf1745",
9009 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745",
6546aca4
JB
9010 "shasum": ""
9011 },
9012 "require": {
9013 "php": ">=7.0.0",
9014 "swiftmailer/swiftmailer": "^6.1.3",
bc3ebfd1 9015 "symfony/config": "^3.4|^4.0|^5.0",
9016 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
9017 "symfony/http-kernel": "^3.4|^4.0|^5.0"
6546aca4 9018 },
a2f4efe6
JB
9019 "conflict": {
9020 "twig/twig": "<1.41|<2.10"
9021 },
6546aca4 9022 "require-dev": {
bc3ebfd1 9023 "symfony/console": "^3.4|^4.0|^5.0",
9024 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
9025 "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
9026 "symfony/yaml": "^3.4|^4.0|^5.0"
6546aca4
JB
9027 },
9028 "suggest": {
9029 "psr/log": "Allows logging"
9030 },
9031 "type": "symfony-bundle",
9032 "extra": {
9033 "branch-alias": {
bc3ebfd1 9034 "dev-master": "3.3-dev"
6546aca4
JB
9035 }
9036 },
9037 "autoload": {
9038 "psr-4": {
9039 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
9040 },
9041 "exclude-from-classmap": [
9042 "/Tests/"
9043 ]
9044 },
9045 "notification-url": "https://packagist.org/downloads/",
9046 "license": [
9047 "MIT"
9048 ],
9049 "authors": [
6546aca4
JB
9050 {
9051 "name": "Fabien Potencier",
9052 "email": "fabien@symfony.com"
bc3ebfd1 9053 },
9054 {
9055 "name": "Symfony Community",
9056 "homepage": "http://symfony.com/contributors"
6546aca4
JB
9057 }
9058 ],
9059 "description": "Symfony SwiftmailerBundle",
9060 "homepage": "http://symfony.com",
8d4ed0df 9061 "time": "2019-11-07T21:01:35+00:00"
6546aca4
JB
9062 },
9063 {
9064 "name": "symfony/symfony",
d063ef65 9065 "version": "v3.4.36",
6546aca4
JB
9066 "source": {
9067 "type": "git",
9068 "url": "https://github.com/symfony/symfony.git",
d063ef65 9069 "reference": "0a6fccb5772ad2467253e6849d589bd09d9eb195"
6546aca4
JB
9070 },
9071 "dist": {
9072 "type": "zip",
d063ef65 9073 "url": "https://api.github.com/repos/symfony/symfony/zipball/0a6fccb5772ad2467253e6849d589bd09d9eb195",
9074 "reference": "0a6fccb5772ad2467253e6849d589bd09d9eb195",
6546aca4
JB
9075 "shasum": ""
9076 },
9077 "require": {
9078 "doctrine/common": "~2.4",
9079 "ext-xml": "*",
9080 "fig/link-util": "^1.0",
9081 "php": "^5.5.9|>=7.0.8",
9082 "psr/cache": "~1.0",
9083 "psr/container": "^1.0",
9084 "psr/link": "^1.0",
9085 "psr/log": "~1.0",
9086 "psr/simple-cache": "^1.0",
9087 "symfony/polyfill-apcu": "~1.1",
9088 "symfony/polyfill-ctype": "~1.8",
9089 "symfony/polyfill-intl-icu": "~1.0",
9090 "symfony/polyfill-mbstring": "~1.0",
9091 "symfony/polyfill-php56": "~1.0",
9092 "symfony/polyfill-php70": "~1.6",
a123881a 9093 "twig/twig": "^1.41|^2.10"
6546aca4
JB
9094 },
9095 "conflict": {
d063ef65 9096 "monolog/monolog": ">=2",
6546aca4
JB
9097 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
9098 "phpdocumentor/type-resolver": "<0.3.0",
9099 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9100 },
9101 "provide": {
9102 "psr/cache-implementation": "1.0",
9103 "psr/container-implementation": "1.0",
9104 "psr/log-implementation": "1.0",
9105 "psr/simple-cache-implementation": "1.0"
9106 },
9107 "replace": {
9108 "symfony/asset": "self.version",
9109 "symfony/browser-kit": "self.version",
9110 "symfony/cache": "self.version",
9111 "symfony/class-loader": "self.version",
9112 "symfony/config": "self.version",
9113 "symfony/console": "self.version",
9114 "symfony/css-selector": "self.version",
9115 "symfony/debug": "self.version",
9116 "symfony/debug-bundle": "self.version",
9117 "symfony/dependency-injection": "self.version",
9118 "symfony/doctrine-bridge": "self.version",
9119 "symfony/dom-crawler": "self.version",
9120 "symfony/dotenv": "self.version",
9121 "symfony/event-dispatcher": "self.version",
9122 "symfony/expression-language": "self.version",
9123 "symfony/filesystem": "self.version",
9124 "symfony/finder": "self.version",
9125 "symfony/form": "self.version",
9126 "symfony/framework-bundle": "self.version",
9127 "symfony/http-foundation": "self.version",
9128 "symfony/http-kernel": "self.version",
9129 "symfony/inflector": "self.version",
9130 "symfony/intl": "self.version",
9131 "symfony/ldap": "self.version",
9132 "symfony/lock": "self.version",
9133 "symfony/monolog-bridge": "self.version",
9134 "symfony/options-resolver": "self.version",
9135 "symfony/process": "self.version",
9136 "symfony/property-access": "self.version",
9137 "symfony/property-info": "self.version",
9138 "symfony/proxy-manager-bridge": "self.version",
9139 "symfony/routing": "self.version",
9140 "symfony/security": "self.version",
9141 "symfony/security-bundle": "self.version",
9142 "symfony/security-core": "self.version",
9143 "symfony/security-csrf": "self.version",
9144 "symfony/security-guard": "self.version",
9145 "symfony/security-http": "self.version",
9146 "symfony/serializer": "self.version",
9147 "symfony/stopwatch": "self.version",
9148 "symfony/templating": "self.version",
9149 "symfony/translation": "self.version",
9150 "symfony/twig-bridge": "self.version",
9151 "symfony/twig-bundle": "self.version",
9152 "symfony/validator": "self.version",
9153 "symfony/var-dumper": "self.version",
9154 "symfony/web-link": "self.version",
9155 "symfony/web-profiler-bundle": "self.version",
9156 "symfony/web-server-bundle": "self.version",
9157 "symfony/workflow": "self.version",
9158 "symfony/yaml": "self.version"
9159 },
9160 "require-dev": {
9161 "cache/integration-tests": "dev-master",
9162 "doctrine/annotations": "~1.0",
9163 "doctrine/cache": "~1.6",
9164 "doctrine/data-fixtures": "1.0.*",
9165 "doctrine/dbal": "~2.4",
9166 "doctrine/doctrine-bundle": "~1.4",
9167 "doctrine/orm": "~2.4,>=2.4.5",
9168 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
9169 "monolog/monolog": "~1.11",
9170 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
9171 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9172 "predis/predis": "~1.0",
a123881a 9173 "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
6546aca4
JB
9174 "symfony/security-acl": "~2.8|~3.0"
9175 },
9176 "type": "library",
9177 "extra": {
9178 "branch-alias": {
9179 "dev-master": "3.4-dev"
9180 }
9181 },
9182 "autoload": {
9183 "psr-4": {
9184 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
9185 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
9186 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
9187 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
9188 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
9189 "Symfony\\Component\\": "src/Symfony/Component/"
9190 },
9191 "classmap": [
41fd6487 9192 "src/Symfony/Component/Intl/Resources/stubs"
6546aca4
JB
9193 ],
9194 "exclude-from-classmap": [
9195 "**/Tests/"
9196 ]
9197 },
9198 "notification-url": "https://packagist.org/downloads/",
9199 "license": [
9200 "MIT"
9201 ],
9202 "authors": [
9203 {
9204 "name": "Fabien Potencier",
9205 "email": "fabien@symfony.com"
9206 },
9207 {
9208 "name": "Symfony Community",
9209 "homepage": "https://symfony.com/contributors"
9210 }
9211 ],
9212 "description": "The Symfony PHP framework",
9213 "homepage": "https://symfony.com",
9214 "keywords": [
9215 "framework"
9216 ],
d063ef65 9217 "time": "2019-12-01T13:50:53+00:00"
6546aca4
JB
9218 },
9219 {
9220 "name": "true/punycode",
9221 "version": "v2.1.1",
9222 "source": {
9223 "type": "git",
9224 "url": "https://github.com/true/php-punycode.git",
9225 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
9226 },
9227 "dist": {
9228 "type": "zip",
9229 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9230 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9231 "shasum": ""
9232 },
9233 "require": {
9234 "php": ">=5.3.0",
9235 "symfony/polyfill-mbstring": "^1.3"
9236 },
9237 "require-dev": {
9238 "phpunit/phpunit": "~4.7",
9239 "squizlabs/php_codesniffer": "~2.0"
9240 },
9241 "type": "library",
9242 "autoload": {
9243 "psr-4": {
9244 "TrueBV\\": "src/"
9245 }
9246 },
9247 "notification-url": "https://packagist.org/downloads/",
9248 "license": [
9249 "MIT"
9250 ],
9251 "authors": [
9252 {
9253 "name": "Renan Gonçalves",
9254 "email": "renan.saddam@gmail.com"
9255 }
9256 ],
9257 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
9258 "homepage": "https://github.com/true/php-punycode",
9259 "keywords": [
9260 "idna",
9261 "punycode"
9262 ],
9263 "time": "2016-11-16T10:37:54+00:00"
9264 },
9265 {
9266 "name": "twig/extensions",
9267 "version": "v1.5.4",
9268 "source": {
9269 "type": "git",
9270 "url": "https://github.com/twigphp/Twig-extensions.git",
9271 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9272 },
9273 "dist": {
9274 "type": "zip",
9275 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9276 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9277 "shasum": ""
9278 },
9279 "require": {
9280 "twig/twig": "^1.27|^2.0"
9281 },
9282 "require-dev": {
9283 "symfony/phpunit-bridge": "^3.4",
9284 "symfony/translation": "^2.7|^3.4"
9285 },
9286 "suggest": {
9287 "symfony/translation": "Allow the time_diff output to be translated"
9288 },
9289 "type": "library",
9290 "extra": {
9291 "branch-alias": {
9292 "dev-master": "1.5-dev"
9293 }
9294 },
9295 "autoload": {
9296 "psr-0": {
9297 "Twig_Extensions_": "lib/"
9298 },
9299 "psr-4": {
9300 "Twig\\Extensions\\": "src/"
9301 }
9302 },
9303 "notification-url": "https://packagist.org/downloads/",
9304 "license": [
9305 "MIT"
9306 ],
9307 "authors": [
9308 {
9309 "name": "Fabien Potencier",
9310 "email": "fabien@symfony.com"
9311 }
9312 ],
9313 "description": "Common additional features for Twig that do not directly belong in core",
9314 "keywords": [
9315 "i18n",
9316 "text"
9317 ],
9318 "time": "2018-12-05T18:34:18+00:00"
9319 },
9320 {
9321 "name": "twig/twig",
8d4ed0df 9322 "version": "v2.12.2",
6546aca4
JB
9323 "source": {
9324 "type": "git",
9325 "url": "https://github.com/twigphp/Twig.git",
8d4ed0df 9326 "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed"
6546aca4
JB
9327 },
9328 "dist": {
9329 "type": "zip",
8d4ed0df
JB
9330 "url": "https://api.github.com/repos/twigphp/Twig/zipball/d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed",
9331 "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed",
6546aca4
JB
9332 "shasum": ""
9333 },
9334 "require": {
a2f4efe6
JB
9335 "php": "^7.0",
9336 "symfony/polyfill-ctype": "^1.8",
9337 "symfony/polyfill-mbstring": "^1.3"
6546aca4
JB
9338 },
9339 "require-dev": {
9340 "psr/container": "^1.0",
41fd6487 9341 "symfony/debug": "^3.4|^4.2",
9342 "symfony/phpunit-bridge": "^4.4@dev|^5.0"
6546aca4
JB
9343 },
9344 "type": "library",
9345 "extra": {
9346 "branch-alias": {
41fd6487 9347 "dev-master": "2.12-dev"
6546aca4
JB
9348 }
9349 },
9350 "autoload": {
9351 "psr-0": {
9352 "Twig_": "lib/"
9353 },
9354 "psr-4": {
9355 "Twig\\": "src/"
9356 }
9357 },
9358 "notification-url": "https://packagist.org/downloads/",
9359 "license": [
9360 "BSD-3-Clause"
9361 ],
9362 "authors": [
9363 {
9364 "name": "Fabien Potencier",
9365 "email": "fabien@symfony.com",
cc7b2b91 9366 "homepage": "http://fabien.potencier.org",
9367 "role": "Lead Developer"
6546aca4 9368 },
6546aca4
JB
9369 {
9370 "name": "Twig Team",
cc7b2b91 9371 "homepage": "https://twig.symfony.com/contributors",
9372 "role": "Contributors"
41fd6487 9373 },
9374 {
9375 "name": "Armin Ronacher",
9376 "email": "armin.ronacher@active-4.com",
9377 "role": "Project Founder"
6546aca4
JB
9378 }
9379 ],
9380 "description": "Twig, the flexible, fast, and secure template language for PHP",
9381 "homepage": "https://twig.symfony.com",
9382 "keywords": [
9383 "templating"
9384 ],
8d4ed0df 9385 "time": "2019-11-11T16:52:09+00:00"
6546aca4
JB
9386 },
9387 {
9388 "name": "wallabag/php-mobi",
1576905e 9389 "version": "1.1.0",
6546aca4
JB
9390 "source": {
9391 "type": "git",
9392 "url": "https://github.com/wallabag/php-mobi.git",
1576905e 9393 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
6546aca4
JB
9394 },
9395 "dist": {
9396 "type": "zip",
1576905e
JB
9397 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9398 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
6546aca4
JB
9399 "shasum": ""
9400 },
9401 "require": {
1576905e
JB
9402 "php": ">=5.3.0",
9403 "symfony/polyfill-mbstring": "^1.12"
6546aca4
JB
9404 },
9405 "type": "library",
9406 "autoload": {
9407 "files": [
9408 "MOBIClass/MOBI.php"
9409 ]
9410 },
9411 "notification-url": "https://packagist.org/downloads/",
9412 "license": [
9413 "Apache-2.0"
9414 ],
9415 "authors": [
6546aca4
JB
9416 {
9417 "name": "Sander Kromwijk",
34154ecf 9418 "email": "s.kromwijk@gmail.co",
9419 "role": "Original developer"
1576905e
JB
9420 },
9421 {
9422 "name": "Nicolas Lœuillet",
9423 "email": "nicolas@loeuillet.org",
9424 "homepage": "http://www.cdetc.fr"
6546aca4
JB
9425 }
9426 ],
9427 "description": "A Mobipocket file (.mobi) creator in PHP.",
1576905e
JB
9428 "homepage": "https://github.com/wallabag/php-mobi",
9429 "time": "2019-08-08T12:26:23+00:00"
6546aca4
JB
9430 },
9431 {
9432 "name": "wallabag/tcpdf",
9433 "version": "6.2.26",
9434 "source": {
9435 "type": "git",
9436 "url": "https://github.com/wallabag/TCPDF.git",
9437 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477"
9438 },
9439 "dist": {
9440 "type": "zip",
9441 "url": "https://api.github.com/repos/wallabag/TCPDF/zipball/bf590f0604bcef1ae6fa3145649cf997f3564477",
9442 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477",
9443 "shasum": ""
9444 },
9445 "require": {
9446 "php": ">=5.3.0"
9447 },
9448 "replace": {
9449 "tecnickcom/tcpdf": "6.2.*"
9450 },
9451 "type": "library",
9452 "autoload": {
9453 "classmap": [
9454 "fonts",
9455 "config",
9456 "include",
9457 "tcpdf.php",
9458 "tcpdf_parser.php",
9459 "tcpdf_import.php",
9460 "tcpdf_barcodes_1d.php",
9461 "tcpdf_barcodes_2d.php",
9462 "include/tcpdf_colors.php",
9463 "include/tcpdf_filters.php",
9464 "include/tcpdf_font_data.php",
9465 "include/tcpdf_fonts.php",
9466 "include/tcpdf_images.php",
9467 "include/tcpdf_static.php",
9468 "include/barcodes/datamatrix.php",
9469 "include/barcodes/pdf417.php",
9470 "include/barcodes/qrcode.php"
9471 ]
9472 },
9473 "notification-url": "https://packagist.org/downloads/",
9474 "license": [
9475 "LGPL-3.0"
9476 ],
9477 "authors": [
9478 {
9479 "name": "Nicola Asuni",
9480 "email": "info@tecnick.com",
092b0423
JB
9481 "homepage": "http://nicolaasuni.tecnick.com",
9482 "role": "Main developer"
6546aca4
JB
9483 },
9484 {
9485 "name": "wallabag/core",
092b0423
JB
9486 "homepage": "https://www.wallabag.org",
9487 "role": "Developers"
6546aca4
JB
9488 }
9489 ],
9490 "description": "Keeping a working 6.2.x TCPDF version.",
9491 "homepage": "https://www.wallabag.org/",
9492 "keywords": [
9493 "PDFD32000-2008",
9494 "TCPDF",
9495 "barcodes",
9496 "datamatrix",
9497 "pdf",
9498 "pdf417",
9499 "qrcode"
9500 ],
9501 "time": "2018-10-25T06:56:14+00:00"
9502 },
9503 {
9504 "name": "white-october/pagerfanta-bundle",
28236284 9505 "version": "v1.3.2",
6546aca4
JB
9506 "source": {
9507 "type": "git",
9508 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
28236284 9509 "reference": "6df560869b5e09a3acf920890ab40598998b30ae"
6546aca4
JB
9510 },
9511 "dist": {
9512 "type": "zip",
28236284 9513 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae",
9514 "reference": "6df560869b5e09a3acf920890ab40598998b30ae",
6546aca4
JB
9515 "shasum": ""
9516 },
9517 "require": {
9518 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
d3847ac1 9519 "php": ">=5.3.3",
6546aca4
JB
9520 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
9521 "symfony/property-access": "~2.3|~3.0|~4.0",
9522 "symfony/translation": "~2.3|~3.0|~4.0",
9523 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
9524 },
d3847ac1
JB
9525 "conflict": {
9526 "twig/twig": "<1.34|>=2.0,<2.4"
9527 },
6546aca4
JB
9528 "require-dev": {
9529 "phpunit/phpunit": "~3.7|~4.0|^5.0",
9530 "symfony/symfony": "~2.3|~3.0|~4.0"
9531 },
9532 "type": "symfony-bundle",
9533 "extra": {
9534 "branch-alias": {
9535 "dev-master": "1.0.x-dev"
9536 }
9537 },
9538 "autoload": {
9539 "psr-4": {
9540 "WhiteOctober\\PagerfantaBundle\\": ""
9541 },
9542 "exclude-from-classmap": [
9543 "Tests/",
9544 "TestsProject/"
9545 ]
9546 },
9547 "notification-url": "https://packagist.org/downloads/",
9548 "license": [
9549 "MIT"
9550 ],
9551 "authors": [
9552 {
9553 "name": "Pablo Díez",
9554 "email": "pablodip@gmail.com"
9555 }
9556 ],
9557 "description": "Bundle to use Pagerfanta with Symfony2",
9558 "keywords": [
9559 "page",
9560 "paging"
9561 ],
28236284 9562 "time": "2019-12-02T14:19:37+00:00"
6546aca4
JB
9563 },
9564 {
9565 "name": "willdurand/hateoas",
9566 "version": "2.12.0",
9567 "source": {
9568 "type": "git",
9569 "url": "https://github.com/willdurand/Hateoas.git",
9570 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
9571 },
9572 "dist": {
9573 "type": "zip",
9574 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9575 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9576 "shasum": ""
9577 },
9578 "require": {
9579 "doctrine/annotations": "~1.0",
9580 "doctrine/common": "~2.0",
9581 "jms/metadata": "~1.1",
9582 "jms/serializer": "^1.7",
9583 "php": "^5.5|^7.0",
9584 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
9585 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
9586 },
9587 "require-dev": {
9588 "pagerfanta/pagerfanta": "~1.0",
9589 "phpunit/phpunit": "~5",
9590 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
9591 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
9592 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
9593 "twig/twig": "~1.12"
9594 },
9595 "suggest": {
9596 "symfony/routing": "To use the SymfonyRouteFactory.",
9597 "symfony/yaml": "To use yaml based configuration.",
9598 "twig/twig": "To use the Twig extensions."
9599 },
9600 "type": "library",
9601 "extra": {
9602 "branch-alias": {
9603 "dev-master": "2.12-dev"
9604 }
9605 },
9606 "autoload": {
9607 "psr-0": {
9608 "Hateoas": "src/"
9609 }
9610 },
9611 "notification-url": "https://packagist.org/downloads/",
9612 "license": [
9613 "MIT"
9614 ],
9615 "authors": [
9616 {
9617 "name": "Adrien Brault",
9618 "email": "adrien.brault@gmail.com"
9619 },
9620 {
34154ecf 9621 "name": "William DURAND",
6546aca4
JB
9622 "email": "william.durand1@gmail.com"
9623 }
9624 ],
9625 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
9626 "time": "2018-02-23T17:05:31+00:00"
9627 },
9628 {
9629 "name": "willdurand/hateoas-bundle",
9630 "version": "1.4.0",
9631 "source": {
9632 "type": "git",
9633 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
9634 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
9635 },
9636 "dist": {
9637 "type": "zip",
9638 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9639 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9640 "shasum": ""
9641 },
9642 "require": {
9643 "jms/serializer-bundle": "~1.0 || ^2.0",
9644 "php": ">5.4 |^7.0",
9645 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
9646 "willdurand/hateoas": "^2.10.0"
9647 },
9648 "require-dev": {
9649 "phpunit/phpunit": "~4.5 || ~5.0",
9650 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
9651 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
9652 "twig/twig": "~1.12"
9653 },
9654 "type": "symfony-bundle",
9655 "extra": {
9656 "branch-alias": {
9657 "dev-master": "1.4-dev"
9658 }
9659 },
9660 "autoload": {
9661 "psr-4": {
9662 "Bazinga\\Bundle\\HateoasBundle\\": ""
9663 }
9664 },
9665 "notification-url": "https://packagist.org/downloads/",
9666 "license": [
9667 "MIT"
9668 ],
9669 "authors": [
9670 {
34154ecf 9671 "name": "William DURAND",
6546aca4
JB
9672 "email": "william.durand1@gmail.com"
9673 }
9674 ],
9675 "description": "Integration of Hateoas into Symfony2.",
9676 "keywords": [
9677 "HATEOAS",
9678 "rest"
9679 ],
9680 "time": "2018-01-27T13:03:07+00:00"
9681 },
9682 {
9683 "name": "willdurand/jsonp-callback-validator",
9684 "version": "v1.1.0",
9685 "source": {
9686 "type": "git",
9687 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
9688 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
9689 },
9690 "dist": {
9691 "type": "zip",
9692 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
9693 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
9694 "shasum": ""
9695 },
9696 "require": {
9697 "php": ">=5.3.0"
9698 },
9699 "require-dev": {
9700 "phpunit/phpunit": "~3.7"
9701 },
9702 "type": "library",
9703 "autoload": {
9704 "psr-0": {
9705 "JsonpCallbackValidator": "src/"
9706 }
9707 },
9708 "notification-url": "https://packagist.org/downloads/",
9709 "license": [
9710 "MIT"
9711 ],
9712 "authors": [
9713 {
9714 "name": "William Durand",
9715 "email": "william.durand1@gmail.com",
9716 "homepage": "http://www.willdurand.fr"
9717 }
9718 ],
9719 "description": "JSONP callback validator.",
9720 "time": "2014-01-20T22:35:06+00:00"
9721 },
9722 {
9723 "name": "willdurand/negotiation",
9724 "version": "v2.3.1",
9725 "source": {
9726 "type": "git",
9727 "url": "https://github.com/willdurand/Negotiation.git",
9728 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
9729 },
9730 "dist": {
9731 "type": "zip",
9732 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
9733 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
9734 "shasum": ""
9735 },
9736 "require": {
9737 "php": ">=5.4.0"
9738 },
9739 "require-dev": {
9740 "phpunit/phpunit": "~4.5"
9741 },
9742 "type": "library",
9743 "extra": {
9744 "branch-alias": {
9745 "dev-master": "2.3-dev"
9746 }
9747 },
9748 "autoload": {
9749 "psr-4": {
9750 "Negotiation\\": "src/Negotiation"
9751 }
9752 },
9753 "notification-url": "https://packagist.org/downloads/",
9754 "license": [
9755 "MIT"
9756 ],
9757 "authors": [
9758 {
9759 "name": "William Durand",
9760 "email": "will+git@drnd.me"
9761 }
9762 ],
9763 "description": "Content Negotiation tools for PHP provided as a standalone library.",
9764 "homepage": "http://williamdurand.fr/Negotiation/",
9765 "keywords": [
9766 "accept",
9767 "content",
9768 "format",
9769 "header",
9770 "negotiation"
9771 ],
9772 "time": "2017-05-14T17:21:12+00:00"
9773 },
9774 {
9775 "name": "zendframework/zend-code",
6ba1d734 9776 "version": "3.4.1",
6546aca4
JB
9777 "source": {
9778 "type": "git",
9779 "url": "https://github.com/zendframework/zend-code.git",
6ba1d734 9780 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
6546aca4
JB
9781 },
9782 "dist": {
9783 "type": "zip",
6ba1d734
JB
9784 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
9785 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
6546aca4
JB
9786 "shasum": ""
9787 },
9788 "require": {
9789 "php": "^7.1",
9790 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
9791 },
6ba1d734
JB
9792 "conflict": {
9793 "phpspec/prophecy": "<1.9.0"
9794 },
6546aca4 9795 "require-dev": {
6ba1d734 9796 "doctrine/annotations": "^1.7",
6546aca4 9797 "ext-phar": "*",
987237d5 9798 "phpunit/phpunit": "^7.5.16 || ^8.4",
3f2e602f 9799 "zendframework/zend-coding-standard": "^1.0",
6546aca4
JB
9800 "zendframework/zend-stdlib": "^2.7 || ^3.0"
9801 },
9802 "suggest": {
9803 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
9804 "zendframework/zend-stdlib": "Zend\\Stdlib component"
9805 },
9806 "type": "library",
9807 "extra": {
9808 "branch-alias": {
987237d5 9809 "dev-master": "3.4.x-dev",
6ba1d734
JB
9810 "dev-develop": "3.5.x-dev",
9811 "dev-dev-4.0": "4.0.x-dev"
6546aca4
JB
9812 }
9813 },
9814 "autoload": {
9815 "psr-4": {
9816 "Zend\\Code\\": "src/"
9817 }
9818 },
9819 "notification-url": "https://packagist.org/downloads/",
9820 "license": [
9821 "BSD-3-Clause"
9822 ],
3f2e602f 9823 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
6546aca4 9824 "keywords": [
3f2e602f 9825 "ZendFramework",
6546aca4 9826 "code",
3f2e602f 9827 "zf"
6546aca4 9828 ],
6ba1d734 9829 "time": "2019-12-10T19:21:15+00:00"
6546aca4 9830 },
955a3bde
JB
9831 {
9832 "name": "zendframework/zend-diactoros",
d3847ac1 9833 "version": "2.2.1",
955a3bde
JB
9834 "source": {
9835 "type": "git",
9836 "url": "https://github.com/zendframework/zend-diactoros.git",
d3847ac1 9837 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52"
955a3bde
JB
9838 },
9839 "dist": {
9840 "type": "zip",
d3847ac1
JB
9841 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/de5847b068362a88684a55b0dbb40d85986cfa52",
9842 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52",
955a3bde
JB
9843 "shasum": ""
9844 },
9845 "require": {
9846 "php": "^7.1",
9847 "psr/http-factory": "^1.0",
9848 "psr/http-message": "^1.0"
9849 },
9850 "provide": {
9851 "psr/http-factory-implementation": "1.0",
9852 "psr/http-message-implementation": "1.0"
9853 },
9854 "require-dev": {
987237d5 9855 "ext-curl": "*",
955a3bde
JB
9856 "ext-dom": "*",
9857 "ext-libxml": "*",
9858 "http-interop/http-factory-tests": "^0.5.0",
9859 "php-http/psr7-integration-tests": "dev-master",
9860 "phpunit/phpunit": "^7.0.2",
9861 "zendframework/zend-coding-standard": "~1.0.0"
9862 },
9863 "type": "library",
9864 "extra": {
9865 "branch-alias": {
9866 "dev-master": "2.1.x-dev",
9867 "dev-develop": "2.2.x-dev",
9868 "dev-release-1.8": "1.8.x-dev"
9869 }
9870 },
9871 "autoload": {
9872 "files": [
9873 "src/functions/create_uploaded_file.php",
9874 "src/functions/marshal_headers_from_sapi.php",
9875 "src/functions/marshal_method_from_sapi.php",
9876 "src/functions/marshal_protocol_version_from_sapi.php",
9877 "src/functions/marshal_uri_from_sapi.php",
9878 "src/functions/normalize_server.php",
9879 "src/functions/normalize_uploaded_files.php",
9880 "src/functions/parse_cookie_header.php"
9881 ],
9882 "psr-4": {
9883 "Zend\\Diactoros\\": "src/"
9884 }
9885 },
9886 "notification-url": "https://packagist.org/downloads/",
9887 "license": [
9888 "BSD-3-Clause"
9889 ],
9890 "description": "PSR HTTP Message implementations",
9891 "keywords": [
9892 "http",
9893 "psr",
9894 "psr-7"
9895 ],
d3847ac1 9896 "time": "2019-11-13T19:16:13+00:00"
955a3bde 9897 },
6546aca4
JB
9898 {
9899 "name": "zendframework/zend-eventmanager",
9900 "version": "3.2.1",
9901 "source": {
9902 "type": "git",
9903 "url": "https://github.com/zendframework/zend-eventmanager.git",
9904 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
9905 },
9906 "dist": {
9907 "type": "zip",
9908 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
9909 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
9910 "shasum": ""
9911 },
9912 "require": {
9913 "php": "^5.6 || ^7.0"
9914 },
9915 "require-dev": {
9916 "athletic/athletic": "^0.1",
9917 "container-interop/container-interop": "^1.1.0",
9918 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
9919 "zendframework/zend-coding-standard": "~1.0.0",
9920 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
9921 },
9922 "suggest": {
9923 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
9924 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
9925 },
9926 "type": "library",
9927 "extra": {
9928 "branch-alias": {
9929 "dev-master": "3.2-dev",
9930 "dev-develop": "3.3-dev"
9931 }
9932 },
9933 "autoload": {
9934 "psr-4": {
9935 "Zend\\EventManager\\": "src/"
9936 }
9937 },
9938 "notification-url": "https://packagist.org/downloads/",
9939 "license": [
9940 "BSD-3-Clause"
9941 ],
9942 "description": "Trigger and listen to events within a PHP application",
9943 "homepage": "https://github.com/zendframework/zend-eventmanager",
9944 "keywords": [
9945 "event",
9946 "eventmanager",
9947 "events",
9948 "zf2"
9949 ],
9950 "time": "2018-04-25T15:33:34+00:00"
9951 }
9952 ],
9953 "packages-dev": [
9954 {
9955 "name": "composer/semver",
9956 "version": "1.5.0",
9957 "source": {
9958 "type": "git",
9959 "url": "https://github.com/composer/semver.git",
9960 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
9961 },
9962 "dist": {
9963 "type": "zip",
9964 "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9965 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9966 "shasum": ""
9967 },
9968 "require": {
9969 "php": "^5.3.2 || ^7.0"
9970 },
9971 "require-dev": {
9972 "phpunit/phpunit": "^4.5 || ^5.0.5",
9973 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
9974 },
9975 "type": "library",
9976 "extra": {
9977 "branch-alias": {
9978 "dev-master": "1.x-dev"
9979 }
9980 },
9981 "autoload": {
9982 "psr-4": {
9983 "Composer\\Semver\\": "src"
9984 }
9985 },
9986 "notification-url": "https://packagist.org/downloads/",
9987 "license": [
9988 "MIT"
9989 ],
9990 "authors": [
9991 {
9992 "name": "Nils Adermann",
9993 "email": "naderman@naderman.de",
9994 "homepage": "http://www.naderman.de"
9995 },
9996 {
9997 "name": "Jordi Boggiano",
9998 "email": "j.boggiano@seld.be",
9999 "homepage": "http://seld.be"
10000 },
10001 {
10002 "name": "Rob Bast",
10003 "email": "rob.bast@gmail.com",
10004 "homepage": "http://robbast.nl"
10005 }
10006 ],
10007 "description": "Semver library that offers utilities, version constraint parsing and validation.",
10008 "keywords": [
10009 "semantic",
10010 "semver",
10011 "validation",
10012 "versioning"
10013 ],
10014 "time": "2019-03-19T17:25:45+00:00"
10015 },
10016 {
10017 "name": "composer/xdebug-handler",
8d4ed0df 10018 "version": "1.4.0",
6546aca4
JB
10019 "source": {
10020 "type": "git",
10021 "url": "https://github.com/composer/xdebug-handler.git",
8d4ed0df 10022 "reference": "cbe23383749496fe0f373345208b79568e4bc248"
6546aca4
JB
10023 },
10024 "dist": {
10025 "type": "zip",
8d4ed0df
JB
10026 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
10027 "reference": "cbe23383749496fe0f373345208b79568e4bc248",
6546aca4
JB
10028 "shasum": ""
10029 },
10030 "require": {
8d4ed0df 10031 "php": "^5.3.2 || ^7.0 || ^8.0",
6546aca4
JB
10032 "psr/log": "^1.0"
10033 },
10034 "require-dev": {
8d4ed0df 10035 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
6546aca4
JB
10036 },
10037 "type": "library",
10038 "autoload": {
10039 "psr-4": {
10040 "Composer\\XdebugHandler\\": "src"
10041 }
10042 },
10043 "notification-url": "https://packagist.org/downloads/",
10044 "license": [
10045 "MIT"
10046 ],
10047 "authors": [
10048 {
10049 "name": "John Stevenson",
10050 "email": "john-stevenson@blueyonder.co.uk"
10051 }
10052 ],
8d4ed0df 10053 "description": "Restarts a process without Xdebug.",
6546aca4
JB
10054 "keywords": [
10055 "Xdebug",
10056 "performance"
10057 ],
8d4ed0df 10058 "time": "2019-11-06T16:40:04+00:00"
6546aca4
JB
10059 },
10060 {
10061 "name": "dama/doctrine-test-bundle",
10062 "version": "v5.0.3",
10063 "source": {
10064 "type": "git",
10065 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
10066 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
10067 },
10068 "dist": {
10069 "type": "zip",
10070 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
10071 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
10072 "shasum": ""
10073 },
10074 "require": {
10075 "doctrine/dbal": "~2.5",
10076 "doctrine/doctrine-bundle": "~1.4",
10077 "php": "^7.1",
10078 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
10079 },
10080 "require-dev": {
10081 "phpunit/phpunit": "~6.0|~7.0|~8.0",
10082 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
10083 "symfony/yaml": "~2.8|~3.0|~4.0"
10084 },
10085 "type": "symfony-bundle",
10086 "extra": {
10087 "branch-alias": {
10088 "dev-master": "5.1.x-dev"
10089 }
10090 },
10091 "autoload": {
10092 "psr-4": {
10093 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
10094 }
10095 },
10096 "notification-url": "https://packagist.org/downloads/",
10097 "license": [
10098 "MIT"
10099 ],
10100 "authors": [
10101 {
10102 "name": "David Maicher",
10103 "email": "mail@dmaicher.de"
10104 }
10105 ],
10106 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
10107 "keywords": [
10108 "Symfony 3",
10109 "Symfony 4",
10110 "doctrine",
10111 "isolation",
10112 "performance",
10113 "symfony",
10114 "symfony 2",
10115 "tests"
10116 ],
10117 "time": "2019-03-22T10:34:17+00:00"
10118 },
10119 {
10120 "name": "doctrine/data-fixtures",
8d4ed0df 10121 "version": "1.3.3",
6546aca4
JB
10122 "source": {
10123 "type": "git",
10124 "url": "https://github.com/doctrine/data-fixtures.git",
8d4ed0df 10125 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3"
6546aca4
JB
10126 },
10127 "dist": {
10128 "type": "zip",
8d4ed0df
JB
10129 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f0ee99c64922fc3f863715232b615c478a61b0a3",
10130 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3",
6546aca4
JB
10131 "shasum": ""
10132 },
10133 "require": {
10134 "doctrine/common": "~2.2",
10135 "php": "^7.1"
10136 },
10137 "conflict": {
10138 "doctrine/phpcr-odm": "<1.3.0"
10139 },
10140 "require-dev": {
8d4ed0df 10141 "alcaeus/mongo-php-adapter": "^1.1",
6546aca4 10142 "doctrine/dbal": "^2.5.4",
8d4ed0df 10143 "doctrine/mongodb-odm": "^1.3.0",
6546aca4
JB
10144 "doctrine/orm": "^2.5.4",
10145 "phpunit/phpunit": "^7.0"
10146 },
10147 "suggest": {
10148 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
10149 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
10150 "doctrine/orm": "For loading ORM fixtures",
10151 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
10152 },
10153 "type": "library",
10154 "extra": {
10155 "branch-alias": {
10156 "dev-master": "1.3.x-dev"
10157 }
10158 },
10159 "autoload": {
10160 "psr-4": {
10161 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
10162 }
10163 },
10164 "notification-url": "https://packagist.org/downloads/",
10165 "license": [
10166 "MIT"
10167 ],
10168 "authors": [
10169 {
10170 "name": "Jonathan Wage",
10171 "email": "jonwage@gmail.com"
10172 }
10173 ],
10174 "description": "Data Fixtures for all Doctrine Object Managers",
10175 "homepage": "http://www.doctrine-project.org",
10176 "keywords": [
10177 "database"
10178 ],
8d4ed0df 10179 "time": "2019-10-24T04:52:28+00:00"
6546aca4
JB
10180 },
10181 {
10182 "name": "doctrine/doctrine-fixtures-bundle",
1ddd66ae 10183 "version": "3.3.0",
6546aca4
JB
10184 "source": {
10185 "type": "git",
10186 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
1ddd66ae 10187 "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70"
6546aca4
JB
10188 },
10189 "dist": {
10190 "type": "zip",
1ddd66ae 10191 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
10192 "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
6546aca4
JB
10193 "shasum": ""
10194 },
10195 "require": {
10196 "doctrine/data-fixtures": "^1.3",
1ddd66ae 10197 "doctrine/doctrine-bundle": "^1.11|^2.0",
cb4108b4 10198 "doctrine/orm": "^2.6.0",
6546aca4 10199 "php": "^7.1",
1ddd66ae 10200 "symfony/config": "^3.4|^4.3|^5.0",
10201 "symfony/console": "^3.4|^4.3|^5.0",
10202 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
10203 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
10204 "symfony/http-kernel": "^3.4|^4.3|^5.0"
6546aca4
JB
10205 },
10206 "require-dev": {
cb4108b4 10207 "doctrine/coding-standard": "^6.0",
6546aca4 10208 "phpunit/phpunit": "^7.4",
1ddd66ae 10209 "symfony/phpunit-bridge": "^4.1|^5.0"
6546aca4
JB
10210 },
10211 "type": "symfony-bundle",
10212 "extra": {
10213 "branch-alias": {
1ddd66ae 10214 "dev-master": "3.3.x-dev"
6546aca4
JB
10215 }
10216 },
10217 "autoload": {
10218 "psr-4": {
10219 "Doctrine\\Bundle\\FixturesBundle\\": ""
10220 }
10221 },
10222 "notification-url": "https://packagist.org/downloads/",
10223 "license": [
10224 "MIT"
10225 ],
10226 "authors": [
10227 {
1ddd66ae 10228 "name": "Fabien Potencier",
10229 "email": "fabien@symfony.com"
6546aca4
JB
10230 },
10231 {
10232 "name": "Doctrine Project",
10233 "homepage": "http://www.doctrine-project.org"
10234 },
10235 {
1ddd66ae 10236 "name": "Symfony Community",
10237 "homepage": "http://symfony.com/contributors"
6546aca4
JB
10238 }
10239 ],
10240 "description": "Symfony DoctrineFixturesBundle",
10241 "homepage": "http://www.doctrine-project.org",
10242 "keywords": [
10243 "Fixture",
10244 "persistence"
10245 ],
1ddd66ae 10246 "time": "2019-11-13T15:46:58+00:00"
6546aca4
JB
10247 },
10248 {
10249 "name": "friendsofphp/php-cs-fixer",
02cf65ee 10250 "version": "v2.16.1",
6546aca4
JB
10251 "source": {
10252 "type": "git",
10253 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
02cf65ee 10254 "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02"
6546aca4
JB
10255 },
10256 "dist": {
10257 "type": "zip",
02cf65ee 10258 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02",
10259 "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02",
6546aca4
JB
10260 "shasum": ""
10261 },
10262 "require": {
10263 "composer/semver": "^1.4",
10264 "composer/xdebug-handler": "^1.2",
10265 "doctrine/annotations": "^1.2",
10266 "ext-json": "*",
10267 "ext-tokenizer": "*",
10268 "php": "^5.6 || ^7.0",
10269 "php-cs-fixer/diff": "^1.3",
02cf65ee 10270 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
10271 "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
10272 "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
10273 "symfony/finder": "^3.0 || ^4.0 || ^5.0",
10274 "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
6546aca4
JB
10275 "symfony/polyfill-php70": "^1.0",
10276 "symfony/polyfill-php72": "^1.4",
02cf65ee 10277 "symfony/process": "^3.0 || ^4.0 || ^5.0",
10278 "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
6546aca4
JB
10279 },
10280 "require-dev": {
10281 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10282 "justinrainbow/json-schema": "^5.0",
10283 "keradus/cli-executor": "^1.2",
10284 "mikey179/vfsstream": "^1.6",
10285 "php-coveralls/php-coveralls": "^2.1",
10286 "php-cs-fixer/accessible-object": "^1.0",
10287 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10288 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
66426001 10289 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
6546aca4 10290 "phpunitgoodpractices/traits": "^1.8",
02cf65ee 10291 "symfony/phpunit-bridge": "^4.3 || ^5.0",
10292 "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
6546aca4
JB
10293 },
10294 "suggest": {
10295 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10296 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10297 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10298 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10299 },
10300 "bin": [
10301 "php-cs-fixer"
10302 ],
10303 "type": "application",
6546aca4
JB
10304 "autoload": {
10305 "psr-4": {
10306 "PhpCsFixer\\": "src/"
10307 },
10308 "classmap": [
10309 "tests/Test/AbstractFixerTestCase.php",
10310 "tests/Test/AbstractIntegrationCaseFactory.php",
10311 "tests/Test/AbstractIntegrationTestCase.php",
10312 "tests/Test/Assert/AssertTokensTrait.php",
10313 "tests/Test/IntegrationCase.php",
10314 "tests/Test/IntegrationCaseFactory.php",
10315 "tests/Test/IntegrationCaseFactoryInterface.php",
10316 "tests/Test/InternalIntegrationCaseFactory.php",
10317 "tests/TestCase.php"
10318 ]
10319 },
10320 "notification-url": "https://packagist.org/downloads/",
10321 "license": [
10322 "MIT"
10323 ],
10324 "authors": [
6546aca4
JB
10325 {
10326 "name": "Fabien Potencier",
10327 "email": "fabien@symfony.com"
5e8d8ff5 10328 },
10329 {
10330 "name": "Dariusz Rumiński",
10331 "email": "dariusz.ruminski@gmail.com"
6546aca4
JB
10332 }
10333 ],
10334 "description": "A tool to automatically fix PHP code style",
02cf65ee 10335 "time": "2019-11-25T22:10:32+00:00"
6546aca4
JB
10336 },
10337 {
10338 "name": "m6web/redis-mock",
34e5cf09 10339 "version": "v4.7.0",
6546aca4
JB
10340 "source": {
10341 "type": "git",
10342 "url": "https://github.com/M6Web/RedisMock.git",
34e5cf09 10343 "reference": "057ad8e1bea903aee54642e310d900bdb794372c"
6546aca4
JB
10344 },
10345 "dist": {
10346 "type": "zip",
34e5cf09 10347 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/057ad8e1bea903aee54642e310d900bdb794372c",
10348 "reference": "057ad8e1bea903aee54642e310d900bdb794372c",
6546aca4
JB
10349 "shasum": ""
10350 },
10351 "require": {
10352 "php": ">=7.1.0"
10353 },
10354 "require-dev": {
10355 "atoum/atoum": "master-dev",
10356 "predis/predis": "~1.1"
10357 },
10358 "type": "library",
10359 "autoload": {
10360 "psr-0": {
10361 "M6Web\\Component\\RedisMock": "src/"
10362 }
10363 },
10364 "notification-url": "https://packagist.org/downloads/",
10365 "license": [
10366 "MIT"
10367 ],
10368 "authors": [
10369 {
10370 "name": "M6Web",
10371 "email": "opensource@m6web.fr",
10372 "homepage": "http://tech.m6web.fr/"
10373 }
10374 ],
10375 "description": "Library providing a PHP mock for Redis",
10376 "keywords": [
10377 "mock",
10378 "redis"
10379 ],
34e5cf09 10380 "time": "2019-11-04T09:03:23+00:00"
6546aca4
JB
10381 },
10382 {
10383 "name": "nette/bootstrap",
3d8eaa3a 10384 "version": "v3.0.1",
6546aca4
JB
10385 "source": {
10386 "type": "git",
10387 "url": "https://github.com/nette/bootstrap.git",
3d8eaa3a 10388 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249"
6546aca4
JB
10389 },
10390 "dist": {
10391 "type": "zip",
3d8eaa3a 10392 "url": "https://api.github.com/repos/nette/bootstrap/zipball/b45a1e33b6a44beb307756522396551e5a9ff249",
10393 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249",
6546aca4
JB
10394 "shasum": ""
10395 },
10396 "require": {
10397 "nette/di": "^3.0",
10398 "nette/utils": "^3.0",
10399 "php": ">=7.1"
10400 },
3d8eaa3a 10401 "conflict": {
10402 "tracy/tracy": "<2.6"
10403 },
6546aca4
JB
10404 "require-dev": {
10405 "latte/latte": "^2.2",
10406 "nette/application": "^3.0",
10407 "nette/caching": "^3.0",
10408 "nette/database": "^3.0",
10409 "nette/forms": "^3.0",
10410 "nette/http": "^3.0",
10411 "nette/mail": "^3.0",
10412 "nette/robot-loader": "^3.0",
10413 "nette/safe-stream": "^2.2",
10414 "nette/security": "^3.0",
10415 "nette/tester": "^2.0",
10416 "tracy/tracy": "^2.6"
10417 },
10418 "suggest": {
10419 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10420 "tracy/tracy": "to use Configurator::enableTracy()"
10421 },
10422 "type": "library",
10423 "extra": {
10424 "branch-alias": {
10425 "dev-master": "3.0-dev"
10426 }
10427 },
10428 "autoload": {
10429 "classmap": [
10430 "src/"
10431 ]
10432 },
10433 "notification-url": "https://packagist.org/downloads/",
10434 "license": [
10435 "BSD-3-Clause",
10436 "GPL-2.0",
10437 "GPL-3.0"
10438 ],
10439 "authors": [
10440 {
10441 "name": "David Grudl",
10442 "homepage": "https://davidgrudl.com"
10443 },
10444 {
10445 "name": "Nette Community",
10446 "homepage": "https://nette.org/contributors"
10447 }
10448 ],
10449 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10450 "homepage": "https://nette.org",
10451 "keywords": [
10452 "bootstrapping",
10453 "configurator",
10454 "nette"
10455 ],
3d8eaa3a 10456 "time": "2019-09-30T08:19:38+00:00"
6546aca4
JB
10457 },
10458 {
10459 "name": "nette/di",
1576905e 10460 "version": "v3.0.1",
6546aca4
JB
10461 "source": {
10462 "type": "git",
10463 "url": "https://github.com/nette/di.git",
1576905e 10464 "reference": "4aff517a1c6bb5c36fa09733d4cea089f529de6d"
6546aca4
JB
10465 },
10466 "dist": {
10467 "type": "zip",
1576905e
JB
10468 "url": "https://api.github.com/repos/nette/di/zipball/4aff517a1c6bb5c36fa09733d4cea089f529de6d",
10469 "reference": "4aff517a1c6bb5c36fa09733d4cea089f529de6d",
6546aca4
JB
10470 "shasum": ""
10471 },
10472 "require": {
10473 "ext-tokenizer": "*",
10474 "nette/neon": "^3.0",
10475 "nette/php-generator": "^3.2.2",
10476 "nette/robot-loader": "^3.2",
10477 "nette/schema": "^1.0",
10478 "nette/utils": "^3.0",
10479 "php": ">=7.1"
10480 },
10481 "conflict": {
10482 "nette/bootstrap": "<3.0"
10483 },
10484 "require-dev": {
10485 "nette/tester": "^2.2",
10486 "tracy/tracy": "^2.3"
10487 },
10488 "type": "library",
10489 "extra": {
10490 "branch-alias": {
10491 "dev-master": "3.0-dev"
10492 }
10493 },
10494 "autoload": {
10495 "classmap": [
10496 "src/"
10497 ],
10498 "files": [
10499 "src/compatibility.php"
10500 ]
10501 },
10502 "notification-url": "https://packagist.org/downloads/",
10503 "license": [
10504 "BSD-3-Clause",
10505 "GPL-2.0",
10506 "GPL-3.0"
10507 ],
10508 "authors": [
10509 {
10510 "name": "David Grudl",
10511 "homepage": "https://davidgrudl.com"
10512 },
10513 {
10514 "name": "Nette Community",
10515 "homepage": "https://nette.org/contributors"
10516 }
10517 ],
10518 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10519 "homepage": "https://nette.org",
10520 "keywords": [
10521 "compiled",
10522 "di",
10523 "dic",
10524 "factory",
10525 "ioc",
10526 "nette",
10527 "static"
10528 ],
1576905e 10529 "time": "2019-08-07T12:11:33+00:00"
6546aca4
JB
10530 },
10531 {
10532 "name": "nette/finder",
1a758230 10533 "version": "v2.5.1",
6546aca4
JB
10534 "source": {
10535 "type": "git",
10536 "url": "https://github.com/nette/finder.git",
1a758230 10537 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe"
6546aca4
JB
10538 },
10539 "dist": {
10540 "type": "zip",
1a758230 10541 "url": "https://api.github.com/repos/nette/finder/zipball/14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10542 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
6546aca4
JB
10543 "shasum": ""
10544 },
10545 "require": {
10546 "nette/utils": "^2.4 || ~3.0.0",
10547 "php": ">=7.1"
10548 },
10549 "conflict": {
10550 "nette/nette": "<2.2"
10551 },
10552 "require-dev": {
10553 "nette/tester": "^2.0",
10554 "tracy/tracy": "^2.3"
10555 },
10556 "type": "library",
10557 "extra": {
10558 "branch-alias": {
10559 "dev-master": "2.5-dev"
10560 }
10561 },
10562 "autoload": {
10563 "classmap": [
10564 "src/"
10565 ]
10566 },
10567 "notification-url": "https://packagist.org/downloads/",
10568 "license": [
10569 "BSD-3-Clause",
10570 "GPL-2.0",
10571 "GPL-3.0"
10572 ],
10573 "authors": [
10574 {
10575 "name": "David Grudl",
10576 "homepage": "https://davidgrudl.com"
10577 },
10578 {
10579 "name": "Nette Community",
10580 "homepage": "https://nette.org/contributors"
10581 }
10582 ],
1a758230 10583 "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
6546aca4
JB
10584 "homepage": "https://nette.org",
10585 "keywords": [
10586 "filesystem",
10587 "glob",
10588 "iterator",
10589 "nette"
10590 ],
1a758230 10591 "time": "2019-07-11T18:02:17+00:00"
6546aca4
JB
10592 },
10593 {
10594 "name": "nette/neon",
10595 "version": "v3.0.0",
10596 "source": {
10597 "type": "git",
10598 "url": "https://github.com/nette/neon.git",
10599 "reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb"
10600 },
10601 "dist": {
10602 "type": "zip",
10603 "url": "https://api.github.com/repos/nette/neon/zipball/cbff32059cbdd8720deccf9e9eace6ee516f02eb",
10604 "reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb",
10605 "shasum": ""
10606 },
10607 "require": {
10608 "ext-iconv": "*",
10609 "ext-json": "*",
10610 "php": ">=7.0"
10611 },
10612 "require-dev": {
10613 "nette/tester": "^2.0",
10614 "tracy/tracy": "^2.3"
10615 },
10616 "type": "library",
10617 "extra": {
10618 "branch-alias": {
10619 "dev-master": "3.0-dev"
10620 }
10621 },
10622 "autoload": {
10623 "classmap": [
10624 "src/"
10625 ]
10626 },
10627 "notification-url": "https://packagist.org/downloads/",
10628 "license": [
10629 "BSD-3-Clause",
10630 "GPL-2.0",
10631 "GPL-3.0"
10632 ],
10633 "authors": [
10634 {
10635 "name": "David Grudl",
10636 "homepage": "https://davidgrudl.com"
10637 },
10638 {
10639 "name": "Nette Community",
10640 "homepage": "https://nette.org/contributors"
10641 }
10642 ],
10643 "description": "? Nette NEON: encodes and decodes NEON file format.",
10644 "homepage": "http://ne-on.org",
10645 "keywords": [
10646 "export",
10647 "import",
10648 "neon",
10649 "nette",
10650 "yaml"
10651 ],
10652 "time": "2019-02-05T21:30:40+00:00"
10653 },
10654 {
10655 "name": "nette/php-generator",
d3847ac1 10656 "version": "v3.3.1",
6546aca4
JB
10657 "source": {
10658 "type": "git",
10659 "url": "https://github.com/nette/php-generator.git",
d3847ac1 10660 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187"
6546aca4
JB
10661 },
10662 "dist": {
10663 "type": "zip",
d3847ac1
JB
10664 "url": "https://api.github.com/repos/nette/php-generator/zipball/4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10665 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187",
6546aca4
JB
10666 "shasum": ""
10667 },
10668 "require": {
10669 "nette/utils": "^2.4.2 || ~3.0.0",
10670 "php": ">=7.1"
10671 },
10672 "require-dev": {
10673 "nette/tester": "^2.0",
10674 "tracy/tracy": "^2.3"
10675 },
10676 "type": "library",
10677 "extra": {
10678 "branch-alias": {
d3847ac1 10679 "dev-master": "3.3-dev"
6546aca4
JB
10680 }
10681 },
10682 "autoload": {
10683 "classmap": [
10684 "src/"
10685 ]
10686 },
10687 "notification-url": "https://packagist.org/downloads/",
10688 "license": [
10689 "BSD-3-Clause",
10690 "GPL-2.0",
10691 "GPL-3.0"
10692 ],
10693 "authors": [
10694 {
10695 "name": "David Grudl",
10696 "homepage": "https://davidgrudl.com"
10697 },
10698 {
10699 "name": "Nette Community",
10700 "homepage": "https://nette.org/contributors"
10701 }
10702 ],
10703 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
10704 "homepage": "https://nette.org",
10705 "keywords": [
10706 "code",
10707 "nette",
10708 "php",
10709 "scaffolding"
10710 ],
d3847ac1 10711 "time": "2019-11-22T11:12:11+00:00"
6546aca4
JB
10712 },
10713 {
10714 "name": "nette/robot-loader",
10715 "version": "v3.2.0",
10716 "source": {
10717 "type": "git",
10718 "url": "https://github.com/nette/robot-loader.git",
10719 "reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c"
10720 },
10721 "dist": {
10722 "type": "zip",
10723 "url": "https://api.github.com/repos/nette/robot-loader/zipball/0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
10724 "reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
10725 "shasum": ""
10726 },
10727 "require": {
10728 "ext-tokenizer": "*",
10729 "nette/finder": "^2.5",
10730 "nette/utils": "^3.0",
10731 "php": ">=7.1"
10732 },
10733 "require-dev": {
10734 "nette/tester": "^2.0",
10735 "tracy/tracy": "^2.3"
10736 },
10737 "type": "library",
10738 "extra": {
10739 "branch-alias": {
10740 "dev-master": "3.2-dev"
10741 }
10742 },
10743 "autoload": {
10744 "classmap": [
10745 "src/"
10746 ]
10747 },
10748 "notification-url": "https://packagist.org/downloads/",
10749 "license": [
10750 "BSD-3-Clause",
10751 "GPL-2.0",
10752 "GPL-3.0"
10753 ],
10754 "authors": [
10755 {
10756 "name": "David Grudl",
10757 "homepage": "https://davidgrudl.com"
10758 },
10759 {
10760 "name": "Nette Community",
10761 "homepage": "https://nette.org/contributors"
10762 }
10763 ],
10764 "description": "? Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
10765 "homepage": "https://nette.org",
10766 "keywords": [
10767 "autoload",
10768 "class",
10769 "interface",
10770 "nette",
10771 "trait"
10772 ],
10773 "time": "2019-03-08T21:57:24+00:00"
10774 },
10775 {
10776 "name": "nette/schema",
8d4ed0df 10777 "version": "v1.0.1",
6546aca4
JB
10778 "source": {
10779 "type": "git",
10780 "url": "https://github.com/nette/schema.git",
8d4ed0df 10781 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76"
6546aca4
JB
10782 },
10783 "dist": {
10784 "type": "zip",
8d4ed0df
JB
10785 "url": "https://api.github.com/repos/nette/schema/zipball/337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10786 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
6546aca4
JB
10787 "shasum": ""
10788 },
10789 "require": {
10790 "nette/utils": "^3.0.1",
10791 "php": ">=7.1"
10792 },
10793 "require-dev": {
10794 "nette/tester": "^2.2",
10795 "tracy/tracy": "^2.3"
10796 },
10797 "type": "library",
10798 "extra": {
10799 "branch-alias": {
10800 "dev-master": "1.0-dev"
10801 }
10802 },
10803 "autoload": {
10804 "classmap": [
10805 "src/"
10806 ]
10807 },
10808 "notification-url": "https://packagist.org/downloads/",
10809 "license": [
10810 "BSD-3-Clause",
10811 "GPL-2.0",
10812 "GPL-3.0"
10813 ],
10814 "authors": [
10815 {
10816 "name": "David Grudl",
10817 "homepage": "https://davidgrudl.com"
10818 },
10819 {
10820 "name": "Nette Community",
10821 "homepage": "https://nette.org/contributors"
10822 }
10823 ],
10824 "description": "📐 Nette Schema: validating data structures against a given Schema.",
10825 "homepage": "https://nette.org",
10826 "keywords": [
10827 "config",
10828 "nette"
10829 ],
8d4ed0df 10830 "time": "2019-10-31T20:52:19+00:00"
6546aca4
JB
10831 },
10832 {
10833 "name": "nette/utils",
987237d5 10834 "version": "v3.0.2",
6546aca4
JB
10835 "source": {
10836 "type": "git",
10837 "url": "https://github.com/nette/utils.git",
987237d5 10838 "reference": "c133e18c922dcf3ad07673077d92d92cef25a148"
6546aca4
JB
10839 },
10840 "dist": {
10841 "type": "zip",
987237d5
JB
10842 "url": "https://api.github.com/repos/nette/utils/zipball/c133e18c922dcf3ad07673077d92d92cef25a148",
10843 "reference": "c133e18c922dcf3ad07673077d92d92cef25a148",
6546aca4
JB
10844 "shasum": ""
10845 },
10846 "require": {
10847 "php": ">=7.1"
10848 },
10849 "require-dev": {
10850 "nette/tester": "~2.0",
10851 "tracy/tracy": "^2.3"
10852 },
10853 "suggest": {
10854 "ext-gd": "to use Image",
10855 "ext-iconv": "to use Strings::webalize() and toAscii()",
10856 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10857 "ext-json": "to use Nette\\Utils\\Json",
10858 "ext-mbstring": "to use Strings::lower() etc...",
987237d5 10859 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
6546aca4
JB
10860 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
10861 },
10862 "type": "library",
10863 "extra": {
10864 "branch-alias": {
10865 "dev-master": "3.0-dev"
10866 }
10867 },
10868 "autoload": {
10869 "classmap": [
10870 "src/"
10871 ]
10872 },
10873 "notification-url": "https://packagist.org/downloads/",
10874 "license": [
10875 "BSD-3-Clause",
10876 "GPL-2.0",
10877 "GPL-3.0"
10878 ],
10879 "authors": [
10880 {
10881 "name": "David Grudl",
10882 "homepage": "https://davidgrudl.com"
10883 },
10884 {
10885 "name": "Nette Community",
10886 "homepage": "https://nette.org/contributors"
10887 }
10888 ],
10889 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
10890 "homepage": "https://nette.org",
10891 "keywords": [
10892 "array",
10893 "core",
10894 "datetime",
10895 "images",
10896 "json",
10897 "nette",
10898 "paginator",
10899 "password",
10900 "slugify",
10901 "string",
10902 "unicode",
10903 "utf-8",
10904 "utility",
10905 "validation"
10906 ],
987237d5 10907 "time": "2019-10-21T20:40:16+00:00"
6546aca4
JB
10908 },
10909 {
10910 "name": "nikic/php-parser",
8d4ed0df 10911 "version": "v4.3.0",
6546aca4
JB
10912 "source": {
10913 "type": "git",
10914 "url": "https://github.com/nikic/PHP-Parser.git",
8d4ed0df 10915 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
6546aca4
JB
10916 },
10917 "dist": {
10918 "type": "zip",
8d4ed0df
JB
10919 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10920 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
6546aca4
JB
10921 "shasum": ""
10922 },
10923 "require": {
10924 "ext-tokenizer": "*",
10925 "php": ">=7.0"
10926 },
10927 "require-dev": {
8d4ed0df 10928 "ircmaxell/php-yacc": "0.0.5",
e9ccc686 10929 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
6546aca4
JB
10930 },
10931 "bin": [
10932 "bin/php-parse"
10933 ],
10934 "type": "library",
10935 "extra": {
10936 "branch-alias": {
8d4ed0df 10937 "dev-master": "4.3-dev"
6546aca4
JB
10938 }
10939 },
10940 "autoload": {
10941 "psr-4": {
10942 "PhpParser\\": "lib/PhpParser"
10943 }
10944 },
10945 "notification-url": "https://packagist.org/downloads/",
10946 "license": [
10947 "BSD-3-Clause"
10948 ],
10949 "authors": [
10950 {
10951 "name": "Nikita Popov"
10952 }
10953 ],
10954 "description": "A PHP parser written in PHP",
10955 "keywords": [
10956 "parser",
10957 "php"
10958 ],
8d4ed0df 10959 "time": "2019-11-08T13:50:10+00:00"
6546aca4
JB
10960 },
10961 {
10962 "name": "php-cs-fixer/diff",
10963 "version": "v1.3.0",
10964 "source": {
10965 "type": "git",
10966 "url": "https://github.com/PHP-CS-Fixer/diff.git",
10967 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
10968 },
10969 "dist": {
10970 "type": "zip",
10971 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
10972 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
10973 "shasum": ""
10974 },
10975 "require": {
10976 "php": "^5.6 || ^7.0"
10977 },
10978 "require-dev": {
10979 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
10980 "symfony/process": "^3.3"
10981 },
10982 "type": "library",
10983 "autoload": {
10984 "classmap": [
10985 "src/"
10986 ]
10987 },
10988 "notification-url": "https://packagist.org/downloads/",
10989 "license": [
10990 "BSD-3-Clause"
10991 ],
10992 "authors": [
10993 {
10994 "name": "Kore Nordmann",
10995 "email": "mail@kore-nordmann.de"
10996 },
10997 {
10998 "name": "Sebastian Bergmann",
10999 "email": "sebastian@phpunit.de"
11000 },
11001 {
11002 "name": "SpacePossum"
11003 }
11004 ],
11005 "description": "sebastian/diff v2 backport support for PHP5.6",
11006 "homepage": "https://github.com/PHP-CS-Fixer",
11007 "keywords": [
11008 "diff"
11009 ],
11010 "time": "2018-02-15T16:58:55+00:00"
11011 },
11012 {
11013 "name": "php-http/mock-client",
11014 "version": "1.3.0",
11015 "source": {
11016 "type": "git",
11017 "url": "https://github.com/php-http/mock-client.git",
11018 "reference": "d364c4a2847229dd37237d0083887889d3bd8564"
11019 },
11020 "dist": {
11021 "type": "zip",
11022 "url": "https://api.github.com/repos/php-http/mock-client/zipball/d364c4a2847229dd37237d0083887889d3bd8564",
11023 "reference": "d364c4a2847229dd37237d0083887889d3bd8564",
11024 "shasum": ""
11025 },
11026 "require": {
11027 "php": "^5.5 || ^7.0",
11028 "php-http/client-common": "^1.9 || ^2.0",
11029 "php-http/discovery": "^1.0",
11030 "php-http/httplug": "^1.0 || ^2.0",
11031 "php-http/message-factory": "^1.0"
11032 },
11033 "provide": {
11034 "php-http/async-client-implementation": "1.0",
11035 "php-http/client-implementation": "1.0"
11036 },
11037 "require-dev": {
11038 "henrikbjorn/phpspec-code-coverage": "^1.0",
11039 "phpspec/phpspec": "^2.4"
11040 },
11041 "type": "library",
11042 "extra": {
11043 "branch-alias": {
11044 "dev-master": "1.3-dev"
11045 }
11046 },
11047 "autoload": {
11048 "psr-4": {
11049 "Http\\Mock\\": "src/"
11050 }
11051 },
11052 "notification-url": "https://packagist.org/downloads/",
11053 "license": [
11054 "MIT"
11055 ],
11056 "authors": [
11057 {
11058 "name": "David de Boer",
11059 "email": "david@ddeboer.nl"
11060 }
11061 ],
11062 "description": "Mock HTTP client",
11063 "homepage": "http://httplug.io",
11064 "keywords": [
11065 "client",
11066 "http",
11067 "mock",
11068 "psr7"
11069 ],
11070 "time": "2019-02-21T08:51:08+00:00"
11071 },
11072 {
11073 "name": "phpstan/phpdoc-parser",
0a01a5f1 11074 "version": "0.3.5",
6546aca4
JB
11075 "source": {
11076 "type": "git",
11077 "url": "https://github.com/phpstan/phpdoc-parser.git",
0a01a5f1 11078 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
6546aca4
JB
11079 },
11080 "dist": {
11081 "type": "zip",
0a01a5f1
JB
11082 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11083 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
6546aca4
JB
11084 "shasum": ""
11085 },
11086 "require": {
11087 "php": "~7.1"
11088 },
11089 "require-dev": {
11090 "consistence/coding-standard": "^3.5",
11091 "jakub-onderka/php-parallel-lint": "^0.9.2",
11092 "phing/phing": "^2.16.0",
11093 "phpstan/phpstan": "^0.10",
11094 "phpunit/phpunit": "^6.3",
11095 "slevomat/coding-standard": "^4.7.2",
11096 "squizlabs/php_codesniffer": "^3.3.2",
11097 "symfony/process": "^3.4 || ^4.0"
11098 },
11099 "type": "library",
11100 "extra": {
11101 "branch-alias": {
11102 "dev-master": "0.3-dev"
11103 }
11104 },
11105 "autoload": {
11106 "psr-4": {
11107 "PHPStan\\PhpDocParser\\": [
11108 "src/"
11109 ]
11110 }
11111 },
11112 "notification-url": "https://packagist.org/downloads/",
11113 "license": [
11114 "MIT"
11115 ],
11116 "description": "PHPDoc parser with support for nullable, intersection and generic types",
0a01a5f1 11117 "time": "2019-06-07T19:13:52+00:00"
6546aca4
JB
11118 },
11119 {
11120 "name": "phpstan/phpstan",
3d8eaa3a 11121 "version": "0.11.19",
6546aca4
JB
11122 "source": {
11123 "type": "git",
11124 "url": "https://github.com/phpstan/phpstan.git",
3d8eaa3a 11125 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
6546aca4
JB
11126 },
11127 "dist": {
11128 "type": "zip",
3d8eaa3a 11129 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
11130 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
6546aca4
JB
11131 "shasum": ""
11132 },
11133 "require": {
11134 "composer/xdebug-handler": "^1.3.0",
11135 "jean85/pretty-package-versions": "^1.0.3",
11136 "nette/bootstrap": "^2.4 || ^3.0",
11137 "nette/di": "^2.4.7 || ^3.0",
07c66a74 11138 "nette/neon": "^2.4.3 || ^3.0",
6546aca4
JB
11139 "nette/robot-loader": "^3.0.1",
11140 "nette/schema": "^1.0",
11141 "nette/utils": "^2.4.5 || ^3.0",
e9ccc686 11142 "nikic/php-parser": "^4.2.3",
6546aca4 11143 "php": "~7.1",
6f80db69 11144 "phpstan/phpdoc-parser": "^0.3.5",
6546aca4
JB
11145 "symfony/console": "~3.2 || ~4.0",
11146 "symfony/finder": "~3.2 || ~4.0"
11147 },
11148 "conflict": {
11149 "symfony/console": "3.4.16 || 4.1.5"
11150 },
11151 "require-dev": {
e9ccc686 11152 "brianium/paratest": "^2.0 || ^3.0",
6546aca4
JB
11153 "consistence/coding-standard": "^3.5",
11154 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11155 "ext-intl": "*",
11156 "ext-mysqli": "*",
6f80db69 11157 "ext-simplexml": "*",
6546aca4
JB
11158 "ext-soap": "*",
11159 "ext-zip": "*",
11160 "jakub-onderka/php-parallel-lint": "^1.0",
11161 "localheinz/composer-normalize": "^1.1.0",
11162 "phing/phing": "^2.16.0",
11163 "phpstan/phpstan-deprecation-rules": "^0.11",
11164 "phpstan/phpstan-php-parser": "^0.11",
11165 "phpstan/phpstan-phpunit": "^0.11",
11166 "phpstan/phpstan-strict-rules": "^0.11",
e9ccc686 11167 "phpunit/phpunit": "^7.5.14 || ^8.0",
6546aca4
JB
11168 "slevomat/coding-standard": "^4.7.2",
11169 "squizlabs/php_codesniffer": "^3.3.2"
11170 },
11171 "bin": [
11172 "bin/phpstan"
11173 ],
11174 "type": "library",
11175 "extra": {
11176 "branch-alias": {
11177 "dev-master": "0.11-dev"
11178 }
11179 },
11180 "autoload": {
11181 "psr-4": {
11182 "PHPStan\\": [
1a758230 11183 "src/"
6546aca4
JB
11184 ]
11185 }
11186 },
11187 "notification-url": "https://packagist.org/downloads/",
11188 "license": [
11189 "MIT"
11190 ],
11191 "description": "PHPStan - PHP Static Analysis Tool",
3d8eaa3a 11192 "time": "2019-10-22T20:20:22+00:00"
6546aca4
JB
11193 },
11194 {
11195 "name": "phpstan/phpstan-doctrine",
cc7b2b91 11196 "version": "0.11.6",
6546aca4
JB
11197 "source": {
11198 "type": "git",
11199 "url": "https://github.com/phpstan/phpstan-doctrine.git",
cc7b2b91 11200 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c"
6546aca4
JB
11201 },
11202 "dist": {
11203 "type": "zip",
cc7b2b91 11204 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c",
11205 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c",
6546aca4
JB
11206 "shasum": ""
11207 },
11208 "require": {
11209 "nikic/php-parser": "^4.0",
11210 "php": "~7.1",
11211 "phpstan/phpdoc-parser": "^0.3",
11212 "phpstan/phpstan": "^0.11.7"
11213 },
11214 "conflict": {
11215 "doctrine/collections": "<1.0",
11216 "doctrine/common": "<2.7",
11217 "doctrine/mongodb-odm": "<1.2",
11218 "doctrine/orm": "<2.5"
11219 },
11220 "require-dev": {
11221 "consistence/coding-standard": "^3.8",
11222 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11223 "doctrine/collections": "^1.0",
11224 "doctrine/common": "^2.7",
11225 "doctrine/mongodb-odm": "^1.2",
11226 "doctrine/orm": "^2.5",
11227 "jakub-onderka/php-parallel-lint": "^1.0",
11228 "phing/phing": "^2.16.0",
11229 "phpstan/phpstan-phpunit": "^0.11",
11230 "phpstan/phpstan-strict-rules": "^0.11",
11231 "phpunit/phpunit": "^7.0",
11232 "slevomat/coding-standard": "^5.0.4"
11233 },
11234 "type": "phpstan-extension",
11235 "extra": {
11236 "branch-alias": {
11237 "dev-master": "0.11-dev"
11238 },
11239 "phpstan": {
11240 "includes": [
11241 "extension.neon",
11242 "rules.neon"
11243 ]
11244 }
11245 },
11246 "autoload": {
11247 "psr-4": {
11248 "PHPStan\\": "src/"
11249 }
11250 },
11251 "notification-url": "https://packagist.org/downloads/",
11252 "license": [
11253 "MIT"
11254 ],
11255 "description": "Doctrine extensions for PHPStan",
cc7b2b91 11256 "time": "2019-09-13T08:40:06+00:00"
6546aca4
JB
11257 },
11258 {
11259 "name": "phpstan/phpstan-phpunit",
11260 "version": "0.11.2",
11261 "source": {
11262 "type": "git",
11263 "url": "https://github.com/phpstan/phpstan-phpunit.git",
11264 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
11265 },
11266 "dist": {
11267 "type": "zip",
11268 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11269 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11270 "shasum": ""
11271 },
11272 "require": {
11273 "nikic/php-parser": "^4.0",
11274 "php": "~7.1",
11275 "phpstan/phpdoc-parser": "^0.3",
11276 "phpstan/phpstan": "^0.11.4"
11277 },
11278 "conflict": {
11279 "phpunit/phpunit": "<7.0"
11280 },
11281 "require-dev": {
11282 "consistence/coding-standard": "^3.0.1",
11283 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11284 "jakub-onderka/php-parallel-lint": "^1.0",
11285 "phing/phing": "^2.16.0",
11286 "phpstan/phpstan-strict-rules": "^0.11",
11287 "phpunit/phpunit": "^7.0",
11288 "satooshi/php-coveralls": "^1.0",
11289 "slevomat/coding-standard": "^4.5.2"
11290 },
11291 "type": "phpstan-extension",
11292 "extra": {
11293 "branch-alias": {
11294 "dev-master": "0.11-dev"
11295 },
11296 "phpstan": {
11297 "includes": [
11298 "extension.neon",
11299 "rules.neon"
11300 ]
11301 }
11302 },
11303 "autoload": {
11304 "psr-4": {
11305 "PHPStan\\": "src/"
11306 }
11307 },
11308 "notification-url": "https://packagist.org/downloads/",
11309 "license": [
11310 "MIT"
11311 ],
11312 "description": "PHPUnit extensions and rules for PHPStan",
11313 "time": "2019-05-17T17:50:16+00:00"
11314 },
11315 {
11316 "name": "phpstan/phpstan-symfony",
11317 "version": "0.11.6",
11318 "source": {
11319 "type": "git",
11320 "url": "https://github.com/phpstan/phpstan-symfony.git",
11321 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11322 },
11323 "dist": {
11324 "type": "zip",
11325 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11326 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11327 "shasum": ""
11328 },
11329 "require": {
11330 "ext-simplexml": "*",
11331 "nikic/php-parser": "^4.0",
11332 "php": "^7.1",
11333 "phpstan/phpstan": "^0.11.7"
11334 },
11335 "conflict": {
11336 "symfony/framework-bundle": "<3.0"
11337 },
11338 "require-dev": {
11339 "consistence/coding-standard": "^3.0.1",
11340 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11341 "jakub-onderka/php-parallel-lint": "^1.0",
11342 "nette/di": "^3.0-stable",
11343 "phing/phing": "^2.16.0",
11344 "phpstan/phpstan-phpunit": "^0.11",
11345 "phpstan/phpstan-strict-rules": "^0.11",
11346 "phpunit/phpunit": "^7.0",
11347 "slevomat/coding-standard": "^4.5.2",
11348 "squizlabs/php_codesniffer": "^3.3.2",
11349 "symfony/console": "^3.0 || ^4.0",
11350 "symfony/framework-bundle": "^3.0 || ^4.0",
11351 "symfony/messenger": "^4.2",
11352 "symfony/serializer": "^3.0 || ^4.0"
11353 },
11354 "type": "phpstan-extension",
11355 "extra": {
11356 "branch-alias": {
11357 "dev-master": "0.11-dev"
11358 },
11359 "phpstan": {
11360 "includes": [
11361 "extension.neon"
11362 ]
11363 }
11364 },
11365 "autoload": {
11366 "psr-4": {
11367 "PHPStan\\": "src/"
11368 }
11369 },
11370 "notification-url": "https://packagist.org/downloads/",
11371 "license": [
11372 "MIT"
11373 ],
11374 "authors": [
11375 {
11376 "name": "Lukáš Unger",
11377 "email": "looky.msc@gmail.com",
11378 "homepage": "https://lookyman.net"
11379 }
11380 ],
11381 "description": "Symfony Framework extensions and rules for PHPStan",
11382 "time": "2019-05-19T17:40:25+00:00"
11383 },
11384 {
11385 "name": "sensio/generator-bundle",
11386 "version": "v3.1.7",
11387 "source": {
11388 "type": "git",
11389 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
11390 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
11391 },
11392 "dist": {
11393 "type": "zip",
11394 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11395 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11396 "shasum": ""
11397 },
11398 "require": {
11399 "symfony/console": "~2.7|~3.0",
11400 "symfony/framework-bundle": "~2.7|~3.0",
11401 "symfony/process": "~2.7|~3.0",
11402 "symfony/yaml": "~2.7|~3.0",
11403 "twig/twig": "^1.28.2|^2.0"
11404 },
11405 "require-dev": {
11406 "doctrine/orm": "~2.4",
11407 "symfony/doctrine-bridge": "~2.7|~3.0",
11408 "symfony/filesystem": "~2.7|~3.0",
11409 "symfony/phpunit-bridge": "^3.3"
11410 },
11411 "type": "symfony-bundle",
11412 "extra": {
11413 "branch-alias": {
11414 "dev-master": "3.1.x-dev"
11415 }
11416 },
11417 "autoload": {
11418 "psr-4": {
11419 "Sensio\\Bundle\\GeneratorBundle\\": ""
11420 },
11421 "exclude-from-classmap": [
11422 "/Tests/"
11423 ]
11424 },
11425 "notification-url": "https://packagist.org/downloads/",
11426 "license": [
11427 "MIT"
11428 ],
11429 "authors": [
11430 {
11431 "name": "Fabien Potencier",
11432 "email": "fabien@symfony.com"
11433 }
11434 ],
11435 "description": "This bundle generates code for you",
11436 "time": "2017-12-07T15:36:41+00:00"
11437 },
11438 {
11439 "name": "symfony/phpunit-bridge",
83d2c0a2 11440 "version": "v4.3.9",
6546aca4
JB
11441 "source": {
11442 "type": "git",
11443 "url": "https://github.com/symfony/phpunit-bridge.git",
83d2c0a2 11444 "reference": "e1ce1695430a3c8ee876ff1d91ce64871786581f"
6546aca4
JB
11445 },
11446 "dist": {
11447 "type": "zip",
83d2c0a2 11448 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/e1ce1695430a3c8ee876ff1d91ce64871786581f",
11449 "reference": "e1ce1695430a3c8ee876ff1d91ce64871786581f",
6546aca4
JB
11450 "shasum": ""
11451 },
11452 "require": {
955a3bde 11453 "php": ">=5.5.9"
6546aca4
JB
11454 },
11455 "conflict": {
d3847ac1 11456 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
6546aca4
JB
11457 },
11458 "suggest": {
d3847ac1 11459 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
6546aca4
JB
11460 },
11461 "bin": [
11462 "bin/simple-phpunit"
11463 ],
11464 "type": "symfony-bridge",
11465 "extra": {
11466 "branch-alias": {
d3847ac1 11467 "dev-master": "4.3-dev"
6546aca4
JB
11468 },
11469 "thanks": {
11470 "name": "phpunit/phpunit",
11471 "url": "https://github.com/sebastianbergmann/phpunit"
11472 }
11473 },
11474 "autoload": {
11475 "files": [
11476 "bootstrap.php"
11477 ],
11478 "psr-4": {
11479 "Symfony\\Bridge\\PhpUnit\\": ""
11480 },
11481 "exclude-from-classmap": [
11482 "/Tests/"
11483 ]
11484 },
11485 "notification-url": "https://packagist.org/downloads/",
11486 "license": [
11487 "MIT"
11488 ],
11489 "authors": [
11490 {
11491 "name": "Nicolas Grekas",
11492 "email": "p@tchwork.com"
11493 },
11494 {
11495 "name": "Symfony Community",
11496 "homepage": "https://symfony.com/contributors"
11497 }
11498 ],
11499 "description": "Symfony PHPUnit Bridge",
11500 "homepage": "https://symfony.com",
83d2c0a2 11501 "time": "2019-11-28T10:34:19+00:00"
6546aca4
JB
11502 }
11503 ],
11504 "aliases": [],
11505 "minimum-stability": "dev",
11506 "stability-flags": {
11507 "grandt/phpepub": 20,
6546aca4
JB
11508 "predis/predis": 20
11509 },
11510 "prefer-stable": true,
11511 "prefer-lowest": false,
11512 "platform": {
11513 "php": ">=7.1.3",
11514 "ext-pcre": "*",
11515 "ext-dom": "*",
11516 "ext-curl": "*",
11517 "ext-gd": "*",
11518 "ext-session": "*",
11519 "ext-ctype": "*",
11520 "ext-hash": "*",
11521 "ext-simplexml": "*",
11522 "ext-json": "*",
11523 "ext-mbstring": "*",
11524 "ext-xml": "*",
11525 "ext-iconv": "*",
11526 "ext-tokenizer": "*",
11527 "ext-pdo": "*",
11528 "ext-tidy": "*"
11529 },
11530 "platform-dev": [],
11531 "platform-overrides": {
11532 "php": "7.1.3"
11533 }
11534}