]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.lock
Add ldap to composer
[github/wallabag/wallabag.git] / composer.lock
CommitLineData
3f7a28de
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 ],
8c89c2ad 7 "content-hash": "4699d166d03a8e5f70d802d0bc3e6a20",
3f7a28de
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": "composer/ca-bundle",
105 "version": "1.1.3",
106 "source": {
107 "type": "git",
108 "url": "https://github.com/composer/ca-bundle.git",
109 "reference": "8afa52cd417f4ec417b4bfe86b68106538a87660"
110 },
111 "dist": {
112 "type": "zip",
113 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/8afa52cd417f4ec417b4bfe86b68106538a87660",
114 "reference": "8afa52cd417f4ec417b4bfe86b68106538a87660",
115 "shasum": ""
116 },
117 "require": {
118 "ext-openssl": "*",
119 "ext-pcre": "*",
120 "php": "^5.3.2 || ^7.0"
121 },
122 "require-dev": {
123 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
124 "psr/log": "^1.0",
125 "symfony/process": "^2.5 || ^3.0 || ^4.0"
126 },
127 "type": "library",
128 "extra": {
129 "branch-alias": {
130 "dev-master": "1.x-dev"
131 }
132 },
133 "autoload": {
134 "psr-4": {
135 "Composer\\CaBundle\\": "src"
136 }
137 },
138 "notification-url": "https://packagist.org/downloads/",
139 "license": [
140 "MIT"
141 ],
142 "authors": [
143 {
144 "name": "Jordi Boggiano",
145 "email": "j.boggiano@seld.be",
146 "homepage": "http://seld.be"
147 }
148 ],
149 "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
150 "keywords": [
151 "cabundle",
152 "cacert",
153 "certificate",
154 "ssl",
155 "tls"
156 ],
157 "time": "2018-10-18T06:09:13+00:00"
158 },
159 {
160 "name": "craue/config-bundle",
161 "version": "2.1.0",
162 "source": {
163 "type": "git",
164 "url": "https://github.com/craue/CraueConfigBundle.git",
165 "reference": "9b6dffb96dd15183b4255db234284776bffa4dde"
166 },
167 "dist": {
168 "type": "zip",
169 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/9b6dffb96dd15183b4255db234284776bffa4dde",
170 "reference": "9b6dffb96dd15183b4255db234284776bffa4dde",
171 "shasum": ""
172 },
173 "require": {
174 "doctrine/doctrine-bundle": "~1.3",
175 "php": "^5.3.9|~7.0",
176 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
177 },
178 "require-dev": {
179 "doctrine/doctrine-cache-bundle": "~1.3",
180 "doctrine/orm": "^2.3.1",
181 "phpunit/phpunit": "^4.8.35|~5.7|~6.0",
182 "symfony/phpunit-bridge": "~3.2|~4.0",
183 "symfony/symfony": "~2.7|~3.0|~4.0"
184 },
185 "type": "symfony-bundle",
186 "extra": {
187 "branch-alias": {
188 "dev-master": "2.1.x-dev"
189 }
190 },
191 "autoload": {
192 "psr-4": {
193 "Craue\\ConfigBundle\\": ""
194 }
195 },
196 "notification-url": "https://packagist.org/downloads/",
197 "license": [
198 "MIT"
199 ],
200 "authors": [
201 {
202 "name": "Christian Raue",
203 "email": "christian.raue@gmail.com"
204 },
205 {
206 "name": "Symfony Community",
207 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
208 }
209 ],
210 "description": "Database-stored settings made available via a service for your Symfony project.",
211 "homepage": "https://github.com/craue/CraueConfigBundle",
212 "keywords": [
213 "Symfony2",
214 "config",
215 "symfony3",
216 "symfony4"
217 ],
218 "time": "2018-01-02T19:53:16+00:00"
219 },
220 {
221 "name": "defuse/php-encryption",
222 "version": "v2.2.1",
223 "source": {
224 "type": "git",
225 "url": "https://github.com/defuse/php-encryption.git",
226 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
227 },
228 "dist": {
229 "type": "zip",
230 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
231 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
232 "shasum": ""
233 },
234 "require": {
235 "ext-openssl": "*",
236 "paragonie/random_compat": ">= 2",
237 "php": ">=5.4.0"
238 },
239 "require-dev": {
240 "nikic/php-parser": "^2.0|^3.0|^4.0",
241 "phpunit/phpunit": "^4|^5"
242 },
243 "bin": [
244 "bin/generate-defuse-key"
245 ],
246 "type": "library",
247 "autoload": {
248 "psr-4": {
249 "Defuse\\Crypto\\": "src"
250 }
251 },
252 "notification-url": "https://packagist.org/downloads/",
253 "license": [
254 "MIT"
255 ],
256 "authors": [
257 {
258 "name": "Taylor Hornby",
259 "email": "taylor@defuse.ca",
260 "homepage": "https://defuse.ca/"
261 },
262 {
263 "name": "Scott Arciszewski",
264 "email": "info@paragonie.com",
265 "homepage": "https://paragonie.com"
266 }
267 ],
268 "description": "Secure PHP Encryption Library",
269 "keywords": [
270 "aes",
271 "authenticated encryption",
272 "cipher",
273 "crypto",
274 "cryptography",
275 "encrypt",
276 "encryption",
277 "openssl",
278 "security",
279 "symmetric key cryptography"
280 ],
281 "time": "2018-07-24T23:27:56+00:00"
282 },
283 {
284 "name": "doctrine/annotations",
285 "version": "v1.4.0",
286 "source": {
287 "type": "git",
288 "url": "https://github.com/doctrine/annotations.git",
289 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
290 },
291 "dist": {
292 "type": "zip",
293 "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
294 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
295 "shasum": ""
296 },
297 "require": {
298 "doctrine/lexer": "1.*",
299 "php": "^5.6 || ^7.0"
300 },
301 "require-dev": {
302 "doctrine/cache": "1.*",
303 "phpunit/phpunit": "^5.7"
304 },
305 "type": "library",
306 "extra": {
307 "branch-alias": {
308 "dev-master": "1.4.x-dev"
309 }
310 },
311 "autoload": {
312 "psr-4": {
313 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
314 }
315 },
316 "notification-url": "https://packagist.org/downloads/",
317 "license": [
318 "MIT"
319 ],
320 "authors": [
321 {
322 "name": "Roman Borschel",
323 "email": "roman@code-factory.org"
324 },
325 {
326 "name": "Benjamin Eberlei",
327 "email": "kontakt@beberlei.de"
328 },
329 {
330 "name": "Guilherme Blanco",
331 "email": "guilhermeblanco@gmail.com"
332 },
333 {
334 "name": "Jonathan Wage",
335 "email": "jonwage@gmail.com"
336 },
337 {
338 "name": "Johannes Schmitt",
339 "email": "schmittjoh@gmail.com"
340 }
341 ],
342 "description": "Docblock Annotations Parser",
343 "homepage": "http://www.doctrine-project.org",
344 "keywords": [
345 "annotations",
346 "docblock",
347 "parser"
348 ],
349 "time": "2017-02-24T16:22:25+00:00"
350 },
351 {
352 "name": "doctrine/cache",
353 "version": "v1.6.2",
354 "source": {
355 "type": "git",
356 "url": "https://github.com/doctrine/cache.git",
357 "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
358 },
359 "dist": {
360 "type": "zip",
361 "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
362 "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
363 "shasum": ""
364 },
365 "require": {
366 "php": "~5.5|~7.0"
367 },
368 "conflict": {
369 "doctrine/common": ">2.2,<2.4"
370 },
371 "require-dev": {
372 "phpunit/phpunit": "~4.8|~5.0",
373 "predis/predis": "~1.0",
374 "satooshi/php-coveralls": "~0.6"
375 },
376 "type": "library",
377 "extra": {
378 "branch-alias": {
379 "dev-master": "1.6.x-dev"
380 }
381 },
382 "autoload": {
383 "psr-4": {
384 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
385 }
386 },
387 "notification-url": "https://packagist.org/downloads/",
388 "license": [
389 "MIT"
390 ],
391 "authors": [
392 {
393 "name": "Roman Borschel",
394 "email": "roman@code-factory.org"
395 },
396 {
397 "name": "Benjamin Eberlei",
398 "email": "kontakt@beberlei.de"
399 },
400 {
401 "name": "Guilherme Blanco",
402 "email": "guilhermeblanco@gmail.com"
403 },
404 {
405 "name": "Jonathan Wage",
406 "email": "jonwage@gmail.com"
407 },
408 {
409 "name": "Johannes Schmitt",
410 "email": "schmittjoh@gmail.com"
411 }
412 ],
413 "description": "Caching library offering an object-oriented API for many cache backends",
414 "homepage": "http://www.doctrine-project.org",
415 "keywords": [
416 "cache",
417 "caching"
418 ],
419 "time": "2017-07-22T12:49:21+00:00"
420 },
421 {
422 "name": "doctrine/collections",
423 "version": "v1.4.0",
424 "source": {
425 "type": "git",
426 "url": "https://github.com/doctrine/collections.git",
427 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
428 },
429 "dist": {
430 "type": "zip",
431 "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
432 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
433 "shasum": ""
434 },
435 "require": {
436 "php": "^5.6 || ^7.0"
437 },
438 "require-dev": {
439 "doctrine/coding-standard": "~0.1@dev",
440 "phpunit/phpunit": "^5.7"
441 },
442 "type": "library",
443 "extra": {
444 "branch-alias": {
445 "dev-master": "1.3.x-dev"
446 }
447 },
448 "autoload": {
449 "psr-0": {
450 "Doctrine\\Common\\Collections\\": "lib/"
451 }
452 },
453 "notification-url": "https://packagist.org/downloads/",
454 "license": [
455 "MIT"
456 ],
457 "authors": [
458 {
459 "name": "Roman Borschel",
460 "email": "roman@code-factory.org"
461 },
462 {
463 "name": "Benjamin Eberlei",
464 "email": "kontakt@beberlei.de"
465 },
466 {
467 "name": "Guilherme Blanco",
468 "email": "guilhermeblanco@gmail.com"
469 },
470 {
471 "name": "Jonathan Wage",
472 "email": "jonwage@gmail.com"
473 },
474 {
475 "name": "Johannes Schmitt",
476 "email": "schmittjoh@gmail.com"
477 }
478 ],
479 "description": "Collections Abstraction library",
480 "homepage": "http://www.doctrine-project.org",
481 "keywords": [
482 "array",
483 "collections",
484 "iterator"
485 ],
486 "time": "2017-01-03T10:49:41+00:00"
487 },
488 {
489 "name": "doctrine/common",
490 "version": "v2.7.3",
491 "source": {
492 "type": "git",
493 "url": "https://github.com/doctrine/common.git",
494 "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
495 },
496 "dist": {
497 "type": "zip",
498 "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
499 "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
500 "shasum": ""
501 },
502 "require": {
503 "doctrine/annotations": "1.*",
504 "doctrine/cache": "1.*",
505 "doctrine/collections": "1.*",
506 "doctrine/inflector": "1.*",
507 "doctrine/lexer": "1.*",
508 "php": "~5.6|~7.0"
509 },
510 "require-dev": {
511 "phpunit/phpunit": "^5.4.6"
512 },
513 "type": "library",
514 "extra": {
515 "branch-alias": {
516 "dev-master": "2.7.x-dev"
517 }
518 },
519 "autoload": {
520 "psr-4": {
521 "Doctrine\\Common\\": "lib/Doctrine/Common"
522 }
523 },
524 "notification-url": "https://packagist.org/downloads/",
525 "license": [
526 "MIT"
527 ],
528 "authors": [
529 {
530 "name": "Roman Borschel",
531 "email": "roman@code-factory.org"
532 },
533 {
534 "name": "Benjamin Eberlei",
535 "email": "kontakt@beberlei.de"
536 },
537 {
538 "name": "Guilherme Blanco",
539 "email": "guilhermeblanco@gmail.com"
540 },
541 {
542 "name": "Jonathan Wage",
543 "email": "jonwage@gmail.com"
544 },
545 {
546 "name": "Johannes Schmitt",
547 "email": "schmittjoh@gmail.com"
548 }
549 ],
550 "description": "Common Library for Doctrine projects",
551 "homepage": "http://www.doctrine-project.org",
552 "keywords": [
553 "annotations",
554 "collections",
555 "eventmanager",
556 "persistence",
557 "spl"
558 ],
559 "time": "2017-07-22T08:35:12+00:00"
560 },
561 {
562 "name": "doctrine/dbal",
563 "version": "v2.5.13",
564 "source": {
565 "type": "git",
566 "url": "https://github.com/doctrine/dbal.git",
567 "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
568 },
569 "dist": {
570 "type": "zip",
571 "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
572 "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
573 "shasum": ""
574 },
575 "require": {
576 "doctrine/common": ">=2.4,<2.8-dev",
577 "php": ">=5.3.2"
578 },
579 "require-dev": {
580 "phpunit/phpunit": "4.*",
581 "symfony/console": "2.*||^3.0"
582 },
583 "suggest": {
584 "symfony/console": "For helpful console commands such as SQL execution and import of files."
585 },
586 "bin": [
587 "bin/doctrine-dbal"
588 ],
589 "type": "library",
590 "extra": {
591 "branch-alias": {
592 "dev-master": "2.5.x-dev"
593 }
594 },
595 "autoload": {
596 "psr-0": {
597 "Doctrine\\DBAL\\": "lib/"
598 }
599 },
600 "notification-url": "https://packagist.org/downloads/",
601 "license": [
602 "MIT"
603 ],
604 "authors": [
605 {
606 "name": "Roman Borschel",
607 "email": "roman@code-factory.org"
608 },
609 {
610 "name": "Benjamin Eberlei",
611 "email": "kontakt@beberlei.de"
612 },
613 {
614 "name": "Guilherme Blanco",
615 "email": "guilhermeblanco@gmail.com"
616 },
617 {
618 "name": "Jonathan Wage",
619 "email": "jonwage@gmail.com"
620 }
621 ],
622 "description": "Database Abstraction Layer",
623 "homepage": "http://www.doctrine-project.org",
624 "keywords": [
625 "database",
626 "dbal",
627 "persistence",
628 "queryobject"
629 ],
630 "time": "2017-07-22T20:44:48+00:00"
631 },
632 {
633 "name": "doctrine/doctrine-bundle",
634 "version": "1.10.1",
635 "source": {
636 "type": "git",
637 "url": "https://github.com/doctrine/DoctrineBundle.git",
638 "reference": "98551d71f515692c2278073e0d483763ac70b341"
639 },
640 "dist": {
641 "type": "zip",
642 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/98551d71f515692c2278073e0d483763ac70b341",
643 "reference": "98551d71f515692c2278073e0d483763ac70b341",
644 "shasum": ""
645 },
646 "require": {
647 "doctrine/dbal": "^2.5.12",
648 "doctrine/doctrine-cache-bundle": "~1.2",
649 "jdorn/sql-formatter": "^1.2.16",
650 "php": "^5.5.9|^7.0",
651 "symfony/console": "~2.7|~3.0|~4.0",
652 "symfony/dependency-injection": "~2.7|~3.0|~4.0",
653 "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
654 "symfony/framework-bundle": "^2.7.22|~3.0|~4.0"
655 },
656 "conflict": {
657 "symfony/http-foundation": "<2.6"
658 },
659 "require-dev": {
660 "doctrine/orm": "~2.4",
661 "php-coveralls/php-coveralls": "^2.1",
662 "phpunit/phpunit": "^4.8.36|^5.7|^6.4",
663 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
664 "symfony/property-info": "~2.8|~3.0|~4.0",
665 "symfony/validator": "~2.7|~3.0|~4.0",
666 "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0",
667 "symfony/yaml": "~2.7|~3.0|~4.0",
668 "twig/twig": "~1.26|~2.0"
669 },
670 "suggest": {
671 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
672 "symfony/web-profiler-bundle": "To use the data collector."
673 },
674 "type": "symfony-bundle",
675 "extra": {
676 "branch-alias": {
677 "dev-master": "1.9.x-dev"
678 }
679 },
680 "autoload": {
681 "psr-4": {
682 "Doctrine\\Bundle\\DoctrineBundle\\": ""
683 }
684 },
685 "notification-url": "https://packagist.org/downloads/",
686 "license": [
687 "MIT"
688 ],
689 "authors": [
690 {
691 "name": "Symfony Community",
692 "homepage": "http://symfony.com/contributors"
693 },
694 {
695 "name": "Benjamin Eberlei",
696 "email": "kontakt@beberlei.de"
697 },
698 {
699 "name": "Doctrine Project",
700 "homepage": "http://www.doctrine-project.org/"
701 },
702 {
703 "name": "Fabien Potencier",
704 "email": "fabien@symfony.com"
705 }
706 ],
707 "description": "Symfony DoctrineBundle",
708 "homepage": "http://www.doctrine-project.org",
709 "keywords": [
710 "database",
711 "dbal",
712 "orm",
713 "persistence"
714 ],
715 "time": "2019-01-07T15:31:08+00:00"
716 },
717 {
718 "name": "doctrine/doctrine-cache-bundle",
719 "version": "1.3.5",
720 "source": {
721 "type": "git",
722 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
723 "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927"
724 },
725 "dist": {
726 "type": "zip",
727 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927",
728 "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927",
729 "shasum": ""
730 },
731 "require": {
732 "doctrine/cache": "^1.4.2",
733 "doctrine/inflector": "~1.0",
734 "php": ">=5.3.2",
735 "symfony/doctrine-bridge": "~2.7|~3.3|~4.0"
736 },
737 "require-dev": {
738 "instaclick/coding-standard": "~1.1",
739 "instaclick/object-calisthenics-sniffs": "dev-master",
740 "instaclick/symfony2-coding-standard": "dev-remaster",
741 "phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0",
742 "predis/predis": "~0.8",
743 "satooshi/php-coveralls": "^1.0",
744 "squizlabs/php_codesniffer": "~1.5",
745 "symfony/console": "~2.7|~3.3|~4.0",
746 "symfony/finder": "~2.7|~3.3|~4.0",
747 "symfony/framework-bundle": "~2.7|~3.3|~4.0",
748 "symfony/phpunit-bridge": "~2.7|~3.3|~4.0",
749 "symfony/security-acl": "~2.7|~3.3",
750 "symfony/validator": "~2.7|~3.3|~4.0",
751 "symfony/yaml": "~2.7|~3.3|~4.0"
752 },
753 "suggest": {
754 "symfony/security-acl": "For using this bundle to cache ACLs"
755 },
756 "type": "symfony-bundle",
757 "extra": {
758 "branch-alias": {
759 "dev-master": "1.3.x-dev"
760 }
761 },
762 "autoload": {
763 "psr-4": {
764 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
765 },
766 "exclude-from-classmap": [
767 "/Tests/"
768 ]
769 },
770 "notification-url": "https://packagist.org/downloads/",
771 "license": [
772 "MIT"
773 ],
774 "authors": [
775 {
776 "name": "Symfony Community",
777 "homepage": "http://symfony.com/contributors"
778 },
779 {
780 "name": "Benjamin Eberlei",
781 "email": "kontakt@beberlei.de"
782 },
783 {
784 "name": "Fabio B. Silva",
785 "email": "fabio.bat.silva@gmail.com"
786 },
787 {
788 "name": "Guilherme Blanco",
789 "email": "guilhermeblanco@hotmail.com"
790 },
791 {
792 "name": "Doctrine Project",
793 "homepage": "http://www.doctrine-project.org/"
794 },
795 {
796 "name": "Fabien Potencier",
797 "email": "fabien@symfony.com"
798 }
799 ],
800 "description": "Symfony Bundle for Doctrine Cache",
801 "homepage": "https://www.doctrine-project.org",
802 "keywords": [
803 "cache",
804 "caching"
805 ],
806 "time": "2018-11-09T06:25:35+00:00"
807 },
808 {
809 "name": "doctrine/doctrine-migrations-bundle",
810 "version": "v1.3.2",
811 "source": {
812 "type": "git",
813 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
814 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
815 },
816 "dist": {
817 "type": "zip",
818 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
819 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
820 "shasum": ""
821 },
822 "require": {
823 "doctrine/doctrine-bundle": "~1.0",
824 "doctrine/migrations": "^1.1",
825 "php": ">=5.4.0",
826 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
827 },
828 "require-dev": {
829 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
830 },
831 "type": "symfony-bundle",
832 "extra": {
833 "branch-alias": {
834 "dev-master": "1.3-dev"
835 }
836 },
837 "autoload": {
838 "psr-4": {
839 "Doctrine\\Bundle\\MigrationsBundle\\": ""
840 }
841 },
842 "notification-url": "https://packagist.org/downloads/",
843 "license": [
844 "MIT"
845 ],
846 "authors": [
847 {
848 "name": "Symfony Community",
849 "homepage": "http://symfony.com/contributors"
850 },
851 {
852 "name": "Doctrine Project",
853 "homepage": "http://www.doctrine-project.org"
854 },
855 {
856 "name": "Fabien Potencier",
857 "email": "fabien@symfony.com"
858 }
859 ],
860 "description": "Symfony DoctrineMigrationsBundle",
861 "homepage": "http://www.doctrine-project.org",
862 "keywords": [
863 "dbal",
864 "migrations",
865 "schema"
866 ],
867 "time": "2018-12-03T11:55:33+00:00"
868 },
869 {
870 "name": "doctrine/inflector",
871 "version": "v1.1.0",
872 "source": {
873 "type": "git",
874 "url": "https://github.com/doctrine/inflector.git",
875 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
876 },
877 "dist": {
878 "type": "zip",
879 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
880 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
881 "shasum": ""
882 },
883 "require": {
884 "php": ">=5.3.2"
885 },
886 "require-dev": {
887 "phpunit/phpunit": "4.*"
888 },
889 "type": "library",
890 "extra": {
891 "branch-alias": {
892 "dev-master": "1.1.x-dev"
893 }
894 },
895 "autoload": {
896 "psr-0": {
897 "Doctrine\\Common\\Inflector\\": "lib/"
898 }
899 },
900 "notification-url": "https://packagist.org/downloads/",
901 "license": [
902 "MIT"
903 ],
904 "authors": [
905 {
906 "name": "Roman Borschel",
907 "email": "roman@code-factory.org"
908 },
909 {
910 "name": "Benjamin Eberlei",
911 "email": "kontakt@beberlei.de"
912 },
913 {
914 "name": "Guilherme Blanco",
915 "email": "guilhermeblanco@gmail.com"
916 },
917 {
918 "name": "Jonathan Wage",
919 "email": "jonwage@gmail.com"
920 },
921 {
922 "name": "Johannes Schmitt",
923 "email": "schmittjoh@gmail.com"
924 }
925 ],
926 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
927 "homepage": "http://www.doctrine-project.org",
928 "keywords": [
929 "inflection",
930 "pluralize",
931 "singularize",
932 "string"
933 ],
934 "time": "2015-11-06T14:35:42+00:00"
935 },
936 {
937 "name": "doctrine/instantiator",
938 "version": "1.0.5",
939 "source": {
940 "type": "git",
941 "url": "https://github.com/doctrine/instantiator.git",
942 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
943 },
944 "dist": {
945 "type": "zip",
946 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
947 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
948 "shasum": ""
949 },
950 "require": {
951 "php": ">=5.3,<8.0-DEV"
952 },
953 "require-dev": {
954 "athletic/athletic": "~0.1.8",
955 "ext-pdo": "*",
956 "ext-phar": "*",
957 "phpunit/phpunit": "~4.0",
958 "squizlabs/php_codesniffer": "~2.0"
959 },
960 "type": "library",
961 "extra": {
962 "branch-alias": {
963 "dev-master": "1.0.x-dev"
964 }
965 },
966 "autoload": {
967 "psr-4": {
968 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
969 }
970 },
971 "notification-url": "https://packagist.org/downloads/",
972 "license": [
973 "MIT"
974 ],
975 "authors": [
976 {
977 "name": "Marco Pivetta",
978 "email": "ocramius@gmail.com",
979 "homepage": "http://ocramius.github.com/"
980 }
981 ],
982 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
983 "homepage": "https://github.com/doctrine/instantiator",
984 "keywords": [
985 "constructor",
986 "instantiate"
987 ],
988 "time": "2015-06-14T21:17:01+00:00"
989 },
990 {
991 "name": "doctrine/lexer",
992 "version": "v1.0.1",
993 "source": {
994 "type": "git",
995 "url": "https://github.com/doctrine/lexer.git",
996 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
997 },
998 "dist": {
999 "type": "zip",
1000 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1001 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1002 "shasum": ""
1003 },
1004 "require": {
1005 "php": ">=5.3.2"
1006 },
1007 "type": "library",
1008 "extra": {
1009 "branch-alias": {
1010 "dev-master": "1.0.x-dev"
1011 }
1012 },
1013 "autoload": {
1014 "psr-0": {
1015 "Doctrine\\Common\\Lexer\\": "lib/"
1016 }
1017 },
1018 "notification-url": "https://packagist.org/downloads/",
1019 "license": [
1020 "MIT"
1021 ],
1022 "authors": [
1023 {
1024 "name": "Roman Borschel",
1025 "email": "roman@code-factory.org"
1026 },
1027 {
1028 "name": "Guilherme Blanco",
1029 "email": "guilhermeblanco@gmail.com"
1030 },
1031 {
1032 "name": "Johannes Schmitt",
1033 "email": "schmittjoh@gmail.com"
1034 }
1035 ],
1036 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1037 "homepage": "http://www.doctrine-project.org",
1038 "keywords": [
1039 "lexer",
1040 "parser"
1041 ],
1042 "time": "2014-09-09T13:34:57+00:00"
1043 },
1044 {
1045 "name": "doctrine/migrations",
1046 "version": "v1.5.0",
1047 "source": {
1048 "type": "git",
1049 "url": "https://github.com/doctrine/migrations.git",
1050 "reference": "c81147c0f2938a6566594455367e095150547f72"
1051 },
1052 "dist": {
1053 "type": "zip",
1054 "url": "https://api.github.com/repos/doctrine/migrations/zipball/c81147c0f2938a6566594455367e095150547f72",
1055 "reference": "c81147c0f2938a6566594455367e095150547f72",
1056 "shasum": ""
1057 },
1058 "require": {
1059 "doctrine/dbal": "~2.2",
1060 "ocramius/proxy-manager": "^1.0|^2.0",
1061 "php": "^5.5|^7.0",
1062 "symfony/console": "~2.3|~3.0",
1063 "symfony/yaml": "~2.3|~3.0"
1064 },
1065 "require-dev": {
1066 "doctrine/coding-standard": "dev-master",
1067 "doctrine/orm": "2.*",
1068 "jdorn/sql-formatter": "~1.1",
1069 "johnkary/phpunit-speedtrap": "~1.0@dev",
1070 "mikey179/vfsstream": "^1.6",
1071 "mockery/mockery": "^0.9.4",
1072 "phpunit/phpunit": "~4.7",
1073 "satooshi/php-coveralls": "^1.0"
1074 },
1075 "suggest": {
1076 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
1077 },
1078 "bin": [
1079 "bin/doctrine-migrations"
1080 ],
1081 "type": "library",
1082 "extra": {
1083 "branch-alias": {
1084 "dev-master": "v1.6.x-dev"
1085 }
1086 },
1087 "autoload": {
1088 "psr-4": {
1089 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
1090 }
1091 },
1092 "notification-url": "https://packagist.org/downloads/",
1093 "license": [
1094 "LGPL-2.1"
1095 ],
1096 "authors": [
1097 {
1098 "name": "Benjamin Eberlei",
1099 "email": "kontakt@beberlei.de"
1100 },
1101 {
1102 "name": "Jonathan Wage",
1103 "email": "jonwage@gmail.com"
1104 },
1105 {
1106 "name": "Michael Simonson",
1107 "email": "contact@mikesimonson.com"
1108 }
1109 ],
1110 "description": "Database Schema migrations using Doctrine DBAL",
1111 "homepage": "http://www.doctrine-project.org",
1112 "keywords": [
1113 "database",
1114 "migrations"
1115 ],
1116 "time": "2016-12-25T22:54:00+00:00"
1117 },
1118 {
1119 "name": "doctrine/orm",
1120 "version": "v2.5.14",
1121 "source": {
1122 "type": "git",
1123 "url": "https://github.com/doctrine/orm.git",
1124 "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754"
1125 },
1126 "dist": {
1127 "type": "zip",
1128 "url": "https://api.github.com/repos/doctrine/orm/zipball/810a7baf81462a5ddf10e8baa8cb94b6eec02754",
1129 "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754",
1130 "shasum": ""
1131 },
1132 "require": {
1133 "doctrine/cache": "~1.4",
1134 "doctrine/collections": "~1.2",
1135 "doctrine/common": ">=2.5-dev,<2.9-dev",
1136 "doctrine/dbal": ">=2.5-dev,<2.7-dev",
1137 "doctrine/instantiator": "^1.0.1",
1138 "ext-pdo": "*",
1139 "php": ">=5.4",
1140 "symfony/console": "~2.5|~3.0|~4.0"
1141 },
1142 "require-dev": {
1143 "phpunit/phpunit": "~4.0",
1144 "symfony/yaml": "~2.3|~3.0|~4.0"
1145 },
1146 "suggest": {
1147 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1148 },
1149 "bin": [
1150 "bin/doctrine",
1151 "bin/doctrine.php"
1152 ],
1153 "type": "library",
1154 "extra": {
1155 "branch-alias": {
1156 "dev-master": "2.6.x-dev"
1157 }
1158 },
1159 "autoload": {
1160 "psr-0": {
1161 "Doctrine\\ORM\\": "lib/"
1162 }
1163 },
1164 "notification-url": "https://packagist.org/downloads/",
1165 "license": [
1166 "MIT"
1167 ],
1168 "authors": [
1169 {
1170 "name": "Roman Borschel",
1171 "email": "roman@code-factory.org"
1172 },
1173 {
1174 "name": "Benjamin Eberlei",
1175 "email": "kontakt@beberlei.de"
1176 },
1177 {
1178 "name": "Guilherme Blanco",
1179 "email": "guilhermeblanco@gmail.com"
1180 },
1181 {
1182 "name": "Jonathan Wage",
1183 "email": "jonwage@gmail.com"
1184 }
1185 ],
1186 "description": "Object-Relational-Mapper for PHP",
1187 "homepage": "http://www.doctrine-project.org",
1188 "keywords": [
1189 "database",
1190 "orm"
1191 ],
1192 "time": "2017-12-17T02:57:51+00:00"
1193 },
1194 {
1195 "name": "electrolinux/php-html5lib",
1196 "version": "0.1.0",
1197 "source": {
1198 "type": "git",
1199 "url": "https://github.com/electrolinux/php-html5lib.git",
1200 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1201 },
1202 "dist": {
1203 "type": "zip",
1204 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1205 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1206 "shasum": ""
1207 },
1208 "require": {
1209 "php": ">=5.3.2"
1210 },
1211 "type": "library",
1212 "autoload": {
1213 "psr-0": {
1214 "HTML5Lib": "src/",
1215 "HTML5Lib\\Tests": "tests/"
1216 }
1217 },
1218 "notification-url": "https://packagist.org/downloads/",
1219 "license": [
1220 "MIT"
1221 ],
1222 "authors": [
1223 {
1224 "name": "Multiple users",
1225 "homepage": "https://code.google.com/p/html5lib/",
1226 "role": "Original developers"
1227 },
1228 {
1229 "name": "Sébastien Lavoie",
1230 "homepage": "http://blog.lavoie.sl",
1231 "role": "Packager"
1232 },
1233 {
1234 "name": "didier Belot",
1235 "role": "Packager"
1236 }
1237 ],
1238 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1239 "homepage": "https://github.com/electrolinux/php-html5lib",
1240 "keywords": [
1241 "HTML5",
1242 "php"
1243 ],
1244 "time": "2013-03-18T18:32:30+00:00"
1245 },
1246 {
1247 "name": "fig/link-util",
1248 "version": "1.0.0",
1249 "source": {
1250 "type": "git",
1251 "url": "https://github.com/php-fig/link-util.git",
1252 "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
1253 },
1254 "dist": {
1255 "type": "zip",
1256 "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
1257 "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
1258 "shasum": ""
1259 },
1260 "require": {
1261 "php": ">=5.5.0",
1262 "psr/link": "~1.0@dev"
1263 },
1264 "require-dev": {
1265 "phpunit/phpunit": "^5.1",
1266 "squizlabs/php_codesniffer": "^2.3.1"
1267 },
1268 "type": "library",
1269 "extra": {
1270 "branch-alias": {
1271 "dev-master": "1.0.x-dev"
1272 }
1273 },
1274 "autoload": {
1275 "psr-4": {
1276 "Fig\\Link\\": "src/"
1277 }
1278 },
1279 "notification-url": "https://packagist.org/downloads/",
1280 "license": [
1281 "MIT"
1282 ],
1283 "authors": [
1284 {
1285 "name": "PHP-FIG",
1286 "homepage": "http://www.php-fig.org/"
1287 }
1288 ],
1289 "description": "Common utility implementations for HTTP links",
1290 "keywords": [
1291 "http",
1292 "http-link",
1293 "link",
1294 "psr",
1295 "psr-13",
1296 "rest"
1297 ],
1298 "time": "2016-10-17T18:31:11+00:00"
1299 },
1300 {
1301 "name": "fossar/htmlawed",
1302 "version": "1.2.6",
1303 "source": {
1304 "type": "git",
1305 "url": "https://github.com/fossar/HTMLawed.git",
1306 "reference": "f83914ca2a5bf450e79462be22486f51a4ae7f79"
1307 },
1308 "dist": {
1309 "type": "zip",
1310 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/f83914ca2a5bf450e79462be22486f51a4ae7f79",
1311 "reference": "f83914ca2a5bf450e79462be22486f51a4ae7f79",
1312 "shasum": ""
1313 },
1314 "require": {
1315 "php": ">4.4.0"
1316 },
1317 "replace": {
1318 "htmlawed/htmlawed": "*"
1319 },
1320 "type": "library",
1321 "autoload": {
1322 "files": [
1323 "htmLawed.php"
1324 ]
1325 },
1326 "notification-url": "https://packagist.org/downloads/",
1327 "license": [
1328 "GPL-2.0+",
1329 "LGPL-3.0"
1330 ],
1331 "authors": [
1332 {
1333 "name": "Santosh Patnaik",
1334 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1335 "role": "Developer"
1336 }
1337 ],
1338 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1339 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1340 "keywords": [
1341 "HTMLtidy",
1342 "html",
1343 "sanitize",
1344 "strip",
1345 "tags"
1346 ],
1347 "time": "2018-12-14T19:44:53+00:00"
1348 },
8c89c2ad
IB
1349 {
1350 "name": "fr3d/ldap-bundle",
1351 "version": "v3.0.0",
1352 "source": {
1353 "type": "git",
1354 "url": "https://github.com/Maks3w/FR3DLdapBundle.git",
1355 "reference": "5a8927c11af45fa06331b97221c6da1a4a237475"
1356 },
1357 "dist": {
1358 "type": "zip",
1359 "url": "https://api.github.com/repos/Maks3w/FR3DLdapBundle/zipball/5a8927c11af45fa06331b97221c6da1a4a237475",
1360 "reference": "5a8927c11af45fa06331b97221c6da1a4a237475",
1361 "shasum": ""
1362 },
1363 "require": {
1364 "php": ">=5.5",
1365 "psr/log": "~1.0",
1366 "symfony/config": "2.3 - 3",
1367 "symfony/dependency-injection": "2.3 - 3",
1368 "symfony/polyfill-php56": "^1.1",
1369 "symfony/security": "2.3 - 3",
1370 "symfony/security-bundle": "2.3 - 3",
1371 "zendframework/zend-ldap": "2.5 - 3"
1372 },
1373 "require-dev": {
1374 "fabpot/php-cs-fixer": "1.11.*",
1375 "fr3d/psr3-message-assertions": "0.1.*",
1376 "friendsofsymfony/user-bundle": "~1.3",
1377 "maks3w/phpunit-methods-trait": "^4.6",
1378 "phpunit/phpunit": "^4.6",
1379 "symfony/validator": "2.3 - 3"
1380 },
1381 "suggest": {
1382 "friendsofsymfony/user-bundle": "Integrate authentication and management for DB users, useful for unmanned LDAP servers",
1383 "symfony/validator": "Allow pre-validate for existing users before register new ones"
1384 },
1385 "type": "symfony-bundle",
1386 "autoload": {
1387 "psr-4": {
1388 "FR3D\\LdapBundle\\": ""
1389 }
1390 },
1391 "notification-url": "https://packagist.org/downloads/",
1392 "license": [
1393 "MIT"
1394 ],
1395 "authors": [
1396 {
1397 "name": "Maks3w"
1398 }
1399 ],
1400 "description": "This package provide users and authentication services based on LDAP directories for Symfony2 framework",
1401 "homepage": "https://github.com/Maks3w/FR3DLdapBundle",
1402 "keywords": [
1403 "Authentication",
1404 "ldap"
1405 ],
1406 "time": "2016-02-12T17:45:14+00:00"
1407 },
3f7a28de
JB
1408 {
1409 "name": "friendsofsymfony/jsrouting-bundle",
1410 "version": "1.6.3",
1411 "source": {
1412 "type": "git",
1413 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
1414 "reference": "49c1069132dcef371fb526351569deabeb6f0d8e"
1415 },
1416 "dist": {
1417 "type": "zip",
1418 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/49c1069132dcef371fb526351569deabeb6f0d8e",
1419 "reference": "49c1069132dcef371fb526351569deabeb6f0d8e",
1420 "shasum": ""
1421 },
1422 "require": {
1423 "php": ">=5.3.2",
1424 "symfony/console": "~2.3|3.*",
1425 "symfony/framework-bundle": "~2.3|3.*",
1426 "symfony/serializer": "~2.3|3.*",
1427 "willdurand/jsonp-callback-validator": "~1.0"
1428 },
1429 "require-dev": {
1430 "symfony/expression-language": "~2.4|3.*",
1431 "symfony/phpunit-bridge": "^3.3"
1432 },
1433 "type": "symfony-bundle",
1434 "extra": {
1435 "branch-alias": {
1436 "dev-master": "1.6-dev"
1437 }
1438 },
1439 "autoload": {
1440 "psr-4": {
1441 "FOS\\JsRoutingBundle\\": ""
1442 }
1443 },
1444 "notification-url": "https://packagist.org/downloads/",
1445 "license": [
1446 "MIT"
1447 ],
1448 "authors": [
1449 {
1450 "name": "FriendsOfSymfony Community",
1451 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
1452 },
1453 {
1454 "name": "William Durand",
1455 "email": "william.durand1@gmail.com"
1456 }
1457 ],
1458 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1459 "homepage": "http://friendsofsymfony.github.com",
1460 "keywords": [
1461 "Js Routing",
1462 "javascript",
1463 "routing"
1464 ],
1465 "time": "2017-08-25T15:21:42+00:00"
1466 },
1467 {
1468 "name": "friendsofsymfony/oauth-server-bundle",
1469 "version": "1.6.1",
1470 "source": {
1471 "type": "git",
1472 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1473 "reference": "5cc4c8555dedb5c7e737a35789bd429ccd9ad254"
1474 },
1475 "dist": {
1476 "type": "zip",
1477 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/5cc4c8555dedb5c7e737a35789bd429ccd9ad254",
1478 "reference": "5cc4c8555dedb5c7e737a35789bd429ccd9ad254",
1479 "shasum": ""
1480 },
1481 "require": {
1482 "friendsofsymfony/oauth2-php": "~1.1",
1483 "paragonie/random_compat": "^1|^2",
1484 "php": "^5.5|^7.0",
1485 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1486 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1487 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1488 },
1489 "require-dev": {
1490 "doctrine/doctrine-bundle": "~1.0",
1491 "doctrine/mongodb-odm": "~1.0",
1492 "doctrine/orm": "~2.2",
1493 "phing/phing": "~2.4",
1494 "php-mock/php-mock-phpunit": "^1.1",
1495 "phpunit/phpunit": "~4.8|~5.0",
1496 "propel/propel1": "^1.6.5",
1497 "symfony/class-loader": "~2.8|~3.0|^4.0",
1498 "symfony/console": "~2.8|~3.0|^4.0",
1499 "symfony/form": "~2.8|~3.0|^4.0",
1500 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1501 "symfony/templating": "~2.8|~3.0|^4.0",
1502 "symfony/yaml": "~2.8|~3.0|^4.0",
1503 "willdurand/propel-typehintable-behavior": "^1.0.4"
1504 },
1505 "suggest": {
1506 "doctrine/doctrine-bundle": "*",
1507 "doctrine/mongodb-odm-bundle": "*",
1508 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1509 "symfony/console": "Needed to be able to use commands",
1510 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1511 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1512 },
1513 "type": "symfony-bundle",
1514 "extra": {
1515 "branch-alias": {
1516 "dev-master": "1.5-dev"
1517 }
1518 },
1519 "autoload": {
1520 "psr-4": {
1521 "FOS\\OAuthServerBundle\\": ""
1522 },
1523 "exclude-from-classmap": [
1524 "/Tests/"
1525 ]
1526 },
1527 "notification-url": "https://packagist.org/downloads/",
1528 "license": [
1529 "MIT"
1530 ],
1531 "authors": [
1532 {
1533 "name": "Arnaud Le Blanc",
1534 "email": "arnaud.lb@gmail.com"
1535 },
1536 {
1537 "name": "FriendsOfSymfony Community",
1538 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1539 }
1540 ],
1541 "description": "Symfony2 OAuth Server Bundle",
1542 "homepage": "http://friendsofsymfony.github.com",
1543 "keywords": [
1544 "oauth",
1545 "oauth2",
1546 "server"
1547 ],
1548 "time": "2018-04-18T13:46:16+00:00"
1549 },
1550 {
1551 "name": "friendsofsymfony/oauth2-php",
1552 "version": "1.2.3",
1553 "source": {
1554 "type": "git",
1555 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1556 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240"
1557 },
1558 "dist": {
1559 "type": "zip",
1560 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1561 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1562 "shasum": ""
1563 },
1564 "require": {
1565 "php": "^5.5.9|>=7.0.8",
1566 "symfony/http-foundation": "~3.0|~4.0"
1567 },
1568 "require-dev": {
1569 "phpunit/phpunit": "~4.0"
1570 },
1571 "type": "library",
1572 "extra": {
1573 "branch-alias": {
1574 "dev-master": "1.2.x-dev"
1575 }
1576 },
1577 "autoload": {
1578 "psr-4": {
1579 "OAuth2\\": "lib/"
1580 }
1581 },
1582 "notification-url": "https://packagist.org/downloads/",
1583 "license": [
1584 "MIT"
1585 ],
1586 "authors": [
1587 {
1588 "name": "Arnaud Le Blanc",
1589 "email": "arnaud.lb@gmail.com"
1590 },
1591 {
1592 "name": "FriendsOfSymfony Community",
1593 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1594 }
1595 ],
1596 "description": "OAuth2 library",
1597 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1598 "keywords": [
1599 "oauth",
1600 "oauth2"
1601 ],
1602 "time": "2018-01-30T19:58:25+00:00"
1603 },
1604 {
1605 "name": "friendsofsymfony/rest-bundle",
1606 "version": "2.4.0",
1607 "source": {
1608 "type": "git",
1609 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1610 "reference": "3725279a6554c1d894eee0b377f49d3f69e3c217"
1611 },
1612 "dist": {
1613 "type": "zip",
1614 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/3725279a6554c1d894eee0b377f49d3f69e3c217",
1615 "reference": "3725279a6554c1d894eee0b377f49d3f69e3c217",
1616 "shasum": ""
1617 },
1618 "require": {
1619 "doctrine/inflector": "^1.0",
1620 "php": "^5.5.9|~7.0",
1621 "psr/log": "^1.0",
1622 "symfony/config": "^2.7|^3.0|^4.0",
1623 "symfony/debug": "^2.7|^3.0|^4.0",
1624 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
1625 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
1626 "symfony/finder": "^2.7|^3.0|^4.0",
1627 "symfony/framework-bundle": "^2.7|^3.0|^4.0",
1628 "symfony/http-foundation": "^2.7|^3.0|^4.0",
1629 "symfony/http-kernel": "^2.7|^3.0|^4.0",
1630 "symfony/routing": "^2.7|^3.0|^4.0",
1631 "symfony/security-core": "^2.7|^3.0|^4.0",
1632 "symfony/templating": "^2.7|^3.0|^4.0",
1633 "willdurand/jsonp-callback-validator": "^1.0",
1634 "willdurand/negotiation": "^2.0"
1635 },
1636 "conflict": {
1637 "jms/serializer": "1.3.0",
1638 "jms/serializer-bundle": "<1.2.0",
1639 "sensio/framework-extra-bundle": "<3.0.13"
1640 },
1641 "require-dev": {
1642 "jms/serializer-bundle": "^1.2|^2.0",
1643 "phpoption/phpoption": "^1.1",
1644 "psr/http-message": "^1.0",
1645 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
1646 "symfony/asset": "^2.7|^3.0|^4.0",
1647 "symfony/browser-kit": "^2.7|^3.0|^4.0",
1648 "symfony/css-selector": "^2.7|^3.0|^4.0",
1649 "symfony/dependency-injection": "^2.7.20|^3.0|^4.0",
1650 "symfony/expression-language": "~2.7|^3.0|^4.0",
1651 "symfony/form": "^2.7|^3.0|^4.0",
1652 "symfony/phpunit-bridge": "^4.0",
1653 "symfony/security-bundle": "^2.7|^3.0|^4.0",
1654 "symfony/serializer": "^2.7.11|^3.0.4|^4.0",
1655 "symfony/twig-bundle": "^2.7|^3.0|^4.0",
1656 "symfony/validator": "^2.7|^3.0|^4.0",
1657 "symfony/web-profiler-bundle": "^2.7|^3.0|^4.0",
1658 "symfony/yaml": "^2.7|^3.0|^4.0"
1659 },
1660 "suggest": {
1661 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^1.0",
1662 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
1663 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
1664 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
1665 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
1666 },
1667 "type": "symfony-bundle",
1668 "extra": {
1669 "branch-alias": {
1670 "dev-master": "2.4-dev"
1671 }
1672 },
1673 "autoload": {
1674 "psr-4": {
1675 "FOS\\RestBundle\\": ""
1676 },
1677 "exclude-from-classmap": [
1678 "Tests/"
1679 ]
1680 },
1681 "notification-url": "https://packagist.org/downloads/",
1682 "license": [
1683 "MIT"
1684 ],
1685 "authors": [
1686 {
1687 "name": "Lukas Kahwe Smith",
1688 "email": "smith@pooteeweet.org"
1689 },
1690 {
1691 "name": "FriendsOfSymfony Community",
1692 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1693 },
1694 {
1695 "name": "Konstantin Kudryashov",
1696 "email": "ever.zet@gmail.com"
1697 }
1698 ],
1699 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
1700 "homepage": "http://friendsofsymfony.github.com",
1701 "keywords": [
1702 "rest"
1703 ],
1704 "time": "2018-08-21T16:54:14+00:00"
1705 },
1706 {
1707 "name": "friendsofsymfony/user-bundle",
1708 "version": "v2.0.2",
1709 "source": {
1710 "type": "git",
1711 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
1712 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
1713 },
1714 "dist": {
1715 "type": "zip",
1716 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
1717 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
1718 "shasum": ""
1719 },
1720 "require": {
1721 "paragonie/random_compat": "^1 || ^2",
1722 "php": "^5.5.9 || ^7.0",
1723 "symfony/form": "^2.7 || ^3.0",
1724 "symfony/framework-bundle": "^2.7 || ^3.0",
1725 "symfony/security-bundle": "^2.7 || ^3.0",
1726 "symfony/templating": "^2.7 || ^3.0",
1727 "symfony/twig-bundle": "^2.7 || ^3.0",
1728 "twig/twig": "^1.28 || ^2.0"
1729 },
1730 "conflict": {
1731 "doctrine/doctrine-bundle": "<1.3",
1732 "symfony/doctrine-bridge": "<2.7"
1733 },
1734 "require-dev": {
1735 "doctrine/doctrine-bundle": "^1.3",
1736 "friendsofphp/php-cs-fixer": "^1.11",
1737 "phpunit/phpunit": "~4.8|~5.0",
1738 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
1739 "symfony/console": "^2.7 || ^3.0",
1740 "symfony/phpunit-bridge": "^2.7 || ^3.0",
1741 "symfony/validator": "^2.7 || ^3.0",
1742 "symfony/yaml": "^2.7 || ^3.0"
1743 },
1744 "type": "symfony-bundle",
1745 "extra": {
1746 "branch-alias": {
1747 "dev-master": "2.0.x-dev"
1748 }
1749 },
1750 "autoload": {
1751 "psr-4": {
1752 "FOS\\UserBundle\\": ""
1753 },
1754 "exclude-from-classmap": [
1755 "/Tests/"
1756 ]
1757 },
1758 "notification-url": "https://packagist.org/downloads/",
1759 "license": [
1760 "MIT"
1761 ],
1762 "authors": [
1763 {
1764 "name": "Christophe Coevoet",
1765 "email": "stof@notk.org"
1766 },
1767 {
1768 "name": "FriendsOfSymfony Community",
1769 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
1770 },
1771 {
1772 "name": "Thibault Duplessis",
1773 "email": "thibault.duplessis@gmail.com"
1774 }
1775 ],
1776 "description": "Symfony FOSUserBundle",
1777 "homepage": "http://friendsofsymfony.github.com",
1778 "keywords": [
1779 "User management"
1780 ],
1781 "time": "2017-11-29T17:01:21+00:00"
1782 },
1783 {
1784 "name": "gedmo/doctrine-extensions",
1785 "version": "v2.4.36",
1786 "source": {
1787 "type": "git",
1788 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
1789 "reference": "87c78ff9fd4b90460386f753d95622f6fbbfcb27"
1790 },
1791 "dist": {
1792 "type": "zip",
1793 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/87c78ff9fd4b90460386f753d95622f6fbbfcb27",
1794 "reference": "87c78ff9fd4b90460386f753d95622f6fbbfcb27",
1795 "shasum": ""
1796 },
1797 "require": {
1798 "behat/transliterator": "~1.2",
1799 "doctrine/common": "~2.4",
1800 "php": ">=5.3.2"
1801 },
1802 "conflict": {
1803 "doctrine/annotations": "<1.2"
1804 },
1805 "require-dev": {
1806 "doctrine/common": ">=2.5.0",
1807 "doctrine/mongodb-odm": ">=1.0.2",
1808 "doctrine/orm": ">=2.5.0",
1809 "phpunit/phpunit": "^4.8.35|^5.7|^6.5",
1810 "symfony/yaml": "~2.6|~3.0|~4.0"
1811 },
1812 "suggest": {
1813 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
1814 "doctrine/orm": "to use the extensions with the ORM"
1815 },
1816 "type": "library",
1817 "extra": {
1818 "branch-alias": {
1819 "dev-master": "2.4.x-dev"
1820 }
1821 },
1822 "autoload": {
1823 "psr-4": {
1824 "Gedmo\\": "lib/Gedmo"
1825 }
1826 },
1827 "notification-url": "https://packagist.org/downloads/",
1828 "license": [
1829 "MIT"
1830 ],
1831 "authors": [
1832 {
1833 "name": "David Buchmann",
1834 "email": "david@liip.ch"
1835 },
1836 {
1837 "name": "Gediminas Morkevicius",
1838 "email": "gediminas.morkevicius@gmail.com"
1839 },
1840 {
1841 "name": "Gustavo Falco",
1842 "email": "comfortablynumb84@gmail.com"
1843 }
1844 ],
1845 "description": "Doctrine2 behavioral extensions",
1846 "homepage": "http://gediminasm.org/",
1847 "keywords": [
1848 "Blameable",
1849 "behaviors",
1850 "doctrine2",
1851 "extensions",
1852 "gedmo",
1853 "loggable",
1854 "nestedset",
1855 "sluggable",
1856 "sortable",
1857 "timestampable",
1858 "translatable",
1859 "tree",
1860 "uploadable"
1861 ],
1862 "time": "2018-07-26T12:16:35+00:00"
1863 },
1864 {
1865 "name": "grandt/binstring",
1866 "version": "1.0.0",
1867 "source": {
1868 "type": "git",
1869 "url": "https://github.com/Grandt/PHPBinString.git",
1870 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
1871 },
1872 "dist": {
1873 "type": "zip",
1874 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
1875 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
1876 "shasum": ""
1877 },
1878 "require": {
1879 "php": ">=5.0"
1880 },
1881 "type": "library",
1882 "autoload": {
1883 "classmap": [
1884 "BinString.php",
1885 "BinStringStatic.php"
1886 ]
1887 },
1888 "notification-url": "https://packagist.org/downloads/",
1889 "license": [
1890 "LGPL-2.1"
1891 ],
1892 "authors": [
1893 {
1894 "name": "A. Grandt",
1895 "email": "php@grandt.com",
1896 "role": "Developer"
1897 }
1898 ],
1899 "description": "A class for working around the use of mbstring.func_override",
1900 "homepage": "https://github.com/Grandt/PHPBinString",
1901 "keywords": [
1902 "binary strings",
1903 "mbstring"
1904 ],
1905 "time": "2015-08-13T06:14:41+00:00"
1906 },
1907 {
1908 "name": "grandt/phpepub",
1909 "version": "4.0.7.1",
1910 "source": {
1911 "type": "git",
1912 "url": "https://github.com/Grandt/PHPePub.git",
1913 "reference": "ccb501e566358ac19a9fedb6eb8bf96665823452"
1914 },
1915 "dist": {
1916 "type": "zip",
1917 "url": "https://api.github.com/repos/Grandt/PHPePub/zipball/ccb501e566358ac19a9fedb6eb8bf96665823452",
1918 "reference": "ccb501e566358ac19a9fedb6eb8bf96665823452",
1919 "shasum": ""
1920 },
1921 "require": {
1922 "grandt/phpresizegif": "~1.0.3",
1923 "grandt/relativepath": "~1.0.1",
1924 "php": ">=5.3.0",
1925 "phpzip/phpzip": "~2.0.7"
1926 },
1927 "type": "library",
1928 "autoload": {
1929 "psr-4": {
1930 "PHPePub\\": "src/PHPePub"
1931 },
1932 "classmap": [
1933 "src/lib.uuid.php"
1934 ]
1935 },
1936 "notification-url": "https://packagist.org/downloads/",
1937 "license": [
1938 "LGPL-2.1"
1939 ],
1940 "authors": [
1941 {
1942 "name": "A. Grandt",
1943 "email": "php@grandt.com",
1944 "homepage": "http://grandt.com",
1945 "role": "Developer"
1946 }
1947 ],
1948 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
1949 "homepage": "https://github.com/Grandt/PHPZip",
1950 "keywords": [
1951 "e-book",
1952 "epub"
1953 ],
1954 "time": "2016-03-16T15:48:26+00:00"
1955 },
1956 {
1957 "name": "grandt/phpresizegif",
1958 "version": "1.0.3",
1959 "source": {
1960 "type": "git",
1961 "url": "https://github.com/Grandt/PHPResizeGif.git",
1962 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
1963 },
1964 "dist": {
1965 "type": "zip",
1966 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
1967 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
1968 "shasum": ""
1969 },
1970 "require": {
1971 "grandt/binstring": ">=0.2.0",
1972 "php": ">=5.3.0"
1973 },
1974 "type": "library",
1975 "autoload": {
1976 "psr-4": {
1977 "grandt\\ResizeGif\\": "src/ResizeGif",
1978 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
1979 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
1980 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
1981 }
1982 },
1983 "notification-url": "https://packagist.org/downloads/",
1984 "license": [
1985 "LGPL-2.1"
1986 ],
1987 "authors": [
1988 {
1989 "name": "A. Grandt",
1990 "email": "php@grandt.com",
1991 "homepage": "http://grandt.com",
1992 "role": "Developer"
1993 }
1994 ],
1995 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
1996 "homepage": "https://github.com/Grandt/PHPResizeGif",
1997 "keywords": [
1998 "GIF89a",
1999 "animated gif",
2000 "gif",
2001 "resize"
2002 ],
2003 "time": "2015-05-10T10:52:24+00:00"
2004 },
2005 {
2006 "name": "grandt/phpzipmerge",
2007 "version": "1.0.4",
2008 "source": {
2009 "type": "git",
2010 "url": "https://github.com/Grandt/PHPZipMerge.git",
2011 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2012 },
2013 "dist": {
2014 "type": "zip",
2015 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2016 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2017 "shasum": ""
2018 },
2019 "require": {
2020 "grandt/binstring": ">=1.0.0",
2021 "grandt/relativepath": ">=1.0.1",
2022 "php": ">=5.3.0"
2023 },
2024 "type": "library",
2025 "autoload": {
2026 "psr-4": {
2027 "ZipMerge\\": "src/ZipMerge"
2028 }
2029 },
2030 "notification-url": "https://packagist.org/downloads/",
2031 "license": [
2032 "LGPL-2.1"
2033 ],
2034 "authors": [
2035 {
2036 "name": "A. Grandt",
2037 "email": "php@grandt.com",
2038 "homepage": "http://grandt.com",
2039 "role": "Developer"
2040 },
2041 {
2042 "name": "Greg Kappatos",
2043 "homepage": "http://websiteconnect.com.au",
2044 "role": "Developer"
2045 }
2046 ],
2047 "description": "Merge and stream multiple Zip files on the fly.",
2048 "homepage": "https://github.com/Grandt/PHPZipMerge",
2049 "keywords": [
2050 "archive",
2051 "compressed",
2052 "compression",
2053 "merge",
2054 "phpzip",
2055 "pkzip",
2056 "stream",
2057 "zip"
2058 ],
2059 "time": "2015-08-18T13:49:33+00:00"
2060 },
2061 {
2062 "name": "grandt/relativepath",
2063 "version": "1.0.2",
2064 "source": {
2065 "type": "git",
2066 "url": "https://github.com/Grandt/PHPRelativePath.git",
2067 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2068 },
2069 "dist": {
2070 "type": "zip",
2071 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2072 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2073 "shasum": ""
2074 },
2075 "require": {
2076 "php": ">=5.0"
2077 },
2078 "type": "library",
2079 "autoload": {
2080 "classmap": [
2081 "RelativePath.php"
2082 ]
2083 },
2084 "notification-url": "https://packagist.org/downloads/",
2085 "license": [
2086 "LGPL-2.1"
2087 ],
2088 "authors": [
2089 {
2090 "name": "A. Grandt",
2091 "email": "php@grandt.com",
2092 "role": "Developer"
2093 }
2094 ],
2095 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2096 "homepage": "https://github.com/Grandt/PHPRelativePath",
2097 "keywords": [
2098 "file path"
2099 ],
2100 "time": "2015-05-14T08:18:23+00:00"
2101 },
2102 {
2103 "name": "guzzlehttp/guzzle",
2104 "version": "5.3.3",
2105 "source": {
2106 "type": "git",
2107 "url": "https://github.com/guzzle/guzzle.git",
2108 "reference": "93bbdb30d59be6cd9839495306c65f2907370eb9"
2109 },
2110 "dist": {
2111 "type": "zip",
2112 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/93bbdb30d59be6cd9839495306c65f2907370eb9",
2113 "reference": "93bbdb30d59be6cd9839495306c65f2907370eb9",
2114 "shasum": ""
2115 },
2116 "require": {
2117 "guzzlehttp/ringphp": "^1.1",
2118 "php": ">=5.4.0",
2119 "react/promise": "^2.2"
2120 },
2121 "require-dev": {
2122 "ext-curl": "*",
2123 "phpunit/phpunit": "^4.0"
2124 },
2125 "type": "library",
2126 "autoload": {
2127 "psr-4": {
2128 "GuzzleHttp\\": "src/"
2129 }
2130 },
2131 "notification-url": "https://packagist.org/downloads/",
2132 "license": [
2133 "MIT"
2134 ],
2135 "authors": [
2136 {
2137 "name": "Michael Dowling",
2138 "email": "mtdowling@gmail.com",
2139 "homepage": "https://github.com/mtdowling"
2140 }
2141 ],
2142 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2143 "homepage": "http://guzzlephp.org/",
2144 "keywords": [
2145 "client",
2146 "curl",
2147 "framework",
2148 "http",
2149 "http client",
2150 "rest",
2151 "web service"
2152 ],
2153 "time": "2018-07-31T13:33:10+00:00"
2154 },
2155 {
2156 "name": "guzzlehttp/ringphp",
2157 "version": "1.1.1",
2158 "source": {
2159 "type": "git",
2160 "url": "https://github.com/guzzle/RingPHP.git",
2161 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2162 },
2163 "dist": {
2164 "type": "zip",
2165 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2166 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2167 "shasum": ""
2168 },
2169 "require": {
2170 "guzzlehttp/streams": "~3.0",
2171 "php": ">=5.4.0",
2172 "react/promise": "~2.0"
2173 },
2174 "require-dev": {
2175 "ext-curl": "*",
2176 "phpunit/phpunit": "~4.0"
2177 },
2178 "suggest": {
2179 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2180 },
2181 "type": "library",
2182 "extra": {
2183 "branch-alias": {
2184 "dev-master": "1.1-dev"
2185 }
2186 },
2187 "autoload": {
2188 "psr-4": {
2189 "GuzzleHttp\\Ring\\": "src/"
2190 }
2191 },
2192 "notification-url": "https://packagist.org/downloads/",
2193 "license": [
2194 "MIT"
2195 ],
2196 "authors": [
2197 {
2198 "name": "Michael Dowling",
2199 "email": "mtdowling@gmail.com",
2200 "homepage": "https://github.com/mtdowling"
2201 }
2202 ],
2203 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2204 "time": "2018-07-31T13:22:33+00:00"
2205 },
2206 {
2207 "name": "guzzlehttp/streams",
2208 "version": "3.0.0",
2209 "source": {
2210 "type": "git",
2211 "url": "https://github.com/guzzle/streams.git",
2212 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2213 },
2214 "dist": {
2215 "type": "zip",
2216 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2217 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2218 "shasum": ""
2219 },
2220 "require": {
2221 "php": ">=5.4.0"
2222 },
2223 "require-dev": {
2224 "phpunit/phpunit": "~4.0"
2225 },
2226 "type": "library",
2227 "extra": {
2228 "branch-alias": {
2229 "dev-master": "3.0-dev"
2230 }
2231 },
2232 "autoload": {
2233 "psr-4": {
2234 "GuzzleHttp\\Stream\\": "src/"
2235 }
2236 },
2237 "notification-url": "https://packagist.org/downloads/",
2238 "license": [
2239 "MIT"
2240 ],
2241 "authors": [
2242 {
2243 "name": "Michael Dowling",
2244 "email": "mtdowling@gmail.com",
2245 "homepage": "https://github.com/mtdowling"
2246 }
2247 ],
2248 "description": "Provides a simple abstraction over streams of data",
2249 "homepage": "http://guzzlephp.org/",
2250 "keywords": [
2251 "Guzzle",
2252 "stream"
2253 ],
2254 "time": "2014-10-12T19:18:40+00:00"
2255 },
2256 {
2257 "name": "hoa/compiler",
2258 "version": "3.17.08.08",
2259 "source": {
2260 "type": "git",
2261 "url": "https://github.com/hoaproject/Compiler.git",
2262 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2263 },
2264 "dist": {
2265 "type": "zip",
2266 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2267 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2268 "shasum": ""
2269 },
2270 "require": {
2271 "hoa/consistency": "~1.0",
2272 "hoa/exception": "~1.0",
2273 "hoa/file": "~1.0",
2274 "hoa/iterator": "~2.0",
2275 "hoa/math": "~1.0",
2276 "hoa/protocol": "~1.0",
2277 "hoa/regex": "~1.0",
2278 "hoa/visitor": "~2.0"
2279 },
2280 "require-dev": {
2281 "hoa/json": "~2.0",
2282 "hoa/test": "~2.0"
2283 },
2284 "type": "library",
2285 "extra": {
2286 "branch-alias": {
2287 "dev-master": "3.x-dev"
2288 }
2289 },
2290 "autoload": {
2291 "psr-4": {
2292 "Hoa\\Compiler\\": "."
2293 }
2294 },
2295 "notification-url": "https://packagist.org/downloads/",
2296 "license": [
2297 "BSD-3-Clause"
2298 ],
2299 "authors": [
2300 {
2301 "name": "Ivan Enderlin",
2302 "email": "ivan.enderlin@hoa-project.net"
2303 },
2304 {
2305 "name": "Hoa community",
2306 "homepage": "https://hoa-project.net/"
2307 }
2308 ],
2309 "description": "The Hoa\\Compiler library.",
2310 "homepage": "https://hoa-project.net/",
2311 "keywords": [
2312 "algebraic",
2313 "ast",
2314 "compiler",
2315 "context-free",
2316 "coverage",
2317 "exhaustive",
2318 "grammar",
2319 "isotropic",
2320 "language",
2321 "lexer",
2322 "library",
2323 "ll1",
2324 "llk",
2325 "parser",
2326 "pp",
2327 "random",
2328 "regular",
2329 "rule",
2330 "sampler",
2331 "syntax",
2332 "token",
2333 "trace",
2334 "uniform"
2335 ],
2336 "time": "2017-08-08T07:44:07+00:00"
2337 },
2338 {
2339 "name": "hoa/consistency",
2340 "version": "1.17.05.02",
2341 "source": {
2342 "type": "git",
2343 "url": "https://github.com/hoaproject/Consistency.git",
2344 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2345 },
2346 "dist": {
2347 "type": "zip",
2348 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2349 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2350 "shasum": ""
2351 },
2352 "require": {
2353 "hoa/exception": "~1.0",
2354 "php": ">=5.5.0"
2355 },
2356 "require-dev": {
2357 "hoa/stream": "~1.0",
2358 "hoa/test": "~2.0"
2359 },
2360 "type": "library",
2361 "extra": {
2362 "branch-alias": {
2363 "dev-master": "1.x-dev"
2364 }
2365 },
2366 "autoload": {
2367 "psr-4": {
2368 "Hoa\\Consistency\\": "."
2369 },
2370 "files": [
2371 "Prelude.php"
2372 ]
2373 },
2374 "notification-url": "https://packagist.org/downloads/",
2375 "license": [
2376 "BSD-3-Clause"
2377 ],
2378 "authors": [
2379 {
2380 "name": "Ivan Enderlin",
2381 "email": "ivan.enderlin@hoa-project.net"
2382 },
2383 {
2384 "name": "Hoa community",
2385 "homepage": "https://hoa-project.net/"
2386 }
2387 ],
2388 "description": "The Hoa\\Consistency library.",
2389 "homepage": "https://hoa-project.net/",
2390 "keywords": [
2391 "autoloader",
2392 "callable",
2393 "consistency",
2394 "entity",
2395 "flex",
2396 "keyword",
2397 "library"
2398 ],
2399 "time": "2017-05-02T12:18:12+00:00"
2400 },
2401 {
2402 "name": "hoa/event",
2403 "version": "1.17.01.13",
2404 "source": {
2405 "type": "git",
2406 "url": "https://github.com/hoaproject/Event.git",
2407 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2408 },
2409 "dist": {
2410 "type": "zip",
2411 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2412 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2413 "shasum": ""
2414 },
2415 "require": {
2416 "hoa/consistency": "~1.0",
2417 "hoa/exception": "~1.0"
2418 },
2419 "require-dev": {
2420 "hoa/test": "~2.0"
2421 },
2422 "type": "library",
2423 "extra": {
2424 "branch-alias": {
2425 "dev-master": "1.x-dev"
2426 }
2427 },
2428 "autoload": {
2429 "psr-4": {
2430 "Hoa\\Event\\": "."
2431 }
2432 },
2433 "notification-url": "https://packagist.org/downloads/",
2434 "license": [
2435 "BSD-3-Clause"
2436 ],
2437 "authors": [
2438 {
2439 "name": "Ivan Enderlin",
2440 "email": "ivan.enderlin@hoa-project.net"
2441 },
2442 {
2443 "name": "Hoa community",
2444 "homepage": "https://hoa-project.net/"
2445 }
2446 ],
2447 "description": "The Hoa\\Event library.",
2448 "homepage": "https://hoa-project.net/",
2449 "keywords": [
2450 "event",
2451 "library",
2452 "listener",
2453 "observer"
2454 ],
2455 "time": "2017-01-13T15:30:50+00:00"
2456 },
2457 {
2458 "name": "hoa/exception",
2459 "version": "1.17.01.16",
2460 "source": {
2461 "type": "git",
2462 "url": "https://github.com/hoaproject/Exception.git",
2463 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2464 },
2465 "dist": {
2466 "type": "zip",
2467 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2468 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2469 "shasum": ""
2470 },
2471 "require": {
2472 "hoa/consistency": "~1.0",
2473 "hoa/event": "~1.0"
2474 },
2475 "require-dev": {
2476 "hoa/test": "~2.0"
2477 },
2478 "type": "library",
2479 "extra": {
2480 "branch-alias": {
2481 "dev-master": "1.x-dev"
2482 }
2483 },
2484 "autoload": {
2485 "psr-4": {
2486 "Hoa\\Exception\\": "."
2487 }
2488 },
2489 "notification-url": "https://packagist.org/downloads/",
2490 "license": [
2491 "BSD-3-Clause"
2492 ],
2493 "authors": [
2494 {
2495 "name": "Ivan Enderlin",
2496 "email": "ivan.enderlin@hoa-project.net"
2497 },
2498 {
2499 "name": "Hoa community",
2500 "homepage": "https://hoa-project.net/"
2501 }
2502 ],
2503 "description": "The Hoa\\Exception library.",
2504 "homepage": "https://hoa-project.net/",
2505 "keywords": [
2506 "exception",
2507 "library"
2508 ],
2509 "time": "2017-01-16T07:53:27+00:00"
2510 },
2511 {
2512 "name": "hoa/file",
2513 "version": "1.17.07.11",
2514 "source": {
2515 "type": "git",
2516 "url": "https://github.com/hoaproject/File.git",
2517 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
2518 },
2519 "dist": {
2520 "type": "zip",
2521 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2522 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2523 "shasum": ""
2524 },
2525 "require": {
2526 "hoa/consistency": "~1.0",
2527 "hoa/event": "~1.0",
2528 "hoa/exception": "~1.0",
2529 "hoa/iterator": "~2.0",
2530 "hoa/stream": "~1.0"
2531 },
2532 "require-dev": {
2533 "hoa/test": "~2.0"
2534 },
2535 "type": "library",
2536 "extra": {
2537 "branch-alias": {
2538 "dev-master": "1.x-dev"
2539 }
2540 },
2541 "autoload": {
2542 "psr-4": {
2543 "Hoa\\File\\": "."
2544 }
2545 },
2546 "notification-url": "https://packagist.org/downloads/",
2547 "license": [
2548 "BSD-3-Clause"
2549 ],
2550 "authors": [
2551 {
2552 "name": "Ivan Enderlin",
2553 "email": "ivan.enderlin@hoa-project.net"
2554 },
2555 {
2556 "name": "Hoa community",
2557 "homepage": "https://hoa-project.net/"
2558 }
2559 ],
2560 "description": "The Hoa\\File library.",
2561 "homepage": "https://hoa-project.net/",
2562 "keywords": [
2563 "Socket",
2564 "directory",
2565 "file",
2566 "finder",
2567 "library",
2568 "link",
2569 "temporary"
2570 ],
2571 "time": "2017-07-11T07:42:15+00:00"
2572 },
2573 {
2574 "name": "hoa/iterator",
2575 "version": "2.17.01.10",
2576 "source": {
2577 "type": "git",
2578 "url": "https://github.com/hoaproject/Iterator.git",
2579 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
2580 },
2581 "dist": {
2582 "type": "zip",
2583 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
2584 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
2585 "shasum": ""
2586 },
2587 "require": {
2588 "hoa/consistency": "~1.0",
2589 "hoa/exception": "~1.0"
2590 },
2591 "require-dev": {
2592 "hoa/test": "~2.0"
2593 },
2594 "type": "library",
2595 "extra": {
2596 "branch-alias": {
2597 "dev-master": "2.x-dev"
2598 }
2599 },
2600 "autoload": {
2601 "psr-4": {
2602 "Hoa\\Iterator\\": "."
2603 }
2604 },
2605 "notification-url": "https://packagist.org/downloads/",
2606 "license": [
2607 "BSD-3-Clause"
2608 ],
2609 "authors": [
2610 {
2611 "name": "Ivan Enderlin",
2612 "email": "ivan.enderlin@hoa-project.net"
2613 },
2614 {
2615 "name": "Hoa community",
2616 "homepage": "https://hoa-project.net/"
2617 }
2618 ],
2619 "description": "The Hoa\\Iterator library.",
2620 "homepage": "https://hoa-project.net/",
2621 "keywords": [
2622 "iterator",
2623 "library"
2624 ],
2625 "time": "2017-01-10T10:34:47+00:00"
2626 },
2627 {
2628 "name": "hoa/math",
2629 "version": "1.17.05.16",
2630 "source": {
2631 "type": "git",
2632 "url": "https://github.com/hoaproject/Math.git",
2633 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
2634 },
2635 "dist": {
2636 "type": "zip",
2637 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
2638 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
2639 "shasum": ""
2640 },
2641 "require": {
2642 "hoa/compiler": "~3.0",
2643 "hoa/consistency": "~1.0",
2644 "hoa/exception": "~1.0",
2645 "hoa/iterator": "~2.0",
2646 "hoa/protocol": "~1.0",
2647 "hoa/zformat": "~1.0"
2648 },
2649 "require-dev": {
2650 "hoa/test": "~2.0"
2651 },
2652 "type": "library",
2653 "extra": {
2654 "branch-alias": {
2655 "dev-master": "1.x-dev"
2656 }
2657 },
2658 "autoload": {
2659 "psr-4": {
2660 "Hoa\\Math\\": "."
2661 }
2662 },
2663 "notification-url": "https://packagist.org/downloads/",
2664 "license": [
2665 "BSD-3-Clause"
2666 ],
2667 "authors": [
2668 {
2669 "name": "Ivan Enderlin",
2670 "email": "ivan.enderlin@hoa-project.net"
2671 },
2672 {
2673 "name": "Hoa community",
2674 "homepage": "https://hoa-project.net/"
2675 }
2676 ],
2677 "description": "The Hoa\\Math library.",
2678 "homepage": "https://hoa-project.net/",
2679 "keywords": [
2680 "arrangement",
2681 "combination",
2682 "combinatorics",
2683 "counting",
2684 "library",
2685 "math",
2686 "permutation",
2687 "sampler",
2688 "set"
2689 ],
2690 "time": "2017-05-16T08:02:17+00:00"
2691 },
2692 {
2693 "name": "hoa/protocol",
2694 "version": "1.17.01.14",
2695 "source": {
2696 "type": "git",
2697 "url": "https://github.com/hoaproject/Protocol.git",
2698 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
2699 },
2700 "dist": {
2701 "type": "zip",
2702 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
2703 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
2704 "shasum": ""
2705 },
2706 "require": {
2707 "hoa/consistency": "~1.0",
2708 "hoa/exception": "~1.0"
2709 },
2710 "require-dev": {
2711 "hoa/test": "~2.0"
2712 },
2713 "type": "library",
2714 "extra": {
2715 "branch-alias": {
2716 "dev-master": "1.x-dev"
2717 }
2718 },
2719 "autoload": {
2720 "psr-4": {
2721 "Hoa\\Protocol\\": "."
2722 },
2723 "files": [
2724 "Wrapper.php"
2725 ]
2726 },
2727 "notification-url": "https://packagist.org/downloads/",
2728 "license": [
2729 "BSD-3-Clause"
2730 ],
2731 "authors": [
2732 {
2733 "name": "Ivan Enderlin",
2734 "email": "ivan.enderlin@hoa-project.net"
2735 },
2736 {
2737 "name": "Hoa community",
2738 "homepage": "https://hoa-project.net/"
2739 }
2740 ],
2741 "description": "The Hoa\\Protocol library.",
2742 "homepage": "https://hoa-project.net/",
2743 "keywords": [
2744 "library",
2745 "protocol",
2746 "resource",
2747 "stream",
2748 "wrapper"
2749 ],
2750 "time": "2017-01-14T12:26:10+00:00"
2751 },
2752 {
2753 "name": "hoa/regex",
2754 "version": "1.17.01.13",
2755 "source": {
2756 "type": "git",
2757 "url": "https://github.com/hoaproject/Regex.git",
2758 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
2759 },
2760 "dist": {
2761 "type": "zip",
2762 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
2763 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
2764 "shasum": ""
2765 },
2766 "require": {
2767 "hoa/consistency": "~1.0",
2768 "hoa/exception": "~1.0",
2769 "hoa/math": "~1.0",
2770 "hoa/protocol": "~1.0",
2771 "hoa/ustring": "~4.0",
2772 "hoa/visitor": "~2.0"
2773 },
2774 "type": "library",
2775 "extra": {
2776 "branch-alias": {
2777 "dev-master": "1.x-dev"
2778 }
2779 },
2780 "autoload": {
2781 "psr-4": {
2782 "Hoa\\Regex\\": "."
2783 }
2784 },
2785 "notification-url": "https://packagist.org/downloads/",
2786 "license": [
2787 "BSD-3-Clause"
2788 ],
2789 "authors": [
2790 {
2791 "name": "Ivan Enderlin",
2792 "email": "ivan.enderlin@hoa-project.net"
2793 },
2794 {
2795 "name": "Hoa community",
2796 "homepage": "https://hoa-project.net/"
2797 }
2798 ],
2799 "description": "The Hoa\\Regex library.",
2800 "homepage": "https://hoa-project.net/",
2801 "keywords": [
2802 "compiler",
2803 "library",
2804 "regex"
2805 ],
2806 "time": "2017-01-13T16:10:24+00:00"
2807 },
2808 {
2809 "name": "hoa/ruler",
2810 "version": "2.17.05.16",
2811 "source": {
2812 "type": "git",
2813 "url": "https://github.com/hoaproject/Ruler.git",
2814 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
2815 },
2816 "dist": {
2817 "type": "zip",
2818 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
2819 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
2820 "shasum": ""
2821 },
2822 "require": {
2823 "hoa/compiler": "~3.0",
2824 "hoa/consistency": "~1.0",
2825 "hoa/exception": "~1.0",
2826 "hoa/file": "~1.0",
2827 "hoa/protocol": "~1.0",
2828 "hoa/visitor": "~2.0"
2829 },
2830 "require-dev": {
2831 "hoa/test": "~2.0"
2832 },
2833 "type": "library",
2834 "extra": {
2835 "branch-alias": {
2836 "dev-master": "2.x-dev"
2837 }
2838 },
2839 "autoload": {
2840 "psr-4": {
2841 "Hoa\\Ruler\\": "."
2842 }
2843 },
2844 "notification-url": "https://packagist.org/downloads/",
2845 "license": [
2846 "BSD-3-Clause"
2847 ],
2848 "authors": [
2849 {
2850 "name": "Ivan Enderlin",
2851 "email": "ivan.enderlin@hoa-project.net"
2852 },
2853 {
2854 "name": "Hoa community",
2855 "homepage": "https://hoa-project.net/"
2856 }
2857 ],
2858 "description": "The Hoa\\Ruler library.",
2859 "homepage": "https://hoa-project.net/",
2860 "keywords": [
2861 "library",
2862 "ruler"
2863 ],
2864 "time": "2017-05-16T07:52:21+00:00"
2865 },
2866 {
2867 "name": "hoa/stream",
2868 "version": "1.17.02.21",
2869 "source": {
2870 "type": "git",
2871 "url": "https://github.com/hoaproject/Stream.git",
2872 "reference": "3293cfffca2de10525df51436adf88a559151d82"
2873 },
2874 "dist": {
2875 "type": "zip",
2876 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
2877 "reference": "3293cfffca2de10525df51436adf88a559151d82",
2878 "shasum": ""
2879 },
2880 "require": {
2881 "hoa/consistency": "~1.0",
2882 "hoa/event": "~1.0",
2883 "hoa/exception": "~1.0",
2884 "hoa/protocol": "~1.0"
2885 },
2886 "require-dev": {
2887 "hoa/test": "~2.0"
2888 },
2889 "type": "library",
2890 "extra": {
2891 "branch-alias": {
2892 "dev-master": "1.x-dev"
2893 }
2894 },
2895 "autoload": {
2896 "psr-4": {
2897 "Hoa\\Stream\\": "."
2898 }
2899 },
2900 "notification-url": "https://packagist.org/downloads/",
2901 "license": [
2902 "BSD-3-Clause"
2903 ],
2904 "authors": [
2905 {
2906 "name": "Ivan Enderlin",
2907 "email": "ivan.enderlin@hoa-project.net"
2908 },
2909 {
2910 "name": "Hoa community",
2911 "homepage": "https://hoa-project.net/"
2912 }
2913 ],
2914 "description": "The Hoa\\Stream library.",
2915 "homepage": "https://hoa-project.net/",
2916 "keywords": [
2917 "Context",
2918 "bucket",
2919 "composite",
2920 "filter",
2921 "in",
2922 "library",
2923 "out",
2924 "protocol",
2925 "stream",
2926 "wrapper"
2927 ],
2928 "time": "2017-02-21T16:01:06+00:00"
2929 },
2930 {
2931 "name": "hoa/ustring",
2932 "version": "4.17.01.16",
2933 "source": {
2934 "type": "git",
2935 "url": "https://github.com/hoaproject/Ustring.git",
2936 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
2937 },
2938 "dist": {
2939 "type": "zip",
2940 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
2941 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
2942 "shasum": ""
2943 },
2944 "require": {
2945 "hoa/consistency": "~1.0",
2946 "hoa/exception": "~1.0"
2947 },
2948 "require-dev": {
2949 "hoa/test": "~2.0"
2950 },
2951 "suggest": {
2952 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
2953 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
2954 },
2955 "type": "library",
2956 "extra": {
2957 "branch-alias": {
2958 "dev-master": "4.x-dev"
2959 }
2960 },
2961 "autoload": {
2962 "psr-4": {
2963 "Hoa\\Ustring\\": "."
2964 }
2965 },
2966 "notification-url": "https://packagist.org/downloads/",
2967 "license": [
2968 "BSD-3-Clause"
2969 ],
2970 "authors": [
2971 {
2972 "name": "Ivan Enderlin",
2973 "email": "ivan.enderlin@hoa-project.net"
2974 },
2975 {
2976 "name": "Hoa community",
2977 "homepage": "https://hoa-project.net/"
2978 }
2979 ],
2980 "description": "The Hoa\\Ustring library.",
2981 "homepage": "https://hoa-project.net/",
2982 "keywords": [
2983 "library",
2984 "search",
2985 "string",
2986 "unicode"
2987 ],
2988 "time": "2017-01-16T07:08:25+00:00"
2989 },
2990 {
2991 "name": "hoa/visitor",
2992 "version": "2.17.01.16",
2993 "source": {
2994 "type": "git",
2995 "url": "https://github.com/hoaproject/Visitor.git",
2996 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
2997 },
2998 "dist": {
2999 "type": "zip",
3000 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3001 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3002 "shasum": ""
3003 },
3004 "require": {
3005 "hoa/consistency": "~1.0"
3006 },
3007 "require-dev": {
3008 "hoa/test": "~2.0"
3009 },
3010 "type": "library",
3011 "extra": {
3012 "branch-alias": {
3013 "dev-master": "2.x-dev"
3014 }
3015 },
3016 "autoload": {
3017 "psr-4": {
3018 "Hoa\\Visitor\\": "."
3019 }
3020 },
3021 "notification-url": "https://packagist.org/downloads/",
3022 "license": [
3023 "BSD-3-Clause"
3024 ],
3025 "authors": [
3026 {
3027 "name": "Ivan Enderlin",
3028 "email": "ivan.enderlin@hoa-project.net"
3029 },
3030 {
3031 "name": "Hoa community",
3032 "homepage": "https://hoa-project.net/"
3033 }
3034 ],
3035 "description": "The Hoa\\Visitor library.",
3036 "homepage": "https://hoa-project.net/",
3037 "keywords": [
3038 "library",
3039 "structure",
3040 "visit",
3041 "visitor"
3042 ],
3043 "time": "2017-01-16T07:02:03+00:00"
3044 },
3045 {
3046 "name": "hoa/zformat",
3047 "version": "1.17.01.10",
3048 "source": {
3049 "type": "git",
3050 "url": "https://github.com/hoaproject/Zformat.git",
3051 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3052 },
3053 "dist": {
3054 "type": "zip",
3055 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3056 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3057 "shasum": ""
3058 },
3059 "require": {
3060 "hoa/consistency": "~1.0",
3061 "hoa/exception": "~1.0"
3062 },
3063 "type": "library",
3064 "extra": {
3065 "branch-alias": {
3066 "dev-master": "1.x-dev"
3067 }
3068 },
3069 "autoload": {
3070 "psr-4": {
3071 "Hoa\\Zformat\\": "."
3072 }
3073 },
3074 "notification-url": "https://packagist.org/downloads/",
3075 "license": [
3076 "BSD-3-Clause"
3077 ],
3078 "authors": [
3079 {
3080 "name": "Ivan Enderlin",
3081 "email": "ivan.enderlin@hoa-project.net"
3082 },
3083 {
3084 "name": "Hoa community",
3085 "homepage": "https://hoa-project.net/"
3086 }
3087 ],
3088 "description": "The Hoa\\Zformat library.",
3089 "homepage": "https://hoa-project.net/",
3090 "keywords": [
3091 "library",
3092 "parameter",
3093 "zformat"
3094 ],
3095 "time": "2017-01-10T10:39:54+00:00"
3096 },
3097 {
3098 "name": "html2text/html2text",
3099 "version": "4.2.1",
3100 "source": {
3101 "type": "git",
3102 "url": "https://github.com/mtibben/html2text.git",
3103 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7"
3104 },
3105 "dist": {
3106 "type": "zip",
3107 "url": "https://api.github.com/repos/mtibben/html2text/zipball/f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3108 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3109 "shasum": ""
3110 },
3111 "require-dev": {
3112 "phpunit/phpunit": "~4"
3113 },
3114 "suggest": {
3115 "ext-mbstring": "For best performance",
3116 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3117 },
3118 "type": "library",
3119 "autoload": {
3120 "psr-4": {
3121 "Html2Text\\": [
3122 "src/",
3123 "test/"
3124 ]
3125 }
3126 },
3127 "notification-url": "https://packagist.org/downloads/",
3128 "license": [
3129 "GPL-2.0-or-later"
3130 ],
3131 "description": "Converts HTML to formatted plain text",
3132 "time": "2018-08-13T12:05:08+00:00"
3133 },
3134 {
3135 "name": "incenteev/composer-parameter-handler",
3136 "version": "v2.1.3",
3137 "source": {
3138 "type": "git",
3139 "url": "https://github.com/Incenteev/ParameterHandler.git",
3140 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
3141 },
3142 "dist": {
3143 "type": "zip",
3144 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
3145 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
3146 "shasum": ""
3147 },
3148 "require": {
3149 "php": ">=5.3.3",
3150 "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
3151 },
3152 "require-dev": {
3153 "composer/composer": "^1.0@dev",
3154 "symfony/filesystem": "^2.3 || ^3 || ^4",
3155 "symfony/phpunit-bridge": "^4.0"
3156 },
3157 "type": "library",
3158 "extra": {
3159 "branch-alias": {
3160 "dev-master": "2.1.x-dev"
3161 }
3162 },
3163 "autoload": {
3164 "psr-4": {
3165 "Incenteev\\ParameterHandler\\": ""
3166 }
3167 },
3168 "notification-url": "https://packagist.org/downloads/",
3169 "license": [
3170 "MIT"
3171 ],
3172 "authors": [
3173 {
3174 "name": "Christophe Coevoet",
3175 "email": "stof@notk.org"
3176 }
3177 ],
3178 "description": "Composer script handling your ignored parameter file",
3179 "homepage": "https://github.com/Incenteev/ParameterHandler",
3180 "keywords": [
3181 "parameters management"
3182 ],
3183 "time": "2018-02-13T18:05:56+00:00"
3184 },
3185 {
3186 "name": "j0k3r/graby",
3187 "version": "1.18.0",
3188 "source": {
3189 "type": "git",
3190 "url": "https://github.com/j0k3r/graby.git",
3191 "reference": "7ac1e2d696744c1f7c9c76658677efda33df020a"
3192 },
3193 "dist": {
3194 "type": "zip",
3195 "url": "https://api.github.com/repos/j0k3r/graby/zipball/7ac1e2d696744c1f7c9c76658677efda33df020a",
3196 "reference": "7ac1e2d696744c1f7c9c76658677efda33df020a",
3197 "shasum": ""
3198 },
3199 "require": {
3200 "ext-curl": "*",
3201 "fossar/htmlawed": "^1.2.4",
3202 "guzzlehttp/guzzle": "^5.2.0",
3203 "j0k3r/graby-site-config": "^1.0",
3204 "j0k3r/php-readability": "^1.0",
3205 "j0k3r/safecurl": "~2.0",
3206 "monolog/monolog": "^1.13.1",
3207 "php": ">=5.4",
3208 "simplepie/simplepie": "^1.3.1",
3209 "smalot/pdfparser": "~0.11",
3210 "symfony/options-resolver": "~2.6|~3.0",
3211 "true/punycode": "~2.0",
3212 "wallabag/tcpdf": "^6.2"
3213 },
3214 "require-dev": {
3215 "friendsofphp/php-cs-fixer": "~2.0",
3216 "php-coveralls/php-coveralls": "~0.6",
3217 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0"
3218 },
3219 "type": "library",
3220 "autoload": {
3221 "psr-4": {
3222 "Graby\\": "src/"
3223 }
3224 },
3225 "notification-url": "https://packagist.org/downloads/",
3226 "license": [
3227 "MIT"
3228 ],
3229 "authors": [
3230 {
3231 "name": "Jeremy Benoist",
3232 "email": "jeremy.benoist@gmail.com",
3233 "role": "Developer"
3234 },
3235 {
3236 "name": "FiveFilters.org",
3237 "email": "fivefilters@fivefilters.org",
3238 "role": "Developer (original version)"
3239 }
3240 ],
3241 "description": "Graby helps you extract article content from web pages",
3242 "time": "2019-01-08T09:12:43+00:00"
3243 },
3244 {
3245 "name": "j0k3r/graby-site-config",
3246 "version": "1.0.72",
3247 "source": {
3248 "type": "git",
3249 "url": "https://github.com/j0k3r/graby-site-config.git",
3250 "reference": "b76b230cf044e134574de7cd7af09d6b01ab0f15"
3251 },
3252 "dist": {
3253 "type": "zip",
3254 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/b76b230cf044e134574de7cd7af09d6b01ab0f15",
3255 "reference": "b76b230cf044e134574de7cd7af09d6b01ab0f15",
3256 "shasum": ""
3257 },
3258 "require": {
3259 "symfony/finder": "~2.6|~3.0|~4.0"
3260 },
3261 "require-dev": {
3262 "liip/rmt": "1.2.*",
3263 "symfony/phpunit-bridge": "^3.2"
3264 },
3265 "type": "library",
3266 "autoload": {
3267 "psr-4": {
3268 "GrabySiteConfig\\SiteConfig\\": "src/"
3269 }
3270 },
3271 "notification-url": "https://packagist.org/downloads/",
3272 "license": [
3273 "CC0-1.0"
3274 ],
3275 "authors": [
3276 {
3277 "name": "Jeremy Benoist",
3278 "email": "jeremy.benoist@gmail.com"
3279 }
3280 ],
3281 "description": "Graby site config files",
3282 "time": "2019-01-11T12:55:48+00:00"
3283 },
3284 {
3285 "name": "j0k3r/php-readability",
3286 "version": "1.1.11",
3287 "source": {
3288 "type": "git",
3289 "url": "https://github.com/j0k3r/php-readability.git",
3290 "reference": "eef6d6d456d941939fa714ca3725bf7e3cd04d1e"
3291 },
3292 "dist": {
3293 "type": "zip",
3294 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/eef6d6d456d941939fa714ca3725bf7e3cd04d1e",
3295 "reference": "eef6d6d456d941939fa714ca3725bf7e3cd04d1e",
3296 "shasum": ""
3297 },
3298 "require": {
3299 "electrolinux/php-html5lib": "^0.1.0",
3300 "ext-mbstring": "*",
3301 "php": ">=5.3.3",
3302 "psr/log": "^1.0"
3303 },
3304 "require-dev": {
3305 "friendsofphp/php-cs-fixer": "<2",
3306 "monolog/monolog": "^1.13",
3307 "satooshi/php-coveralls": "~0.6",
3308 "symfony/phpunit-bridge": "^3.2"
3309 },
3310 "suggest": {
3311 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3312 },
3313 "type": "library",
3314 "autoload": {
3315 "psr-4": {
3316 "Readability\\": "src/"
3317 }
3318 },
3319 "notification-url": "https://packagist.org/downloads/",
3320 "license": [
3321 "Apache-2.0"
3322 ],
3323 "authors": [
3324 {
3325 "name": "Keyvan Minoukadeh",
3326 "email": "keyvan@keyvan.net",
3327 "homepage": "http://keyvan.net",
3328 "role": "Developer (ported original JS code to PHP)"
3329 },
3330 {
3331 "name": "Arc90",
3332 "homepage": "http://arc90.com",
3333 "role": "Developer (original JS version)"
3334 },
3335 {
3336 "name": "Jeremy Benoist",
3337 "email": "jeremy.benoist@gmail.com",
3338 "homepage": "http://www.j0k3r.net",
3339 "role": "Developer"
3340 },
3341 {
3342 "name": "DitherSky",
3343 "homepage": "https://github.com/Dither",
3344 "role": "Developer (https://github.com/Dither/full-text-rss)"
3345 }
3346 ],
3347 "description": "Automatic article extraction from HTML",
3348 "keywords": [
3349 "article",
3350 "article extraction",
3351 "content",
3352 "content extraction",
3353 "extraction",
3354 "html"
3355 ],
3356 "time": "2018-11-26T15:54:20+00:00"
3357 },
3358 {
3359 "name": "j0k3r/safecurl",
3360 "version": "2.0.4",
3361 "source": {
3362 "type": "git",
3363 "url": "https://github.com/j0k3r/safecurl.git",
3364 "reference": "71bdb1a87502fa72b777e1106725d255d34478ab"
3365 },
3366 "dist": {
3367 "type": "zip",
3368 "url": "https://api.github.com/repos/j0k3r/safecurl/zipball/71bdb1a87502fa72b777e1106725d255d34478ab",
3369 "reference": "71bdb1a87502fa72b777e1106725d255d34478ab",
3370 "shasum": ""
3371 },
3372 "require": {
3373 "ext-curl": "*",
3374 "php": ">=5.3.3"
3375 },
3376 "require-dev": {
3377 "phpunit/phpunit": "^4.0.0"
3378 },
3379 "type": "library",
3380 "autoload": {
3381 "psr-4": {
3382 "fin1te\\SafeCurl\\": "src/"
3383 }
3384 },
3385 "notification-url": "https://packagist.org/downloads/",
3386 "license": [
3387 "MIT"
3388 ],
3389 "authors": [
3390 {
3391 "name": "Jeremy Benoist",
3392 "email": "jeremy.benoist@gmail.com"
3393 },
3394 {
3395 "name": "Jack W",
3396 "email": "jack@fin1te.net",
3397 "role": "Developer (original version)"
3398 }
3399 ],
3400 "description": "A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.",
3401 "keywords": [
3402 "curl",
3403 "safe",
3404 "safecurl",
3405 "ssrf",
3406 "websec"
3407 ],
3408 "time": "2018-10-17T12:07:16+00:00"
3409 },
3410 {
3411 "name": "javibravo/simpleue",
3412 "version": "2.1.0",
3413 "source": {
3414 "type": "git",
3415 "url": "https://github.com/javibravo/simpleue.git",
3416 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
3417 },
3418 "dist": {
3419 "type": "zip",
3420 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3421 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3422 "shasum": ""
3423 },
3424 "require": {
3425 "php": ">=5.5",
3426 "psr/log": "~1.0"
3427 },
3428 "require-dev": {
3429 "aws/aws-sdk-php": "^3.9",
3430 "pda/pheanstalk": "^3.1",
3431 "phpunit/phpunit": "4.0.*",
3432 "predis/predis": "^1.0"
3433 },
3434 "suggest": {
3435 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
3436 "ext-redis": "Allow work with Redis Locker",
3437 "pda/pheanstalk": "Allow work with Beanstalkd queues",
3438 "predis/predis": "Allow work with Redis queues"
3439 },
3440 "type": "library",
3441 "autoload": {
3442 "psr-4": {
3443 "Simpleue\\": "src/Simpleue"
3444 }
3445 },
3446 "notification-url": "https://packagist.org/downloads/",
3447 "license": [
3448 "MIT"
3449 ],
3450 "authors": [
3451 {
3452 "name": "Javier Bravo",
3453 "email": "javibravo85@gmail.com"
3454 }
3455 ],
3456 "description": "Php package to manage queue tasks in a simple way",
3457 "homepage": "http://github.com/javibravo/simpleue",
3458 "keywords": [
3459 "job",
3460 "queue",
3461 "redis",
3462 "sqs",
3463 "task"
3464 ],
3465 "time": "2017-11-15T13:41:13+00:00"
3466 },
3467 {
3468 "name": "jdorn/sql-formatter",
3469 "version": "v1.2.17",
3470 "source": {
3471 "type": "git",
3472 "url": "https://github.com/jdorn/sql-formatter.git",
3473 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
3474 },
3475 "dist": {
3476 "type": "zip",
3477 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
3478 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
3479 "shasum": ""
3480 },
3481 "require": {
3482 "php": ">=5.2.4"
3483 },
3484 "require-dev": {
3485 "phpunit/phpunit": "3.7.*"
3486 },
3487 "type": "library",
3488 "extra": {
3489 "branch-alias": {
3490 "dev-master": "1.3.x-dev"
3491 }
3492 },
3493 "autoload": {
3494 "classmap": [
3495 "lib"
3496 ]
3497 },
3498 "notification-url": "https://packagist.org/downloads/",
3499 "license": [
3500 "MIT"
3501 ],
3502 "authors": [
3503 {
3504 "name": "Jeremy Dorn",
3505 "email": "jeremy@jeremydorn.com",
3506 "homepage": "http://jeremydorn.com/"
3507 }
3508 ],
3509 "description": "a PHP SQL highlighting library",
3510 "homepage": "https://github.com/jdorn/sql-formatter/",
3511 "keywords": [
3512 "highlight",
3513 "sql"
3514 ],
3515 "time": "2014-01-12T16:20:24+00:00"
3516 },
3517 {
3518 "name": "jms/metadata",
3519 "version": "1.7.0",
3520 "source": {
3521 "type": "git",
3522 "url": "https://github.com/schmittjoh/metadata.git",
3523 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
3524 },
3525 "dist": {
3526 "type": "zip",
3527 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
3528 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
3529 "shasum": ""
3530 },
3531 "require": {
3532 "php": ">=5.3.0"
3533 },
3534 "require-dev": {
3535 "doctrine/cache": "~1.0",
3536 "symfony/cache": "~3.1"
3537 },
3538 "type": "library",
3539 "extra": {
3540 "branch-alias": {
3541 "dev-master": "1.5.x-dev"
3542 }
3543 },
3544 "autoload": {
3545 "psr-0": {
3546 "Metadata\\": "src/"
3547 }
3548 },
3549 "notification-url": "https://packagist.org/downloads/",
3550 "license": [
3551 "MIT"
3552 ],
3553 "authors": [
3554 {
3555 "name": "Asmir Mustafic",
3556 "email": "goetas@gmail.com"
3557 },
3558 {
3559 "name": "Johannes M. Schmitt",
3560 "email": "schmittjoh@gmail.com"
3561 }
3562 ],
3563 "description": "Class/method/property metadata management in PHP",
3564 "keywords": [
3565 "annotations",
3566 "metadata",
3567 "xml",
3568 "yaml"
3569 ],
3570 "time": "2018-10-26T12:40:10+00:00"
3571 },
3572 {
3573 "name": "jms/parser-lib",
3574 "version": "1.0.0",
3575 "source": {
3576 "type": "git",
3577 "url": "https://github.com/schmittjoh/parser-lib.git",
3578 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
3579 },
3580 "dist": {
3581 "type": "zip",
3582 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
3583 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
3584 "shasum": ""
3585 },
3586 "require": {
3587 "phpoption/phpoption": ">=0.9,<2.0-dev"
3588 },
3589 "type": "library",
3590 "extra": {
3591 "branch-alias": {
3592 "dev-master": "1.0-dev"
3593 }
3594 },
3595 "autoload": {
3596 "psr-0": {
3597 "JMS\\": "src/"
3598 }
3599 },
3600 "notification-url": "https://packagist.org/downloads/",
3601 "license": [
3602 "Apache2"
3603 ],
3604 "description": "A library for easily creating recursive-descent parsers.",
3605 "time": "2012-11-18T18:08:43+00:00"
3606 },
3607 {
3608 "name": "jms/serializer",
3609 "version": "1.13.0",
3610 "source": {
3611 "type": "git",
3612 "url": "https://github.com/schmittjoh/serializer.git",
3613 "reference": "00863e1d55b411cc33ad3e1de09a4c8d3aae793c"
3614 },
3615 "dist": {
3616 "type": "zip",
3617 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/00863e1d55b411cc33ad3e1de09a4c8d3aae793c",
3618 "reference": "00863e1d55b411cc33ad3e1de09a4c8d3aae793c",
3619 "shasum": ""
3620 },
3621 "require": {
3622 "doctrine/annotations": "^1.0",
3623 "doctrine/instantiator": "^1.0.3",
3624 "jms/metadata": "^1.3",
3625 "jms/parser-lib": "1.*",
3626 "php": "^5.5|^7.0",
3627 "phpcollection/phpcollection": "~0.1",
3628 "phpoption/phpoption": "^1.1"
3629 },
3630 "conflict": {
3631 "twig/twig": "<1.12"
3632 },
3633 "require-dev": {
3634 "doctrine/orm": "~2.1",
3635 "doctrine/phpcr-odm": "^1.3|^2.0",
3636 "ext-pdo_sqlite": "*",
3637 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
3638 "phpunit/phpunit": "^4.8|^5.0",
3639 "propel/propel1": "~1.7",
3640 "psr/container": "^1.0",
3641 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
3642 "symfony/expression-language": "^2.6|^3.0",
3643 "symfony/filesystem": "^2.1",
3644 "symfony/form": "~2.1|^3.0",
3645 "symfony/translation": "^2.1|^3.0",
3646 "symfony/validator": "^2.2|^3.0",
3647 "symfony/yaml": "^2.1|^3.0",
3648 "twig/twig": "~1.12|~2.0"
3649 },
3650 "suggest": {
3651 "doctrine/cache": "Required if you like to use cache functionality.",
3652 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
3653 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
3654 },
3655 "type": "library",
3656 "extra": {
3657 "branch-alias": {
3658 "dev-1.x": "1.13-dev"
3659 }
3660 },
3661 "autoload": {
3662 "psr-0": {
3663 "JMS\\Serializer": "src/"
3664 }
3665 },
3666 "notification-url": "https://packagist.org/downloads/",
3667 "license": [
3668 "MIT"
3669 ],
3670 "authors": [
3671 {
3672 "name": "Asmir Mustafic",
3673 "email": "goetas@gmail.com"
3674 },
3675 {
3676 "name": "Johannes M. Schmitt",
3677 "email": "schmittjoh@gmail.com"
3678 }
3679 ],
3680 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
3681 "homepage": "http://jmsyst.com/libs/serializer",
3682 "keywords": [
3683 "deserialization",
3684 "jaxb",
3685 "json",
3686 "serialization",
3687 "xml"
3688 ],
3689 "time": "2018-07-25T13:58:54+00:00"
3690 },
3691 {
3692 "name": "jms/serializer-bundle",
3693 "version": "2.4.3",
3694 "source": {
3695 "type": "git",
3696 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
3697 "reference": "e5231652ce24b8673b2ac70bc76b0cabaf35deea"
3698 },
3699 "dist": {
3700 "type": "zip",
3701 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/e5231652ce24b8673b2ac70bc76b0cabaf35deea",
3702 "reference": "e5231652ce24b8673b2ac70bc76b0cabaf35deea",
3703 "shasum": ""
3704 },
3705 "require": {
3706 "jms/serializer": "^1.10",
3707 "php": "^5.4|^7.0",
3708 "phpoption/phpoption": "^1.1.0",
3709 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
3710 },
3711 "require-dev": {
3712 "doctrine/orm": "*",
3713 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
3714 "symfony/expression-language": "~2.6|~3.0|~4.0",
3715 "symfony/finder": "^2.3|^3.0|^4.0",
3716 "symfony/form": "*",
3717 "symfony/stopwatch": "*",
3718 "symfony/twig-bundle": "*",
3719 "symfony/validator": "*",
3720 "symfony/yaml": "*"
3721 },
3722 "suggest": {
3723 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
3724 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
3725 },
3726 "type": "symfony-bundle",
3727 "extra": {
3728 "branch-alias": {
3729 "dev-master": "2.4-dev"
3730 }
3731 },
3732 "autoload": {
3733 "psr-4": {
3734 "JMS\\SerializerBundle\\": ""
3735 },
3736 "exclude-from-classmap": [
3737 "/Tests/"
3738 ]
3739 },
3740 "notification-url": "https://packagist.org/downloads/",
3741 "license": [
3742 "MIT"
3743 ],
3744 "authors": [
3745 {
3746 "name": "Asmir Mustafic",
3747 "email": "goetas@gmail.com"
3748 },
3749 {
3750 "name": "Johannes M. Schmitt",
3751 "email": "schmittjoh@gmail.com"
3752 }
3753 ],
3754 "description": "Allows you to easily serialize, and deserialize data of any complexity",
3755 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
3756 "keywords": [
3757 "deserialization",
3758 "jaxb",
3759 "json",
3760 "serialization",
3761 "xml"
3762 ],
3763 "time": "2018-12-09T07:52:19+00:00"
3764 },
3765 {
3766 "name": "kphoen/rulerz",
3767 "version": "0.20.5",
3768 "source": {
3769 "type": "git",
3770 "url": "https://github.com/K-Phoen/rulerz.git",
3771 "reference": "42fc542d338717c4649786b4b9e3195cb66c421a"
3772 },
3773 "dist": {
3774 "type": "zip",
3775 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/42fc542d338717c4649786b4b9e3195cb66c421a",
3776 "reference": "42fc542d338717c4649786b4b9e3195cb66c421a",
3777 "shasum": ""
3778 },
3779 "require": {
3780 "hoa/ruler": "~2.0",
3781 "php": ">=5.5",
3782 "symfony/property-access": "~2.3|~3.0"
3783 },
3784 "require-dev": {
3785 "behat/behat": "~3.0",
3786 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
3787 "doctrine/orm": "~2.4",
3788 "elasticsearch/elasticsearch": "~1.0",
3789 "illuminate/database": "~5.0",
3790 "liip/rmt": "^1.2",
3791 "mikey179/vfsstream": "~1.4",
3792 "phpspec/phpspec": "~2.0,>=2.4-dev",
3793 "pomm-project/cli": "~2.0@dev",
3794 "pomm-project/foundation": "~2.0@dev",
3795 "pomm-project/model-manager": "~2.0.@dev",
3796 "ruflin/elastica": "~1.0",
3797 "solarium/solarium": "~3.0",
3798 "vlucas/phpdotenv": "~2.1"
3799 },
3800 "suggest": {
3801 "doctrine/orm": "To execute rules as Doctrine queries",
3802 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
3803 "kphoen/rulerz-spec-builder": "If you want a specification builder",
3804 "pomm-project/model-manager": "To execute rules as Pomm queries",
3805 "solarium/solarium": "To execute rules as Solr queries"
3806 },
3807 "type": "library",
3808 "extra": {
3809 "branch-alias": {
3810 "dev-master": "1.0.x-dev"
3811 }
3812 },
3813 "autoload": {
3814 "psr-4": {
3815 "RulerZ\\": "src/"
3816 }
3817 },
3818 "notification-url": "https://packagist.org/downloads/",
3819 "license": [
3820 "MIT"
3821 ],
3822 "authors": [
3823 {
3824 "name": "Kévin Gomez",
3825 "email": "contact@kevingomez.fr"
3826 }
3827 ],
3828 "description": "Powerful implementation of the Specification pattern",
3829 "homepage": "https://github.com/K-Phoen/RulerZ",
3830 "keywords": [
3831 "doctrine",
3832 "specification"
3833 ],
3834 "time": "2017-12-29T23:36:53+00:00"
3835 },
3836 {
3837 "name": "kphoen/rulerz-bridge",
3838 "version": "1.0.1",
3839 "source": {
3840 "type": "git",
3841 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
3842 "reference": "d0dbf900f93723e82350b307e5d694bb3acc46e3"
3843 },
3844 "dist": {
3845 "type": "zip",
3846 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/d0dbf900f93723e82350b307e5d694bb3acc46e3",
3847 "reference": "d0dbf900f93723e82350b307e5d694bb3acc46e3",
3848 "shasum": ""
3849 },
3850 "require": {
3851 "kphoen/rulerz": "~0.19,>=0.19.3",
3852 "symfony/form": "^2.8|^3.0",
3853 "symfony/validator": "^2.8|^3.0"
3854 },
3855 "require-dev": {
3856 "liip/rmt": "^1.2",
3857 "phpunit/phpunit": "~4.8",
3858 "symfony/phpunit-bridge": "^2.7|^3.0"
3859 },
3860 "type": "symfony-bridge",
3861 "autoload": {
3862 "psr-4": {
3863 "Symfony\\Bridge\\RulerZ\\": ""
3864 },
3865 "exclude-from-classmap": [
3866 "/Tests/"
3867 ]
3868 },
3869 "notification-url": "https://packagist.org/downloads/",
3870 "license": [
3871 "MIT"
3872 ],
3873 "authors": [
3874 {
3875 "name": "Kévin Gomez",
3876 "email": "contact@kevingomez.fr"
3877 }
3878 ],
3879 "description": "Symfony RulerZ Bridge",
3880 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
3881 "keywords": [
3882 "Bridge",
3883 "doctrine",
3884 "ruler",
3885 "rulerz",
3886 "specification",
3887 "symfony"
3888 ],
3889 "time": "2017-10-09T20:31:47+00:00"
3890 },
3891 {
3892 "name": "kphoen/rulerz-bundle",
3893 "version": "0.14.1",
3894 "source": {
3895 "type": "git",
3896 "url": "https://github.com/K-Phoen/RulerZBundle.git",
3897 "reference": "a78a4b431b00f6ab12805c01aace090924a7b33a"
3898 },
3899 "dist": {
3900 "type": "zip",
3901 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/a78a4b431b00f6ab12805c01aace090924a7b33a",
3902 "reference": "a78a4b431b00f6ab12805c01aace090924a7b33a",
3903 "shasum": ""
3904 },
3905 "require": {
3906 "kphoen/rulerz": "~0.17,>=0.19.3",
3907 "kphoen/rulerz-bridge": "^1.0",
3908 "symfony/framework-bundle": "^2.8|^3.0",
3909 "symfony/validator": "^2.8|^3.0"
3910 },
3911 "require-dev": {
3912 "liip/rmt": "^1.2",
3913 "matthiasnoback/symfony-dependency-injection-test": "~0.7",
3914 "mikey179/vfsstream": "~1.0",
3915 "phpunit/phpunit": "^5.0",
3916 "symfony/phpunit-bridge": "^2.7|^3.0"
3917 },
3918 "type": "symfony-bundle",
3919 "autoload": {
3920 "psr-4": {
3921 "KPhoen\\RulerZBundle\\": ""
3922 }
3923 },
3924 "notification-url": "https://packagist.org/downloads/",
3925 "license": [
3926 "MIT"
3927 ],
3928 "authors": [
3929 {
3930 "name": "Kévin Gomez",
3931 "email": "contact@kevingomez.fr"
3932 }
3933 ],
3934 "description": "Symfony2 Bundle for RulerZ",
3935 "homepage": "https://github.com/K-Phoen/RulerZBundle",
3936 "keywords": [
3937 "doctrine",
3938 "ruler",
3939 "rulerz",
3940 "specification"
3941 ],
3942 "time": "2017-10-22T16:37:45+00:00"
3943 },
3944 {
3945 "name": "lexik/form-filter-bundle",
3946 "version": "v5.0.7",
3947 "source": {
3948 "type": "git",
3949 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
3950 "reference": "c8014b678c8872dfc045c18b159d0b4b85cf7be3"
3951 },
3952 "dist": {
3953 "type": "zip",
3954 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/c8014b678c8872dfc045c18b159d0b4b85cf7be3",
3955 "reference": "c8014b678c8872dfc045c18b159d0b4b85cf7be3",
3956 "shasum": ""
3957 },
3958 "require": {
3959 "doctrine/orm": "^2.4.8",
3960 "php": ">=5.5.9",
3961 "symfony/form": "~2.8|~3.0|^4.0",
3962 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
3963 },
3964 "require-dev": {
3965 "doctrine/mongodb-odm-bundle": "~3.0",
3966 "phpunit/phpunit": "^5.7|~6.0"
3967 },
3968 "type": "symfony-bundle",
3969 "extra": {
3970 "branch-alias": {
3971 "dev-master": "5.x.x-dev"
3972 }
3973 },
3974 "autoload": {
3975 "psr-4": {
3976 "Lexik\\Bundle\\FormFilterBundle\\": ""
3977 }
3978 },
3979 "notification-url": "https://packagist.org/downloads/",
3980 "license": [
3981 "MIT"
3982 ],
3983 "authors": [
3984 {
3985 "name": "Dev Lexik",
3986 "email": "dev@lexik.fr"
3987 },
3988 {
3989 "name": "Cedric Girard",
3990 "email": "c.girard@lexik.fr"
3991 }
3992 ],
3993 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
3994 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
3995 "keywords": [
3996 "bundle",
3997 "doctrine",
3998 "filter",
3999 "form",
4000 "symfony"
4001 ],
4002 "time": "2018-04-04T11:14:22+00:00"
4003 },
4004 {
4005 "name": "liip/theme-bundle",
4006 "version": "1.6.1",
4007 "source": {
4008 "type": "git",
4009 "url": "https://github.com/liip/LiipThemeBundle.git",
4010 "reference": "f40637ce0523a4e0968e203c09a46acfa4b95d4d"
4011 },
4012 "dist": {
4013 "type": "zip",
4014 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/f40637ce0523a4e0968e203c09a46acfa4b95d4d",
4015 "reference": "f40637ce0523a4e0968e203c09a46acfa4b95d4d",
4016 "shasum": ""
4017 },
4018 "require": {
4019 "php": "^5.3.9|^7.0",
4020 "psr/log": "~1.0",
4021 "symfony/finder": "^2.7|^3.0|^4.0",
4022 "symfony/framework-bundle": "^2.7|^3.0|^4.0",
4023 "symfony/templating": "^2.7|^3.0|^4.0",
4024 "symfony/twig-bundle": "^2.7|^3.0|^4.0",
4025 "twig/twig": "^1.27|^2.0"
4026 },
4027 "conflict": {
4028 "sebastian/comparator": "1.2.3"
4029 },
4030 "require-dev": {
4031 "phpunit/phpunit": "^4.8.35|^6.0",
4032 "symfony/console": "^2.7|^3.0|^4.0",
4033 "symfony/expression-language": "^2.7|^3.0|^4.0"
4034 },
4035 "type": "symfony-bundle",
4036 "extra": {
4037 "branch-alias": {
4038 "dev-master": "1.4-dev"
4039 }
4040 },
4041 "autoload": {
4042 "psr-4": {
4043 "Liip\\ThemeBundle\\": ""
4044 }
4045 },
4046 "notification-url": "https://packagist.org/downloads/",
4047 "license": [
4048 "MIT"
4049 ],
4050 "authors": [
4051 {
4052 "name": "Community contributions",
4053 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
4054 },
4055 {
4056 "name": "Liip AG",
4057 "homepage": "http://www.liip.ch/"
4058 }
4059 ],
4060 "description": "Provides theming support for #Symfony2 Bundles",
4061 "keywords": [
4062 "themes",
4063 "theming"
4064 ],
4065 "time": "2018-10-08T07:20:20+00:00"
4066 },
4067 {
4068 "name": "mgargano/simplehtmldom",
4069 "version": "1.5",
4070 "source": {
4071 "type": "git",
4072 "url": "https://github.com/matgargano/simplehtmldom.git",
4073 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
4074 },
4075 "dist": {
4076 "type": "zip",
4077 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4078 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4079 "shasum": ""
4080 },
4081 "require": {
4082 "php": ">=5.3.0"
4083 },
4084 "type": "library",
4085 "autoload": {
4086 "psr-0": {
4087 "SimpleHtmlDom": "src/"
4088 },
4089 "files": [
4090 "src/simple_html_dom.php"
4091 ]
4092 },
4093 "notification-url": "https://packagist.org/downloads/",
4094 "license": [
4095 "The MIT License"
4096 ],
4097 "authors": [
4098 {
4099 "name": "S.C. Chen",
4100 "email": "me578022@gmail.com"
4101 }
4102 ],
4103 "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",
4104 "homepage": "http://simplehtmldom.sourceforge.net/",
4105 "keywords": [
4106 "Simple",
4107 "dom",
4108 "html"
4109 ],
4110 "time": "2014-01-05T18:17:34+00:00"
4111 },
4112 {
4113 "name": "michelf/php-markdown",
4114 "version": "1.8.0",
4115 "source": {
4116 "type": "git",
4117 "url": "https://github.com/michelf/php-markdown.git",
4118 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
4119 },
4120 "dist": {
4121 "type": "zip",
4122 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
4123 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
4124 "shasum": ""
4125 },
4126 "require": {
4127 "php": ">=5.3.0"
4128 },
4129 "type": "library",
4130 "autoload": {
4131 "psr-4": {
4132 "Michelf\\": "Michelf/"
4133 }
4134 },
4135 "notification-url": "https://packagist.org/downloads/",
4136 "license": [
4137 "BSD-3-Clause"
4138 ],
4139 "authors": [
4140 {
4141 "name": "Michel Fortin",
4142 "email": "michel.fortin@michelf.ca",
4143 "homepage": "https://michelf.ca/",
4144 "role": "Developer"
4145 },
4146 {
4147 "name": "John Gruber",
4148 "homepage": "https://daringfireball.net/"
4149 }
4150 ],
4151 "description": "PHP Markdown",
4152 "homepage": "https://michelf.ca/projects/php-markdown/",
4153 "keywords": [
4154 "markdown"
4155 ],
4156 "time": "2018-01-15T00:49:33+00:00"
4157 },
4158 {
4159 "name": "mnapoli/piwik-twig-extension",
4160 "version": "1.0.0",
4161 "source": {
4162 "type": "git",
4163 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
4164 "reference": "5171ab7221830a9d377add03dd60dbe6bd7b331f"
4165 },
4166 "dist": {
4167 "type": "zip",
4168 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/5171ab7221830a9d377add03dd60dbe6bd7b331f",
4169 "reference": "5171ab7221830a9d377add03dd60dbe6bd7b331f",
4170 "shasum": ""
4171 },
4172 "require": {
4173 "php": ">=5.4",
4174 "twig/twig": "~1.10"
4175 },
4176 "require-dev": {
4177 "phpunit/phpunit": "~4.0"
4178 },
4179 "type": "library",
4180 "autoload": {
4181 "psr-4": {
4182 "PiwikTwigExtension\\": "src/"
4183 }
4184 },
4185 "notification-url": "https://packagist.org/downloads/",
4186 "license": [
4187 "MIT"
4188 ],
4189 "time": "2014-09-16T06:51:19+00:00"
4190 },
4191 {
4192 "name": "monolog/monolog",
4193 "version": "1.24.0",
4194 "source": {
4195 "type": "git",
4196 "url": "https://github.com/Seldaek/monolog.git",
4197 "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
4198 },
4199 "dist": {
4200 "type": "zip",
4201 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
4202 "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
4203 "shasum": ""
4204 },
4205 "require": {
4206 "php": ">=5.3.0",
4207 "psr/log": "~1.0"
4208 },
4209 "provide": {
4210 "psr/log-implementation": "1.0.0"
4211 },
4212 "require-dev": {
4213 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4214 "doctrine/couchdb": "~1.0@dev",
4215 "graylog2/gelf-php": "~1.0",
4216 "jakub-onderka/php-parallel-lint": "0.9",
4217 "php-amqplib/php-amqplib": "~2.4",
4218 "php-console/php-console": "^3.1.3",
4219 "phpunit/phpunit": "~4.5",
4220 "phpunit/phpunit-mock-objects": "2.3.0",
4221 "ruflin/elastica": ">=0.90 <3.0",
4222 "sentry/sentry": "^0.13",
4223 "swiftmailer/swiftmailer": "^5.3|^6.0"
4224 },
4225 "suggest": {
4226 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4227 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4228 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4229 "ext-mongo": "Allow sending log messages to a MongoDB server",
4230 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4231 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
4232 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4233 "php-console/php-console": "Allow sending log messages to Google Chrome",
4234 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4235 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
4236 "sentry/sentry": "Allow sending log messages to a Sentry server"
4237 },
4238 "type": "library",
4239 "extra": {
4240 "branch-alias": {
4241 "dev-master": "2.0.x-dev"
4242 }
4243 },
4244 "autoload": {
4245 "psr-4": {
4246 "Monolog\\": "src/Monolog"
4247 }
4248 },
4249 "notification-url": "https://packagist.org/downloads/",
4250 "license": [
4251 "MIT"
4252 ],
4253 "authors": [
4254 {
4255 "name": "Jordi Boggiano",
4256 "email": "j.boggiano@seld.be",
4257 "homepage": "http://seld.be"
4258 }
4259 ],
4260 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
4261 "homepage": "http://github.com/Seldaek/monolog",
4262 "keywords": [
4263 "log",
4264 "logging",
4265 "psr-3"
4266 ],
4267 "time": "2018-11-05T09:00:11+00:00"
4268 },
4269 {
4270 "name": "nelmio/api-doc-bundle",
4271 "version": "2.13.3",
4272 "target-dir": "Nelmio/ApiDocBundle",
4273 "source": {
4274 "type": "git",
4275 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
4276 "reference": "f0a606b6362c363043e01aa079bee2b0b5eb47a2"
4277 },
4278 "dist": {
4279 "type": "zip",
4280 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/f0a606b6362c363043e01aa079bee2b0b5eb47a2",
4281 "reference": "f0a606b6362c363043e01aa079bee2b0b5eb47a2",
4282 "shasum": ""
4283 },
4284 "require": {
4285 "michelf/php-markdown": "~1.4",
4286 "php": ">=5.4",
4287 "symfony/console": "~2.3|~3.0|~4.0",
4288 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
4289 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
4290 },
4291 "conflict": {
4292 "jms/serializer": "<0.12",
4293 "jms/serializer-bundle": "<0.11",
4294 "symfony/symfony": "~2.7.8",
4295 "twig/twig": "<1.12"
4296 },
4297 "require-dev": {
4298 "doctrine/doctrine-bundle": "~1.5",
4299 "doctrine/orm": "~2.3",
4300 "dunglas/api-bundle": "~1.0",
4301 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
4302 "jms/serializer-bundle": ">=0.11",
4303 "sensio/framework-extra-bundle": "~3.0",
4304 "symfony/browser-kit": "~2.3|~3.0|~4.0",
4305 "symfony/css-selector": "~2.3|~3.0|~4.0",
4306 "symfony/finder": "~2.3|~3.0|~4.0",
4307 "symfony/form": "~2.3|~3.0|~4.0",
4308 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
4309 "symfony/serializer": "~2.7|~3.0|~4.0",
4310 "symfony/validator": "~2.3|~3.0|~4.0",
4311 "symfony/yaml": "~2.3|~3.0|~4.0"
4312 },
4313 "suggest": {
4314 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
4315 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
4316 "jms/serializer": "For making use of serializer information in the doc.",
4317 "symfony/form": "For using form definitions as input.",
4318 "symfony/validator": "For making use of validator information in the doc."
4319 },
4320 "type": "symfony-bundle",
4321 "extra": {
4322 "branch-alias": {
4323 "dev-2.x": "2.13-dev"
4324 }
4325 },
4326 "autoload": {
4327 "psr-0": {
4328 "Nelmio\\ApiDocBundle": ""
4329 }
4330 },
4331 "notification-url": "https://packagist.org/downloads/",
4332 "license": [
4333 "MIT"
4334 ],
4335 "authors": [
4336 {
4337 "name": "Nelmio",
4338 "homepage": "http://nelm.io"
4339 },
4340 {
4341 "name": "Symfony Community",
4342 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
4343 }
4344 ],
4345 "description": "Generates documentation for your REST API from annotations",
4346 "keywords": [
4347 "api",
4348 "doc",
4349 "documentation",
4350 "rest"
4351 ],
4352 "time": "2017-12-05T06:14:09+00:00"
4353 },
4354 {
4355 "name": "nelmio/cors-bundle",
4356 "version": "1.5.4",
4357 "source": {
4358 "type": "git",
4359 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
4360 "reference": "548dc8ebd3984acd2f6d8787ab1dac2e9aa14254"
4361 },
4362 "dist": {
4363 "type": "zip",
4364 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/548dc8ebd3984acd2f6d8787ab1dac2e9aa14254",
4365 "reference": "548dc8ebd3984acd2f6d8787ab1dac2e9aa14254",
4366 "shasum": ""
4367 },
4368 "require": {
4369 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
4370 },
4371 "require-dev": {
4372 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
4373 "mockery/mockery": "^0.9 || ^1.0",
4374 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
4375 },
4376 "type": "symfony-bundle",
4377 "extra": {
4378 "branch-alias": {
4379 "dev-master": "1.5.x-dev"
4380 }
4381 },
4382 "autoload": {
4383 "psr-4": {
4384 "Nelmio\\CorsBundle\\": ""
4385 },
4386 "exclude-from-classmap": [
4387 "/Tests/"
4388 ]
4389 },
4390 "notification-url": "https://packagist.org/downloads/",
4391 "license": [
4392 "MIT"
4393 ],
4394 "authors": [
4395 {
4396 "name": "Nelmio",
4397 "homepage": "http://nelm.io"
4398 },
4399 {
4400 "name": "Symfony Community",
4401 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
4402 }
4403 ],
4404 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
4405 "keywords": [
4406 "api",
4407 "cors",
4408 "crossdomain"
4409 ],
4410 "time": "2017-12-11T18:41:54+00:00"
4411 },
4412 {
4413 "name": "ocramius/proxy-manager",
4414 "version": "1.0.2",
4415 "source": {
4416 "type": "git",
4417 "url": "https://github.com/Ocramius/ProxyManager.git",
4418 "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
4419 },
4420 "dist": {
4421 "type": "zip",
4422 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
4423 "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
4424 "shasum": ""
4425 },
4426 "require": {
4427 "php": ">=5.3.3",
4428 "zendframework/zend-code": ">2.2.5,<3.0"
4429 },
4430 "require-dev": {
4431 "ext-phar": "*",
4432 "phpunit/phpunit": "~4.0",
4433 "squizlabs/php_codesniffer": "1.5.*"
4434 },
4435 "suggest": {
4436 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
4437 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
4438 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
4439 "zendframework/zend-stdlib": "To use the hydrator proxy",
4440 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
4441 },
4442 "type": "library",
4443 "extra": {
4444 "branch-alias": {
4445 "dev-master": "2.0.x-dev"
4446 }
4447 },
4448 "autoload": {
4449 "psr-0": {
4450 "ProxyManager\\": "src"
4451 }
4452 },
4453 "notification-url": "https://packagist.org/downloads/",
4454 "license": [
4455 "MIT"
4456 ],
4457 "authors": [
4458 {
4459 "name": "Marco Pivetta",
4460 "email": "ocramius@gmail.com",
4461 "homepage": "http://ocramius.github.com/"
4462 }
4463 ],
4464 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
4465 "homepage": "https://github.com/Ocramius/ProxyManager",
4466 "keywords": [
4467 "aop",
4468 "lazy loading",
4469 "proxy",
4470 "proxy pattern",
4471 "service proxies"
4472 ],
4473 "time": "2015-08-09T04:28:19+00:00"
4474 },
4475 {
4476 "name": "pagerfanta/pagerfanta",
4477 "version": "v1.1.0",
4478 "source": {
4479 "type": "git",
4480 "url": "https://github.com/whiteoctober/Pagerfanta.git",
4481 "reference": "8400ab498e500018cff9a099ac22555e7949aa9a"
4482 },
4483 "dist": {
4484 "type": "zip",
4485 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/8400ab498e500018cff9a099ac22555e7949aa9a",
4486 "reference": "8400ab498e500018cff9a099ac22555e7949aa9a",
4487 "shasum": ""
4488 },
4489 "require": {
4490 "php": ">=5.3.0"
4491 },
4492 "require-dev": {
4493 "doctrine/orm": "~2.3",
4494 "doctrine/phpcr-odm": "1.*",
4495 "jackalope/jackalope-doctrine-dbal": "1.*",
4496 "jmikola/geojson": "~1.0",
4497 "mandango/mandango": "~1.0@dev",
4498 "mandango/mondator": "~1.0@dev",
4499 "phpunit/phpunit": "^4.8.35 | ^5.7",
4500 "propel/propel": "~2.0@dev",
4501 "propel/propel1": "~1.6",
4502 "ruflin/elastica": "~1.3",
4503 "solarium/solarium": "~3.1"
4504 },
4505 "suggest": {
4506 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
4507 "doctrine/orm": "To use the DoctrineORMAdapter.",
4508 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
4509 "mandango/mandango": "To use the MandangoAdapter.",
4510 "propel/propel": "To use the Propel2Adapter",
4511 "propel/propel1": "To use the PropelAdapter",
4512 "solarium/solarium": "To use the SolariumAdapter."
4513 },
4514 "type": "library",
4515 "extra": {
4516 "branch-alias": {
4517 "dev-master": "1.0.x-dev"
4518 }
4519 },
4520 "autoload": {
4521 "psr-0": {
4522 "Pagerfanta\\": "src/"
4523 }
4524 },
4525 "notification-url": "https://packagist.org/downloads/",
4526 "license": [
4527 "MIT"
4528 ],
4529 "authors": [
4530 {
4531 "name": "Pablo Díez",
4532 "email": "pablodip@gmail.com"
4533 }
4534 ],
4535 "description": "Pagination for PHP 5.3",
4536 "keywords": [
4537 "page",
4538 "pagination",
4539 "paginator",
4540 "paging"
4541 ],
4542 "time": "2018-05-01T10:49:10+00:00"
4543 },
4544 {
4545 "name": "paragonie/random_compat",
4546 "version": "v2.0.18",
4547 "source": {
4548 "type": "git",
4549 "url": "https://github.com/paragonie/random_compat.git",
4550 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
4551 },
4552 "dist": {
4553 "type": "zip",
4554 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
4555 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
4556 "shasum": ""
4557 },
4558 "require": {
4559 "php": ">=5.2.0"
4560 },
4561 "require-dev": {
4562 "phpunit/phpunit": "4.*|5.*"
4563 },
4564 "suggest": {
4565 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
4566 },
4567 "type": "library",
4568 "autoload": {
4569 "files": [
4570 "lib/random.php"
4571 ]
4572 },
4573 "notification-url": "https://packagist.org/downloads/",
4574 "license": [
4575 "MIT"
4576 ],
4577 "authors": [
4578 {
4579 "name": "Paragon Initiative Enterprises",
4580 "email": "security@paragonie.com",
4581 "homepage": "https://paragonie.com"
4582 }
4583 ],
4584 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
4585 "keywords": [
4586 "csprng",
4587 "polyfill",
4588 "pseudorandom",
4589 "random"
4590 ],
4591 "time": "2019-01-03T20:59:08+00:00"
4592 },
4593 {
4594 "name": "php-amqplib/php-amqplib",
4595 "version": "v2.8.1",
4596 "source": {
4597 "type": "git",
4598 "url": "https://github.com/php-amqplib/php-amqplib.git",
4599 "reference": "84449ffd3f5a7466bbee3946facb3746ff11f075"
4600 },
4601 "dist": {
4602 "type": "zip",
4603 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/84449ffd3f5a7466bbee3946facb3746ff11f075",
4604 "reference": "84449ffd3f5a7466bbee3946facb3746ff11f075",
4605 "shasum": ""
4606 },
4607 "require": {
4608 "ext-bcmath": "*",
4609 "ext-sockets": "*",
4610 "php": ">=5.4.0"
4611 },
4612 "replace": {
4613 "videlalvaro/php-amqplib": "self.version"
4614 },
4615 "require-dev": {
4616 "phpdocumentor/phpdocumentor": "^2.9",
4617 "phpunit/phpunit": "^4.8",
4618 "scrutinizer/ocular": "^1.1",
4619 "squizlabs/php_codesniffer": "^2.5"
4620 },
4621 "type": "library",
4622 "extra": {
4623 "branch-alias": {
4624 "dev-master": "2.8-dev"
4625 }
4626 },
4627 "autoload": {
4628 "psr-4": {
4629 "PhpAmqpLib\\": "PhpAmqpLib/"
4630 }
4631 },
4632 "notification-url": "https://packagist.org/downloads/",
4633 "license": [
4634 "LGPL-2.1-or-later"
4635 ],
4636 "authors": [
4637 {
4638 "name": "Alvaro Videla",
4639 "role": "Original Maintainer"
4640 },
4641 {
4642 "name": "John Kelly",
4643 "email": "johnmkelly86@gmail.com",
4644 "role": "Maintainer"
4645 },
4646 {
4647 "name": "Raúl Araya",
4648 "email": "nubeiro@gmail.com",
4649 "role": "Maintainer"
4650 },
4651 {
4652 "name": "Luke Bakken",
4653 "email": "luke@bakken.io",
4654 "role": "Maintainer"
4655 }
4656 ],
4657 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
4658 "homepage": "https://github.com/php-amqplib/php-amqplib/",
4659 "keywords": [
4660 "message",
4661 "queue",
4662 "rabbitmq"
4663 ],
4664 "time": "2018-11-13T09:35:17+00:00"
4665 },
4666 {
4667 "name": "php-amqplib/rabbitmq-bundle",
4668 "version": "v1.14.4",
4669 "source": {
4670 "type": "git",
4671 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
4672 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
4673 },
4674 "dist": {
4675 "type": "zip",
4676 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
4677 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
4678 "shasum": ""
4679 },
4680 "require": {
4681 "php": "^5.3.9|^7.0",
4682 "php-amqplib/php-amqplib": "^2.6",
4683 "psr/log": "^1.0",
4684 "symfony/config": "^2.7|^3.0|^4.0",
4685 "symfony/console": "^2.7|^3.0|^4.0",
4686 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
4687 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
4688 "symfony/yaml": "^2.7|^3.0|^4.0"
4689 },
4690 "replace": {
4691 "oldsound/rabbitmq-bundle": "self.version"
4692 },
4693 "require-dev": {
4694 "phpunit/phpunit": "^4.8.35|^5.4.3",
4695 "symfony/debug": "^2.7|^3.0|^4.0",
4696 "symfony/serializer": "^2.7|^3.0|^4.0"
4697 },
4698 "suggest": {
4699 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
4700 },
4701 "type": "symfony-bundle",
4702 "extra": {
4703 "branch-alias": {
4704 "dev-master": "1.10.x-dev"
4705 }
4706 },
4707 "autoload": {
4708 "psr-4": {
4709 "OldSound\\RabbitMqBundle\\": ""
4710 },
4711 "exclude-from-classmap": [
4712 "/Tests/"
4713 ]
4714 },
4715 "notification-url": "https://packagist.org/downloads/",
4716 "license": [
4717 "MIT"
4718 ],
4719 "authors": [
4720 {
4721 "name": "Alvaro Videla"
4722 }
4723 ],
4724 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
4725 "keywords": [
4726 "AMQP",
4727 "Symfony2",
4728 "message",
4729 "queue",
4730 "rabbitmq",
4731 "symfony",
4732 "symfony3",
4733 "symfony4"
4734 ],
4735 "time": "2018-05-02T13:12:32+00:00"
4736 },
4737 {
4738 "name": "phpcollection/phpcollection",
4739 "version": "0.5.0",
4740 "source": {
4741 "type": "git",
4742 "url": "https://github.com/schmittjoh/php-collection.git",
4743 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
4744 },
4745 "dist": {
4746 "type": "zip",
4747 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
4748 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
4749 "shasum": ""
4750 },
4751 "require": {
4752 "phpoption/phpoption": "1.*"
4753 },
4754 "type": "library",
4755 "extra": {
4756 "branch-alias": {
4757 "dev-master": "0.4-dev"
4758 }
4759 },
4760 "autoload": {
4761 "psr-0": {
4762 "PhpCollection": "src/"
4763 }
4764 },
4765 "notification-url": "https://packagist.org/downloads/",
4766 "license": [
4767 "Apache2"
4768 ],
4769 "authors": [
4770 {
4771 "name": "Johannes M. Schmitt",
4772 "email": "schmittjoh@gmail.com"
4773 }
4774 ],
4775 "description": "General-Purpose Collection Library for PHP",
4776 "keywords": [
4777 "collection",
4778 "list",
4779 "map",
4780 "sequence",
4781 "set"
4782 ],
4783 "time": "2015-05-17T12:39:23+00:00"
4784 },
4785 {
4786 "name": "phpoption/phpoption",
4787 "version": "1.5.0",
4788 "source": {
4789 "type": "git",
4790 "url": "https://github.com/schmittjoh/php-option.git",
4791 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
4792 },
4793 "dist": {
4794 "type": "zip",
4795 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
4796 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
4797 "shasum": ""
4798 },
4799 "require": {
4800 "php": ">=5.3.0"
4801 },
4802 "require-dev": {
4803 "phpunit/phpunit": "4.7.*"
4804 },
4805 "type": "library",
4806 "extra": {
4807 "branch-alias": {
4808 "dev-master": "1.3-dev"
4809 }
4810 },
4811 "autoload": {
4812 "psr-0": {
4813 "PhpOption\\": "src/"
4814 }
4815 },
4816 "notification-url": "https://packagist.org/downloads/",
4817 "license": [
4818 "Apache2"
4819 ],
4820 "authors": [
4821 {
4822 "name": "Johannes M. Schmitt",
4823 "email": "schmittjoh@gmail.com"
4824 }
4825 ],
4826 "description": "Option Type for PHP",
4827 "keywords": [
4828 "language",
4829 "option",
4830 "php",
4831 "type"
4832 ],
4833 "time": "2015-07-25T16:39:46+00:00"
4834 },
4835 {
4836 "name": "phpzip/phpzip",
4837 "version": "2.0.8",
4838 "source": {
4839 "type": "git",
4840 "url": "https://github.com/Grandt/PHPZip.git",
4841 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
4842 },
4843 "dist": {
4844 "type": "zip",
4845 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
4846 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
4847 "shasum": ""
4848 },
4849 "require": {
4850 "grandt/binstring": ">=1.0.0",
4851 "grandt/phpzipmerge": ">=1.0.4",
4852 "grandt/relativepath": ">=1.0.2",
4853 "php": ">=5.3.0"
4854 },
4855 "type": "library",
4856 "autoload": {
4857 "psr-4": {
4858 "PHPZip\\Zip\\": "src/Zip"
4859 }
4860 },
4861 "notification-url": "https://packagist.org/downloads/",
4862 "license": [
4863 "LGPL-2.1"
4864 ],
4865 "authors": [
4866 {
4867 "name": "Adam Schmalhofer",
4868 "email": "Adam.Schmalhofer@gmx.de",
4869 "role": "Developer"
4870 },
4871 {
4872 "name": "A. Grandt",
4873 "email": "php@grandt.com",
4874 "homepage": "http://grandt.com",
4875 "role": "Developer"
4876 },
4877 {
4878 "name": "Greg Kappatos",
4879 "homepage": "http://websiteconnect.com.au",
4880 "role": "Developer"
4881 }
4882 ],
4883 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
4884 "homepage": "https://github.com/Grandt/PHPZip",
4885 "keywords": [
4886 "archive",
4887 "compressed",
4888 "compression",
4889 "phpzip",
4890 "pkzip",
4891 "stream",
4892 "zip"
4893 ],
4894 "time": "2015-11-16T16:30:51+00:00"
4895 },
4896 {
4897 "name": "predis/predis",
4898 "version": "v1.1.1",
4899 "source": {
4900 "type": "git",
4901 "url": "https://github.com/nrk/predis.git",
4902 "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
4903 },
4904 "dist": {
4905 "type": "zip",
4906 "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
4907 "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
4908 "shasum": ""
4909 },
4910 "require": {
4911 "php": ">=5.3.9"
4912 },
4913 "require-dev": {
4914 "phpunit/phpunit": "~4.8"
4915 },
4916 "suggest": {
4917 "ext-curl": "Allows access to Webdis when paired with phpiredis",
4918 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
4919 },
4920 "type": "library",
4921 "autoload": {
4922 "psr-4": {
4923 "Predis\\": "src/"
4924 }
4925 },
4926 "notification-url": "https://packagist.org/downloads/",
4927 "license": [
4928 "MIT"
4929 ],
4930 "authors": [
4931 {
4932 "name": "Daniele Alessandri",
4933 "email": "suppakilla@gmail.com",
4934 "homepage": "http://clorophilla.net"
4935 }
4936 ],
4937 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
4938 "homepage": "http://github.com/nrk/predis",
4939 "keywords": [
4940 "nosql",
4941 "predis",
4942 "redis"
4943 ],
4944 "time": "2016-06-16T16:22:20+00:00"
4945 },
4946 {
4947 "name": "psr/cache",
4948 "version": "1.0.1",
4949 "source": {
4950 "type": "git",
4951 "url": "https://github.com/php-fig/cache.git",
4952 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
4953 },
4954 "dist": {
4955 "type": "zip",
4956 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
4957 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
4958 "shasum": ""
4959 },
4960 "require": {
4961 "php": ">=5.3.0"
4962 },
4963 "type": "library",
4964 "extra": {
4965 "branch-alias": {
4966 "dev-master": "1.0.x-dev"
4967 }
4968 },
4969 "autoload": {
4970 "psr-4": {
4971 "Psr\\Cache\\": "src/"
4972 }
4973 },
4974 "notification-url": "https://packagist.org/downloads/",
4975 "license": [
4976 "MIT"
4977 ],
4978 "authors": [
4979 {
4980 "name": "PHP-FIG",
4981 "homepage": "http://www.php-fig.org/"
4982 }
4983 ],
4984 "description": "Common interface for caching libraries",
4985 "keywords": [
4986 "cache",
4987 "psr",
4988 "psr-6"
4989 ],
4990 "time": "2016-08-06T20:24:11+00:00"
4991 },
4992 {
4993 "name": "psr/container",
4994 "version": "1.0.0",
4995 "source": {
4996 "type": "git",
4997 "url": "https://github.com/php-fig/container.git",
4998 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
4999 },
5000 "dist": {
5001 "type": "zip",
5002 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
5003 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
5004 "shasum": ""
5005 },
5006 "require": {
5007 "php": ">=5.3.0"
5008 },
5009 "type": "library",
5010 "extra": {
5011 "branch-alias": {
5012 "dev-master": "1.0.x-dev"
5013 }
5014 },
5015 "autoload": {
5016 "psr-4": {
5017 "Psr\\Container\\": "src/"
5018 }
5019 },
5020 "notification-url": "https://packagist.org/downloads/",
5021 "license": [
5022 "MIT"
5023 ],
5024 "authors": [
5025 {
5026 "name": "PHP-FIG",
5027 "homepage": "http://www.php-fig.org/"
5028 }
5029 ],
5030 "description": "Common Container Interface (PHP FIG PSR-11)",
5031 "homepage": "https://github.com/php-fig/container",
5032 "keywords": [
5033 "PSR-11",
5034 "container",
5035 "container-interface",
5036 "container-interop",
5037 "psr"
5038 ],
5039 "time": "2017-02-14T16:28:37+00:00"
5040 },
5041 {
5042 "name": "psr/link",
5043 "version": "1.0.0",
5044 "source": {
5045 "type": "git",
5046 "url": "https://github.com/php-fig/link.git",
5047 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
5048 },
5049 "dist": {
5050 "type": "zip",
5051 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
5052 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
5053 "shasum": ""
5054 },
5055 "require": {
5056 "php": ">=5.3.0"
5057 },
5058 "type": "library",
5059 "extra": {
5060 "branch-alias": {
5061 "dev-master": "1.0.x-dev"
5062 }
5063 },
5064 "autoload": {
5065 "psr-4": {
5066 "Psr\\Link\\": "src/"
5067 }
5068 },
5069 "notification-url": "https://packagist.org/downloads/",
5070 "license": [
5071 "MIT"
5072 ],
5073 "authors": [
5074 {
5075 "name": "PHP-FIG",
5076 "homepage": "http://www.php-fig.org/"
5077 }
5078 ],
5079 "description": "Common interfaces for HTTP links",
5080 "keywords": [
5081 "http",
5082 "http-link",
5083 "link",
5084 "psr",
5085 "psr-13",
5086 "rest"
5087 ],
5088 "time": "2016-10-28T16:06:13+00:00"
5089 },
5090 {
5091 "name": "psr/log",
5092 "version": "1.1.0",
5093 "source": {
5094 "type": "git",
5095 "url": "https://github.com/php-fig/log.git",
5096 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
5097 },
5098 "dist": {
5099 "type": "zip",
5100 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
5101 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
5102 "shasum": ""
5103 },
5104 "require": {
5105 "php": ">=5.3.0"
5106 },
5107 "type": "library",
5108 "extra": {
5109 "branch-alias": {
5110 "dev-master": "1.0.x-dev"
5111 }
5112 },
5113 "autoload": {
5114 "psr-4": {
5115 "Psr\\Log\\": "Psr/Log/"
5116 }
5117 },
5118 "notification-url": "https://packagist.org/downloads/",
5119 "license": [
5120 "MIT"
5121 ],
5122 "authors": [
5123 {
5124 "name": "PHP-FIG",
5125 "homepage": "http://www.php-fig.org/"
5126 }
5127 ],
5128 "description": "Common interface for logging libraries",
5129 "homepage": "https://github.com/php-fig/log",
5130 "keywords": [
5131 "log",
5132 "psr",
5133 "psr-3"
5134 ],
5135 "time": "2018-11-20T15:27:04+00:00"
5136 },
5137 {
5138 "name": "psr/simple-cache",
5139 "version": "1.0.1",
5140 "source": {
5141 "type": "git",
5142 "url": "https://github.com/php-fig/simple-cache.git",
5143 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
5144 },
5145 "dist": {
5146 "type": "zip",
5147 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
5148 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
5149 "shasum": ""
5150 },
5151 "require": {
5152 "php": ">=5.3.0"
5153 },
5154 "type": "library",
5155 "extra": {
5156 "branch-alias": {
5157 "dev-master": "1.0.x-dev"
5158 }
5159 },
5160 "autoload": {
5161 "psr-4": {
5162 "Psr\\SimpleCache\\": "src/"
5163 }
5164 },
5165 "notification-url": "https://packagist.org/downloads/",
5166 "license": [
5167 "MIT"
5168 ],
5169 "authors": [
5170 {
5171 "name": "PHP-FIG",
5172 "homepage": "http://www.php-fig.org/"
5173 }
5174 ],
5175 "description": "Common interfaces for simple caching",
5176 "keywords": [
5177 "cache",
5178 "caching",
5179 "psr",
5180 "psr-16",
5181 "simple-cache"
5182 ],
5183 "time": "2017-10-23T01:57:42+00:00"
5184 },
5185 {
5186 "name": "react/promise",
5187 "version": "v2.7.1",
5188 "source": {
5189 "type": "git",
5190 "url": "https://github.com/reactphp/promise.git",
5191 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
5192 },
5193 "dist": {
5194 "type": "zip",
5195 "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
5196 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
5197 "shasum": ""
5198 },
5199 "require": {
5200 "php": ">=5.4.0"
5201 },
5202 "require-dev": {
5203 "phpunit/phpunit": "~4.8"
5204 },
5205 "type": "library",
5206 "autoload": {
5207 "psr-4": {
5208 "React\\Promise\\": "src/"
5209 },
5210 "files": [
5211 "src/functions_include.php"
5212 ]
5213 },
5214 "notification-url": "https://packagist.org/downloads/",
5215 "license": [
5216 "MIT"
5217 ],
5218 "authors": [
5219 {
5220 "name": "Jan Sorgalla",
5221 "email": "jsorgalla@gmail.com"
5222 }
5223 ],
5224 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
5225 "keywords": [
5226 "promise",
5227 "promises"
5228 ],
5229 "time": "2019-01-07T21:25:54+00:00"
5230 },
5231 {
5232 "name": "scheb/two-factor-bundle",
5233 "version": "v2.14.0",
5234 "source": {
5235 "type": "git",
5236 "url": "https://github.com/scheb/two-factor-bundle.git",
5237 "reference": "6ba7afc0e79fd3321e7c4f9974ff9b6d2f751222"
5238 },
5239 "dist": {
5240 "type": "zip",
5241 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/6ba7afc0e79fd3321e7c4f9974ff9b6d2f751222",
5242 "reference": "6ba7afc0e79fd3321e7c4f9974ff9b6d2f751222",
5243 "shasum": ""
5244 },
5245 "require": {
5246 "paragonie/random_compat": "~1.0|~2.0",
5247 "sonata-project/google-authenticator": "~1.0",
5248 "symfony/config": "~2.6|~3.0|^4.0",
5249 "symfony/console": "~2.6|~3.0|^4.0",
5250 "symfony/dependency-injection": "~2.6|~3.0|^4.0",
5251 "symfony/event-dispatcher": "~2.6|~3.0|^4.0",
5252 "symfony/framework-bundle": "~2.6|~3.0|^4.0",
5253 "symfony/http-foundation": "~2.6|~3.0|^4.0",
5254 "symfony/http-kernel": "~2.6|~3.0|^4.0",
5255 "symfony/security-core": "~2.6|~3.0|^4.0",
5256 "symfony/security-http": "~2.6|~3.0|^4.0"
5257 },
5258 "require-dev": {
5259 "doctrine/orm": "~2.4,>=2.4.5",
5260 "phpunit/phpunit": ">=4.8,<6.0",
5261 "satooshi/php-coveralls": "~0.6",
5262 "swiftmailer/swiftmailer": ">=4.3,<6.0",
5263 "symfony/phpunit-bridge": "~2.7|~3.0|^4.0",
5264 "symfony/templating": "~2.6|~3.0|^4.0"
5265 },
5266 "suggest": {
5267 "ocramius/proxy-manager": "For performance improvements",
5268 "r/u2f-two-factor-bundle": "Two-factor provider for U2F Yuibkey"
5269 },
5270 "type": "symfony-bundle",
5271 "autoload": {
5272 "psr-4": {
5273 "Scheb\\TwoFactorBundle\\": ""
5274 }
5275 },
5276 "notification-url": "https://packagist.org/downloads/",
5277 "license": [
5278 "MIT"
5279 ],
5280 "authors": [
5281 {
5282 "name": "Christian Scheb",
5283 "email": "me@christianscheb.de"
5284 }
5285 ],
5286 "description": "Provides two-factor authentication for Symfony applications",
5287 "homepage": "https://github.com/scheb/two-factor-bundle",
5288 "keywords": [
5289 "Authentication",
5290 "security",
5291 "symfony",
5292 "two-factor",
5293 "two-step"
5294 ],
5295 "time": "2017-11-18T10:48:13+00:00"
5296 },
5297 {
5298 "name": "sensio/distribution-bundle",
5299 "version": "v5.0.24",
5300 "source": {
5301 "type": "git",
5302 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
5303 "reference": "59eac70f15f97ee945924948a6f5e2f6f86b7a4b"
5304 },
5305 "dist": {
5306 "type": "zip",
5307 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/59eac70f15f97ee945924948a6f5e2f6f86b7a4b",
5308 "reference": "59eac70f15f97ee945924948a6f5e2f6f86b7a4b",
5309 "shasum": ""
5310 },
5311 "require": {
5312 "php": ">=5.3.9",
5313 "sensiolabs/security-checker": "~5.0",
5314 "symfony/class-loader": "~2.3|~3.0",
5315 "symfony/config": "~2.3|~3.0",
5316 "symfony/dependency-injection": "~2.3|~3.0",
5317 "symfony/filesystem": "~2.3|~3.0",
5318 "symfony/http-kernel": "~2.3|~3.0",
5319 "symfony/process": "~2.3|~3.0"
5320 },
5321 "type": "symfony-bundle",
5322 "extra": {
5323 "branch-alias": {
5324 "dev-master": "5.0.x-dev"
5325 }
5326 },
5327 "autoload": {
5328 "psr-4": {
5329 "Sensio\\Bundle\\DistributionBundle\\": ""
5330 }
5331 },
5332 "notification-url": "https://packagist.org/downloads/",
5333 "license": [
5334 "MIT"
5335 ],
5336 "authors": [
5337 {
5338 "name": "Fabien Potencier",
5339 "email": "fabien@symfony.com"
5340 }
5341 ],
5342 "description": "Base bundle for Symfony Distributions",
5343 "keywords": [
5344 "configuration",
5345 "distribution"
5346 ],
5347 "time": "2018-12-14T17:36:15+00:00"
5348 },
5349 {
5350 "name": "sensio/framework-extra-bundle",
5351 "version": "v3.0.29",
5352 "source": {
5353 "type": "git",
5354 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
5355 "reference": "bb907234df776b68922eb4b25bfa061683597b6a"
5356 },
5357 "dist": {
5358 "type": "zip",
5359 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bb907234df776b68922eb4b25bfa061683597b6a",
5360 "reference": "bb907234df776b68922eb4b25bfa061683597b6a",
5361 "shasum": ""
5362 },
5363 "require": {
5364 "doctrine/common": "~2.2",
5365 "symfony/dependency-injection": "~2.3|~3.0",
5366 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
5367 },
5368 "require-dev": {
5369 "doctrine/doctrine-bundle": "~1.5",
5370 "doctrine/orm": "~2.4,>=2.4.5",
5371 "symfony/asset": "~2.7|~3.0|~4.0",
5372 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5373 "symfony/dom-crawler": "~2.3|~3.0|~4.0",
5374 "symfony/expression-language": "~2.4|~3.0|~4.0",
5375 "symfony/finder": "~2.3|~3.0|~4.0",
5376 "symfony/phpunit-bridge": "~3.2|~4.0",
5377 "symfony/psr-http-message-bridge": "^0.3|^1.0",
5378 "symfony/security-bundle": "~2.4|~3.0|~4.0",
5379 "symfony/templating": "~2.3|~3.0|~4.0",
5380 "symfony/translation": "~2.3|~3.0|~4.0",
5381 "symfony/twig-bundle": "~2.3|~3.0|~4.0",
5382 "symfony/yaml": "~2.3|~3.0|~4.0",
5383 "twig/twig": "~1.12|~2.0",
5384 "zendframework/zend-diactoros": "^1.3"
5385 },
5386 "suggest": {
5387 "symfony/expression-language": "",
5388 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
5389 "symfony/security-bundle": ""
5390 },
5391 "type": "symfony-bundle",
5392 "extra": {
5393 "branch-alias": {
5394 "dev-master": "3.0.x-dev"
5395 }
5396 },
5397 "autoload": {
5398 "psr-4": {
5399 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
5400 }
5401 },
5402 "notification-url": "https://packagist.org/downloads/",
5403 "license": [
5404 "MIT"
5405 ],
5406 "authors": [
5407 {
5408 "name": "Fabien Potencier",
5409 "email": "fabien@symfony.com"
5410 }
5411 ],
5412 "description": "This bundle provides a way to configure your controllers with annotations",
5413 "keywords": [
5414 "annotations",
5415 "controllers"
5416 ],
5417 "time": "2017-12-14T19:03:23+00:00"
5418 },
5419 {
5420 "name": "sensiolabs/security-checker",
5421 "version": "v5.0.3",
5422 "source": {
5423 "type": "git",
5424 "url": "https://github.com/sensiolabs/security-checker.git",
5425 "reference": "46be3f58adac13084497961e10eed9a7fb4d44d1"
5426 },
5427 "dist": {
5428 "type": "zip",
5429 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/46be3f58adac13084497961e10eed9a7fb4d44d1",
5430 "reference": "46be3f58adac13084497961e10eed9a7fb4d44d1",
5431 "shasum": ""
5432 },
5433 "require": {
5434 "composer/ca-bundle": "^1.0",
5435 "php": ">=5.5.9",
5436 "symfony/console": "~2.7|~3.0|~4.0"
5437 },
5438 "bin": [
5439 "security-checker"
5440 ],
5441 "type": "library",
5442 "extra": {
5443 "branch-alias": {
5444 "dev-master": "5.0-dev"
5445 }
5446 },
5447 "autoload": {
5448 "psr-4": {
5449 "SensioLabs\\Security\\": "SensioLabs/Security"
5450 }
5451 },
5452 "notification-url": "https://packagist.org/downloads/",
5453 "license": [
5454 "MIT"
5455 ],
5456 "authors": [
5457 {
5458 "name": "Fabien Potencier",
5459 "email": "fabien.potencier@gmail.com"
5460 }
5461 ],
5462 "description": "A security checker for your composer.lock",
5463 "time": "2018-12-19T17:14:59+00:00"
5464 },
5465 {
5466 "name": "simplepie/simplepie",
5467 "version": "1.5.2",
5468 "source": {
5469 "type": "git",
5470 "url": "https://github.com/simplepie/simplepie.git",
5471 "reference": "0e8fe72132dad765d25db4cabc69a91139af1263"
5472 },
5473 "dist": {
5474 "type": "zip",
5475 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/0e8fe72132dad765d25db4cabc69a91139af1263",
5476 "reference": "0e8fe72132dad765d25db4cabc69a91139af1263",
5477 "shasum": ""
5478 },
5479 "require": {
5480 "ext-pcre": "*",
5481 "ext-xml": "*",
5482 "ext-xmlreader": "*",
5483 "php": ">=5.6.0"
5484 },
5485 "require-dev": {
5486 "phpunit/phpunit": "~5.4.3 || ~6.5"
5487 },
5488 "suggest": {
5489 "ext-curl": "",
5490 "ext-iconv": "",
5491 "ext-intl": "",
5492 "ext-mbstring": "",
5493 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
5494 },
5495 "type": "library",
5496 "autoload": {
5497 "psr-0": {
5498 "SimplePie": "library"
5499 }
5500 },
5501 "notification-url": "https://packagist.org/downloads/",
5502 "license": [
5503 "BSD-3-Clause"
5504 ],
5505 "authors": [
5506 {
5507 "name": "Ryan Parman",
5508 "homepage": "http://ryanparman.com/",
5509 "role": "Creator, alumnus developer"
5510 },
5511 {
5512 "name": "Geoffrey Sneddon",
5513 "homepage": "http://gsnedders.com/",
5514 "role": "Alumnus developer"
5515 },
5516 {
5517 "name": "Ryan McCue",
5518 "email": "me@ryanmccue.info",
5519 "homepage": "http://ryanmccue.info/",
5520 "role": "Developer"
5521 }
5522 ],
5523 "description": "A simple Atom/RSS parsing library for PHP",
5524 "homepage": "http://simplepie.org/",
5525 "keywords": [
5526 "atom",
5527 "feeds",
5528 "rss"
5529 ],
5530 "time": "2018-08-02T05:43:58+00:00"
5531 },
5532 {
5533 "name": "smalot/pdfparser",
5534 "version": "v0.13.2",
5535 "source": {
5536 "type": "git",
5537 "url": "https://github.com/smalot/pdfparser.git",
5538 "reference": "f5e85c023491aecc88e8f6227536d60e1bb4a241"
5539 },
5540 "dist": {
5541 "type": "zip",
5542 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/f5e85c023491aecc88e8f6227536d60e1bb4a241",
5543 "reference": "f5e85c023491aecc88e8f6227536d60e1bb4a241",
5544 "shasum": ""
5545 },
5546 "require": {
5547 "ext-iconv": "*",
5548 "php": ">=5.3.0",
5549 "tecnickcom/tcpdf": "~6.0"
5550 },
5551 "require-dev": {
5552 "atoum/atoum": "^2.8 | ^3.0"
5553 },
5554 "type": "library",
5555 "autoload": {
5556 "psr-0": {
5557 "Smalot\\PdfParser\\": "src/"
5558 }
5559 },
5560 "notification-url": "https://packagist.org/downloads/",
5561 "license": [
5562 "LGPL-3.0"
5563 ],
5564 "authors": [
5565 {
5566 "name": "Sebastien MALOT",
5567 "email": "sebastien@malot.fr"
5568 }
5569 ],
5570 "description": "Pdf parser library. Can read and extract information from pdf file.",
5571 "homepage": "http://www.pdfparser.org",
5572 "keywords": [
5573 "extract",
5574 "parse",
5575 "parser",
5576 "pdf",
5577 "text"
5578 ],
5579 "time": "2018-06-23T08:43:13+00:00"
5580 },
5581 {
5582 "name": "sonata-project/google-authenticator",
5583 "version": "1.1.0",
5584 "source": {
5585 "type": "git",
5586 "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
5587 "reference": "ccf7ecb68e875562c70b28a470fe0daf48625b39"
5588 },
5589 "dist": {
5590 "type": "zip",
5591 "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/ccf7ecb68e875562c70b28a470fe0daf48625b39",
5592 "reference": "ccf7ecb68e875562c70b28a470fe0daf48625b39",
5593 "shasum": ""
5594 },
5595 "require": {
5596 "paragonie/random_compat": "^2.0",
5597 "php": "^5.3 || ^7.0"
5598 },
5599 "require-dev": {
5600 "sllh/php-cs-fixer-styleci-bridge": "^2.0",
5601 "symfony/phpunit-bridge": "~2.7|~3.0"
5602 },
5603 "type": "library",
5604 "extra": {
5605 "branch-alias": {
5606 "dev-master": "1.x-dev"
5607 }
5608 },
5609 "autoload": {
5610 "psr-4": {
5611 "Google\\Authenticator\\": "src/"
5612 }
5613 },
5614 "notification-url": "https://packagist.org/downloads/",
5615 "license": [
5616 "MIT"
5617 ],
5618 "authors": [
5619 {
5620 "name": "Christian Stocker",
5621 "email": "me@chregu.tv"
5622 },
5623 {
5624 "name": "Andre DeMarre",
5625 "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
5626 },
5627 {
5628 "name": "Thomas Rabaix",
5629 "email": "thomas.rabaix@gmail.com"
5630 }
5631 ],
5632 "description": "Library to integrate Google Authenticator into a PHP project",
5633 "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
5634 "keywords": [
5635 "google authenticator"
5636 ],
5637 "time": "2017-04-19T14:00:07+00:00"
5638 },
5639 {
5640 "name": "stof/doctrine-extensions-bundle",
5641 "version": "v1.3.0",
5642 "source": {
5643 "type": "git",
5644 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
5645 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
5646 },
5647 "dist": {
5648 "type": "zip",
5649 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
5650 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
5651 "shasum": ""
5652 },
5653 "require": {
5654 "gedmo/doctrine-extensions": "^2.3.4",
5655 "php": ">=5.3.2",
5656 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
5657 },
5658 "require-dev": {
5659 "symfony/phpunit-bridge": "^4.0",
5660 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
5661 },
5662 "suggest": {
5663 "doctrine/doctrine-bundle": "to use the ORM extensions",
5664 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
5665 },
5666 "type": "symfony-bundle",
5667 "extra": {
5668 "branch-alias": {
5669 "dev-master": "1.3.x-dev"
5670 }
5671 },
5672 "autoload": {
5673 "psr-4": {
5674 "Stof\\DoctrineExtensionsBundle\\": ""
5675 }
5676 },
5677 "notification-url": "https://packagist.org/downloads/",
5678 "license": [
5679 "MIT"
5680 ],
5681 "authors": [
5682 {
5683 "name": "Christophe Coevoet",
5684 "email": "stof@notk.org"
5685 }
5686 ],
5687 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
5688 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
5689 "keywords": [
5690 "behaviors",
5691 "doctrine2",
5692 "extensions",
5693 "gedmo",
5694 "loggable",
5695 "nestedset",
5696 "sluggable",
5697 "sortable",
5698 "timestampable",
5699 "translatable",
5700 "tree"
5701 ],
5702 "time": "2017-12-24T16:06:50+00:00"
5703 },
5704 {
5705 "name": "swiftmailer/swiftmailer",
5706 "version": "v5.4.12",
5707 "source": {
5708 "type": "git",
5709 "url": "https://github.com/swiftmailer/swiftmailer.git",
5710 "reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
5711 },
5712 "dist": {
5713 "type": "zip",
5714 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
5715 "reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
5716 "shasum": ""
5717 },
5718 "require": {
5719 "php": ">=5.3.3"
5720 },
5721 "require-dev": {
5722 "mockery/mockery": "~0.9.1",
5723 "symfony/phpunit-bridge": "~3.2"
5724 },
5725 "type": "library",
5726 "extra": {
5727 "branch-alias": {
5728 "dev-master": "5.4-dev"
5729 }
5730 },
5731 "autoload": {
5732 "files": [
5733 "lib/swift_required.php"
5734 ]
5735 },
5736 "notification-url": "https://packagist.org/downloads/",
5737 "license": [
5738 "MIT"
5739 ],
5740 "authors": [
5741 {
5742 "name": "Chris Corbyn"
5743 },
5744 {
5745 "name": "Fabien Potencier",
5746 "email": "fabien@symfony.com"
5747 }
5748 ],
5749 "description": "Swiftmailer, free feature-rich PHP mailer",
5750 "homepage": "https://swiftmailer.symfony.com",
5751 "keywords": [
5752 "email",
5753 "mail",
5754 "mailer"
5755 ],
5756 "time": "2018-07-31T09:26:32+00:00"
5757 },
5758 {
5759 "name": "symfony/monolog-bundle",
5760 "version": "v3.2.0",
5761 "source": {
5762 "type": "git",
5763 "url": "https://github.com/symfony/monolog-bundle.git",
5764 "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd"
5765 },
5766 "dist": {
5767 "type": "zip",
5768 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/8781649349fe418d51d194f8c9d212c0b97c40dd",
5769 "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd",
5770 "shasum": ""
5771 },
5772 "require": {
5773 "monolog/monolog": "~1.22",
5774 "php": ">=5.3.2",
5775 "symfony/config": "~2.7|~3.0|~4.0",
5776 "symfony/dependency-injection": "~2.7|~3.0|~4.0",
5777 "symfony/http-kernel": "~2.7|~3.0|~4.0",
5778 "symfony/monolog-bridge": "~2.7|~3.0|~4.0"
5779 },
5780 "require-dev": {
5781 "symfony/console": "~2.3|~3.0|~4.0",
5782 "symfony/phpunit-bridge": "^3.3|^4.0",
5783 "symfony/yaml": "~2.3|~3.0|~4.0"
5784 },
5785 "type": "symfony-bundle",
5786 "extra": {
5787 "branch-alias": {
5788 "dev-master": "3.x-dev"
5789 }
5790 },
5791 "autoload": {
5792 "psr-4": {
5793 "Symfony\\Bundle\\MonologBundle\\": ""
5794 },
5795 "exclude-from-classmap": [
5796 "/Tests/"
5797 ]
5798 },
5799 "notification-url": "https://packagist.org/downloads/",
5800 "license": [
5801 "MIT"
5802 ],
5803 "authors": [
5804 {
5805 "name": "Symfony Community",
5806 "homepage": "http://symfony.com/contributors"
5807 },
5808 {
5809 "name": "Fabien Potencier",
5810 "email": "fabien@symfony.com"
5811 }
5812 ],
5813 "description": "Symfony MonologBundle",
5814 "homepage": "http://symfony.com",
5815 "keywords": [
5816 "log",
5817 "logging"
5818 ],
5819 "time": "2018-03-05T14:51:36+00:00"
5820 },
5821 {
5822 "name": "symfony/polyfill-apcu",
5823 "version": "v1.10.0",
5824 "source": {
5825 "type": "git",
5826 "url": "https://github.com/symfony/polyfill-apcu.git",
5827 "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2"
5828 },
5829 "dist": {
5830 "type": "zip",
5831 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/19e1b73bf255265ad0b568f81766ae2a3266d8d2",
5832 "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2",
5833 "shasum": ""
5834 },
5835 "require": {
5836 "php": ">=5.3.3"
5837 },
5838 "type": "library",
5839 "extra": {
5840 "branch-alias": {
5841 "dev-master": "1.9-dev"
5842 }
5843 },
5844 "autoload": {
5845 "psr-4": {
5846 "Symfony\\Polyfill\\Apcu\\": ""
5847 },
5848 "files": [
5849 "bootstrap.php"
5850 ]
5851 },
5852 "notification-url": "https://packagist.org/downloads/",
5853 "license": [
5854 "MIT"
5855 ],
5856 "authors": [
5857 {
5858 "name": "Nicolas Grekas",
5859 "email": "p@tchwork.com"
5860 },
5861 {
5862 "name": "Symfony Community",
5863 "homepage": "https://symfony.com/contributors"
5864 }
5865 ],
5866 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
5867 "homepage": "https://symfony.com",
5868 "keywords": [
5869 "apcu",
5870 "compatibility",
5871 "polyfill",
5872 "portable",
5873 "shim"
5874 ],
5875 "time": "2018-08-06T14:22:27+00:00"
5876 },
5877 {
5878 "name": "symfony/polyfill-ctype",
5879 "version": "v1.10.0",
5880 "source": {
5881 "type": "git",
5882 "url": "https://github.com/symfony/polyfill-ctype.git",
5883 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
5884 },
5885 "dist": {
5886 "type": "zip",
5887 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
5888 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
5889 "shasum": ""
5890 },
5891 "require": {
5892 "php": ">=5.3.3"
5893 },
5894 "suggest": {
5895 "ext-ctype": "For best performance"
5896 },
5897 "type": "library",
5898 "extra": {
5899 "branch-alias": {
5900 "dev-master": "1.9-dev"
5901 }
5902 },
5903 "autoload": {
5904 "psr-4": {
5905 "Symfony\\Polyfill\\Ctype\\": ""
5906 },
5907 "files": [
5908 "bootstrap.php"
5909 ]
5910 },
5911 "notification-url": "https://packagist.org/downloads/",
5912 "license": [
5913 "MIT"
5914 ],
5915 "authors": [
5916 {
5917 "name": "Symfony Community",
5918 "homepage": "https://symfony.com/contributors"
5919 },
5920 {
5921 "name": "Gert de Pagter",
5922 "email": "BackEndTea@gmail.com"
5923 }
5924 ],
5925 "description": "Symfony polyfill for ctype functions",
5926 "homepage": "https://symfony.com",
5927 "keywords": [
5928 "compatibility",
5929 "ctype",
5930 "polyfill",
5931 "portable"
5932 ],
5933 "time": "2018-08-06T14:22:27+00:00"
5934 },
5935 {
5936 "name": "symfony/polyfill-intl-icu",
5937 "version": "v1.10.0",
5938 "source": {
5939 "type": "git",
5940 "url": "https://github.com/symfony/polyfill-intl-icu.git",
5941 "reference": "f22a90256d577c7ef7efad8df1f0201663d57644"
5942 },
5943 "dist": {
5944 "type": "zip",
5945 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f22a90256d577c7ef7efad8df1f0201663d57644",
5946 "reference": "f22a90256d577c7ef7efad8df1f0201663d57644",
5947 "shasum": ""
5948 },
5949 "require": {
5950 "php": ">=5.3.3",
5951 "symfony/intl": "~2.3|~3.0|~4.0"
5952 },
5953 "suggest": {
5954 "ext-intl": "For best performance"
5955 },
5956 "type": "library",
5957 "extra": {
5958 "branch-alias": {
5959 "dev-master": "1.9-dev"
5960 }
5961 },
5962 "autoload": {
5963 "files": [
5964 "bootstrap.php"
5965 ]
5966 },
5967 "notification-url": "https://packagist.org/downloads/",
5968 "license": [
5969 "MIT"
5970 ],
5971 "authors": [
5972 {
5973 "name": "Nicolas Grekas",
5974 "email": "p@tchwork.com"
5975 },
5976 {
5977 "name": "Symfony Community",
5978 "homepage": "https://symfony.com/contributors"
5979 }
5980 ],
5981 "description": "Symfony polyfill for intl's ICU-related data and classes",
5982 "homepage": "https://symfony.com",
5983 "keywords": [
5984 "compatibility",
5985 "icu",
5986 "intl",
5987 "polyfill",
5988 "portable",
5989 "shim"
5990 ],
5991 "time": "2018-08-06T14:22:27+00:00"
5992 },
5993 {
5994 "name": "symfony/polyfill-mbstring",
5995 "version": "v1.10.0",
5996 "source": {
5997 "type": "git",
5998 "url": "https://github.com/symfony/polyfill-mbstring.git",
5999 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
6000 },
6001 "dist": {
6002 "type": "zip",
6003 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
6004 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
6005 "shasum": ""
6006 },
6007 "require": {
6008 "php": ">=5.3.3"
6009 },
6010 "suggest": {
6011 "ext-mbstring": "For best performance"
6012 },
6013 "type": "library",
6014 "extra": {
6015 "branch-alias": {
6016 "dev-master": "1.9-dev"
6017 }
6018 },
6019 "autoload": {
6020 "psr-4": {
6021 "Symfony\\Polyfill\\Mbstring\\": ""
6022 },
6023 "files": [
6024 "bootstrap.php"
6025 ]
6026 },
6027 "notification-url": "https://packagist.org/downloads/",
6028 "license": [
6029 "MIT"
6030 ],
6031 "authors": [
6032 {
6033 "name": "Nicolas Grekas",
6034 "email": "p@tchwork.com"
6035 },
6036 {
6037 "name": "Symfony Community",
6038 "homepage": "https://symfony.com/contributors"
6039 }
6040 ],
6041 "description": "Symfony polyfill for the Mbstring extension",
6042 "homepage": "https://symfony.com",
6043 "keywords": [
6044 "compatibility",
6045 "mbstring",
6046 "polyfill",
6047 "portable",
6048 "shim"
6049 ],
6050 "time": "2018-09-21T13:07:52+00:00"
6051 },
6052 {
6053 "name": "symfony/polyfill-php56",
6054 "version": "v1.10.0",
6055 "source": {
6056 "type": "git",
6057 "url": "https://github.com/symfony/polyfill-php56.git",
6058 "reference": "ff208829fe1aa48ab9af356992bb7199fed551af"
6059 },
6060 "dist": {
6061 "type": "zip",
6062 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ff208829fe1aa48ab9af356992bb7199fed551af",
6063 "reference": "ff208829fe1aa48ab9af356992bb7199fed551af",
6064 "shasum": ""
6065 },
6066 "require": {
6067 "php": ">=5.3.3",
6068 "symfony/polyfill-util": "~1.0"
6069 },
6070 "type": "library",
6071 "extra": {
6072 "branch-alias": {
6073 "dev-master": "1.9-dev"
6074 }
6075 },
6076 "autoload": {
6077 "psr-4": {
6078 "Symfony\\Polyfill\\Php56\\": ""
6079 },
6080 "files": [
6081 "bootstrap.php"
6082 ]
6083 },
6084 "notification-url": "https://packagist.org/downloads/",
6085 "license": [
6086 "MIT"
6087 ],
6088 "authors": [
6089 {
6090 "name": "Nicolas Grekas",
6091 "email": "p@tchwork.com"
6092 },
6093 {
6094 "name": "Symfony Community",
6095 "homepage": "https://symfony.com/contributors"
6096 }
6097 ],
6098 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
6099 "homepage": "https://symfony.com",
6100 "keywords": [
6101 "compatibility",
6102 "polyfill",
6103 "portable",
6104 "shim"
6105 ],
6106 "time": "2018-09-21T06:26:08+00:00"
6107 },
6108 {
6109 "name": "symfony/polyfill-php70",
6110 "version": "v1.10.0",
6111 "source": {
6112 "type": "git",
6113 "url": "https://github.com/symfony/polyfill-php70.git",
6114 "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224"
6115 },
6116 "dist": {
6117 "type": "zip",
6118 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224",
6119 "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224",
6120 "shasum": ""
6121 },
6122 "require": {
6123 "paragonie/random_compat": "~1.0|~2.0|~9.99",
6124 "php": ">=5.3.3"
6125 },
6126 "type": "library",
6127 "extra": {
6128 "branch-alias": {
6129 "dev-master": "1.9-dev"
6130 }
6131 },
6132 "autoload": {
6133 "psr-4": {
6134 "Symfony\\Polyfill\\Php70\\": ""
6135 },
6136 "files": [
6137 "bootstrap.php"
6138 ],
6139 "classmap": [
6140 "Resources/stubs"
6141 ]
6142 },
6143 "notification-url": "https://packagist.org/downloads/",
6144 "license": [
6145 "MIT"
6146 ],
6147 "authors": [
6148 {
6149 "name": "Nicolas Grekas",
6150 "email": "p@tchwork.com"
6151 },
6152 {
6153 "name": "Symfony Community",
6154 "homepage": "https://symfony.com/contributors"
6155 }
6156 ],
6157 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
6158 "homepage": "https://symfony.com",
6159 "keywords": [
6160 "compatibility",
6161 "polyfill",
6162 "portable",
6163 "shim"
6164 ],
6165 "time": "2018-09-21T06:26:08+00:00"
6166 },
6167 {
6168 "name": "symfony/polyfill-util",
6169 "version": "v1.10.0",
6170 "source": {
6171 "type": "git",
6172 "url": "https://github.com/symfony/polyfill-util.git",
6173 "reference": "3b58903eae668d348a7126f999b0da0f2f93611c"
6174 },
6175 "dist": {
6176 "type": "zip",
6177 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/3b58903eae668d348a7126f999b0da0f2f93611c",
6178 "reference": "3b58903eae668d348a7126f999b0da0f2f93611c",
6179 "shasum": ""
6180 },
6181 "require": {
6182 "php": ">=5.3.3"
6183 },
6184 "type": "library",
6185 "extra": {
6186 "branch-alias": {
6187 "dev-master": "1.9-dev"
6188 }
6189 },
6190 "autoload": {
6191 "psr-4": {
6192 "Symfony\\Polyfill\\Util\\": ""
6193 }
6194 },
6195 "notification-url": "https://packagist.org/downloads/",
6196 "license": [
6197 "MIT"
6198 ],
6199 "authors": [
6200 {
6201 "name": "Nicolas Grekas",
6202 "email": "p@tchwork.com"
6203 },
6204 {
6205 "name": "Symfony Community",
6206 "homepage": "https://symfony.com/contributors"
6207 }
6208 ],
6209 "description": "Symfony utilities for portability of PHP codes",
6210 "homepage": "https://symfony.com",
6211 "keywords": [
6212 "compat",
6213 "compatibility",
6214 "polyfill",
6215 "shim"
6216 ],
6217 "time": "2018-09-30T16:36:12+00:00"
6218 },
6219 {
6220 "name": "symfony/swiftmailer-bundle",
6221 "version": "v2.6.7",
6222 "source": {
6223 "type": "git",
6224 "url": "https://github.com/symfony/swiftmailer-bundle.git",
6225 "reference": "c4808f5169efc05567be983909d00f00521c53ec"
6226 },
6227 "dist": {
6228 "type": "zip",
6229 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/c4808f5169efc05567be983909d00f00521c53ec",
6230 "reference": "c4808f5169efc05567be983909d00f00521c53ec",
6231 "shasum": ""
6232 },
6233 "require": {
6234 "php": ">=5.3.2",
6235 "swiftmailer/swiftmailer": "~4.2|~5.0",
6236 "symfony/config": "~2.7|~3.0",
6237 "symfony/dependency-injection": "~2.7|~3.0",
6238 "symfony/http-kernel": "~2.7|~3.0"
6239 },
6240 "require-dev": {
6241 "symfony/console": "~2.7|~3.0",
6242 "symfony/framework-bundle": "~2.7|~3.0",
6243 "symfony/phpunit-bridge": "~3.3@dev",
6244 "symfony/yaml": "~2.7|~3.0"
6245 },
6246 "suggest": {
6247 "psr/log": "Allows logging"
6248 },
6249 "type": "symfony-bundle",
6250 "extra": {
6251 "branch-alias": {
6252 "dev-master": "2.6-dev"
6253 }
6254 },
6255 "autoload": {
6256 "psr-4": {
6257 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
6258 }
6259 },
6260 "notification-url": "https://packagist.org/downloads/",
6261 "license": [
6262 "MIT"
6263 ],
6264 "authors": [
6265 {
6266 "name": "Symfony Community",
6267 "homepage": "http://symfony.com/contributors"
6268 },
6269 {
6270 "name": "Fabien Potencier",
6271 "email": "fabien@symfony.com"
6272 }
6273 ],
6274 "description": "Symfony SwiftmailerBundle",
6275 "homepage": "http://symfony.com",
6276 "time": "2017-10-19T01:06:41+00:00"
6277 },
6278 {
6279 "name": "symfony/symfony",
6280 "version": "v3.3.18",
6281 "source": {
6282 "type": "git",
6283 "url": "https://github.com/symfony/symfony.git",
6284 "reference": "e8d2a2ed1f1ad9726388b97a0e76b20405379d1b"
6285 },
6286 "dist": {
6287 "type": "zip",
6288 "url": "https://api.github.com/repos/symfony/symfony/zipball/e8d2a2ed1f1ad9726388b97a0e76b20405379d1b",
6289 "reference": "e8d2a2ed1f1ad9726388b97a0e76b20405379d1b",
6290 "shasum": ""
6291 },
6292 "require": {
6293 "doctrine/common": "~2.4",
6294 "ext-xml": "*",
6295 "fig/link-util": "^1.0",
6296 "php": "^5.5.9|>=7.0.8",
6297 "psr/cache": "~1.0",
6298 "psr/container": "^1.0",
6299 "psr/link": "^1.0",
6300 "psr/log": "~1.0",
6301 "psr/simple-cache": "^1.0",
6302 "symfony/polyfill-apcu": "~1.1",
6303 "symfony/polyfill-intl-icu": "~1.0",
6304 "symfony/polyfill-mbstring": "~1.0",
6305 "symfony/polyfill-php56": "~1.0",
6306 "symfony/polyfill-php70": "~1.0",
6307 "twig/twig": "~1.34|~2.4"
6308 },
6309 "conflict": {
6310 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
6311 "phpdocumentor/type-resolver": "<0.2.1",
6312 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
6313 },
6314 "provide": {
6315 "psr/cache-implementation": "1.0",
6316 "psr/container-implementation": "1.0",
6317 "psr/simple-cache-implementation": "1.0"
6318 },
6319 "replace": {
6320 "symfony/asset": "self.version",
6321 "symfony/browser-kit": "self.version",
6322 "symfony/cache": "self.version",
6323 "symfony/class-loader": "self.version",
6324 "symfony/config": "self.version",
6325 "symfony/console": "self.version",
6326 "symfony/css-selector": "self.version",
6327 "symfony/debug": "self.version",
6328 "symfony/debug-bundle": "self.version",
6329 "symfony/dependency-injection": "self.version",
6330 "symfony/doctrine-bridge": "self.version",
6331 "symfony/dom-crawler": "self.version",
6332 "symfony/dotenv": "self.version",
6333 "symfony/event-dispatcher": "self.version",
6334 "symfony/expression-language": "self.version",
6335 "symfony/filesystem": "self.version",
6336 "symfony/finder": "self.version",
6337 "symfony/form": "self.version",
6338 "symfony/framework-bundle": "self.version",
6339 "symfony/http-foundation": "self.version",
6340 "symfony/http-kernel": "self.version",
6341 "symfony/inflector": "self.version",
6342 "symfony/intl": "self.version",
6343 "symfony/ldap": "self.version",
6344 "symfony/monolog-bridge": "self.version",
6345 "symfony/options-resolver": "self.version",
6346 "symfony/process": "self.version",
6347 "symfony/property-access": "self.version",
6348 "symfony/property-info": "self.version",
6349 "symfony/proxy-manager-bridge": "self.version",
6350 "symfony/routing": "self.version",
6351 "symfony/security": "self.version",
6352 "symfony/security-bundle": "self.version",
6353 "symfony/security-core": "self.version",
6354 "symfony/security-csrf": "self.version",
6355 "symfony/security-guard": "self.version",
6356 "symfony/security-http": "self.version",
6357 "symfony/serializer": "self.version",
6358 "symfony/stopwatch": "self.version",
6359 "symfony/templating": "self.version",
6360 "symfony/translation": "self.version",
6361 "symfony/twig-bridge": "self.version",
6362 "symfony/twig-bundle": "self.version",
6363 "symfony/validator": "self.version",
6364 "symfony/var-dumper": "self.version",
6365 "symfony/web-link": "self.version",
6366 "symfony/web-profiler-bundle": "self.version",
6367 "symfony/web-server-bundle": "self.version",
6368 "symfony/workflow": "self.version",
6369 "symfony/yaml": "self.version"
6370 },
6371 "require-dev": {
6372 "cache/integration-tests": "dev-master",
6373 "doctrine/annotations": "~1.0",
6374 "doctrine/cache": "~1.6",
6375 "doctrine/data-fixtures": "1.0.*",
6376 "doctrine/dbal": "~2.4",
6377 "doctrine/doctrine-bundle": "~1.4",
6378 "doctrine/orm": "~2.4,>=2.4.5",
6379 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
6380 "monolog/monolog": "~1.11",
6381 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
6382 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
6383 "predis/predis": "~1.0",
6384 "sensio/framework-extra-bundle": "^3.0.2",
6385 "symfony/phpunit-bridge": "~3.4|~4.0",
6386 "symfony/security-acl": "~2.8|~3.0"
6387 },
6388 "type": "library",
6389 "extra": {
6390 "branch-alias": {
6391 "dev-master": "3.3-dev"
6392 }
6393 },
6394 "autoload": {
6395 "psr-4": {
6396 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
6397 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
6398 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
6399 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
6400 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
6401 "Symfony\\Component\\": "src/Symfony/Component/"
6402 },
6403 "classmap": [
6404 "src/Symfony/Component/Intl/Resources/stubs"
6405 ],
6406 "exclude-from-classmap": [
6407 "**/Tests/"
6408 ]
6409 },
6410 "notification-url": "https://packagist.org/downloads/",
6411 "license": [
6412 "MIT"
6413 ],
6414 "authors": [
6415 {
6416 "name": "Fabien Potencier",
6417 "email": "fabien@symfony.com"
6418 },
6419 {
6420 "name": "Symfony Community",
6421 "homepage": "https://symfony.com/contributors"
6422 }
6423 ],
6424 "description": "The Symfony PHP framework",
6425 "homepage": "https://symfony.com",
6426 "keywords": [
6427 "framework"
6428 ],
6429 "time": "2018-08-01T14:04:47+00:00"
6430 },
6431 {
6432 "name": "true/punycode",
6433 "version": "v2.1.1",
6434 "source": {
6435 "type": "git",
6436 "url": "https://github.com/true/php-punycode.git",
6437 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
6438 },
6439 "dist": {
6440 "type": "zip",
6441 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
6442 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
6443 "shasum": ""
6444 },
6445 "require": {
6446 "php": ">=5.3.0",
6447 "symfony/polyfill-mbstring": "^1.3"
6448 },
6449 "require-dev": {
6450 "phpunit/phpunit": "~4.7",
6451 "squizlabs/php_codesniffer": "~2.0"
6452 },
6453 "type": "library",
6454 "autoload": {
6455 "psr-4": {
6456 "TrueBV\\": "src/"
6457 }
6458 },
6459 "notification-url": "https://packagist.org/downloads/",
6460 "license": [
6461 "MIT"
6462 ],
6463 "authors": [
6464 {
6465 "name": "Renan Gonçalves",
6466 "email": "renan.saddam@gmail.com"
6467 }
6468 ],
6469 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
6470 "homepage": "https://github.com/true/php-punycode",
6471 "keywords": [
6472 "idna",
6473 "punycode"
6474 ],
6475 "time": "2016-11-16T10:37:54+00:00"
6476 },
6477 {
6478 "name": "twig/extensions",
6479 "version": "v1.5.4",
6480 "source": {
6481 "type": "git",
6482 "url": "https://github.com/twigphp/Twig-extensions.git",
6483 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
6484 },
6485 "dist": {
6486 "type": "zip",
6487 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
6488 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
6489 "shasum": ""
6490 },
6491 "require": {
6492 "twig/twig": "^1.27|^2.0"
6493 },
6494 "require-dev": {
6495 "symfony/phpunit-bridge": "^3.4",
6496 "symfony/translation": "^2.7|^3.4"
6497 },
6498 "suggest": {
6499 "symfony/translation": "Allow the time_diff output to be translated"
6500 },
6501 "type": "library",
6502 "extra": {
6503 "branch-alias": {
6504 "dev-master": "1.5-dev"
6505 }
6506 },
6507 "autoload": {
6508 "psr-0": {
6509 "Twig_Extensions_": "lib/"
6510 },
6511 "psr-4": {
6512 "Twig\\Extensions\\": "src/"
6513 }
6514 },
6515 "notification-url": "https://packagist.org/downloads/",
6516 "license": [
6517 "MIT"
6518 ],
6519 "authors": [
6520 {
6521 "name": "Fabien Potencier",
6522 "email": "fabien@symfony.com"
6523 }
6524 ],
6525 "description": "Common additional features for Twig that do not directly belong in core",
6526 "keywords": [
6527 "i18n",
6528 "text"
6529 ],
6530 "time": "2018-12-05T18:34:18+00:00"
6531 },
6532 {
6533 "name": "twig/twig",
6534 "version": "v1.36.0",
6535 "source": {
6536 "type": "git",
6537 "url": "https://github.com/twigphp/Twig.git",
6538 "reference": "730c9c4471b5152d23061feb02b03382264c8a15"
6539 },
6540 "dist": {
6541 "type": "zip",
6542 "url": "https://api.github.com/repos/twigphp/Twig/zipball/730c9c4471b5152d23061feb02b03382264c8a15",
6543 "reference": "730c9c4471b5152d23061feb02b03382264c8a15",
6544 "shasum": ""
6545 },
6546 "require": {
6547 "php": ">=5.3.3",
6548 "symfony/polyfill-ctype": "^1.8"
6549 },
6550 "require-dev": {
6551 "psr/container": "^1.0",
6552 "symfony/debug": "^2.7",
6553 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
6554 },
6555 "type": "library",
6556 "extra": {
6557 "branch-alias": {
6558 "dev-master": "1.36-dev"
6559 }
6560 },
6561 "autoload": {
6562 "psr-0": {
6563 "Twig_": "lib/"
6564 },
6565 "psr-4": {
6566 "Twig\\": "src/"
6567 }
6568 },
6569 "notification-url": "https://packagist.org/downloads/",
6570 "license": [
6571 "BSD-3-Clause"
6572 ],
6573 "authors": [
6574 {
6575 "name": "Fabien Potencier",
6576 "email": "fabien@symfony.com",
6577 "homepage": "http://fabien.potencier.org",
6578 "role": "Lead Developer"
6579 },
6580 {
6581 "name": "Armin Ronacher",
6582 "email": "armin.ronacher@active-4.com",
6583 "role": "Project Founder"
6584 },
6585 {
6586 "name": "Twig Team",
6587 "homepage": "https://twig.symfony.com/contributors",
6588 "role": "Contributors"
6589 }
6590 ],
6591 "description": "Twig, the flexible, fast, and secure template language for PHP",
6592 "homepage": "https://twig.symfony.com",
6593 "keywords": [
6594 "templating"
6595 ],
6596 "time": "2018-12-16T10:34:11+00:00"
6597 },
6598 {
6599 "name": "wallabag/php-mobi",
6600 "version": "1.0.1",
6601 "source": {
6602 "type": "git",
6603 "url": "https://github.com/wallabag/php-mobi.git",
6604 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487"
6605 },
6606 "dist": {
6607 "type": "zip",
6608 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/1cd7d022fe6be838535d6bba917d19cc48dcf487",
6609 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487",
6610 "shasum": ""
6611 },
6612 "require": {
6613 "php": ">=5.3.0"
6614 },
6615 "replace": {
6616 "wallabag/phpmobi": "*"
6617 },
6618 "type": "library",
6619 "autoload": {
6620 "files": [
6621 "MOBIClass/MOBI.php"
6622 ]
6623 },
6624 "notification-url": "https://packagist.org/downloads/",
6625 "license": [
6626 "Apache-2.0"
6627 ],
6628 "authors": [
6629 {
6630 "name": "Nicolas Lœuillet",
6631 "email": "nicolas@loeuillet.org",
6632 "homepage": "http://www.cdetc.fr"
6633 },
6634 {
6635 "name": "Sander Kromwijk",
6636 "email": "s.kromwijk@gmail.co",
6637 "role": "Original developer"
6638 }
6639 ],
6640 "description": "A Mobipocket file (.mobi) creator in PHP.",
6641 "homepage": "https://github.com/wallabag/phpMobi",
6642 "time": "2015-10-16T08:42:42+00:00"
6643 },
6644 {
6645 "name": "wallabag/tcpdf",
6646 "version": "6.2.26",
6647 "source": {
6648 "type": "git",
6649 "url": "https://github.com/wallabag/TCPDF.git",
6650 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477"
6651 },
6652 "dist": {
6653 "type": "zip",
6654 "url": "https://api.github.com/repos/wallabag/TCPDF/zipball/bf590f0604bcef1ae6fa3145649cf997f3564477",
6655 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477",
6656 "shasum": ""
6657 },
6658 "require": {
6659 "php": ">=5.3.0"
6660 },
6661 "replace": {
6662 "tecnickcom/tcpdf": "6.2.*"
6663 },
6664 "type": "library",
6665 "autoload": {
6666 "classmap": [
6667 "fonts",
6668 "config",
6669 "include",
6670 "tcpdf.php",
6671 "tcpdf_parser.php",
6672 "tcpdf_import.php",
6673 "tcpdf_barcodes_1d.php",
6674 "tcpdf_barcodes_2d.php",
6675 "include/tcpdf_colors.php",
6676 "include/tcpdf_filters.php",
6677 "include/tcpdf_font_data.php",
6678 "include/tcpdf_fonts.php",
6679 "include/tcpdf_images.php",
6680 "include/tcpdf_static.php",
6681 "include/barcodes/datamatrix.php",
6682 "include/barcodes/pdf417.php",
6683 "include/barcodes/qrcode.php"
6684 ]
6685 },
6686 "notification-url": "https://packagist.org/downloads/",
6687 "license": [
6688 "LGPL-3.0"
6689 ],
6690 "authors": [
6691 {
6692 "name": "Nicola Asuni",
6693 "email": "info@tecnick.com",
6694 "homepage": "http://nicolaasuni.tecnick.com",
6695 "role": "Main developer"
6696 },
6697 {
6698 "name": "wallabag/core",
6699 "homepage": "https://www.wallabag.org",
6700 "role": "Developers"
6701 }
6702 ],
6703 "description": "Keeping a working 6.2.x TCPDF version.",
6704 "homepage": "https://www.wallabag.org/",
6705 "keywords": [
6706 "PDFD32000-2008",
6707 "TCPDF",
6708 "barcodes",
6709 "datamatrix",
6710 "pdf",
6711 "pdf417",
6712 "qrcode"
6713 ],
6714 "time": "2018-10-25T06:56:14+00:00"
6715 },
6716 {
6717 "name": "white-october/pagerfanta-bundle",
6718 "version": "v1.2.3",
6719 "source": {
6720 "type": "git",
6721 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
6722 "reference": "3a2f39fecde9b8aefe7c9cbd0baf06bc72ef3e5e"
6723 },
6724 "dist": {
6725 "type": "zip",
6726 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/3a2f39fecde9b8aefe7c9cbd0baf06bc72ef3e5e",
6727 "reference": "3a2f39fecde9b8aefe7c9cbd0baf06bc72ef3e5e",
6728 "shasum": ""
6729 },
6730 "require": {
6731 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
6732 "php": ">=5.3",
6733 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
6734 "symfony/property-access": "~2.3|~3.0|~4.0",
6735 "symfony/translation": "~2.3|~3.0|~4.0",
6736 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
6737 },
6738 "require-dev": {
6739 "phpunit/phpunit": "~3.7|~4.0|^5.0",
6740 "symfony/symfony": "~2.3|~3.0|~4.0"
6741 },
6742 "type": "symfony-bundle",
6743 "extra": {
6744 "branch-alias": {
6745 "dev-master": "1.0.x-dev"
6746 }
6747 },
6748 "autoload": {
6749 "psr-4": {
6750 "WhiteOctober\\PagerfantaBundle\\": ""
6751 },
6752 "exclude-from-classmap": [
6753 "Tests/",
6754 "TestsProject/"
6755 ]
6756 },
6757 "notification-url": "https://packagist.org/downloads/",
6758 "license": [
6759 "MIT"
6760 ],
6761 "authors": [
6762 {
6763 "name": "Pablo Díez",
6764 "email": "pablodip@gmail.com"
6765 }
6766 ],
6767 "description": "Bundle to use Pagerfanta with Symfony2",
6768 "keywords": [
6769 "page",
6770 "paging"
6771 ],
6772 "time": "2018-12-05T16:58:18+00:00"
6773 },
6774 {
6775 "name": "willdurand/hateoas",
6776 "version": "2.12.0",
6777 "source": {
6778 "type": "git",
6779 "url": "https://github.com/willdurand/Hateoas.git",
6780 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
6781 },
6782 "dist": {
6783 "type": "zip",
6784 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
6785 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
6786 "shasum": ""
6787 },
6788 "require": {
6789 "doctrine/annotations": "~1.0",
6790 "doctrine/common": "~2.0",
6791 "jms/metadata": "~1.1",
6792 "jms/serializer": "^1.7",
6793 "php": "^5.5|^7.0",
6794 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
6795 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
6796 },
6797 "require-dev": {
6798 "pagerfanta/pagerfanta": "~1.0",
6799 "phpunit/phpunit": "~5",
6800 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
6801 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
6802 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
6803 "twig/twig": "~1.12"
6804 },
6805 "suggest": {
6806 "symfony/routing": "To use the SymfonyRouteFactory.",
6807 "symfony/yaml": "To use yaml based configuration.",
6808 "twig/twig": "To use the Twig extensions."
6809 },
6810 "type": "library",
6811 "extra": {
6812 "branch-alias": {
6813 "dev-master": "2.12-dev"
6814 }
6815 },
6816 "autoload": {
6817 "psr-0": {
6818 "Hateoas": "src/"
6819 }
6820 },
6821 "notification-url": "https://packagist.org/downloads/",
6822 "license": [
6823 "MIT"
6824 ],
6825 "authors": [
6826 {
6827 "name": "Adrien Brault",
6828 "email": "adrien.brault@gmail.com"
6829 },
6830 {
8c89c2ad 6831 "name": "William Durand",
3f7a28de
JB
6832 "email": "william.durand1@gmail.com"
6833 }
6834 ],
6835 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
6836 "time": "2018-02-23T17:05:31+00:00"
6837 },
6838 {
6839 "name": "willdurand/hateoas-bundle",
6840 "version": "1.4.0",
6841 "source": {
6842 "type": "git",
6843 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
6844 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
6845 },
6846 "dist": {
6847 "type": "zip",
6848 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
6849 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
6850 "shasum": ""
6851 },
6852 "require": {
6853 "jms/serializer-bundle": "~1.0 || ^2.0",
6854 "php": ">5.4 |^7.0",
6855 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
6856 "willdurand/hateoas": "^2.10.0"
6857 },
6858 "require-dev": {
6859 "phpunit/phpunit": "~4.5 || ~5.0",
6860 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
6861 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
6862 "twig/twig": "~1.12"
6863 },
6864 "type": "symfony-bundle",
6865 "extra": {
6866 "branch-alias": {
6867 "dev-master": "1.4-dev"
6868 }
6869 },
6870 "autoload": {
6871 "psr-4": {
6872 "Bazinga\\Bundle\\HateoasBundle\\": ""
6873 }
6874 },
6875 "notification-url": "https://packagist.org/downloads/",
6876 "license": [
6877 "MIT"
6878 ],
6879 "authors": [
6880 {
8c89c2ad 6881 "name": "William Durand",
3f7a28de
JB
6882 "email": "william.durand1@gmail.com"
6883 }
6884 ],
6885 "description": "Integration of Hateoas into Symfony2.",
6886 "keywords": [
6887 "HATEOAS",
6888 "rest"
6889 ],
6890 "time": "2018-01-27T13:03:07+00:00"
6891 },
6892 {
6893 "name": "willdurand/jsonp-callback-validator",
6894 "version": "v1.1.0",
6895 "source": {
6896 "type": "git",
6897 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
6898 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
6899 },
6900 "dist": {
6901 "type": "zip",
6902 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
6903 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
6904 "shasum": ""
6905 },
6906 "require": {
6907 "php": ">=5.3.0"
6908 },
6909 "require-dev": {
6910 "phpunit/phpunit": "~3.7"
6911 },
6912 "type": "library",
6913 "autoload": {
6914 "psr-0": {
6915 "JsonpCallbackValidator": "src/"
6916 }
6917 },
6918 "notification-url": "https://packagist.org/downloads/",
6919 "license": [
6920 "MIT"
6921 ],
6922 "authors": [
6923 {
6924 "name": "William Durand",
6925 "email": "william.durand1@gmail.com",
6926 "homepage": "http://www.willdurand.fr"
6927 }
6928 ],
6929 "description": "JSONP callback validator.",
6930 "time": "2014-01-20T22:35:06+00:00"
6931 },
6932 {
6933 "name": "willdurand/negotiation",
6934 "version": "v2.3.1",
6935 "source": {
6936 "type": "git",
6937 "url": "https://github.com/willdurand/Negotiation.git",
6938 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
6939 },
6940 "dist": {
6941 "type": "zip",
6942 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
6943 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
6944 "shasum": ""
6945 },
6946 "require": {
6947 "php": ">=5.4.0"
6948 },
6949 "require-dev": {
6950 "phpunit/phpunit": "~4.5"
6951 },
6952 "type": "library",
6953 "extra": {
6954 "branch-alias": {
6955 "dev-master": "2.3-dev"
6956 }
6957 },
6958 "autoload": {
6959 "psr-4": {
6960 "Negotiation\\": "src/Negotiation"
6961 }
6962 },
6963 "notification-url": "https://packagist.org/downloads/",
6964 "license": [
6965 "MIT"
6966 ],
6967 "authors": [
6968 {
6969 "name": "William Durand",
6970 "email": "will+git@drnd.me"
6971 }
6972 ],
6973 "description": "Content Negotiation tools for PHP provided as a standalone library.",
6974 "homepage": "http://williamdurand.fr/Negotiation/",
6975 "keywords": [
6976 "accept",
6977 "content",
6978 "format",
6979 "header",
6980 "negotiation"
6981 ],
6982 "time": "2017-05-14T17:21:12+00:00"
6983 },
6984 {
6985 "name": "zendframework/zend-code",
6986 "version": "2.6.3",
6987 "source": {
6988 "type": "git",
6989 "url": "https://github.com/zendframework/zend-code.git",
6990 "reference": "95033f061b083e16cdee60530ec260d7d628b887"
6991 },
6992 "dist": {
6993 "type": "zip",
6994 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
6995 "reference": "95033f061b083e16cdee60530ec260d7d628b887",
6996 "shasum": ""
6997 },
6998 "require": {
6999 "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
7000 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
7001 },
7002 "require-dev": {
7003 "doctrine/annotations": "~1.0",
7004 "fabpot/php-cs-fixer": "1.7.*",
7005 "phpunit/phpunit": "^4.8.21",
7006 "zendframework/zend-stdlib": "^2.7 || ^3.0"
7007 },
7008 "suggest": {
7009 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
7010 "zendframework/zend-stdlib": "Zend\\Stdlib component"
7011 },
7012 "type": "library",
7013 "extra": {
7014 "branch-alias": {
7015 "dev-master": "2.6-dev",
7016 "dev-develop": "2.7-dev"
7017 }
7018 },
7019 "autoload": {
7020 "psr-4": {
7021 "Zend\\Code\\": "src/"
7022 }
7023 },
7024 "notification-url": "https://packagist.org/downloads/",
7025 "license": [
7026 "BSD-3-Clause"
7027 ],
7028 "description": "provides facilities to generate arbitrary code using an object oriented interface",
7029 "homepage": "https://github.com/zendframework/zend-code",
7030 "keywords": [
7031 "code",
7032 "zf2"
7033 ],
7034 "time": "2016-04-20T17:26:42+00:00"
7035 },
7036 {
7037 "name": "zendframework/zend-eventmanager",
7038 "version": "3.2.1",
7039 "source": {
7040 "type": "git",
7041 "url": "https://github.com/zendframework/zend-eventmanager.git",
7042 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
7043 },
7044 "dist": {
7045 "type": "zip",
7046 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
7047 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
7048 "shasum": ""
7049 },
7050 "require": {
7051 "php": "^5.6 || ^7.0"
7052 },
7053 "require-dev": {
7054 "athletic/athletic": "^0.1",
7055 "container-interop/container-interop": "^1.1.0",
7056 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
7057 "zendframework/zend-coding-standard": "~1.0.0",
7058 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
7059 },
7060 "suggest": {
7061 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
7062 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
7063 },
7064 "type": "library",
7065 "extra": {
7066 "branch-alias": {
7067 "dev-master": "3.2-dev",
7068 "dev-develop": "3.3-dev"
7069 }
7070 },
7071 "autoload": {
7072 "psr-4": {
7073 "Zend\\EventManager\\": "src/"
7074 }
7075 },
7076 "notification-url": "https://packagist.org/downloads/",
7077 "license": [
7078 "BSD-3-Clause"
7079 ],
7080 "description": "Trigger and listen to events within a PHP application",
7081 "homepage": "https://github.com/zendframework/zend-eventmanager",
7082 "keywords": [
7083 "event",
7084 "eventmanager",
7085 "events",
7086 "zf2"
7087 ],
7088 "time": "2018-04-25T15:33:34+00:00"
8c89c2ad
IB
7089 },
7090 {
7091 "name": "zendframework/zend-ldap",
7092 "version": "2.10.0",
7093 "source": {
7094 "type": "git",
7095 "url": "https://github.com/zendframework/zend-ldap.git",
7096 "reference": "b63c7884a08d3a6bda60ebcf7d6238cf8ad89f49"
7097 },
7098 "dist": {
7099 "type": "zip",
7100 "url": "https://api.github.com/repos/zendframework/zend-ldap/zipball/b63c7884a08d3a6bda60ebcf7d6238cf8ad89f49",
7101 "reference": "b63c7884a08d3a6bda60ebcf7d6238cf8ad89f49",
7102 "shasum": ""
7103 },
7104 "require": {
7105 "ext-ldap": "*",
7106 "php": "^5.6 || ^7.0"
7107 },
7108 "require-dev": {
7109 "php-mock/php-mock-phpunit": "^1.1.2 || ^2.1.1",
7110 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
7111 "zendframework/zend-coding-standard": "~1.0.0",
7112 "zendframework/zend-config": "^2.5",
7113 "zendframework/zend-eventmanager": "^2.6.3 || ^3.0.1",
7114 "zendframework/zend-stdlib": "^2.7 || ^3.0"
7115 },
7116 "suggest": {
7117 "zendframework/zend-eventmanager": "Zend\\EventManager component"
7118 },
7119 "type": "library",
7120 "extra": {
7121 "branch-alias": {
7122 "dev-master": "2.10.x-dev",
7123 "dev-develop": "2.11.x-dev"
7124 }
7125 },
7126 "autoload": {
7127 "psr-4": {
7128 "Zend\\Ldap\\": "src/"
7129 }
7130 },
7131 "notification-url": "https://packagist.org/downloads/",
7132 "license": [
7133 "BSD-3-Clause"
7134 ],
7135 "description": "Provides support for LDAP operations including but not limited to binding, searching and modifying entries in an LDAP directory",
7136 "keywords": [
7137 "ZendFramework",
7138 "ldap",
7139 "zf"
7140 ],
7141 "time": "2018-07-05T05:05:12+00:00"
3f7a28de
JB
7142 }
7143 ],
7144 "packages-dev": [
7145 {
7146 "name": "composer/semver",
7147 "version": "1.4.2",
7148 "source": {
7149 "type": "git",
7150 "url": "https://github.com/composer/semver.git",
7151 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
7152 },
7153 "dist": {
7154 "type": "zip",
7155 "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
7156 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
7157 "shasum": ""
7158 },
7159 "require": {
7160 "php": "^5.3.2 || ^7.0"
7161 },
7162 "require-dev": {
7163 "phpunit/phpunit": "^4.5 || ^5.0.5",
7164 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
7165 },
7166 "type": "library",
7167 "extra": {
7168 "branch-alias": {
7169 "dev-master": "1.x-dev"
7170 }
7171 },
7172 "autoload": {
7173 "psr-4": {
7174 "Composer\\Semver\\": "src"
7175 }
7176 },
7177 "notification-url": "https://packagist.org/downloads/",
7178 "license": [
7179 "MIT"
7180 ],
7181 "authors": [
7182 {
7183 "name": "Nils Adermann",
7184 "email": "naderman@naderman.de",
7185 "homepage": "http://www.naderman.de"
7186 },
7187 {
7188 "name": "Jordi Boggiano",
7189 "email": "j.boggiano@seld.be",
7190 "homepage": "http://seld.be"
7191 },
7192 {
7193 "name": "Rob Bast",
7194 "email": "rob.bast@gmail.com",
7195 "homepage": "http://robbast.nl"
7196 }
7197 ],
7198 "description": "Semver library that offers utilities, version constraint parsing and validation.",
7199 "keywords": [
7200 "semantic",
7201 "semver",
7202 "validation",
7203 "versioning"
7204 ],
7205 "time": "2016-08-30T16:08:34+00:00"
7206 },
7207 {
7208 "name": "composer/xdebug-handler",
7209 "version": "1.3.1",
7210 "source": {
7211 "type": "git",
7212 "url": "https://github.com/composer/xdebug-handler.git",
7213 "reference": "dc523135366eb68f22268d069ea7749486458562"
7214 },
7215 "dist": {
7216 "type": "zip",
7217 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/dc523135366eb68f22268d069ea7749486458562",
7218 "reference": "dc523135366eb68f22268d069ea7749486458562",
7219 "shasum": ""
7220 },
7221 "require": {
7222 "php": "^5.3.2 || ^7.0",
7223 "psr/log": "^1.0"
7224 },
7225 "require-dev": {
7226 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
7227 },
7228 "type": "library",
7229 "autoload": {
7230 "psr-4": {
7231 "Composer\\XdebugHandler\\": "src"
7232 }
7233 },
7234 "notification-url": "https://packagist.org/downloads/",
7235 "license": [
7236 "MIT"
7237 ],
7238 "authors": [
7239 {
7240 "name": "John Stevenson",
7241 "email": "john-stevenson@blueyonder.co.uk"
7242 }
7243 ],
7244 "description": "Restarts a process without xdebug.",
7245 "keywords": [
7246 "Xdebug",
7247 "performance"
7248 ],
7249 "time": "2018-11-29T10:59:02+00:00"
7250 },
7251 {
7252 "name": "dama/doctrine-test-bundle",
7253 "version": "v4.0.2",
7254 "source": {
7255 "type": "git",
7256 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
7257 "reference": "438346b3380cc7675e37fbcdca912fdc33471d32"
7258 },
7259 "dist": {
7260 "type": "zip",
7261 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/438346b3380cc7675e37fbcdca912fdc33471d32",
7262 "reference": "438346b3380cc7675e37fbcdca912fdc33471d32",
7263 "shasum": ""
7264 },
7265 "require": {
7266 "doctrine/dbal": "~2.5",
7267 "doctrine/doctrine-bundle": "~1.4",
7268 "php": ">=5.5.0",
7269 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
7270 },
7271 "require-dev": {
7272 "phpunit/phpunit": "^5.4.4|~6.0",
7273 "symfony/yaml": "~2.7|~3.0"
7274 },
7275 "type": "symfony-bundle",
7276 "extra": {
7277 "branch-alias": {
7278 "dev-master": "4.1.x-dev"
7279 }
7280 },
7281 "autoload": {
7282 "psr-4": {
7283 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
7284 }
7285 },
7286 "notification-url": "https://packagist.org/downloads/",
7287 "license": [
7288 "MIT"
7289 ],
7290 "authors": [
7291 {
7292 "name": "David Maicher",
7293 "email": "mail@dmaicher.de"
7294 }
7295 ],
7296 "description": "Symfony 2/3 bundle to isolate doctrine database tests and improve test performance",
7297 "keywords": [
7298 "Symfony 3",
7299 "doctrine",
7300 "isolation",
7301 "performance",
7302 "symfony",
7303 "symfony 2",
7304 "tests"
7305 ],
7306 "time": "2018-01-13T13:14:27+00:00"
7307 },
7308 {
7309 "name": "doctrine/data-fixtures",
7310 "version": "v1.2.2",
7311 "source": {
7312 "type": "git",
7313 "url": "https://github.com/doctrine/data-fixtures.git",
7314 "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e"
7315 },
7316 "dist": {
7317 "type": "zip",
7318 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
7319 "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
7320 "shasum": ""
7321 },
7322 "require": {
7323 "doctrine/common": "~2.2",
7324 "php": "^5.6 || ^7.0"
7325 },
7326 "conflict": {
7327 "doctrine/orm": "< 2.4"
7328 },
7329 "require-dev": {
7330 "doctrine/dbal": "^2.5.4",
7331 "doctrine/orm": "^2.5.4",
7332 "phpunit/phpunit": "^5.4.6"
7333 },
7334 "suggest": {
7335 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
7336 "doctrine/orm": "For loading ORM fixtures",
7337 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
7338 },
7339 "type": "library",
7340 "extra": {
7341 "branch-alias": {
7342 "dev-master": "1.3.x-dev"
7343 }
7344 },
7345 "autoload": {
7346 "psr-0": {
7347 "Doctrine\\Common\\DataFixtures": "lib/"
7348 }
7349 },
7350 "notification-url": "https://packagist.org/downloads/",
7351 "license": [
7352 "MIT"
7353 ],
7354 "authors": [
7355 {
7356 "name": "Jonathan Wage",
7357 "email": "jonwage@gmail.com"
7358 }
7359 ],
7360 "description": "Data Fixtures for all Doctrine Object Managers",
7361 "homepage": "http://www.doctrine-project.org",
7362 "keywords": [
7363 "database"
7364 ],
7365 "time": "2016-09-20T10:07:57+00:00"
7366 },
7367 {
7368 "name": "doctrine/doctrine-fixtures-bundle",
7369 "version": "v2.4.1",
7370 "source": {
7371 "type": "git",
7372 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
7373 "reference": "74b8cc70a4a25b774628ee59f4cdf3623a146273"
7374 },
7375 "dist": {
7376 "type": "zip",
7377 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/74b8cc70a4a25b774628ee59f4cdf3623a146273",
7378 "reference": "74b8cc70a4a25b774628ee59f4cdf3623a146273",
7379 "shasum": ""
7380 },
7381 "require": {
7382 "doctrine/data-fixtures": "~1.0",
7383 "doctrine/doctrine-bundle": "~1.0",
7384 "php": ">=5.3.2",
7385 "symfony/doctrine-bridge": "~2.7|~3.0|~4.0"
7386 },
7387 "type": "symfony-bundle",
7388 "extra": {
7389 "branch-alias": {
7390 "dev-master": "2.4.x-dev"
7391 }
7392 },
7393 "autoload": {
7394 "psr-4": {
7395 "Doctrine\\Bundle\\FixturesBundle\\": ""
7396 }
7397 },
7398 "notification-url": "https://packagist.org/downloads/",
7399 "license": [
7400 "MIT"
7401 ],
7402 "authors": [
7403 {
7404 "name": "Symfony Community",
7405 "homepage": "http://symfony.com/contributors"
7406 },
7407 {
7408 "name": "Doctrine Project",
7409 "homepage": "http://www.doctrine-project.org"
7410 },
7411 {
7412 "name": "Fabien Potencier",
7413 "email": "fabien@symfony.com"
7414 }
7415 ],
7416 "description": "Symfony DoctrineFixturesBundle",
7417 "homepage": "http://www.doctrine-project.org",
7418 "keywords": [
7419 "Fixture",
7420 "persistence"
7421 ],
7422 "time": "2017-10-30T19:26:42+00:00"
7423 },
7424 {
7425 "name": "friendsofphp/php-cs-fixer",
7426 "version": "v2.13.0",
7427 "source": {
7428 "type": "git",
7429 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
7430 "reference": "7136aa4e0c5f912e8af82383775460d906168a10"
7431 },
7432 "dist": {
7433 "type": "zip",
7434 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/7136aa4e0c5f912e8af82383775460d906168a10",
7435 "reference": "7136aa4e0c5f912e8af82383775460d906168a10",
7436 "shasum": ""
7437 },
7438 "require": {
7439 "composer/semver": "^1.4",
7440 "composer/xdebug-handler": "^1.2",
7441 "doctrine/annotations": "^1.2",
7442 "ext-json": "*",
7443 "ext-tokenizer": "*",
7444 "php": "^5.6 || >=7.0 <7.3",
7445 "php-cs-fixer/diff": "^1.3",
7446 "symfony/console": "^3.2 || ^4.0",
7447 "symfony/event-dispatcher": "^3.0 || ^4.0",
7448 "symfony/filesystem": "^3.0 || ^4.0",
7449 "symfony/finder": "^3.0 || ^4.0",
7450 "symfony/options-resolver": "^3.0 || ^4.0",
7451 "symfony/polyfill-php70": "^1.0",
7452 "symfony/polyfill-php72": "^1.4",
7453 "symfony/process": "^3.0 || ^4.0",
7454 "symfony/stopwatch": "^3.0 || ^4.0"
7455 },
7456 "conflict": {
7457 "hhvm": "*"
7458 },
7459 "require-dev": {
7460 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
7461 "justinrainbow/json-schema": "^5.0",
7462 "keradus/cli-executor": "^1.1",
7463 "mikey179/vfsstream": "^1.6",
7464 "php-coveralls/php-coveralls": "^2.1",
7465 "php-cs-fixer/accessible-object": "^1.0",
7466 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.0.1",
7467 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.0.1",
7468 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1",
7469 "phpunitgoodpractices/traits": "^1.5.1",
7470 "symfony/phpunit-bridge": "^4.0"
7471 },
7472 "suggest": {
7473 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
7474 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
7475 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
7476 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
7477 },
7478 "bin": [
7479 "php-cs-fixer"
7480 ],
7481 "type": "application",
7482 "extra": {
7483 "branch-alias": {
7484 "dev-master": "2.13-dev"
7485 }
7486 },
7487 "autoload": {
7488 "psr-4": {
7489 "PhpCsFixer\\": "src/"
7490 },
7491 "classmap": [
7492 "tests/Test/AbstractFixerTestCase.php",
7493 "tests/Test/AbstractIntegrationCaseFactory.php",
7494 "tests/Test/AbstractIntegrationTestCase.php",
7495 "tests/Test/Assert/AssertTokensTrait.php",
7496 "tests/Test/IntegrationCase.php",
7497 "tests/Test/IntegrationCaseFactory.php",
7498 "tests/Test/IntegrationCaseFactoryInterface.php",
7499 "tests/Test/InternalIntegrationCaseFactory.php",
7500 "tests/TestCase.php"
7501 ]
7502 },
7503 "notification-url": "https://packagist.org/downloads/",
7504 "license": [
7505 "MIT"
7506 ],
7507 "authors": [
7508 {
7509 "name": "Dariusz Rumiński",
7510 "email": "dariusz.ruminski@gmail.com"
7511 },
7512 {
7513 "name": "Fabien Potencier",
7514 "email": "fabien@symfony.com"
7515 }
7516 ],
7517 "description": "A tool to automatically fix PHP code style",
7518 "time": "2018-08-23T13:15:44+00:00"
7519 },
7520 {
7521 "name": "m6web/redis-mock",
7522 "version": "v2.8.0",
7523 "source": {
7524 "type": "git",
7525 "url": "https://github.com/M6Web/RedisMock.git",
7526 "reference": "a869f5374645830869a464dbb14c18acf80a1bef"
7527 },
7528 "dist": {
7529 "type": "zip",
7530 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/a869f5374645830869a464dbb14c18acf80a1bef",
7531 "reference": "a869f5374645830869a464dbb14c18acf80a1bef",
7532 "shasum": ""
7533 },
7534 "require": {
7535 "php": ">=5.3.3"
7536 },
7537 "require-dev": {
7538 "atoum/atoum": "master-dev",
7539 "predis/predis": "~0.8"
7540 },
7541 "type": "library",
7542 "autoload": {
7543 "psr-0": {
7544 "M6Web\\Component\\RedisMock": "src/"
7545 }
7546 },
7547 "notification-url": "https://packagist.org/downloads/",
7548 "license": [
7549 "MIT"
7550 ],
7551 "authors": [
7552 {
7553 "name": "M6Web",
7554 "email": "opensource@m6web.fr",
7555 "homepage": "http://tech.m6web.fr/"
7556 }
7557 ],
7558 "description": "Library providing a PHP mock for Redis",
7559 "keywords": [
7560 "mock",
7561 "redis"
7562 ],
7563 "time": "2016-10-30T19:34:36+00:00"
7564 },
7565 {
7566 "name": "php-cs-fixer/diff",
7567 "version": "v1.3.0",
7568 "source": {
7569 "type": "git",
7570 "url": "https://github.com/PHP-CS-Fixer/diff.git",
7571 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
7572 },
7573 "dist": {
7574 "type": "zip",
7575 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
7576 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
7577 "shasum": ""
7578 },
7579 "require": {
7580 "php": "^5.6 || ^7.0"
7581 },
7582 "require-dev": {
7583 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
7584 "symfony/process": "^3.3"
7585 },
7586 "type": "library",
7587 "autoload": {
7588 "classmap": [
7589 "src/"
7590 ]
7591 },
7592 "notification-url": "https://packagist.org/downloads/",
7593 "license": [
7594 "BSD-3-Clause"
7595 ],
7596 "authors": [
7597 {
7598 "name": "Kore Nordmann",
7599 "email": "mail@kore-nordmann.de"
7600 },
7601 {
7602 "name": "Sebastian Bergmann",
7603 "email": "sebastian@phpunit.de"
7604 },
7605 {
7606 "name": "SpacePossum"
7607 }
7608 ],
7609 "description": "sebastian/diff v2 backport support for PHP5.6",
7610 "homepage": "https://github.com/PHP-CS-Fixer",
7611 "keywords": [
7612 "diff"
7613 ],
7614 "time": "2018-02-15T16:58:55+00:00"
7615 },
7616 {
7617 "name": "sensio/generator-bundle",
7618 "version": "v3.1.7",
7619 "source": {
7620 "type": "git",
7621 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
7622 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
7623 },
7624 "dist": {
7625 "type": "zip",
7626 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
7627 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
7628 "shasum": ""
7629 },
7630 "require": {
7631 "symfony/console": "~2.7|~3.0",
7632 "symfony/framework-bundle": "~2.7|~3.0",
7633 "symfony/process": "~2.7|~3.0",
7634 "symfony/yaml": "~2.7|~3.0",
7635 "twig/twig": "^1.28.2|^2.0"
7636 },
7637 "require-dev": {
7638 "doctrine/orm": "~2.4",
7639 "symfony/doctrine-bridge": "~2.7|~3.0",
7640 "symfony/filesystem": "~2.7|~3.0",
7641 "symfony/phpunit-bridge": "^3.3"
7642 },
7643 "type": "symfony-bundle",
7644 "extra": {
7645 "branch-alias": {
7646 "dev-master": "3.1.x-dev"
7647 }
7648 },
7649 "autoload": {
7650 "psr-4": {
7651 "Sensio\\Bundle\\GeneratorBundle\\": ""
7652 },
7653 "exclude-from-classmap": [
7654 "/Tests/"
7655 ]
7656 },
7657 "notification-url": "https://packagist.org/downloads/",
7658 "license": [
7659 "MIT"
7660 ],
7661 "authors": [
7662 {
7663 "name": "Fabien Potencier",
7664 "email": "fabien@symfony.com"
7665 }
7666 ],
7667 "description": "This bundle generates code for you",
7668 "time": "2017-12-07T15:36:41+00:00"
7669 },
7670 {
7671 "name": "symfony/phpunit-bridge",
7672 "version": "3.4.x-dev",
7673 "source": {
7674 "type": "git",
7675 "url": "https://github.com/symfony/phpunit-bridge.git",
8c89c2ad 7676 "reference": "d61ec438634e0f234c6bda1c6ee97016bbb0e7a1"
3f7a28de
JB
7677 },
7678 "dist": {
7679 "type": "zip",
8c89c2ad
IB
7680 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/d61ec438634e0f234c6bda1c6ee97016bbb0e7a1",
7681 "reference": "d61ec438634e0f234c6bda1c6ee97016bbb0e7a1",
3f7a28de
JB
7682 "shasum": ""
7683 },
7684 "require": {
7685 "php": ">=5.3.3"
7686 },
7687 "conflict": {
7688 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
7689 },
7690 "suggest": {
7691 "ext-zip": "Zip support is required when using bin/simple-phpunit",
7692 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
7693 },
7694 "bin": [
7695 "bin/simple-phpunit"
7696 ],
7697 "type": "symfony-bridge",
7698 "extra": {
7699 "branch-alias": {
7700 "dev-master": "3.4-dev"
7701 },
7702 "thanks": {
7703 "name": "phpunit/phpunit",
7704 "url": "https://github.com/sebastianbergmann/phpunit"
7705 }
7706 },
7707 "autoload": {
7708 "files": [
7709 "bootstrap.php"
7710 ],
7711 "psr-4": {
7712 "Symfony\\Bridge\\PhpUnit\\": ""
7713 },
7714 "exclude-from-classmap": [
7715 "/Tests/"
7716 ]
7717 },
7718 "notification-url": "https://packagist.org/downloads/",
7719 "license": [
7720 "MIT"
7721 ],
7722 "authors": [
7723 {
7724 "name": "Nicolas Grekas",
7725 "email": "p@tchwork.com"
7726 },
7727 {
7728 "name": "Symfony Community",
7729 "homepage": "https://symfony.com/contributors"
7730 }
7731 ],
7732 "description": "Symfony PHPUnit Bridge",
7733 "homepage": "https://symfony.com",
8c89c2ad 7734 "time": "2019-01-16T13:27:11+00:00"
3f7a28de
JB
7735 },
7736 {
7737 "name": "symfony/polyfill-php72",
7738 "version": "v1.10.0",
7739 "source": {
7740 "type": "git",
7741 "url": "https://github.com/symfony/polyfill-php72.git",
7742 "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
7743 },
7744 "dist": {
7745 "type": "zip",
7746 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
7747 "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
7748 "shasum": ""
7749 },
7750 "require": {
7751 "php": ">=5.3.3"
7752 },
7753 "type": "library",
7754 "extra": {
7755 "branch-alias": {
7756 "dev-master": "1.9-dev"
7757 }
7758 },
7759 "autoload": {
7760 "psr-4": {
7761 "Symfony\\Polyfill\\Php72\\": ""
7762 },
7763 "files": [
7764 "bootstrap.php"
7765 ]
7766 },
7767 "notification-url": "https://packagist.org/downloads/",
7768 "license": [
7769 "MIT"
7770 ],
7771 "authors": [
7772 {
7773 "name": "Nicolas Grekas",
7774 "email": "p@tchwork.com"
7775 },
7776 {
7777 "name": "Symfony Community",
7778 "homepage": "https://symfony.com/contributors"
7779 }
7780 ],
7781 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
7782 "homepage": "https://symfony.com",
7783 "keywords": [
7784 "compatibility",
7785 "polyfill",
7786 "portable",
7787 "shim"
7788 ],
7789 "time": "2018-09-21T13:07:52+00:00"
7790 }
7791 ],
7792 "aliases": [],
7793 "minimum-stability": "dev",
7794 "stability-flags": {
7795 "symfony/phpunit-bridge": 20
7796 },
7797 "prefer-stable": true,
7798 "prefer-lowest": false,
7799 "platform": {
7800 "php": ">=5.6.0",
7801 "ext-pcre": "*",
7802 "ext-dom": "*",
7803 "ext-curl": "*",
7804 "ext-gd": "*",
7805 "ext-session": "*",
7806 "ext-ctype": "*",
7807 "ext-hash": "*",
7808 "ext-simplexml": "*",
7809 "ext-json": "*",
7810 "ext-mbstring": "*",
7811 "ext-xml": "*",
7812 "ext-iconv": "*",
7813 "ext-tokenizer": "*",
7814 "ext-pdo": "*"
7815 },
7816 "platform-dev": [],
7817 "platform-overrides": {
7818 "php": "5.6.0"
7819 }
7820}