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