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