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