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