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