]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Merge pull request #1422 from wallabag/v2-ebook
[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": "a9ec461e17166dcda1563dd55f6ff861",
8 "packages": [
9 {
10 "name": "doctrine/annotations",
11 "version": "v1.2.7",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/doctrine/annotations.git",
15 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
20 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
21 "shasum": ""
22 },
23 "require": {
24 "doctrine/lexer": "1.*",
25 "php": ">=5.3.2"
26 },
27 "require-dev": {
28 "doctrine/cache": "1.*",
29 "phpunit/phpunit": "4.*"
30 },
31 "type": "library",
32 "extra": {
33 "branch-alias": {
34 "dev-master": "1.3.x-dev"
35 }
36 },
37 "autoload": {
38 "psr-0": {
39 "Doctrine\\Common\\Annotations\\": "lib/"
40 }
41 },
42 "notification-url": "https://packagist.org/downloads/",
43 "license": [
44 "MIT"
45 ],
46 "authors": [
47 {
48 "name": "Roman Borschel",
49 "email": "roman@code-factory.org"
50 },
51 {
52 "name": "Benjamin Eberlei",
53 "email": "kontakt@beberlei.de"
54 },
55 {
56 "name": "Guilherme Blanco",
57 "email": "guilhermeblanco@gmail.com"
58 },
59 {
60 "name": "Jonathan Wage",
61 "email": "jonwage@gmail.com"
62 },
63 {
64 "name": "Johannes Schmitt",
65 "email": "schmittjoh@gmail.com"
66 }
67 ],
68 "description": "Docblock Annotations Parser",
69 "homepage": "http://www.doctrine-project.org",
70 "keywords": [
71 "annotations",
72 "docblock",
73 "parser"
74 ],
75 "time": "2015-08-31 12:32:49"
76 },
77 {
78 "name": "doctrine/cache",
79 "version": "v1.5.1",
80 "source": {
81 "type": "git",
82 "url": "https://github.com/doctrine/cache.git",
83 "reference": "2b9cec5a5e722010cbebc91713d4c11eaa064d5e"
84 },
85 "dist": {
86 "type": "zip",
87 "url": "https://api.github.com/repos/doctrine/cache/zipball/2b9cec5a5e722010cbebc91713d4c11eaa064d5e",
88 "reference": "2b9cec5a5e722010cbebc91713d4c11eaa064d5e",
89 "shasum": ""
90 },
91 "require": {
92 "php": ">=5.3.2"
93 },
94 "conflict": {
95 "doctrine/common": ">2.2,<2.4"
96 },
97 "require-dev": {
98 "phpunit/phpunit": ">=3.7",
99 "predis/predis": "~1.0",
100 "satooshi/php-coveralls": "~0.6"
101 },
102 "type": "library",
103 "extra": {
104 "branch-alias": {
105 "dev-master": "1.5.x-dev"
106 }
107 },
108 "autoload": {
109 "psr-4": {
110 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
111 }
112 },
113 "notification-url": "https://packagist.org/downloads/",
114 "license": [
115 "MIT"
116 ],
117 "authors": [
118 {
119 "name": "Roman Borschel",
120 "email": "roman@code-factory.org"
121 },
122 {
123 "name": "Benjamin Eberlei",
124 "email": "kontakt@beberlei.de"
125 },
126 {
127 "name": "Guilherme Blanco",
128 "email": "guilhermeblanco@gmail.com"
129 },
130 {
131 "name": "Jonathan Wage",
132 "email": "jonwage@gmail.com"
133 },
134 {
135 "name": "Johannes Schmitt",
136 "email": "schmittjoh@gmail.com"
137 }
138 ],
139 "description": "Caching library offering an object-oriented API for many cache backends",
140 "homepage": "http://www.doctrine-project.org",
141 "keywords": [
142 "cache",
143 "caching"
144 ],
145 "time": "2015-11-02 18:35:48"
146 },
147 {
148 "name": "doctrine/collections",
149 "version": "v1.3.0",
150 "source": {
151 "type": "git",
152 "url": "https://github.com/doctrine/collections.git",
153 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
154 },
155 "dist": {
156 "type": "zip",
157 "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
158 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
159 "shasum": ""
160 },
161 "require": {
162 "php": ">=5.3.2"
163 },
164 "require-dev": {
165 "phpunit/phpunit": "~4.0"
166 },
167 "type": "library",
168 "extra": {
169 "branch-alias": {
170 "dev-master": "1.2.x-dev"
171 }
172 },
173 "autoload": {
174 "psr-0": {
175 "Doctrine\\Common\\Collections\\": "lib/"
176 }
177 },
178 "notification-url": "https://packagist.org/downloads/",
179 "license": [
180 "MIT"
181 ],
182 "authors": [
183 {
184 "name": "Roman Borschel",
185 "email": "roman@code-factory.org"
186 },
187 {
188 "name": "Benjamin Eberlei",
189 "email": "kontakt@beberlei.de"
190 },
191 {
192 "name": "Guilherme Blanco",
193 "email": "guilhermeblanco@gmail.com"
194 },
195 {
196 "name": "Jonathan Wage",
197 "email": "jonwage@gmail.com"
198 },
199 {
200 "name": "Johannes Schmitt",
201 "email": "schmittjoh@gmail.com"
202 }
203 ],
204 "description": "Collections Abstraction library",
205 "homepage": "http://www.doctrine-project.org",
206 "keywords": [
207 "array",
208 "collections",
209 "iterator"
210 ],
211 "time": "2015-04-14 22:21:58"
212 },
213 {
214 "name": "doctrine/common",
215 "version": "v2.5.1",
216 "source": {
217 "type": "git",
218 "url": "https://github.com/doctrine/common.git",
219 "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9"
220 },
221 "dist": {
222 "type": "zip",
223 "url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9",
224 "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9",
225 "shasum": ""
226 },
227 "require": {
228 "doctrine/annotations": "1.*",
229 "doctrine/cache": "1.*",
230 "doctrine/collections": "1.*",
231 "doctrine/inflector": "1.*",
232 "doctrine/lexer": "1.*",
233 "php": ">=5.3.2"
234 },
235 "require-dev": {
236 "phpunit/phpunit": "~3.7"
237 },
238 "type": "library",
239 "extra": {
240 "branch-alias": {
241 "dev-master": "2.6.x-dev"
242 }
243 },
244 "autoload": {
245 "psr-0": {
246 "Doctrine\\Common\\": "lib/"
247 }
248 },
249 "notification-url": "https://packagist.org/downloads/",
250 "license": [
251 "MIT"
252 ],
253 "authors": [
254 {
255 "name": "Roman Borschel",
256 "email": "roman@code-factory.org"
257 },
258 {
259 "name": "Benjamin Eberlei",
260 "email": "kontakt@beberlei.de"
261 },
262 {
263 "name": "Guilherme Blanco",
264 "email": "guilhermeblanco@gmail.com"
265 },
266 {
267 "name": "Jonathan Wage",
268 "email": "jonwage@gmail.com"
269 },
270 {
271 "name": "Johannes Schmitt",
272 "email": "schmittjoh@gmail.com"
273 }
274 ],
275 "description": "Common Library for Doctrine projects",
276 "homepage": "http://www.doctrine-project.org",
277 "keywords": [
278 "annotations",
279 "collections",
280 "eventmanager",
281 "persistence",
282 "spl"
283 ],
284 "time": "2015-08-31 13:00:22"
285 },
286 {
287 "name": "doctrine/dbal",
288 "version": "v2.5.2",
289 "source": {
290 "type": "git",
291 "url": "https://github.com/doctrine/dbal.git",
292 "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c"
293 },
294 "dist": {
295 "type": "zip",
296 "url": "https://api.github.com/repos/doctrine/dbal/zipball/01dbcbc5cd0a913d751418e635434a18a2f2a75c",
297 "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c",
298 "shasum": ""
299 },
300 "require": {
301 "doctrine/common": ">=2.4,<2.6-dev",
302 "php": ">=5.3.2"
303 },
304 "require-dev": {
305 "phpunit/phpunit": "4.*",
306 "symfony/console": "2.*"
307 },
308 "suggest": {
309 "symfony/console": "For helpful console commands such as SQL execution and import of files."
310 },
311 "bin": [
312 "bin/doctrine-dbal"
313 ],
314 "type": "library",
315 "extra": {
316 "branch-alias": {
317 "dev-master": "2.5.x-dev"
318 }
319 },
320 "autoload": {
321 "psr-0": {
322 "Doctrine\\DBAL\\": "lib/"
323 }
324 },
325 "notification-url": "https://packagist.org/downloads/",
326 "license": [
327 "MIT"
328 ],
329 "authors": [
330 {
331 "name": "Roman Borschel",
332 "email": "roman@code-factory.org"
333 },
334 {
335 "name": "Benjamin Eberlei",
336 "email": "kontakt@beberlei.de"
337 },
338 {
339 "name": "Guilherme Blanco",
340 "email": "guilhermeblanco@gmail.com"
341 },
342 {
343 "name": "Jonathan Wage",
344 "email": "jonwage@gmail.com"
345 }
346 ],
347 "description": "Database Abstraction Layer",
348 "homepage": "http://www.doctrine-project.org",
349 "keywords": [
350 "database",
351 "dbal",
352 "persistence",
353 "queryobject"
354 ],
355 "time": "2015-09-16 16:29:33"
356 },
357 {
358 "name": "doctrine/doctrine-bundle",
359 "version": "v1.5.2",
360 "source": {
361 "type": "git",
362 "url": "https://github.com/doctrine/DoctrineBundle.git",
363 "reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3"
364 },
365 "dist": {
366 "type": "zip",
367 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3",
368 "reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3",
369 "shasum": ""
370 },
371 "require": {
372 "doctrine/dbal": "~2.3",
373 "doctrine/doctrine-cache-bundle": "~1.0",
374 "jdorn/sql-formatter": "~1.1",
375 "php": ">=5.3.2",
376 "symfony/console": "~2.3|~3.0",
377 "symfony/doctrine-bridge": "~2.2|~3.0",
378 "symfony/framework-bundle": "~2.3|~3.0"
379 },
380 "require-dev": {
381 "doctrine/orm": "~2.3",
382 "phpunit/phpunit": "~4",
383 "satooshi/php-coveralls": "~0.6.1",
384 "symfony/validator": "~2.2|~3.0",
385 "symfony/yaml": "~2.2|~3.0",
386 "twig/twig": "~1.10"
387 },
388 "suggest": {
389 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
390 "symfony/web-profiler-bundle": "to use the data collector"
391 },
392 "type": "symfony-bundle",
393 "extra": {
394 "branch-alias": {
395 "dev-master": "1.6.x-dev"
396 }
397 },
398 "autoload": {
399 "psr-4": {
400 "Doctrine\\Bundle\\DoctrineBundle\\": ""
401 }
402 },
403 "notification-url": "https://packagist.org/downloads/",
404 "license": [
405 "MIT"
406 ],
407 "authors": [
408 {
409 "name": "Symfony Community",
410 "homepage": "http://symfony.com/contributors"
411 },
412 {
413 "name": "Benjamin Eberlei",
414 "email": "kontakt@beberlei.de"
415 },
416 {
417 "name": "Doctrine Project",
418 "homepage": "http://www.doctrine-project.org/"
419 },
420 {
421 "name": "Fabien Potencier",
422 "email": "fabien@symfony.com"
423 }
424 ],
425 "description": "Symfony DoctrineBundle",
426 "homepage": "http://www.doctrine-project.org",
427 "keywords": [
428 "database",
429 "dbal",
430 "orm",
431 "persistence"
432 ],
433 "time": "2015-08-31 14:47:06"
434 },
435 {
436 "name": "doctrine/doctrine-cache-bundle",
437 "version": "1.2.1",
438 "source": {
439 "type": "git",
440 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
441 "reference": "3233bc78e222d528ca89a6a47d48d6f37888e95e"
442 },
443 "dist": {
444 "type": "zip",
445 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/3233bc78e222d528ca89a6a47d48d6f37888e95e",
446 "reference": "3233bc78e222d528ca89a6a47d48d6f37888e95e",
447 "shasum": ""
448 },
449 "require": {
450 "doctrine/cache": "^1.4.2",
451 "doctrine/inflector": "~1.0",
452 "php": ">=5.3.2",
453 "symfony/doctrine-bridge": "~2.2|~3.0",
454 "symfony/security-acl": "~2.3|~3.0"
455 },
456 "require-dev": {
457 "instaclick/coding-standard": "~1.1",
458 "instaclick/object-calisthenics-sniffs": "dev-master",
459 "instaclick/symfony2-coding-standard": "dev-remaster",
460 "phpunit/phpunit": "~4",
461 "satooshi/php-coveralls": "~0.6.1",
462 "squizlabs/php_codesniffer": "~1.5",
463 "symfony/console": "~2.2|~3.0",
464 "symfony/finder": "~2.2|~3.0",
465 "symfony/framework-bundle": "~2.2|~3.0",
466 "symfony/phpunit-bridge": "~2.7|~3.0",
467 "symfony/validator": "~2.2|~3.0",
468 "symfony/yaml": "~2.2|~3.0"
469 },
470 "type": "symfony-bundle",
471 "extra": {
472 "branch-alias": {
473 "dev-master": "1.0.x-dev"
474 }
475 },
476 "autoload": {
477 "psr-4": {
478 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
479 }
480 },
481 "notification-url": "https://packagist.org/downloads/",
482 "license": [
483 "MIT"
484 ],
485 "authors": [
486 {
487 "name": "Symfony Community",
488 "homepage": "http://symfony.com/contributors"
489 },
490 {
491 "name": "Benjamin Eberlei",
492 "email": "kontakt@beberlei.de"
493 },
494 {
495 "name": "Fabio B. Silva",
496 "email": "fabio.bat.silva@gmail.com"
497 },
498 {
499 "name": "Guilherme Blanco",
500 "email": "guilhermeblanco@hotmail.com"
501 },
502 {
503 "name": "Doctrine Project",
504 "homepage": "http://www.doctrine-project.org/"
505 },
506 {
507 "name": "Fabien Potencier",
508 "email": "fabien@symfony.com"
509 }
510 ],
511 "description": "Symfony Bundle for Doctrine Cache",
512 "homepage": "http://www.doctrine-project.org",
513 "keywords": [
514 "cache",
515 "caching"
516 ],
517 "time": "2015-11-05 13:48:27"
518 },
519 {
520 "name": "doctrine/inflector",
521 "version": "v1.1.0",
522 "source": {
523 "type": "git",
524 "url": "https://github.com/doctrine/inflector.git",
525 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
526 },
527 "dist": {
528 "type": "zip",
529 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
530 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
531 "shasum": ""
532 },
533 "require": {
534 "php": ">=5.3.2"
535 },
536 "require-dev": {
537 "phpunit/phpunit": "4.*"
538 },
539 "type": "library",
540 "extra": {
541 "branch-alias": {
542 "dev-master": "1.1.x-dev"
543 }
544 },
545 "autoload": {
546 "psr-0": {
547 "Doctrine\\Common\\Inflector\\": "lib/"
548 }
549 },
550 "notification-url": "https://packagist.org/downloads/",
551 "license": [
552 "MIT"
553 ],
554 "authors": [
555 {
556 "name": "Roman Borschel",
557 "email": "roman@code-factory.org"
558 },
559 {
560 "name": "Benjamin Eberlei",
561 "email": "kontakt@beberlei.de"
562 },
563 {
564 "name": "Guilherme Blanco",
565 "email": "guilhermeblanco@gmail.com"
566 },
567 {
568 "name": "Jonathan Wage",
569 "email": "jonwage@gmail.com"
570 },
571 {
572 "name": "Johannes Schmitt",
573 "email": "schmittjoh@gmail.com"
574 }
575 ],
576 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
577 "homepage": "http://www.doctrine-project.org",
578 "keywords": [
579 "inflection",
580 "pluralize",
581 "singularize",
582 "string"
583 ],
584 "time": "2015-11-06 14:35:42"
585 },
586 {
587 "name": "doctrine/instantiator",
588 "version": "1.0.5",
589 "source": {
590 "type": "git",
591 "url": "https://github.com/doctrine/instantiator.git",
592 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
593 },
594 "dist": {
595 "type": "zip",
596 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
597 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
598 "shasum": ""
599 },
600 "require": {
601 "php": ">=5.3,<8.0-DEV"
602 },
603 "require-dev": {
604 "athletic/athletic": "~0.1.8",
605 "ext-pdo": "*",
606 "ext-phar": "*",
607 "phpunit/phpunit": "~4.0",
608 "squizlabs/php_codesniffer": "~2.0"
609 },
610 "type": "library",
611 "extra": {
612 "branch-alias": {
613 "dev-master": "1.0.x-dev"
614 }
615 },
616 "autoload": {
617 "psr-4": {
618 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
619 }
620 },
621 "notification-url": "https://packagist.org/downloads/",
622 "license": [
623 "MIT"
624 ],
625 "authors": [
626 {
627 "name": "Marco Pivetta",
628 "email": "ocramius@gmail.com",
629 "homepage": "http://ocramius.github.com/"
630 }
631 ],
632 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
633 "homepage": "https://github.com/doctrine/instantiator",
634 "keywords": [
635 "constructor",
636 "instantiate"
637 ],
638 "time": "2015-06-14 21:17:01"
639 },
640 {
641 "name": "doctrine/lexer",
642 "version": "v1.0.1",
643 "source": {
644 "type": "git",
645 "url": "https://github.com/doctrine/lexer.git",
646 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
647 },
648 "dist": {
649 "type": "zip",
650 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
651 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
652 "shasum": ""
653 },
654 "require": {
655 "php": ">=5.3.2"
656 },
657 "type": "library",
658 "extra": {
659 "branch-alias": {
660 "dev-master": "1.0.x-dev"
661 }
662 },
663 "autoload": {
664 "psr-0": {
665 "Doctrine\\Common\\Lexer\\": "lib/"
666 }
667 },
668 "notification-url": "https://packagist.org/downloads/",
669 "license": [
670 "MIT"
671 ],
672 "authors": [
673 {
674 "name": "Roman Borschel",
675 "email": "roman@code-factory.org"
676 },
677 {
678 "name": "Guilherme Blanco",
679 "email": "guilhermeblanco@gmail.com"
680 },
681 {
682 "name": "Johannes Schmitt",
683 "email": "schmittjoh@gmail.com"
684 }
685 ],
686 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
687 "homepage": "http://www.doctrine-project.org",
688 "keywords": [
689 "lexer",
690 "parser"
691 ],
692 "time": "2014-09-09 13:34:57"
693 },
694 {
695 "name": "doctrine/orm",
696 "version": "v2.5.1",
697 "source": {
698 "type": "git",
699 "url": "https://github.com/doctrine/doctrine2.git",
700 "reference": "e6a83bedbe67579cb0bfb688e982e617943a2945"
701 },
702 "dist": {
703 "type": "zip",
704 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/e6a83bedbe67579cb0bfb688e982e617943a2945",
705 "reference": "e6a83bedbe67579cb0bfb688e982e617943a2945",
706 "shasum": ""
707 },
708 "require": {
709 "doctrine/cache": "~1.4",
710 "doctrine/collections": "~1.2",
711 "doctrine/common": ">=2.5-dev,<2.6-dev",
712 "doctrine/dbal": ">=2.5-dev,<2.6-dev",
713 "doctrine/instantiator": "~1.0.1",
714 "ext-pdo": "*",
715 "php": ">=5.4",
716 "symfony/console": "~2.5"
717 },
718 "require-dev": {
719 "phpunit/phpunit": "~4.0",
720 "satooshi/php-coveralls": "dev-master",
721 "symfony/yaml": "~2.1"
722 },
723 "suggest": {
724 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
725 },
726 "bin": [
727 "bin/doctrine",
728 "bin/doctrine.php"
729 ],
730 "type": "library",
731 "extra": {
732 "branch-alias": {
733 "dev-master": "2.6.x-dev"
734 }
735 },
736 "autoload": {
737 "psr-0": {
738 "Doctrine\\ORM\\": "lib/"
739 }
740 },
741 "notification-url": "https://packagist.org/downloads/",
742 "license": [
743 "MIT"
744 ],
745 "authors": [
746 {
747 "name": "Roman Borschel",
748 "email": "roman@code-factory.org"
749 },
750 {
751 "name": "Benjamin Eberlei",
752 "email": "kontakt@beberlei.de"
753 },
754 {
755 "name": "Guilherme Blanco",
756 "email": "guilhermeblanco@gmail.com"
757 },
758 {
759 "name": "Jonathan Wage",
760 "email": "jonwage@gmail.com"
761 }
762 ],
763 "description": "Object-Relational-Mapper for PHP",
764 "homepage": "http://www.doctrine-project.org",
765 "keywords": [
766 "database",
767 "orm"
768 ],
769 "time": "2015-08-31 12:59:39"
770 },
771 {
772 "name": "ezyang/htmlpurifier",
773 "version": "v4.7.0",
774 "source": {
775 "type": "git",
776 "url": "https://github.com/ezyang/htmlpurifier.git",
777 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40"
778 },
779 "dist": {
780 "type": "zip",
781 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40",
782 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40",
783 "shasum": ""
784 },
785 "require": {
786 "php": ">=5.2"
787 },
788 "type": "library",
789 "autoload": {
790 "psr-0": {
791 "HTMLPurifier": "library/"
792 },
793 "files": [
794 "library/HTMLPurifier.composer.php"
795 ]
796 },
797 "notification-url": "https://packagist.org/downloads/",
798 "license": [
799 "LGPL"
800 ],
801 "authors": [
802 {
803 "name": "Edward Z. Yang",
804 "email": "admin@htmlpurifier.org",
805 "homepage": "http://ezyang.com"
806 }
807 ],
808 "description": "Standards compliant HTML filter written in PHP",
809 "homepage": "http://htmlpurifier.org/",
810 "keywords": [
811 "html"
812 ],
813 "time": "2015-08-05 01:03:42"
814 },
815 {
816 "name": "friendsofsymfony/oauth-server-bundle",
817 "version": "1.4.2",
818 "target-dir": "FOS/OAuthServerBundle",
819 "source": {
820 "type": "git",
821 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
822 "reference": "9e15c229eff547443d686445d629e9356ab0672e"
823 },
824 "dist": {
825 "type": "zip",
826 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/9e15c229eff547443d686445d629e9356ab0672e",
827 "reference": "9e15c229eff547443d686445d629e9356ab0672e",
828 "shasum": ""
829 },
830 "require": {
831 "friendsofsymfony/oauth2-php": "~1.1.0",
832 "php": ">=5.3.3",
833 "symfony/framework-bundle": "~2.1",
834 "symfony/security-bundle": "~2.1"
835 },
836 "require-dev": {
837 "doctrine/doctrine-bundle": "~1.0",
838 "doctrine/mongodb-odm": "1.0.*@dev",
839 "doctrine/orm": ">=2.2,<2.5-dev",
840 "symfony/class-loader": "~2.1",
841 "symfony/yaml": "~2.1",
842 "willdurand/propel-typehintable-behavior": "1.0.*"
843 },
844 "suggest": {
845 "doctrine/doctrine-bundle": "*",
846 "doctrine/mongodb-odm-bundle": "*",
847 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
848 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
849 },
850 "type": "symfony-bundle",
851 "extra": {
852 "branch-alias": {
853 "dev-master": "1.4-dev"
854 }
855 },
856 "autoload": {
857 "psr-0": {
858 "FOS\\OAuthServerBundle": ""
859 }
860 },
861 "notification-url": "https://packagist.org/downloads/",
862 "license": [
863 "MIT"
864 ],
865 "authors": [
866 {
867 "name": "Arnaud Le Blanc",
868 "email": "arnaud.lb@gmail.com"
869 },
870 {
871 "name": "FriendsOfSymfony Community",
872 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
873 }
874 ],
875 "description": "Symfony2 OAuth Server Bundle",
876 "homepage": "http://friendsofsymfony.github.com",
877 "keywords": [
878 "oauth",
879 "oauth2",
880 "server"
881 ],
882 "time": "2014-10-31 13:44:14"
883 },
884 {
885 "name": "friendsofsymfony/oauth2-php",
886 "version": "1.1.1",
887 "source": {
888 "type": "git",
889 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
890 "reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310"
891 },
892 "dist": {
893 "type": "zip",
894 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/23e76537c4a02e666ab4ba5abe67a69a886a0310",
895 "reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310",
896 "shasum": ""
897 },
898 "require": {
899 "php": ">=5.3.2",
900 "symfony/http-foundation": "~2.0"
901 },
902 "require-dev": {
903 "phpunit/phpunit": "~4.0"
904 },
905 "type": "library",
906 "extra": {
907 "branch-alias": {
908 "dev-master": "1.1.x-dev"
909 }
910 },
911 "autoload": {
912 "psr-4": {
913 "OAuth2\\": "lib/"
914 }
915 },
916 "notification-url": "https://packagist.org/downloads/",
917 "license": [
918 "MIT"
919 ],
920 "authors": [
921 {
922 "name": "Arnaud Le Blanc",
923 "email": "arnaud.lb@gmail.com"
924 },
925 {
926 "name": "FriendsOfSymfony Community",
927 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
928 }
929 ],
930 "description": "OAuth2 library",
931 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
932 "keywords": [
933 "oauth",
934 "oauth2"
935 ],
936 "time": "2014-11-03 10:21:20"
937 },
938 {
939 "name": "friendsofsymfony/rest-bundle",
940 "version": "1.7.2",
941 "target-dir": "FOS/RestBundle",
942 "source": {
943 "type": "git",
944 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
945 "reference": "70db6f7af4bb198881bfc9106aea633fa3e818c0"
946 },
947 "dist": {
948 "type": "zip",
949 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/70db6f7af4bb198881bfc9106aea633fa3e818c0",
950 "reference": "70db6f7af4bb198881bfc9106aea633fa3e818c0",
951 "shasum": ""
952 },
953 "require": {
954 "doctrine/inflector": "~1.0",
955 "php": ">=5.3.9",
956 "psr/log": "~1.0",
957 "symfony/framework-bundle": "~2.3",
958 "symfony/http-kernel": "~2.3,>=2.3.24",
959 "willdurand/jsonp-callback-validator": "~1.0",
960 "willdurand/negotiation": "~1.2"
961 },
962 "conflict": {
963 "jms/serializer": "<0.12",
964 "jms/serializer-bundle": "<0.11",
965 "symfony/validator": ">=2.5.0,<2.5.5"
966 },
967 "require-dev": {
968 "jms/serializer": "~0.13|~1.0",
969 "jms/serializer-bundle": "~0.12|~1.0",
970 "phpoption/phpoption": "~1.1.0",
971 "sensio/framework-extra-bundle": "~3.0",
972 "sllh/php-cs-fixer-styleci-bridge": "^1.3",
973 "symfony/browser-kit": "~2.3",
974 "symfony/dependency-injection": "~2.3",
975 "symfony/form": "~2.3",
976 "symfony/security": "~2.3",
977 "symfony/serializer": "~2.3",
978 "symfony/validator": "~2.3",
979 "symfony/yaml": "~2.3"
980 },
981 "suggest": {
982 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12||~1.0",
983 "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0",
984 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
985 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
986 },
987 "type": "symfony-bundle",
988 "extra": {
989 "branch-alias": {
990 "dev-master": "1.7-dev"
991 }
992 },
993 "autoload": {
994 "psr-0": {
995 "FOS\\RestBundle": ""
996 }
997 },
998 "notification-url": "https://packagist.org/downloads/",
999 "license": [
1000 "MIT"
1001 ],
1002 "authors": [
1003 {
1004 "name": "Lukas Kahwe Smith",
1005 "email": "smith@pooteeweet.org"
1006 },
1007 {
1008 "name": "FriendsOfSymfony Community",
1009 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1010 },
1011 {
1012 "name": "Konstantin Kudryashov",
1013 "email": "ever.zet@gmail.com"
1014 }
1015 ],
1016 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
1017 "homepage": "http://friendsofsymfony.github.com",
1018 "keywords": [
1019 "rest"
1020 ],
1021 "time": "2015-10-16 07:05:52"
1022 },
1023 {
1024 "name": "friendsofsymfony/user-bundle",
1025 "version": "dev-master",
1026 "source": {
1027 "type": "git",
1028 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
1029 "reference": "45d6f40178216a840885b4ca6d7de9e67068568a"
1030 },
1031 "dist": {
1032 "type": "zip",
1033 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/45d6f40178216a840885b4ca6d7de9e67068568a",
1034 "reference": "45d6f40178216a840885b4ca6d7de9e67068568a",
1035 "shasum": ""
1036 },
1037 "require": {
1038 "php": ">=5.3.9",
1039 "symfony/form": "~2.3",
1040 "symfony/framework-bundle": "~2.3",
1041 "symfony/security-bundle": "~2.3",
1042 "symfony/twig-bundle": "~2.3"
1043 },
1044 "require-dev": {
1045 "doctrine/doctrine-bundle": "~1.3",
1046 "swiftmailer/swiftmailer": "~4.3|~5",
1047 "symfony/validator": "~2.3",
1048 "symfony/yaml": "~2.3",
1049 "willdurand/propel-typehintable-behavior": "~1.0"
1050 },
1051 "suggest": {
1052 "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
1053 },
1054 "type": "symfony-bundle",
1055 "extra": {
1056 "branch-alias": {
1057 "dev-master": "2.0.x-dev"
1058 }
1059 },
1060 "autoload": {
1061 "psr-4": {
1062 "FOS\\UserBundle\\": ""
1063 }
1064 },
1065 "notification-url": "https://packagist.org/downloads/",
1066 "license": [
1067 "MIT"
1068 ],
1069 "authors": [
1070 {
1071 "name": "Christophe Coevoet",
1072 "email": "stof@notk.org"
1073 },
1074 {
1075 "name": "FriendsOfSymfony Community",
1076 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
1077 },
1078 {
1079 "name": "Thibault Duplessis",
1080 "email": "thibault.duplessis@gmail.com"
1081 }
1082 ],
1083 "description": "Symfony FOSUserBundle",
1084 "homepage": "http://friendsofsymfony.github.com",
1085 "keywords": [
1086 "User management"
1087 ],
1088 "time": "2015-11-03 10:24:23"
1089 },
1090 {
1091 "name": "grandt/binstring",
1092 "version": "1.0.0",
1093 "source": {
1094 "type": "git",
1095 "url": "https://github.com/Grandt/PHPBinString.git",
1096 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
1097 },
1098 "dist": {
1099 "type": "zip",
1100 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
1101 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
1102 "shasum": ""
1103 },
1104 "require": {
1105 "php": ">=5.0"
1106 },
1107 "type": "library",
1108 "autoload": {
1109 "classmap": [
1110 "BinString.php",
1111 "BinStringStatic.php"
1112 ]
1113 },
1114 "notification-url": "https://packagist.org/downloads/",
1115 "license": [
1116 "LGPL-2.1"
1117 ],
1118 "authors": [
1119 {
1120 "name": "A. Grandt",
1121 "email": "php@grandt.com",
1122 "role": "Developer"
1123 }
1124 ],
1125 "description": "A class for working around the use of mbstring.func_override",
1126 "homepage": "https://github.com/Grandt/PHPBinString",
1127 "keywords": [
1128 "binary strings",
1129 "mbstring"
1130 ],
1131 "time": "2015-08-13 06:14:41"
1132 },
1133 {
1134 "name": "grandt/phpepub",
1135 "version": "4.0.3",
1136 "source": {
1137 "type": "git",
1138 "url": "https://github.com/Grandt/PHPePub.git",
1139 "reference": "dee0c5549a8d2c6bf6a1ad5b4ee21d245b711fca"
1140 },
1141 "dist": {
1142 "type": "zip",
1143 "url": "https://api.github.com/repos/Grandt/PHPePub/zipball/dee0c5549a8d2c6bf6a1ad5b4ee21d245b711fca",
1144 "reference": "dee0c5549a8d2c6bf6a1ad5b4ee21d245b711fca",
1145 "shasum": ""
1146 },
1147 "require": {
1148 "grandt/phpresizegif": ">=1.0.3",
1149 "grandt/relativepath": ">=1.0.1",
1150 "php": ">=5.3.0",
1151 "phpzip/phpzip": ">=2.0.7"
1152 },
1153 "type": "library",
1154 "autoload": {
1155 "psr-4": {
1156 "PHPePub\\": "src/PHPePub"
1157 },
1158 "classmap": [
1159 "src/lib.uuid.php"
1160 ]
1161 },
1162 "notification-url": "https://packagist.org/downloads/",
1163 "license": [
1164 "LGPL-2.1"
1165 ],
1166 "authors": [
1167 {
1168 "name": "A. Grandt",
1169 "email": "php@grandt.com",
1170 "homepage": "http://grandt.com",
1171 "role": "Developer"
1172 }
1173 ],
1174 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
1175 "homepage": "https://github.com/Grandt/PHPZip",
1176 "keywords": [
1177 "e-book",
1178 "epub"
1179 ],
1180 "time": "2015-09-15 08:47:09"
1181 },
1182 {
1183 "name": "grandt/phpresizegif",
1184 "version": "1.0.3",
1185 "source": {
1186 "type": "git",
1187 "url": "https://github.com/Grandt/PHPResizeGif.git",
1188 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
1189 },
1190 "dist": {
1191 "type": "zip",
1192 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
1193 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
1194 "shasum": ""
1195 },
1196 "require": {
1197 "grandt/binstring": ">=0.2.0",
1198 "php": ">=5.3.0"
1199 },
1200 "type": "library",
1201 "autoload": {
1202 "psr-4": {
1203 "grandt\\ResizeGif\\": "src/ResizeGif",
1204 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
1205 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
1206 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
1207 }
1208 },
1209 "notification-url": "https://packagist.org/downloads/",
1210 "license": [
1211 "LGPL-2.1"
1212 ],
1213 "authors": [
1214 {
1215 "name": "A. Grandt",
1216 "email": "php@grandt.com",
1217 "homepage": "http://grandt.com",
1218 "role": "Developer"
1219 }
1220 ],
1221 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
1222 "homepage": "https://github.com/Grandt/PHPResizeGif",
1223 "keywords": [
1224 "GIF89a",
1225 "animated gif",
1226 "gif",
1227 "resize"
1228 ],
1229 "time": "2015-05-10 10:52:24"
1230 },
1231 {
1232 "name": "grandt/phpzipmerge",
1233 "version": "1.0.4",
1234 "source": {
1235 "type": "git",
1236 "url": "https://github.com/Grandt/PHPZipMerge.git",
1237 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
1238 },
1239 "dist": {
1240 "type": "zip",
1241 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
1242 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
1243 "shasum": ""
1244 },
1245 "require": {
1246 "grandt/binstring": ">=1.0.0",
1247 "grandt/relativepath": ">=1.0.1",
1248 "php": ">=5.3.0"
1249 },
1250 "type": "library",
1251 "autoload": {
1252 "psr-4": {
1253 "ZipMerge\\": "src/ZipMerge"
1254 }
1255 },
1256 "notification-url": "https://packagist.org/downloads/",
1257 "license": [
1258 "LGPL-2.1"
1259 ],
1260 "authors": [
1261 {
1262 "name": "A. Grandt",
1263 "email": "php@grandt.com",
1264 "homepage": "http://grandt.com",
1265 "role": "Developer"
1266 },
1267 {
1268 "name": "Greg Kappatos",
1269 "homepage": "http://websiteconnect.com.au",
1270 "role": "Developer"
1271 }
1272 ],
1273 "description": "Merge and stream multiple Zip files on the fly.",
1274 "homepage": "https://github.com/Grandt/PHPZipMerge",
1275 "keywords": [
1276 "archive",
1277 "compressed",
1278 "compression",
1279 "merge",
1280 "phpzip",
1281 "pkzip",
1282 "stream",
1283 "zip"
1284 ],
1285 "time": "2015-08-18 13:49:33"
1286 },
1287 {
1288 "name": "grandt/relativepath",
1289 "version": "1.0.2",
1290 "source": {
1291 "type": "git",
1292 "url": "https://github.com/Grandt/PHPRelativePath.git",
1293 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
1294 },
1295 "dist": {
1296 "type": "zip",
1297 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
1298 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
1299 "shasum": ""
1300 },
1301 "require": {
1302 "php": ">=5.0"
1303 },
1304 "type": "library",
1305 "autoload": {
1306 "classmap": [
1307 "RelativePath.php"
1308 ]
1309 },
1310 "notification-url": "https://packagist.org/downloads/",
1311 "license": [
1312 "LGPL-2.1"
1313 ],
1314 "authors": [
1315 {
1316 "name": "A. Grandt",
1317 "email": "php@grandt.com",
1318 "role": "Developer"
1319 }
1320 ],
1321 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
1322 "homepage": "https://github.com/Grandt/PHPRelativePath",
1323 "keywords": [
1324 "file path"
1325 ],
1326 "time": "2015-05-14 08:18:23"
1327 },
1328 {
1329 "name": "guzzlehttp/guzzle",
1330 "version": "5.3.0",
1331 "source": {
1332 "type": "git",
1333 "url": "https://github.com/guzzle/guzzle.git",
1334 "reference": "f3c8c22471cb55475105c14769644a49c3262b93"
1335 },
1336 "dist": {
1337 "type": "zip",
1338 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93",
1339 "reference": "f3c8c22471cb55475105c14769644a49c3262b93",
1340 "shasum": ""
1341 },
1342 "require": {
1343 "guzzlehttp/ringphp": "^1.1",
1344 "php": ">=5.4.0"
1345 },
1346 "require-dev": {
1347 "ext-curl": "*",
1348 "phpunit/phpunit": "^4.0",
1349 "psr/log": "^1.0"
1350 },
1351 "type": "library",
1352 "extra": {
1353 "branch-alias": {
1354 "dev-master": "5.0-dev"
1355 }
1356 },
1357 "autoload": {
1358 "psr-4": {
1359 "GuzzleHttp\\": "src/"
1360 }
1361 },
1362 "notification-url": "https://packagist.org/downloads/",
1363 "license": [
1364 "MIT"
1365 ],
1366 "authors": [
1367 {
1368 "name": "Michael Dowling",
1369 "email": "mtdowling@gmail.com",
1370 "homepage": "https://github.com/mtdowling"
1371 }
1372 ],
1373 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1374 "homepage": "http://guzzlephp.org/",
1375 "keywords": [
1376 "client",
1377 "curl",
1378 "framework",
1379 "http",
1380 "http client",
1381 "rest",
1382 "web service"
1383 ],
1384 "time": "2015-05-20 03:47:55"
1385 },
1386 {
1387 "name": "guzzlehttp/ringphp",
1388 "version": "1.1.0",
1389 "source": {
1390 "type": "git",
1391 "url": "https://github.com/guzzle/RingPHP.git",
1392 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
1393 },
1394 "dist": {
1395 "type": "zip",
1396 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1397 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1398 "shasum": ""
1399 },
1400 "require": {
1401 "guzzlehttp/streams": "~3.0",
1402 "php": ">=5.4.0",
1403 "react/promise": "~2.0"
1404 },
1405 "require-dev": {
1406 "ext-curl": "*",
1407 "phpunit/phpunit": "~4.0"
1408 },
1409 "suggest": {
1410 "ext-curl": "Guzzle will use specific adapters if cURL is present"
1411 },
1412 "type": "library",
1413 "extra": {
1414 "branch-alias": {
1415 "dev-master": "1.1-dev"
1416 }
1417 },
1418 "autoload": {
1419 "psr-4": {
1420 "GuzzleHttp\\Ring\\": "src/"
1421 }
1422 },
1423 "notification-url": "https://packagist.org/downloads/",
1424 "license": [
1425 "MIT"
1426 ],
1427 "authors": [
1428 {
1429 "name": "Michael Dowling",
1430 "email": "mtdowling@gmail.com",
1431 "homepage": "https://github.com/mtdowling"
1432 }
1433 ],
1434 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
1435 "time": "2015-05-20 03:37:09"
1436 },
1437 {
1438 "name": "guzzlehttp/streams",
1439 "version": "3.0.0",
1440 "source": {
1441 "type": "git",
1442 "url": "https://github.com/guzzle/streams.git",
1443 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
1444 },
1445 "dist": {
1446 "type": "zip",
1447 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1448 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1449 "shasum": ""
1450 },
1451 "require": {
1452 "php": ">=5.4.0"
1453 },
1454 "require-dev": {
1455 "phpunit/phpunit": "~4.0"
1456 },
1457 "type": "library",
1458 "extra": {
1459 "branch-alias": {
1460 "dev-master": "3.0-dev"
1461 }
1462 },
1463 "autoload": {
1464 "psr-4": {
1465 "GuzzleHttp\\Stream\\": "src/"
1466 }
1467 },
1468 "notification-url": "https://packagist.org/downloads/",
1469 "license": [
1470 "MIT"
1471 ],
1472 "authors": [
1473 {
1474 "name": "Michael Dowling",
1475 "email": "mtdowling@gmail.com",
1476 "homepage": "https://github.com/mtdowling"
1477 }
1478 ],
1479 "description": "Provides a simple abstraction over streams of data",
1480 "homepage": "http://guzzlephp.org/",
1481 "keywords": [
1482 "Guzzle",
1483 "stream"
1484 ],
1485 "time": "2014-10-12 19:18:40"
1486 },
1487 {
1488 "name": "htmlawed/htmlawed",
1489 "version": "1.1.19",
1490 "source": {
1491 "type": "git",
1492 "url": "https://github.com/kesar/HTMLawed.git",
1493 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf"
1494 },
1495 "dist": {
1496 "type": "zip",
1497 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/620c38edd57e680260ebd8dd0e98167d97e9a7bf",
1498 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf",
1499 "shasum": ""
1500 },
1501 "require": {
1502 "php": ">4.4.0"
1503 },
1504 "type": "library",
1505 "autoload": {
1506 "files": [
1507 "htmLawed.php"
1508 ]
1509 },
1510 "notification-url": "https://packagist.org/downloads/",
1511 "license": [
1512 "GPL-2.0+",
1513 "LGPL-3.0"
1514 ],
1515 "authors": [
1516 {
1517 "name": "Santosh Patnaik",
1518 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1519 "role": "Developer"
1520 }
1521 ],
1522 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1523 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1524 "keywords": [
1525 "HTMLtidy",
1526 "html",
1527 "sanitize",
1528 "strip",
1529 "tags"
1530 ],
1531 "time": "2015-04-05 17:23:05"
1532 },
1533 {
1534 "name": "incenteev/composer-parameter-handler",
1535 "version": "v2.1.1",
1536 "source": {
1537 "type": "git",
1538 "url": "https://github.com/Incenteev/ParameterHandler.git",
1539 "reference": "84a205fe80a46101607bafbc423019527893ddd0"
1540 },
1541 "dist": {
1542 "type": "zip",
1543 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/84a205fe80a46101607bafbc423019527893ddd0",
1544 "reference": "84a205fe80a46101607bafbc423019527893ddd0",
1545 "shasum": ""
1546 },
1547 "require": {
1548 "php": ">=5.3.3",
1549 "symfony/yaml": "~2.0"
1550 },
1551 "require-dev": {
1552 "composer/composer": "1.0.*@dev",
1553 "phpspec/prophecy-phpunit": "~1.0",
1554 "symfony/filesystem": "~2.2"
1555 },
1556 "type": "library",
1557 "extra": {
1558 "branch-alias": {
1559 "dev-master": "2.1.x-dev"
1560 }
1561 },
1562 "autoload": {
1563 "psr-4": {
1564 "Incenteev\\ParameterHandler\\": ""
1565 }
1566 },
1567 "notification-url": "https://packagist.org/downloads/",
1568 "license": [
1569 "MIT"
1570 ],
1571 "authors": [
1572 {
1573 "name": "Christophe Coevoet",
1574 "email": "stof@notk.org"
1575 }
1576 ],
1577 "description": "Composer script handling your ignored parameter file",
1578 "homepage": "https://github.com/Incenteev/ParameterHandler",
1579 "keywords": [
1580 "parameters management"
1581 ],
1582 "time": "2015-06-03 08:27:03"
1583 },
1584 {
1585 "name": "j0k3r/graby",
1586 "version": "1.0.4",
1587 "source": {
1588 "type": "git",
1589 "url": "https://github.com/j0k3r/graby.git",
1590 "reference": "488cee65ac6ea5dd6bb9734b982159e591de6f0e"
1591 },
1592 "dist": {
1593 "type": "zip",
1594 "url": "https://api.github.com/repos/j0k3r/graby/zipball/488cee65ac6ea5dd6bb9734b982159e591de6f0e",
1595 "reference": "488cee65ac6ea5dd6bb9734b982159e591de6f0e",
1596 "shasum": ""
1597 },
1598 "require": {
1599 "guzzlehttp/guzzle": "^5.2.0",
1600 "htmlawed/htmlawed": "^1.1.19",
1601 "j0k3r/graby-site-config": "^1.0.0",
1602 "j0k3r/php-readability": "^1.0",
1603 "j0k3r/safecurl": "1.1.1",
1604 "monolog/monolog": "^1.13.1",
1605 "neitanod/forceutf8": "^1.4",
1606 "php": ">=5.4",
1607 "simplepie/simplepie": "^1.3.1",
1608 "smalot/pdfparser": "~0.9.24",
1609 "symfony/options-resolver": "^2.6.6"
1610 },
1611 "type": "library",
1612 "autoload": {
1613 "psr-4": {
1614 "Graby\\": "src/"
1615 }
1616 },
1617 "notification-url": "https://packagist.org/downloads/",
1618 "license": [
1619 "AGPL-3.0"
1620 ],
1621 "authors": [
1622 {
1623 "name": "Jeremy Benoist",
1624 "email": "jeremy.benoist@gmail.com",
1625 "role": "Developer"
1626 },
1627 {
1628 "name": "FiveFilters.org",
1629 "email": "fivefilters@fivefilters.org",
1630 "role": "Developer (original version)"
1631 }
1632 ],
1633 "description": "Graby helps you extract article content from web pages",
1634 "time": "2015-10-28 06:38:06"
1635 },
1636 {
1637 "name": "j0k3r/graby-site-config",
1638 "version": "1.0.6",
1639 "source": {
1640 "type": "git",
1641 "url": "https://github.com/j0k3r/graby-site-config.git",
1642 "reference": "6631451c1be563ff3bc8fa16c60ef7df38f8e65b"
1643 },
1644 "dist": {
1645 "type": "zip",
1646 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/6631451c1be563ff3bc8fa16c60ef7df38f8e65b",
1647 "reference": "6631451c1be563ff3bc8fa16c60ef7df38f8e65b",
1648 "shasum": ""
1649 },
1650 "require": {
1651 "symfony/finder": "^2.6.6"
1652 },
1653 "type": "library",
1654 "autoload": {
1655 "psr-4": {
1656 "GrabySiteConfig\\SiteConfig\\": "src/"
1657 }
1658 },
1659 "notification-url": "https://packagist.org/downloads/",
1660 "license": [
1661 "AGPL-3.0"
1662 ],
1663 "authors": [
1664 {
1665 "name": "Jeremy Benoist",
1666 "email": "jeremy.benoist@gmail.com"
1667 }
1668 ],
1669 "description": "Graby site config files",
1670 "time": "2015-10-24 14:44:25"
1671 },
1672 {
1673 "name": "j0k3r/php-readability",
1674 "version": "v1.0.8",
1675 "source": {
1676 "type": "git",
1677 "url": "https://github.com/j0k3r/php-readability.git",
1678 "reference": "f71c3a419623f821c245e0a003edfbf2c67f278e"
1679 },
1680 "dist": {
1681 "type": "zip",
1682 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/f71c3a419623f821c245e0a003edfbf2c67f278e",
1683 "reference": "f71c3a419623f821c245e0a003edfbf2c67f278e",
1684 "shasum": ""
1685 },
1686 "require": {
1687 "ext-tidy": ">=1.2",
1688 "php": ">=5.3.3"
1689 },
1690 "type": "library",
1691 "autoload": {
1692 "psr-4": {
1693 "Readability\\": "src/"
1694 }
1695 },
1696 "notification-url": "https://packagist.org/downloads/",
1697 "license": [
1698 "Apache-2.0"
1699 ],
1700 "authors": [
1701 {
1702 "name": "Keyvan Minoukadeh",
1703 "email": "keyvan@keyvan.net",
1704 "homepage": "http://keyvan.net",
1705 "role": "Developer (ported original JS code to PHP)"
1706 },
1707 {
1708 "name": "Arc90",
1709 "homepage": "http://arc90.com",
1710 "role": "Developer (original JS version)"
1711 },
1712 {
1713 "name": "Jeremy Benoist",
1714 "email": "jeremy.benoist@gmail.com",
1715 "homepage": "http://www.j0k3r.net",
1716 "role": "Developer"
1717 },
1718 {
1719 "name": "DitherSky",
1720 "homepage": "https://github.com/Dither",
1721 "role": "Developer (https://github.com/Dither/full-text-rss)"
1722 }
1723 ],
1724 "description": "Automatic article extraction from HTML",
1725 "keywords": [
1726 "article",
1727 "article extraction",
1728 "content",
1729 "content extraction",
1730 "extraction",
1731 "html"
1732 ],
1733 "time": "2015-09-23 19:09:38"
1734 },
1735 {
1736 "name": "j0k3r/safecurl",
1737 "version": "v1.1.1",
1738 "source": {
1739 "type": "git",
1740 "url": "https://github.com/j0k3r/safecurl.git",
1741 "reference": "3e8594a944ede2b74f3e24e371f2770bbfed6aa5"
1742 },
1743 "dist": {
1744 "type": "zip",
1745 "url": "https://api.github.com/repos/j0k3r/safecurl/zipball/3e8594a944ede2b74f3e24e371f2770bbfed6aa5",
1746 "reference": "3e8594a944ede2b74f3e24e371f2770bbfed6aa5",
1747 "shasum": ""
1748 },
1749 "require": {
1750 "php": ">=5.3.0"
1751 },
1752 "type": "library",
1753 "autoload": {
1754 "psr-0": {
1755 "fin1te\\SafeCurl": "src/"
1756 }
1757 },
1758 "notification-url": "https://packagist.org/downloads/",
1759 "license": [
1760 "MIT"
1761 ],
1762 "authors": [
1763 {
1764 "name": "Jeremy Benoist",
1765 "email": "jeremy.benoist@gmail.com"
1766 },
1767 {
1768 "name": "Jack W",
1769 "email": "jack@fin1te.net",
1770 "role": "Developer (original version)"
1771 }
1772 ],
1773 "description": "A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.",
1774 "keywords": [
1775 "curl",
1776 "safe",
1777 "safecurl",
1778 "ssrf",
1779 "websec"
1780 ],
1781 "time": "2015-10-01 18:30:41"
1782 },
1783 {
1784 "name": "jdorn/sql-formatter",
1785 "version": "v1.2.17",
1786 "source": {
1787 "type": "git",
1788 "url": "https://github.com/jdorn/sql-formatter.git",
1789 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1790 },
1791 "dist": {
1792 "type": "zip",
1793 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1794 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1795 "shasum": ""
1796 },
1797 "require": {
1798 "php": ">=5.2.4"
1799 },
1800 "require-dev": {
1801 "phpunit/phpunit": "3.7.*"
1802 },
1803 "type": "library",
1804 "extra": {
1805 "branch-alias": {
1806 "dev-master": "1.3.x-dev"
1807 }
1808 },
1809 "autoload": {
1810 "classmap": [
1811 "lib"
1812 ]
1813 },
1814 "notification-url": "https://packagist.org/downloads/",
1815 "license": [
1816 "MIT"
1817 ],
1818 "authors": [
1819 {
1820 "name": "Jeremy Dorn",
1821 "email": "jeremy@jeremydorn.com",
1822 "homepage": "http://jeremydorn.com/"
1823 }
1824 ],
1825 "description": "a PHP SQL highlighting library",
1826 "homepage": "https://github.com/jdorn/sql-formatter/",
1827 "keywords": [
1828 "highlight",
1829 "sql"
1830 ],
1831 "time": "2014-01-12 16:20:24"
1832 },
1833 {
1834 "name": "jms/metadata",
1835 "version": "1.5.1",
1836 "source": {
1837 "type": "git",
1838 "url": "https://github.com/schmittjoh/metadata.git",
1839 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1840 },
1841 "dist": {
1842 "type": "zip",
1843 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1844 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1845 "shasum": ""
1846 },
1847 "require": {
1848 "php": ">=5.3.0"
1849 },
1850 "require-dev": {
1851 "doctrine/cache": "~1.0"
1852 },
1853 "type": "library",
1854 "extra": {
1855 "branch-alias": {
1856 "dev-master": "1.5.x-dev"
1857 }
1858 },
1859 "autoload": {
1860 "psr-0": {
1861 "Metadata\\": "src/"
1862 }
1863 },
1864 "notification-url": "https://packagist.org/downloads/",
1865 "license": [
1866 "Apache"
1867 ],
1868 "authors": [
1869 {
1870 "name": "Johannes Schmitt",
1871 "email": "schmittjoh@gmail.com",
1872 "homepage": "https://github.com/schmittjoh",
1873 "role": "Developer of wrapped JMSSerializerBundle"
1874 }
1875 ],
1876 "description": "Class/method/property metadata management in PHP",
1877 "keywords": [
1878 "annotations",
1879 "metadata",
1880 "xml",
1881 "yaml"
1882 ],
1883 "time": "2014-07-12 07:13:19"
1884 },
1885 {
1886 "name": "jms/parser-lib",
1887 "version": "1.0.0",
1888 "source": {
1889 "type": "git",
1890 "url": "https://github.com/schmittjoh/parser-lib.git",
1891 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1892 },
1893 "dist": {
1894 "type": "zip",
1895 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1896 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1897 "shasum": ""
1898 },
1899 "require": {
1900 "phpoption/phpoption": ">=0.9,<2.0-dev"
1901 },
1902 "type": "library",
1903 "extra": {
1904 "branch-alias": {
1905 "dev-master": "1.0-dev"
1906 }
1907 },
1908 "autoload": {
1909 "psr-0": {
1910 "JMS\\": "src/"
1911 }
1912 },
1913 "notification-url": "https://packagist.org/downloads/",
1914 "license": [
1915 "Apache2"
1916 ],
1917 "description": "A library for easily creating recursive-descent parsers.",
1918 "time": "2012-11-18 18:08:43"
1919 },
1920 {
1921 "name": "jms/serializer",
1922 "version": "0.16.0",
1923 "source": {
1924 "type": "git",
1925 "url": "https://github.com/schmittjoh/serializer.git",
1926 "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
1927 },
1928 "dist": {
1929 "type": "zip",
1930 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
1931 "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
1932 "shasum": ""
1933 },
1934 "require": {
1935 "doctrine/annotations": "1.*",
1936 "jms/metadata": "~1.1",
1937 "jms/parser-lib": "1.*",
1938 "php": ">=5.3.2",
1939 "phpcollection/phpcollection": "~0.1"
1940 },
1941 "require-dev": {
1942 "doctrine/orm": "~2.1",
1943 "doctrine/phpcr-odm": "~1.0.1",
1944 "jackalope/jackalope-doctrine-dbal": "1.0.*",
1945 "propel/propel1": "~1.7",
1946 "symfony/filesystem": "2.*",
1947 "symfony/form": "~2.1",
1948 "symfony/translation": "~2.0",
1949 "symfony/validator": "~2.0",
1950 "symfony/yaml": "2.*",
1951 "twig/twig": ">=1.8,<2.0-dev"
1952 },
1953 "suggest": {
1954 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1955 },
1956 "type": "library",
1957 "extra": {
1958 "branch-alias": {
1959 "dev-master": "0.15-dev"
1960 }
1961 },
1962 "autoload": {
1963 "psr-0": {
1964 "JMS\\Serializer": "src/"
1965 }
1966 },
1967 "notification-url": "https://packagist.org/downloads/",
1968 "license": [
1969 "Apache2"
1970 ],
1971 "authors": [
1972 {
1973 "name": "Johannes Schmitt",
1974 "email": "schmittjoh@gmail.com",
1975 "homepage": "https://github.com/schmittjoh",
1976 "role": "Developer of wrapped JMSSerializerBundle"
1977 }
1978 ],
1979 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1980 "homepage": "http://jmsyst.com/libs/serializer",
1981 "keywords": [
1982 "deserialization",
1983 "jaxb",
1984 "json",
1985 "serialization",
1986 "xml"
1987 ],
1988 "time": "2014-03-18 08:39:00"
1989 },
1990 {
1991 "name": "jms/serializer-bundle",
1992 "version": "0.13.0",
1993 "target-dir": "JMS/SerializerBundle",
1994 "source": {
1995 "type": "git",
1996 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
1997 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795"
1998 },
1999 "dist": {
2000 "type": "zip",
2001 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795",
2002 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795",
2003 "shasum": ""
2004 },
2005 "require": {
2006 "jms/serializer": "~0.11",
2007 "php": ">=5.3.2",
2008 "symfony/framework-bundle": "~2.1"
2009 },
2010 "require-dev": {
2011 "doctrine/doctrine-bundle": "*",
2012 "doctrine/orm": "*",
2013 "symfony/browser-kit": "*",
2014 "symfony/class-loader": "*",
2015 "symfony/css-selector": "*",
2016 "symfony/finder": "*",
2017 "symfony/form": "*",
2018 "symfony/process": "*",
2019 "symfony/twig-bundle": "*",
2020 "symfony/validator": "*",
2021 "symfony/yaml": "*"
2022 },
2023 "suggest": {
2024 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
2025 },
2026 "type": "symfony-bundle",
2027 "extra": {
2028 "branch-alias": {
2029 "dev-master": "0.13-dev"
2030 }
2031 },
2032 "autoload": {
2033 "psr-0": {
2034 "JMS\\SerializerBundle": ""
2035 }
2036 },
2037 "notification-url": "https://packagist.org/downloads/",
2038 "license": [
2039 "Apache2"
2040 ],
2041 "authors": [
2042 {
2043 "name": "Johannes Schmitt",
2044 "email": "schmittjoh@gmail.com",
2045 "homepage": "https://github.com/schmittjoh",
2046 "role": "Developer of wrapped JMSSerializerBundle"
2047 }
2048 ],
2049 "description": "Allows you to easily serialize, and deserialize data of any complexity",
2050 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
2051 "keywords": [
2052 "deserialization",
2053 "jaxb",
2054 "json",
2055 "serialization",
2056 "xml"
2057 ],
2058 "time": "2013-12-05 14:36:11"
2059 },
2060 {
2061 "name": "kriswallsmith/assetic",
2062 "version": "v1.3.1",
2063 "source": {
2064 "type": "git",
2065 "url": "https://github.com/kriswallsmith/assetic.git",
2066 "reference": "cb92b179dddfb8a3f341d53bd27e088f24d9c2e5"
2067 },
2068 "dist": {
2069 "type": "zip",
2070 "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/cb92b179dddfb8a3f341d53bd27e088f24d9c2e5",
2071 "reference": "cb92b179dddfb8a3f341d53bd27e088f24d9c2e5",
2072 "shasum": ""
2073 },
2074 "require": {
2075 "php": ">=5.3.1",
2076 "symfony/process": "~2.1"
2077 },
2078 "conflict": {
2079 "twig/twig": "<1.12"
2080 },
2081 "require-dev": {
2082 "cssmin/cssmin": "*",
2083 "joliclic/javascript-packer": "*",
2084 "kamicane/packager": "*",
2085 "leafo/lessphp": "^0.3.7",
2086 "leafo/scssphp": "*@dev",
2087 "leafo/scssphp-compass": "*@dev",
2088 "mrclay/minify": "*",
2089 "patchwork/jsqueeze": "~1.0|~2.0",
2090 "phpunit/phpunit": "~4.8",
2091 "psr/log": "~1.0",
2092 "ptachoire/cssembed": "*",
2093 "symfony/phpunit-bridge": "~2.7",
2094 "twig/twig": "~1.8|~2.0"
2095 },
2096 "suggest": {
2097 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
2098 "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
2099 "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
2100 "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
2101 "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
2102 "twig/twig": "Assetic provides the integration with the Twig templating engine"
2103 },
2104 "type": "library",
2105 "extra": {
2106 "branch-alias": {
2107 "dev-master": "1.4-dev"
2108 }
2109 },
2110 "autoload": {
2111 "psr-0": {
2112 "Assetic": "src/"
2113 },
2114 "files": [
2115 "src/functions.php"
2116 ]
2117 },
2118 "notification-url": "https://packagist.org/downloads/",
2119 "license": [
2120 "MIT"
2121 ],
2122 "authors": [
2123 {
2124 "name": "Kris Wallsmith",
2125 "email": "kris.wallsmith@gmail.com",
2126 "homepage": "http://kriswallsmith.net/"
2127 }
2128 ],
2129 "description": "Asset Management for PHP",
2130 "homepage": "https://github.com/kriswallsmith/assetic",
2131 "keywords": [
2132 "assets",
2133 "compression",
2134 "minification"
2135 ],
2136 "time": "2015-10-15 01:33:42"
2137 },
2138 {
2139 "name": "lexik/form-filter-bundle",
2140 "version": "v4.0.2",
2141 "source": {
2142 "type": "git",
2143 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
2144 "reference": "d6081d308b71e14509602722c78d28801e4ed78a"
2145 },
2146 "dist": {
2147 "type": "zip",
2148 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/d6081d308b71e14509602722c78d28801e4ed78a",
2149 "reference": "d6081d308b71e14509602722c78d28801e4ed78a",
2150 "shasum": ""
2151 },
2152 "require": {
2153 "doctrine/orm": "~2.2",
2154 "php": ">=5.3.2",
2155 "symfony/form": "~2.7",
2156 "symfony/framework-bundle": "~2.7"
2157 },
2158 "require-dev": {
2159 "phpunit/phpunit": "~3.7"
2160 },
2161 "type": "symfony-bundle",
2162 "extra": {
2163 "branch-alias": {
2164 "dev-master": "4.x.x-dev"
2165 }
2166 },
2167 "autoload": {
2168 "psr-4": {
2169 "Lexik\\Bundle\\FormFilterBundle\\": ""
2170 }
2171 },
2172 "notification-url": "https://packagist.org/downloads/",
2173 "license": [
2174 "MIT"
2175 ],
2176 "authors": [
2177 {
2178 "name": "Dev Lexik",
2179 "email": "dev@lexik.fr"
2180 },
2181 {
2182 "name": "Cedric Girard",
2183 "email": "c.girard@lexik.fr"
2184 }
2185 ],
2186 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
2187 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
2188 "keywords": [
2189 "Symfony2",
2190 "bundle",
2191 "doctrine",
2192 "filter",
2193 "form"
2194 ],
2195 "time": "2015-10-20 12:45:52"
2196 },
2197 {
2198 "name": "liip/theme-bundle",
2199 "version": "1.1.3",
2200 "target-dir": "Liip/ThemeBundle",
2201 "source": {
2202 "type": "git",
2203 "url": "https://github.com/liip/LiipThemeBundle.git",
2204 "reference": "a594cc6deda293034b8fd7795c9950f02fc8251b"
2205 },
2206 "dist": {
2207 "type": "zip",
2208 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/a594cc6deda293034b8fd7795c9950f02fc8251b",
2209 "reference": "a594cc6deda293034b8fd7795c9950f02fc8251b",
2210 "shasum": ""
2211 },
2212 "require": {
2213 "php": ">=5.3.3",
2214 "symfony/framework-bundle": "~2.0"
2215 },
2216 "require-dev": {
2217 "symfony/console": "~2.0",
2218 "symfony/expression-language": "~2.6"
2219 },
2220 "type": "symfony-bundle",
2221 "extra": {
2222 "branch-alias": {
2223 "dev-master": "1.1-dev"
2224 }
2225 },
2226 "autoload": {
2227 "psr-0": {
2228 "Liip\\ThemeBundle": ""
2229 }
2230 },
2231 "notification-url": "https://packagist.org/downloads/",
2232 "license": [
2233 "MIT"
2234 ],
2235 "authors": [
2236 {
2237 "name": "Community contributions",
2238 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
2239 },
2240 {
2241 "name": "Liip AG",
2242 "homepage": "http://www.liip.ch/"
2243 }
2244 ],
2245 "description": "Provides theming support for #Symfony2 Bundles",
2246 "keywords": [
2247 "themes",
2248 "theming"
2249 ],
2250 "time": "2015-02-02 15:55:54"
2251 },
2252 {
2253 "name": "mgargano/simplehtmldom",
2254 "version": "1.5",
2255 "source": {
2256 "type": "git",
2257 "url": "https://github.com/matgargano/simplehtmldom.git",
2258 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
2259 },
2260 "dist": {
2261 "type": "zip",
2262 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
2263 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
2264 "shasum": ""
2265 },
2266 "require": {
2267 "php": ">=5.3.0"
2268 },
2269 "type": "library",
2270 "autoload": {
2271 "psr-0": {
2272 "SimpleHtmlDom": "src/"
2273 },
2274 "files": [
2275 "src/simple_html_dom.php"
2276 ]
2277 },
2278 "notification-url": "https://packagist.org/downloads/",
2279 "license": [
2280 "The MIT License"
2281 ],
2282 "authors": [
2283 {
2284 "name": "S.C. Chen",
2285 "email": "me578022@gmail.com"
2286 }
2287 ],
2288 "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",
2289 "homepage": "http://simplehtmldom.sourceforge.net/",
2290 "keywords": [
2291 "Simple",
2292 "dom",
2293 "html"
2294 ],
2295 "time": "2014-01-05 18:17:34"
2296 },
2297 {
2298 "name": "michelf/php-markdown",
2299 "version": "1.5.0",
2300 "source": {
2301 "type": "git",
2302 "url": "https://github.com/michelf/php-markdown.git",
2303 "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9"
2304 },
2305 "dist": {
2306 "type": "zip",
2307 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9",
2308 "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9",
2309 "shasum": ""
2310 },
2311 "require": {
2312 "php": ">=5.3.0"
2313 },
2314 "type": "library",
2315 "extra": {
2316 "branch-alias": {
2317 "dev-lib": "1.4.x-dev"
2318 }
2319 },
2320 "autoload": {
2321 "psr-0": {
2322 "Michelf": ""
2323 }
2324 },
2325 "notification-url": "https://packagist.org/downloads/",
2326 "license": [
2327 "BSD-3-Clause"
2328 ],
2329 "authors": [
2330 {
2331 "name": "John Gruber",
2332 "homepage": "http://daringfireball.net/"
2333 },
2334 {
2335 "name": "Michel Fortin",
2336 "email": "michel.fortin@michelf.ca",
2337 "homepage": "https://michelf.ca/",
2338 "role": "Developer"
2339 }
2340 ],
2341 "description": "PHP Markdown",
2342 "homepage": "https://michelf.ca/projects/php-markdown/",
2343 "keywords": [
2344 "markdown"
2345 ],
2346 "time": "2015-03-01 12:03:08"
2347 },
2348 {
2349 "name": "monolog/monolog",
2350 "version": "1.17.2",
2351 "source": {
2352 "type": "git",
2353 "url": "https://github.com/Seldaek/monolog.git",
2354 "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
2355 },
2356 "dist": {
2357 "type": "zip",
2358 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
2359 "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
2360 "shasum": ""
2361 },
2362 "require": {
2363 "php": ">=5.3.0",
2364 "psr/log": "~1.0"
2365 },
2366 "provide": {
2367 "psr/log-implementation": "1.0.0"
2368 },
2369 "require-dev": {
2370 "aws/aws-sdk-php": "^2.4.9",
2371 "doctrine/couchdb": "~1.0@dev",
2372 "graylog2/gelf-php": "~1.0",
2373 "jakub-onderka/php-parallel-lint": "0.9",
2374 "php-console/php-console": "^3.1.3",
2375 "phpunit/phpunit": "~4.5",
2376 "phpunit/phpunit-mock-objects": "2.3.0",
2377 "raven/raven": "^0.13",
2378 "ruflin/elastica": ">=0.90 <3.0",
2379 "swiftmailer/swiftmailer": "~5.3",
2380 "videlalvaro/php-amqplib": "~2.4"
2381 },
2382 "suggest": {
2383 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2384 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2385 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2386 "ext-mongo": "Allow sending log messages to a MongoDB server",
2387 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2388 "php-console/php-console": "Allow sending log messages to Google Chrome",
2389 "raven/raven": "Allow sending log messages to a Sentry server",
2390 "rollbar/rollbar": "Allow sending log messages to Rollbar",
2391 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
2392 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
2393 },
2394 "type": "library",
2395 "extra": {
2396 "branch-alias": {
2397 "dev-master": "1.16.x-dev"
2398 }
2399 },
2400 "autoload": {
2401 "psr-4": {
2402 "Monolog\\": "src/Monolog"
2403 }
2404 },
2405 "notification-url": "https://packagist.org/downloads/",
2406 "license": [
2407 "MIT"
2408 ],
2409 "authors": [
2410 {
2411 "name": "Jordi Boggiano",
2412 "email": "j.boggiano@seld.be",
2413 "homepage": "http://seld.be"
2414 }
2415 ],
2416 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2417 "homepage": "http://github.com/Seldaek/monolog",
2418 "keywords": [
2419 "log",
2420 "logging",
2421 "psr-3"
2422 ],
2423 "time": "2015-10-14 12:51:02"
2424 },
2425 {
2426 "name": "neitanod/forceutf8",
2427 "version": "v1.5",
2428 "source": {
2429 "type": "git",
2430 "url": "https://github.com/neitanod/forceutf8.git",
2431 "reference": "1b577b9430cb7bd20d8dd7435f36120b85880ace"
2432 },
2433 "dist": {
2434 "type": "zip",
2435 "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/1b577b9430cb7bd20d8dd7435f36120b85880ace",
2436 "reference": "1b577b9430cb7bd20d8dd7435f36120b85880ace",
2437 "shasum": ""
2438 },
2439 "require": {
2440 "php": ">=5.3.0"
2441 },
2442 "type": "library",
2443 "autoload": {
2444 "psr-0": {
2445 "ForceUTF8\\": "src/"
2446 }
2447 },
2448 "notification-url": "https://packagist.org/downloads/",
2449 "authors": [
2450 {
2451 "name": "Sebastián Grignoli",
2452 "email": "grignoli@gmail.com"
2453 }
2454 ],
2455 "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
2456 "homepage": "https://github.com/neitanod/forceutf8",
2457 "time": "2015-01-02 13:36:36"
2458 },
2459 {
2460 "name": "nelmio/api-doc-bundle",
2461 "version": "2.10.3",
2462 "target-dir": "Nelmio/ApiDocBundle",
2463 "source": {
2464 "type": "git",
2465 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
2466 "reference": "be90e8aad60b7701097b900c4a3a971a50f9862e"
2467 },
2468 "dist": {
2469 "type": "zip",
2470 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/be90e8aad60b7701097b900c4a3a971a50f9862e",
2471 "reference": "be90e8aad60b7701097b900c4a3a971a50f9862e",
2472 "shasum": ""
2473 },
2474 "require": {
2475 "michelf/php-markdown": "~1.4",
2476 "php": ">=5.3",
2477 "symfony/console": "~2.3",
2478 "symfony/framework-bundle": "~2.3",
2479 "symfony/twig-bundle": "~2.3"
2480 },
2481 "conflict": {
2482 "jms/serializer": "<0.12",
2483 "jms/serializer-bundle": "<0.11",
2484 "twig/twig": "<1.12"
2485 },
2486 "require-dev": {
2487 "dunglas/api-bundle": "~1.0",
2488 "friendsofsymfony/rest-bundle": "~1.0",
2489 "jms/serializer-bundle": ">=0.11",
2490 "sensio/framework-extra-bundle": "~3.0",
2491 "symfony/browser-kit": "~2.3",
2492 "symfony/css-selector": "~2.3",
2493 "symfony/finder": "~2.3",
2494 "symfony/form": "~2.3",
2495 "symfony/phpunit-bridge": "~2.7",
2496 "symfony/serializer": "~2.7",
2497 "symfony/validator": "~2.3",
2498 "symfony/yaml": "~2.3"
2499 },
2500 "suggest": {
2501 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
2502 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
2503 "jms/serializer": "For making use of serializer information in the doc.",
2504 "symfony/form": "For using form definitions as input.",
2505 "symfony/validator": "For making use of validator information in the doc."
2506 },
2507 "type": "symfony-bundle",
2508 "extra": {
2509 "branch-alias": {
2510 "dev-master": "2.10.x-dev"
2511 }
2512 },
2513 "autoload": {
2514 "psr-0": {
2515 "Nelmio\\ApiDocBundle": ""
2516 }
2517 },
2518 "notification-url": "https://packagist.org/downloads/",
2519 "license": [
2520 "MIT"
2521 ],
2522 "authors": [
2523 {
2524 "name": "Nelmio",
2525 "homepage": "http://nelm.io"
2526 },
2527 {
2528 "name": "Symfony Community",
2529 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
2530 }
2531 ],
2532 "description": "Generates documentation for your REST API from annotations",
2533 "keywords": [
2534 "api",
2535 "doc",
2536 "documentation",
2537 "rest"
2538 ],
2539 "time": "2015-10-28 09:30:40"
2540 },
2541 {
2542 "name": "nelmio/cors-bundle",
2543 "version": "1.4.0",
2544 "target-dir": "Nelmio/CorsBundle",
2545 "source": {
2546 "type": "git",
2547 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
2548 "reference": "553b4c5cdb3ff155f910e8f6e3e0806d42c763a6"
2549 },
2550 "dist": {
2551 "type": "zip",
2552 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/553b4c5cdb3ff155f910e8f6e3e0806d42c763a6",
2553 "reference": "553b4c5cdb3ff155f910e8f6e3e0806d42c763a6",
2554 "shasum": ""
2555 },
2556 "require": {
2557 "symfony/framework-bundle": "~2.2"
2558 },
2559 "require-dev": {
2560 "matthiasnoback/symfony-dependency-injection-test": "0.2.*",
2561 "mockery/mockery": "dev-master"
2562 },
2563 "type": "symfony-bundle",
2564 "extra": {
2565 "branch-alias": {
2566 "dev-master": "1.3.x-dev"
2567 }
2568 },
2569 "autoload": {
2570 "psr-0": {
2571 "Nelmio\\CorsBundle": ""
2572 }
2573 },
2574 "notification-url": "https://packagist.org/downloads/",
2575 "license": [
2576 "MIT"
2577 ],
2578 "authors": [
2579 {
2580 "name": "Nelmio",
2581 "homepage": "http://nelm.io"
2582 },
2583 {
2584 "name": "Symfony Community",
2585 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
2586 }
2587 ],
2588 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
2589 "keywords": [
2590 "api",
2591 "cors",
2592 "crossdomain"
2593 ],
2594 "time": "2015-01-13 17:53:27"
2595 },
2596 {
2597 "name": "pagerfanta/pagerfanta",
2598 "version": "v1.0.3",
2599 "source": {
2600 "type": "git",
2601 "url": "https://github.com/whiteoctober/Pagerfanta.git",
2602 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
2603 },
2604 "dist": {
2605 "type": "zip",
2606 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
2607 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
2608 "shasum": ""
2609 },
2610 "require": {
2611 "php": ">=5.3.0"
2612 },
2613 "require-dev": {
2614 "doctrine/orm": "~2.3",
2615 "doctrine/phpcr-odm": "1.*",
2616 "jackalope/jackalope-doctrine-dbal": "1.*",
2617 "jmikola/geojson": "~1.0",
2618 "mandango/mandango": "~1.0@dev",
2619 "mandango/mondator": "~1.0@dev",
2620 "phpunit/phpunit": "~4",
2621 "propel/propel1": "~1.6",
2622 "ruflin/elastica": "~1.3",
2623 "solarium/solarium": "~3.1"
2624 },
2625 "suggest": {
2626 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
2627 "doctrine/orm": "To use the DoctrineORMAdapter.",
2628 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
2629 "mandango/mandango": "To use the MandangoAdapter.",
2630 "propel/propel1": "To use the PropelAdapter",
2631 "solarium/solarium": "To use the SolariumAdapter."
2632 },
2633 "type": "library",
2634 "extra": {
2635 "branch-alias": {
2636 "dev-master": "1.0.x-dev"
2637 }
2638 },
2639 "autoload": {
2640 "psr-0": {
2641 "Pagerfanta\\": "src/"
2642 }
2643 },
2644 "notification-url": "https://packagist.org/downloads/",
2645 "license": [
2646 "MIT"
2647 ],
2648 "authors": [
2649 {
2650 "name": "Pablo Díez",
2651 "email": "pablodip@gmail.com"
2652 }
2653 ],
2654 "description": "Pagination for PHP 5.3",
2655 "keywords": [
2656 "page",
2657 "pagination",
2658 "paginator",
2659 "paging"
2660 ],
2661 "time": "2014-10-06 10:57:25"
2662 },
2663 {
2664 "name": "phpcollection/phpcollection",
2665 "version": "0.4.0",
2666 "source": {
2667 "type": "git",
2668 "url": "https://github.com/schmittjoh/php-collection.git",
2669 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
2670 },
2671 "dist": {
2672 "type": "zip",
2673 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
2674 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
2675 "shasum": ""
2676 },
2677 "require": {
2678 "phpoption/phpoption": "1.*"
2679 },
2680 "type": "library",
2681 "extra": {
2682 "branch-alias": {
2683 "dev-master": "0.3-dev"
2684 }
2685 },
2686 "autoload": {
2687 "psr-0": {
2688 "PhpCollection": "src/"
2689 }
2690 },
2691 "notification-url": "https://packagist.org/downloads/",
2692 "license": [
2693 "Apache2"
2694 ],
2695 "authors": [
2696 {
2697 "name": "Johannes Schmitt",
2698 "email": "schmittjoh@gmail.com",
2699 "homepage": "https://github.com/schmittjoh",
2700 "role": "Developer of wrapped JMSSerializerBundle"
2701 }
2702 ],
2703 "description": "General-Purpose Collection Library for PHP",
2704 "keywords": [
2705 "collection",
2706 "list",
2707 "map",
2708 "sequence",
2709 "set"
2710 ],
2711 "time": "2014-03-11 13:46:42"
2712 },
2713 {
2714 "name": "phpoption/phpoption",
2715 "version": "1.5.0",
2716 "source": {
2717 "type": "git",
2718 "url": "https://github.com/schmittjoh/php-option.git",
2719 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
2720 },
2721 "dist": {
2722 "type": "zip",
2723 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2724 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2725 "shasum": ""
2726 },
2727 "require": {
2728 "php": ">=5.3.0"
2729 },
2730 "require-dev": {
2731 "phpunit/phpunit": "4.7.*"
2732 },
2733 "type": "library",
2734 "extra": {
2735 "branch-alias": {
2736 "dev-master": "1.3-dev"
2737 }
2738 },
2739 "autoload": {
2740 "psr-0": {
2741 "PhpOption\\": "src/"
2742 }
2743 },
2744 "notification-url": "https://packagist.org/downloads/",
2745 "license": [
2746 "Apache2"
2747 ],
2748 "authors": [
2749 {
2750 "name": "Johannes M. Schmitt",
2751 "email": "schmittjoh@gmail.com"
2752 }
2753 ],
2754 "description": "Option Type for PHP",
2755 "keywords": [
2756 "language",
2757 "option",
2758 "php",
2759 "type"
2760 ],
2761 "time": "2015-07-25 16:39:46"
2762 },
2763 {
2764 "name": "phpzip/phpzip",
2765 "version": "2.0.7",
2766 "source": {
2767 "type": "git",
2768 "url": "https://github.com/Grandt/PHPZip.git",
2769 "reference": "a43a7ce8b2f21050f8b143876c5c1661b0d65306"
2770 },
2771 "dist": {
2772 "type": "zip",
2773 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/a43a7ce8b2f21050f8b143876c5c1661b0d65306",
2774 "reference": "a43a7ce8b2f21050f8b143876c5c1661b0d65306",
2775 "shasum": ""
2776 },
2777 "require": {
2778 "grandt/binstring": ">=0.2.0",
2779 "grandt/phpzipmerge": ">=1.0.3",
2780 "grandt/relativepath": ">=1.0.1",
2781 "php": ">=5.3.0"
2782 },
2783 "type": "library",
2784 "autoload": {
2785 "psr-4": {
2786 "PHPZip\\Zip\\": "src/Zip"
2787 }
2788 },
2789 "notification-url": "https://packagist.org/downloads/",
2790 "license": [
2791 "LGPL-2.1"
2792 ],
2793 "authors": [
2794 {
2795 "name": "Adam Schmalhofer",
2796 "email": "Adam.Schmalhofer@gmx.de",
2797 "role": "Developer"
2798 },
2799 {
2800 "name": "A. Grandt",
2801 "email": "php@grandt.com",
2802 "homepage": "http://grandt.com",
2803 "role": "Developer"
2804 },
2805 {
2806 "name": "Greg Kappatos",
2807 "homepage": "http://websiteconnect.com.au",
2808 "role": "Developer"
2809 }
2810 ],
2811 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
2812 "homepage": "https://github.com/Grandt/PHPZip",
2813 "keywords": [
2814 "archive",
2815 "compressed",
2816 "compression",
2817 "phpzip",
2818 "pkzip",
2819 "stream",
2820 "zip"
2821 ],
2822 "time": "2015-04-30 06:45:53"
2823 },
2824 {
2825 "name": "psr/log",
2826 "version": "1.0.0",
2827 "source": {
2828 "type": "git",
2829 "url": "https://github.com/php-fig/log.git",
2830 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
2831 },
2832 "dist": {
2833 "type": "zip",
2834 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
2835 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
2836 "shasum": ""
2837 },
2838 "type": "library",
2839 "autoload": {
2840 "psr-0": {
2841 "Psr\\Log\\": ""
2842 }
2843 },
2844 "notification-url": "https://packagist.org/downloads/",
2845 "license": [
2846 "MIT"
2847 ],
2848 "authors": [
2849 {
2850 "name": "PHP-FIG",
2851 "homepage": "http://www.php-fig.org/"
2852 }
2853 ],
2854 "description": "Common interface for logging libraries",
2855 "keywords": [
2856 "log",
2857 "psr",
2858 "psr-3"
2859 ],
2860 "time": "2012-12-21 11:40:51"
2861 },
2862 {
2863 "name": "react/promise",
2864 "version": "v2.2.1",
2865 "source": {
2866 "type": "git",
2867 "url": "https://github.com/reactphp/promise.git",
2868 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627"
2869 },
2870 "dist": {
2871 "type": "zip",
2872 "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627",
2873 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627",
2874 "shasum": ""
2875 },
2876 "require": {
2877 "php": ">=5.4.0"
2878 },
2879 "type": "library",
2880 "extra": {
2881 "branch-alias": {
2882 "dev-master": "2.0-dev"
2883 }
2884 },
2885 "autoload": {
2886 "psr-4": {
2887 "React\\Promise\\": "src/"
2888 },
2889 "files": [
2890 "src/functions_include.php"
2891 ]
2892 },
2893 "notification-url": "https://packagist.org/downloads/",
2894 "license": [
2895 "MIT"
2896 ],
2897 "authors": [
2898 {
2899 "name": "Jan Sorgalla",
2900 "email": "jsorgalla@gmail.com"
2901 }
2902 ],
2903 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
2904 "time": "2015-07-03 13:48:55"
2905 },
2906 {
2907 "name": "scheb/two-factor-bundle",
2908 "version": "v1.4.7",
2909 "source": {
2910 "type": "git",
2911 "url": "https://github.com/scheb/two-factor-bundle.git",
2912 "reference": "ef6830dbbf62b22efd335db8f64bf0f51d4284a2"
2913 },
2914 "dist": {
2915 "type": "zip",
2916 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/ef6830dbbf62b22efd335db8f64bf0f51d4284a2",
2917 "reference": "ef6830dbbf62b22efd335db8f64bf0f51d4284a2",
2918 "shasum": ""
2919 },
2920 "require": {
2921 "sonata-project/google-authenticator": "~1.0",
2922 "symfony/symfony": "~2.1"
2923 },
2924 "require-dev": {
2925 "satooshi/php-coveralls": "~0.6",
2926 "swiftmailer/swiftmailer": ">=4.3, <6.0",
2927 "symfony/phpunit-bridge": "~2.7"
2928 },
2929 "type": "symfony-bundle",
2930 "autoload": {
2931 "psr-4": {
2932 "Scheb\\TwoFactorBundle\\": ""
2933 }
2934 },
2935 "notification-url": "https://packagist.org/downloads/",
2936 "license": [
2937 "MIT"
2938 ],
2939 "authors": [
2940 {
2941 "name": "Christian Scheb",
2942 "email": "me@christianscheb.de"
2943 }
2944 ],
2945 "description": "Provides two-factor authenticaton for Symfony2",
2946 "homepage": "https://github.com/scheb/two-factor-bundle",
2947 "keywords": [
2948 "Authentication",
2949 "Symfony2",
2950 "two-factor",
2951 "two-step"
2952 ],
2953 "time": "2015-08-25 19:58:00"
2954 },
2955 {
2956 "name": "sensio/distribution-bundle",
2957 "version": "v3.0.33",
2958 "target-dir": "Sensio/Bundle/DistributionBundle",
2959 "source": {
2960 "type": "git",
2961 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
2962 "reference": "63245e12c948bf50278383e70fd5d6841af17e17"
2963 },
2964 "dist": {
2965 "type": "zip",
2966 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/63245e12c948bf50278383e70fd5d6841af17e17",
2967 "reference": "63245e12c948bf50278383e70fd5d6841af17e17",
2968 "shasum": ""
2969 },
2970 "require": {
2971 "php": ">=5.3.3",
2972 "sensiolabs/security-checker": "~3.0",
2973 "symfony/class-loader": "~2.2",
2974 "symfony/framework-bundle": "~2.3",
2975 "symfony/process": "~2.2"
2976 },
2977 "require-dev": {
2978 "symfony/form": "~2.2",
2979 "symfony/validator": "~2.2",
2980 "symfony/yaml": "~2.2"
2981 },
2982 "suggest": {
2983 "symfony/form": "If you want to use the configurator",
2984 "symfony/validator": "If you want to use the configurator",
2985 "symfony/yaml": "If you want to use the configurator"
2986 },
2987 "type": "symfony-bundle",
2988 "extra": {
2989 "branch-alias": {
2990 "dev-master": "3.0.x-dev"
2991 }
2992 },
2993 "autoload": {
2994 "psr-0": {
2995 "Sensio\\Bundle\\DistributionBundle": ""
2996 }
2997 },
2998 "notification-url": "https://packagist.org/downloads/",
2999 "license": [
3000 "MIT"
3001 ],
3002 "authors": [
3003 {
3004 "name": "Fabien Potencier",
3005 "email": "fabien@symfony.com"
3006 }
3007 ],
3008 "description": "Base bundle for Symfony Distributions",
3009 "keywords": [
3010 "configuration",
3011 "distribution"
3012 ],
3013 "time": "2015-10-27 18:46:42"
3014 },
3015 {
3016 "name": "sensio/framework-extra-bundle",
3017 "version": "v3.0.10",
3018 "source": {
3019 "type": "git",
3020 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
3021 "reference": "18fc2063c4d6569cdca47a39fbac32342eb65f3c"
3022 },
3023 "dist": {
3024 "type": "zip",
3025 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/18fc2063c4d6569cdca47a39fbac32342eb65f3c",
3026 "reference": "18fc2063c4d6569cdca47a39fbac32342eb65f3c",
3027 "shasum": ""
3028 },
3029 "require": {
3030 "doctrine/common": "~2.2",
3031 "symfony/framework-bundle": "~2.3"
3032 },
3033 "require-dev": {
3034 "symfony/expression-language": "~2.4",
3035 "symfony/security-bundle": "~2.4"
3036 },
3037 "suggest": {
3038 "symfony/expression-language": "",
3039 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
3040 "symfony/security-bundle": ""
3041 },
3042 "type": "symfony-bundle",
3043 "extra": {
3044 "branch-alias": {
3045 "dev-master": "3.0.x-dev"
3046 }
3047 },
3048 "autoload": {
3049 "psr-4": {
3050 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
3051 }
3052 },
3053 "notification-url": "https://packagist.org/downloads/",
3054 "license": [
3055 "MIT"
3056 ],
3057 "authors": [
3058 {
3059 "name": "Fabien Potencier",
3060 "email": "fabien@symfony.com"
3061 }
3062 ],
3063 "description": "This bundle provides a way to configure your controllers with annotations",
3064 "keywords": [
3065 "annotations",
3066 "controllers"
3067 ],
3068 "time": "2015-08-03 11:59:27"
3069 },
3070 {
3071 "name": "sensiolabs/security-checker",
3072 "version": "v3.0.2",
3073 "source": {
3074 "type": "git",
3075 "url": "https://github.com/sensiolabs/security-checker.git",
3076 "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
3077 },
3078 "dist": {
3079 "type": "zip",
3080 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
3081 "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
3082 "shasum": ""
3083 },
3084 "require": {
3085 "symfony/console": "~2.0|~3.0"
3086 },
3087 "bin": [
3088 "security-checker"
3089 ],
3090 "type": "library",
3091 "extra": {
3092 "branch-alias": {
3093 "dev-master": "3.0-dev"
3094 }
3095 },
3096 "autoload": {
3097 "psr-0": {
3098 "SensioLabs\\Security": ""
3099 }
3100 },
3101 "notification-url": "https://packagist.org/downloads/",
3102 "license": [
3103 "MIT"
3104 ],
3105 "authors": [
3106 {
3107 "name": "Fabien Potencier",
3108 "email": "fabien.potencier@gmail.com"
3109 }
3110 ],
3111 "description": "A security checker for your composer.lock",
3112 "time": "2015-11-07 08:07:40"
3113 },
3114 {
3115 "name": "simplepie/simplepie",
3116 "version": "1.3.1",
3117 "source": {
3118 "type": "git",
3119 "url": "https://github.com/simplepie/simplepie.git",
3120 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
3121 },
3122 "dist": {
3123 "type": "zip",
3124 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
3125 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
3126 "shasum": ""
3127 },
3128 "require": {
3129 "php": ">=5.2.0"
3130 },
3131 "type": "library",
3132 "autoload": {
3133 "psr-0": {
3134 "SimplePie": "library"
3135 }
3136 },
3137 "notification-url": "https://packagist.org/downloads/",
3138 "license": [
3139 "BSD-3-Clause"
3140 ],
3141 "authors": [
3142 {
3143 "name": "Ryan Parman",
3144 "homepage": "http://ryanparman.com/",
3145 "role": "Creator, alumnus developer"
3146 },
3147 {
3148 "name": "Geoffrey Sneddon",
3149 "homepage": "http://gsnedders.com/",
3150 "role": "Alumnus developer"
3151 },
3152 {
3153 "name": "Ryan McCue",
3154 "email": "me@ryanmccue.info",
3155 "homepage": "http://ryanmccue.info/",
3156 "role": "Developer"
3157 }
3158 ],
3159 "description": "A simple Atom/RSS parsing library for PHP",
3160 "homepage": "http://simplepie.org/",
3161 "keywords": [
3162 "atom",
3163 "feeds",
3164 "rss"
3165 ],
3166 "time": "2012-10-30 17:54:03"
3167 },
3168 {
3169 "name": "smalot/pdfparser",
3170 "version": "v0.9.25",
3171 "source": {
3172 "type": "git",
3173 "url": "https://github.com/smalot/pdfparser.git",
3174 "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa"
3175 },
3176 "dist": {
3177 "type": "zip",
3178 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/31590f7938a22f1c7fc4fb292611e3742a62ebaa",
3179 "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa",
3180 "shasum": ""
3181 },
3182 "require": {
3183 "php": ">=5.3.0",
3184 "tecnickcom/tcpdf": ">=6.0.050"
3185 },
3186 "require-dev": {
3187 "atoum/atoum": "dev-master"
3188 },
3189 "type": "library",
3190 "autoload": {
3191 "psr-0": {
3192 "Smalot\\PdfParser\\": "src/"
3193 }
3194 },
3195 "notification-url": "https://packagist.org/downloads/",
3196 "license": [
3197 "GPL-3.0"
3198 ],
3199 "authors": [
3200 {
3201 "name": "Sebastien MALOT",
3202 "email": "sebastien@malot.fr",
3203 "homepage": "http://www.malot.fr",
3204 "role": "Developer"
3205 }
3206 ],
3207 "description": "Pdf parser library. Can read and extract information from pdf file.",
3208 "homepage": "http://www.pdfparser.org",
3209 "time": "2015-09-18 08:29:33"
3210 },
3211 {
3212 "name": "sonata-project/google-authenticator",
3213 "version": "1.0.2",
3214 "source": {
3215 "type": "git",
3216 "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
3217 "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4"
3218 },
3219 "dist": {
3220 "type": "zip",
3221 "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
3222 "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
3223 "shasum": ""
3224 },
3225 "require": {
3226 "php": ">=5.3.0"
3227 },
3228 "type": "library",
3229 "autoload": {
3230 "psr-4": {
3231 "Google\\Authenticator\\": "lib/",
3232 "Google\\Authenticator\\Tests\\": "tests/"
3233 }
3234 },
3235 "notification-url": "https://packagist.org/downloads/",
3236 "license": [
3237 "MIT"
3238 ],
3239 "authors": [
3240 {
3241 "name": "Thomas Rabaix",
3242 "email": "thomas.rabaix@gmail.com",
3243 "homepage": "http://sonata-project.org/"
3244 },
3245 {
3246 "name": "Christian Stocker",
3247 "email": "me@chregu.tv"
3248 },
3249 {
3250 "name": "Andre DeMarre",
3251 "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
3252 }
3253 ],
3254 "description": "Library to integrate Google Authenticator into a PHP project",
3255 "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
3256 "keywords": [
3257 "google authenticator"
3258 ],
3259 "time": "2014-03-31 09:18:53"
3260 },
3261 {
3262 "name": "swiftmailer/swiftmailer",
3263 "version": "v5.4.1",
3264 "source": {
3265 "type": "git",
3266 "url": "https://github.com/swiftmailer/swiftmailer.git",
3267 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
3268 },
3269 "dist": {
3270 "type": "zip",
3271 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
3272 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
3273 "shasum": ""
3274 },
3275 "require": {
3276 "php": ">=5.3.3"
3277 },
3278 "require-dev": {
3279 "mockery/mockery": "~0.9.1,<0.9.4"
3280 },
3281 "type": "library",
3282 "extra": {
3283 "branch-alias": {
3284 "dev-master": "5.4-dev"
3285 }
3286 },
3287 "autoload": {
3288 "files": [
3289 "lib/swift_required.php"
3290 ]
3291 },
3292 "notification-url": "https://packagist.org/downloads/",
3293 "license": [
3294 "MIT"
3295 ],
3296 "authors": [
3297 {
3298 "name": "Chris Corbyn"
3299 },
3300 {
3301 "name": "Fabien Potencier",
3302 "email": "fabien@symfony.com"
3303 }
3304 ],
3305 "description": "Swiftmailer, free feature-rich PHP mailer",
3306 "homepage": "http://swiftmailer.org",
3307 "keywords": [
3308 "email",
3309 "mail",
3310 "mailer"
3311 ],
3312 "time": "2015-06-06 14:19:39"
3313 },
3314 {
3315 "name": "symfony/assetic-bundle",
3316 "version": "v2.7.0",
3317 "source": {
3318 "type": "git",
3319 "url": "https://github.com/symfony/assetic-bundle.git",
3320 "reference": "3ae5c8ca3079b6e0033cc9fbfb6500e2bc964da5"
3321 },
3322 "dist": {
3323 "type": "zip",
3324 "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/3ae5c8ca3079b6e0033cc9fbfb6500e2bc964da5",
3325 "reference": "3ae5c8ca3079b6e0033cc9fbfb6500e2bc964da5",
3326 "shasum": ""
3327 },
3328 "require": {
3329 "kriswallsmith/assetic": "~1.3",
3330 "php": ">=5.3.0",
3331 "symfony/console": "~2.3",
3332 "symfony/dependency-injection": "~2.3",
3333 "symfony/framework-bundle": "~2.3",
3334 "symfony/yaml": "~2.3"
3335 },
3336 "conflict": {
3337 "kriswallsmith/spork": "<=0.2",
3338 "twig/twig": "<1.20"
3339 },
3340 "require-dev": {
3341 "kriswallsmith/spork": "~0.3",
3342 "patchwork/jsqueeze": "~1.0",
3343 "symfony/class-loader": "~2.3",
3344 "symfony/css-selector": "~2.3",
3345 "symfony/dom-crawler": "~2.3",
3346 "symfony/phpunit-bridge": "~2.7",
3347 "symfony/twig-bundle": "~2.3"
3348 },
3349 "suggest": {
3350 "kriswallsmith/spork": "to be able to dump assets in parallel",
3351 "symfony/twig-bundle": "to use the Twig integration"
3352 },
3353 "type": "symfony-bundle",
3354 "extra": {
3355 "branch-alias": {
3356 "dev-master": "2.7-dev"
3357 }
3358 },
3359 "autoload": {
3360 "psr-4": {
3361 "Symfony\\Bundle\\AsseticBundle\\": ""
3362 }
3363 },
3364 "notification-url": "https://packagist.org/downloads/",
3365 "license": [
3366 "MIT"
3367 ],
3368 "authors": [
3369 {
3370 "name": "Kris Wallsmith",
3371 "email": "kris.wallsmith@gmail.com",
3372 "homepage": "http://kriswallsmith.net/"
3373 }
3374 ],
3375 "description": "Integrates Assetic into Symfony2",
3376 "homepage": "https://github.com/symfony/AsseticBundle",
3377 "keywords": [
3378 "assets",
3379 "compression",
3380 "minification"
3381 ],
3382 "time": "2015-09-01 00:05:29"
3383 },
3384 {
3385 "name": "symfony/monolog-bundle",
3386 "version": "2.8.1",
3387 "source": {
3388 "type": "git",
3389 "url": "https://github.com/symfony/monolog-bundle.git",
3390 "reference": "7117b9a145722e3c5768db4585f6ad0643ed5c4a"
3391 },
3392 "dist": {
3393 "type": "zip",
3394 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/7117b9a145722e3c5768db4585f6ad0643ed5c4a",
3395 "reference": "7117b9a145722e3c5768db4585f6ad0643ed5c4a",
3396 "shasum": ""
3397 },
3398 "require": {
3399 "monolog/monolog": "~1.8",
3400 "php": ">=5.3.2",
3401 "symfony/config": "~2.3|3.*",
3402 "symfony/dependency-injection": "~2.3|3.*",
3403 "symfony/http-kernel": "~2.3|3.*",
3404 "symfony/monolog-bridge": "~2.3|3.*"
3405 },
3406 "require-dev": {
3407 "symfony/console": "~2.3|3.*",
3408 "symfony/yaml": "~2.3"
3409 },
3410 "type": "symfony-bundle",
3411 "extra": {
3412 "branch-alias": {
3413 "dev-master": "2.8.x-dev"
3414 }
3415 },
3416 "autoload": {
3417 "psr-4": {
3418 "Symfony\\Bundle\\MonologBundle\\": ""
3419 }
3420 },
3421 "notification-url": "https://packagist.org/downloads/",
3422 "license": [
3423 "MIT"
3424 ],
3425 "authors": [
3426 {
3427 "name": "Symfony Community",
3428 "homepage": "http://symfony.com/contributors"
3429 },
3430 {
3431 "name": "Fabien Potencier",
3432 "email": "fabien@symfony.com"
3433 }
3434 ],
3435 "description": "Symfony MonologBundle",
3436 "homepage": "http://symfony.com",
3437 "keywords": [
3438 "log",
3439 "logging"
3440 ],
3441 "time": "2015-10-02 11:51:59"
3442 },
3443 {
3444 "name": "symfony/swiftmailer-bundle",
3445 "version": "v2.3.8",
3446 "source": {
3447 "type": "git",
3448 "url": "https://github.com/symfony/swiftmailer-bundle.git",
3449 "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
3450 },
3451 "dist": {
3452 "type": "zip",
3453 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
3454 "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
3455 "shasum": ""
3456 },
3457 "require": {
3458 "php": ">=5.3.2",
3459 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
3460 "symfony/swiftmailer-bridge": "~2.1"
3461 },
3462 "require-dev": {
3463 "symfony/config": "~2.1",
3464 "symfony/dependency-injection": "~2.1",
3465 "symfony/http-kernel": "~2.1",
3466 "symfony/yaml": "~2.1"
3467 },
3468 "suggest": {
3469 "psr/log": "Allows logging"
3470 },
3471 "type": "symfony-bundle",
3472 "extra": {
3473 "branch-alias": {
3474 "dev-master": "2.3-dev"
3475 }
3476 },
3477 "autoload": {
3478 "psr-4": {
3479 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
3480 }
3481 },
3482 "notification-url": "https://packagist.org/downloads/",
3483 "license": [
3484 "MIT"
3485 ],
3486 "authors": [
3487 {
3488 "name": "Symfony Community",
3489 "homepage": "http://symfony.com/contributors"
3490 },
3491 {
3492 "name": "Fabien Potencier",
3493 "email": "fabien@symfony.com"
3494 }
3495 ],
3496 "description": "Symfony SwiftmailerBundle",
3497 "homepage": "http://symfony.com",
3498 "time": "2014-12-01 17:44:50"
3499 },
3500 {
3501 "name": "symfony/symfony",
3502 "version": "v2.7.6",
3503 "source": {
3504 "type": "git",
3505 "url": "https://github.com/symfony/symfony.git",
3506 "reference": "66b2e9662c44d478b69e48278aa54079a006eb42"
3507 },
3508 "dist": {
3509 "type": "zip",
3510 "url": "https://api.github.com/repos/symfony/symfony/zipball/66b2e9662c44d478b69e48278aa54079a006eb42",
3511 "reference": "66b2e9662c44d478b69e48278aa54079a006eb42",
3512 "shasum": ""
3513 },
3514 "require": {
3515 "doctrine/common": "~2.4",
3516 "php": ">=5.3.9",
3517 "psr/log": "~1.0",
3518 "twig/twig": "~1.20|~2.0"
3519 },
3520 "replace": {
3521 "symfony/asset": "self.version",
3522 "symfony/browser-kit": "self.version",
3523 "symfony/class-loader": "self.version",
3524 "symfony/config": "self.version",
3525 "symfony/console": "self.version",
3526 "symfony/css-selector": "self.version",
3527 "symfony/debug": "self.version",
3528 "symfony/debug-bundle": "self.version",
3529 "symfony/dependency-injection": "self.version",
3530 "symfony/doctrine-bridge": "self.version",
3531 "symfony/dom-crawler": "self.version",
3532 "symfony/event-dispatcher": "self.version",
3533 "symfony/expression-language": "self.version",
3534 "symfony/filesystem": "self.version",
3535 "symfony/finder": "self.version",
3536 "symfony/form": "self.version",
3537 "symfony/framework-bundle": "self.version",
3538 "symfony/http-foundation": "self.version",
3539 "symfony/http-kernel": "self.version",
3540 "symfony/intl": "self.version",
3541 "symfony/locale": "self.version",
3542 "symfony/monolog-bridge": "self.version",
3543 "symfony/options-resolver": "self.version",
3544 "symfony/process": "self.version",
3545 "symfony/property-access": "self.version",
3546 "symfony/proxy-manager-bridge": "self.version",
3547 "symfony/routing": "self.version",
3548 "symfony/security": "self.version",
3549 "symfony/security-acl": "self.version",
3550 "symfony/security-bundle": "self.version",
3551 "symfony/security-core": "self.version",
3552 "symfony/security-csrf": "self.version",
3553 "symfony/security-http": "self.version",
3554 "symfony/serializer": "self.version",
3555 "symfony/stopwatch": "self.version",
3556 "symfony/swiftmailer-bridge": "self.version",
3557 "symfony/templating": "self.version",
3558 "symfony/translation": "self.version",
3559 "symfony/twig-bridge": "self.version",
3560 "symfony/twig-bundle": "self.version",
3561 "symfony/validator": "self.version",
3562 "symfony/var-dumper": "self.version",
3563 "symfony/web-profiler-bundle": "self.version",
3564 "symfony/yaml": "self.version"
3565 },
3566 "require-dev": {
3567 "doctrine/data-fixtures": "1.0.*",
3568 "doctrine/dbal": "~2.4",
3569 "doctrine/doctrine-bundle": "~1.2",
3570 "doctrine/orm": "~2.4,>=2.4.5",
3571 "egulias/email-validator": "~1.2",
3572 "ircmaxell/password-compat": "~1.0",
3573 "monolog/monolog": "~1.11",
3574 "ocramius/proxy-manager": "~0.4|~1.0"
3575 },
3576 "type": "library",
3577 "extra": {
3578 "branch-alias": {
3579 "dev-master": "2.7-dev"
3580 }
3581 },
3582 "autoload": {
3583 "psr-4": {
3584 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
3585 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
3586 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
3587 "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
3588 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
3589 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
3590 "Symfony\\Component\\": "src/Symfony/Component/"
3591 },
3592 "classmap": [
3593 "src/Symfony/Component/HttpFoundation/Resources/stubs",
3594 "src/Symfony/Component/Intl/Resources/stubs"
3595 ],
3596 "files": [
3597 "src/Symfony/Component/Intl/Resources/stubs/functions.php"
3598 ]
3599 },
3600 "notification-url": "https://packagist.org/downloads/",
3601 "license": [
3602 "MIT"
3603 ],
3604 "authors": [
3605 {
3606 "name": "Fabien Potencier",
3607 "email": "fabien@symfony.com"
3608 },
3609 {
3610 "name": "Symfony Community",
3611 "homepage": "https://symfony.com/contributors"
3612 }
3613 ],
3614 "description": "The Symfony PHP framework",
3615 "homepage": "https://symfony.com",
3616 "keywords": [
3617 "framework"
3618 ],
3619 "time": "2015-10-27 19:07:24"
3620 },
3621 {
3622 "name": "tecnickcom/tcpdf",
3623 "version": "6.2.12",
3624 "source": {
3625 "type": "git",
3626 "url": "https://github.com/tecnickcom/TCPDF.git",
3627 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
3628 },
3629 "dist": {
3630 "type": "zip",
3631 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
3632 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
3633 "shasum": ""
3634 },
3635 "require": {
3636 "php": ">=5.3.0"
3637 },
3638 "type": "library",
3639 "autoload": {
3640 "classmap": [
3641 "fonts",
3642 "config",
3643 "include",
3644 "tcpdf.php",
3645 "tcpdf_parser.php",
3646 "tcpdf_import.php",
3647 "tcpdf_barcodes_1d.php",
3648 "tcpdf_barcodes_2d.php",
3649 "include/tcpdf_colors.php",
3650 "include/tcpdf_filters.php",
3651 "include/tcpdf_font_data.php",
3652 "include/tcpdf_fonts.php",
3653 "include/tcpdf_images.php",
3654 "include/tcpdf_static.php",
3655 "include/barcodes/datamatrix.php",
3656 "include/barcodes/pdf417.php",
3657 "include/barcodes/qrcode.php"
3658 ]
3659 },
3660 "notification-url": "https://packagist.org/downloads/",
3661 "license": [
3662 "LGPLv3"
3663 ],
3664 "authors": [
3665 {
3666 "name": "Nicola Asuni",
3667 "email": "info@tecnick.com",
3668 "homepage": "http://nicolaasuni.tecnick.com"
3669 }
3670 ],
3671 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
3672 "homepage": "http://www.tcpdf.org/",
3673 "keywords": [
3674 "PDFD32000-2008",
3675 "TCPDF",
3676 "barcodes",
3677 "datamatrix",
3678 "pdf",
3679 "pdf417",
3680 "qrcode"
3681 ],
3682 "time": "2015-09-12 10:08:34"
3683 },
3684 {
3685 "name": "twig/extensions",
3686 "version": "v1.3.0",
3687 "source": {
3688 "type": "git",
3689 "url": "https://github.com/twigphp/Twig-extensions.git",
3690 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
3691 },
3692 "dist": {
3693 "type": "zip",
3694 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
3695 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
3696 "shasum": ""
3697 },
3698 "require": {
3699 "twig/twig": "~1.20|~2.0"
3700 },
3701 "require-dev": {
3702 "symfony/translation": "~2.3"
3703 },
3704 "suggest": {
3705 "symfony/translation": "Allow the time_diff output to be translated"
3706 },
3707 "type": "library",
3708 "extra": {
3709 "branch-alias": {
3710 "dev-master": "1.3-dev"
3711 }
3712 },
3713 "autoload": {
3714 "psr-0": {
3715 "Twig_Extensions_": "lib/"
3716 }
3717 },
3718 "notification-url": "https://packagist.org/downloads/",
3719 "license": [
3720 "MIT"
3721 ],
3722 "authors": [
3723 {
3724 "name": "Fabien Potencier",
3725 "email": "fabien@symfony.com"
3726 }
3727 ],
3728 "description": "Common additional features for Twig that do not directly belong in core",
3729 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
3730 "keywords": [
3731 "i18n",
3732 "text"
3733 ],
3734 "time": "2015-08-22 16:38:35"
3735 },
3736 {
3737 "name": "twig/twig",
3738 "version": "v1.23.1",
3739 "source": {
3740 "type": "git",
3741 "url": "https://github.com/twigphp/Twig.git",
3742 "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
3743 },
3744 "dist": {
3745 "type": "zip",
3746 "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
3747 "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
3748 "shasum": ""
3749 },
3750 "require": {
3751 "php": ">=5.2.7"
3752 },
3753 "require-dev": {
3754 "symfony/debug": "~2.7",
3755 "symfony/phpunit-bridge": "~2.7"
3756 },
3757 "type": "library",
3758 "extra": {
3759 "branch-alias": {
3760 "dev-master": "1.23-dev"
3761 }
3762 },
3763 "autoload": {
3764 "psr-0": {
3765 "Twig_": "lib/"
3766 }
3767 },
3768 "notification-url": "https://packagist.org/downloads/",
3769 "license": [
3770 "BSD-3-Clause"
3771 ],
3772 "authors": [
3773 {
3774 "name": "Fabien Potencier",
3775 "email": "fabien@symfony.com",
3776 "homepage": "http://fabien.potencier.org",
3777 "role": "Lead Developer"
3778 },
3779 {
3780 "name": "Armin Ronacher",
3781 "email": "armin.ronacher@active-4.com",
3782 "role": "Project Founder"
3783 },
3784 {
3785 "name": "Twig Team",
3786 "homepage": "http://twig.sensiolabs.org/contributors",
3787 "role": "Contributors"
3788 }
3789 ],
3790 "description": "Twig, the flexible, fast, and secure template language for PHP",
3791 "homepage": "http://twig.sensiolabs.org",
3792 "keywords": [
3793 "templating"
3794 ],
3795 "time": "2015-11-05 12:49:06"
3796 },
3797 {
3798 "name": "wallabag/php-mobi",
3799 "version": "1.0.1",
3800 "source": {
3801 "type": "git",
3802 "url": "https://github.com/wallabag/php-mobi.git",
3803 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487"
3804 },
3805 "dist": {
3806 "type": "zip",
3807 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/1cd7d022fe6be838535d6bba917d19cc48dcf487",
3808 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487",
3809 "shasum": ""
3810 },
3811 "require": {
3812 "php": ">=5.3.0"
3813 },
3814 "replace": {
3815 "wallabag/phpmobi": "*"
3816 },
3817 "type": "library",
3818 "autoload": {
3819 "files": [
3820 "MOBIClass/MOBI.php"
3821 ]
3822 },
3823 "license": [
3824 "Apache-2.0"
3825 ],
3826 "authors": [
3827 {
3828 "name": "Sander Kromwijk",
3829 "email": "s.kromwijk@gmail.co",
3830 "role": "Original developer"
3831 },
3832 {
3833 "name": "Nicolas LÅ“uillet",
3834 "email": "nicolas@loeuillet.org",
3835 "homepage": "http://www.cdetc.fr"
3836 }
3837 ],
3838 "description": "A Mobipocket file (.mobi) creator in PHP.",
3839 "homepage": "https://github.com/wallabag/phpMobi",
3840 "support": {
3841 "source": "https://github.com/wallabag/php-mobi/tree/1.0.1",
3842 "issues": "https://github.com/wallabag/php-mobi/issues"
3843 },
3844 "time": "2015-10-16 08:42:42"
3845 },
3846 {
3847 "name": "willdurand/hateoas",
3848 "version": "v2.6.0",
3849 "source": {
3850 "type": "git",
3851 "url": "https://github.com/willdurand/Hateoas.git",
3852 "reference": "fc0869381d6934e5d430084154584761297caa6c"
3853 },
3854 "dist": {
3855 "type": "zip",
3856 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/fc0869381d6934e5d430084154584761297caa6c",
3857 "reference": "fc0869381d6934e5d430084154584761297caa6c",
3858 "shasum": ""
3859 },
3860 "require": {
3861 "doctrine/annotations": "~1.0",
3862 "doctrine/common": "~2.0",
3863 "jms/metadata": "~1.1",
3864 "jms/serializer": "~0.13",
3865 "php": ">=5.3",
3866 "symfony/expression-language": "~2.4"
3867 },
3868 "require-dev": {
3869 "atoum/atoum": "*@dev",
3870 "hautelook/frankenstein": "~0.1",
3871 "pagerfanta/pagerfanta": "~1.0",
3872 "phpunit/phpunit": "~3.7",
3873 "symfony/dependency-injection": "~2.0",
3874 "symfony/routing": "~2.0",
3875 "symfony/yaml": "~2.0",
3876 "twig/twig": "~1.12"
3877 },
3878 "suggest": {
3879 "symfony/routing": "To use the SymfonyRouteFactory.",
3880 "symfony/yaml": "To use yaml based configuration.",
3881 "twig/twig": "To use the Twig extensions."
3882 },
3883 "type": "library",
3884 "extra": {
3885 "branch-alias": {
3886 "dev-master": "2.6-dev"
3887 }
3888 },
3889 "autoload": {
3890 "psr-0": {
3891 "Hateoas": "src/"
3892 }
3893 },
3894 "notification-url": "https://packagist.org/downloads/",
3895 "license": [
3896 "MIT"
3897 ],
3898 "authors": [
3899 {
3900 "name": "Adrien Brault",
3901 "email": "adrien.brault@gmail.com"
3902 },
3903 {
3904 "name": "William Durand",
3905 "email": "william.durand1@gmail.com"
3906 }
3907 ],
3908 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
3909 "time": "2015-05-21 21:57:34"
3910 },
3911 {
3912 "name": "willdurand/hateoas-bundle",
3913 "version": "0.5.0",
3914 "target-dir": "Bazinga/Bundle/HateoasBundle",
3915 "source": {
3916 "type": "git",
3917 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
3918 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b"
3919 },
3920 "dist": {
3921 "type": "zip",
3922 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/3c86e8080e8a229365a0ce91818da6fe6562376b",
3923 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b",
3924 "shasum": ""
3925 },
3926 "require": {
3927 "jms/serializer-bundle": "~0.13",
3928 "symfony/framework-bundle": "~2.2",
3929 "willdurand/hateoas": "~2.0"
3930 },
3931 "require-dev": {
3932 "symfony/expression-language": "~2.4",
3933 "twig/twig": "~1.12"
3934 },
3935 "type": "symfony-bundle",
3936 "extra": {
3937 "branch-alias": {
3938 "dev-master": "1.0.x-dev"
3939 }
3940 },
3941 "autoload": {
3942 "psr-0": {
3943 "Bazinga\\Bundle\\HateoasBundle": ""
3944 }
3945 },
3946 "notification-url": "https://packagist.org/downloads/",
3947 "license": [
3948 "MIT"
3949 ],
3950 "authors": [
3951 {
3952 "name": "William DURAND",
3953 "email": "william.durand1@gmail.com"
3954 }
3955 ],
3956 "description": "Integration of Hateoas into Symfony2.",
3957 "keywords": [
3958 "HATEOAS",
3959 "rest"
3960 ],
3961 "time": "2015-02-19 16:27:51"
3962 },
3963 {
3964 "name": "willdurand/jsonp-callback-validator",
3965 "version": "v1.1.0",
3966 "source": {
3967 "type": "git",
3968 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
3969 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
3970 },
3971 "dist": {
3972 "type": "zip",
3973 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
3974 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
3975 "shasum": ""
3976 },
3977 "require": {
3978 "php": ">=5.3.0"
3979 },
3980 "require-dev": {
3981 "phpunit/phpunit": "~3.7"
3982 },
3983 "type": "library",
3984 "autoload": {
3985 "psr-0": {
3986 "JsonpCallbackValidator": "src/"
3987 }
3988 },
3989 "notification-url": "https://packagist.org/downloads/",
3990 "license": [
3991 "MIT"
3992 ],
3993 "authors": [
3994 {
3995 "name": "William Durand",
3996 "email": "william.durand1@gmail.com",
3997 "homepage": "http://www.willdurand.fr"
3998 }
3999 ],
4000 "description": "JSONP callback validator.",
4001 "time": "2014-01-20 22:35:06"
4002 },
4003 {
4004 "name": "willdurand/negotiation",
4005 "version": "1.5.0",
4006 "source": {
4007 "type": "git",
4008 "url": "https://github.com/willdurand/Negotiation.git",
4009 "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
4010 },
4011 "dist": {
4012 "type": "zip",
4013 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
4014 "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
4015 "shasum": ""
4016 },
4017 "require": {
4018 "php": ">=5.3.0"
4019 },
4020 "type": "library",
4021 "extra": {
4022 "branch-alias": {
4023 "dev-master": "1.5-dev"
4024 }
4025 },
4026 "autoload": {
4027 "psr-4": {
4028 "Negotiation\\": "src/Negotiation"
4029 }
4030 },
4031 "notification-url": "https://packagist.org/downloads/",
4032 "license": [
4033 "MIT"
4034 ],
4035 "authors": [
4036 {
4037 "name": "William Durand",
4038 "email": "william.durand1@gmail.com"
4039 }
4040 ],
4041 "description": "Content Negotiation tools for PHP provided as a standalone library.",
4042 "homepage": "http://williamdurand.fr/Negotiation/",
4043 "keywords": [
4044 "accept",
4045 "content",
4046 "format",
4047 "header",
4048 "negotiation"
4049 ],
4050 "time": "2015-10-01 07:42:40"
4051 }
4052 ],
4053 "packages-dev": [
4054 {
4055 "name": "doctrine/data-fixtures",
4056 "version": "v1.1.1",
4057 "source": {
4058 "type": "git",
4059 "url": "https://github.com/doctrine/data-fixtures.git",
4060 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
4061 },
4062 "dist": {
4063 "type": "zip",
4064 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
4065 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
4066 "shasum": ""
4067 },
4068 "require": {
4069 "doctrine/common": "~2.2",
4070 "php": ">=5.3.2"
4071 },
4072 "conflict": {
4073 "doctrine/orm": "< 2.4"
4074 },
4075 "require-dev": {
4076 "doctrine/orm": "~2.4"
4077 },
4078 "suggest": {
4079 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
4080 "doctrine/orm": "For loading ORM fixtures",
4081 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
4082 },
4083 "type": "library",
4084 "extra": {
4085 "branch-alias": {
4086 "dev-master": "1.1.x-dev"
4087 }
4088 },
4089 "autoload": {
4090 "psr-0": {
4091 "Doctrine\\Common\\DataFixtures": "lib/"
4092 }
4093 },
4094 "notification-url": "https://packagist.org/downloads/",
4095 "license": [
4096 "MIT"
4097 ],
4098 "authors": [
4099 {
4100 "name": "Jonathan Wage",
4101 "email": "jonwage@gmail.com"
4102 }
4103 ],
4104 "description": "Data Fixtures for all Doctrine Object Managers",
4105 "homepage": "http://www.doctrine-project.org",
4106 "keywords": [
4107 "database"
4108 ],
4109 "time": "2015-03-30 12:14:13"
4110 },
4111 {
4112 "name": "doctrine/doctrine-fixtures-bundle",
4113 "version": "v2.2.1",
4114 "source": {
4115 "type": "git",
4116 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
4117 "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8"
4118 },
4119 "dist": {
4120 "type": "zip",
4121 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
4122 "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
4123 "shasum": ""
4124 },
4125 "require": {
4126 "doctrine/data-fixtures": "~1.0",
4127 "doctrine/doctrine-bundle": "~1.0",
4128 "php": ">=5.3.2",
4129 "symfony/doctrine-bridge": "~2.1"
4130 },
4131 "type": "symfony-bundle",
4132 "extra": {
4133 "branch-alias": {
4134 "dev-master": "2.2.x-dev"
4135 }
4136 },
4137 "autoload": {
4138 "psr-4": {
4139 "Doctrine\\Bundle\\FixturesBundle\\": ""
4140 }
4141 },
4142 "notification-url": "https://packagist.org/downloads/",
4143 "license": [
4144 "MIT"
4145 ],
4146 "authors": [
4147 {
4148 "name": "Symfony Community",
4149 "homepage": "http://symfony.com/contributors"
4150 },
4151 {
4152 "name": "Doctrine Project",
4153 "homepage": "http://www.doctrine-project.org"
4154 },
4155 {
4156 "name": "Fabien Potencier",
4157 "email": "fabien@symfony.com"
4158 }
4159 ],
4160 "description": "Symfony DoctrineFixturesBundle",
4161 "homepage": "http://www.doctrine-project.org",
4162 "keywords": [
4163 "Fixture",
4164 "persistence"
4165 ],
4166 "time": "2015-08-04 22:43:14"
4167 },
4168 {
4169 "name": "phpdocumentor/reflection-docblock",
4170 "version": "2.0.4",
4171 "source": {
4172 "type": "git",
4173 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4174 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
4175 },
4176 "dist": {
4177 "type": "zip",
4178 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
4179 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
4180 "shasum": ""
4181 },
4182 "require": {
4183 "php": ">=5.3.3"
4184 },
4185 "require-dev": {
4186 "phpunit/phpunit": "~4.0"
4187 },
4188 "suggest": {
4189 "dflydev/markdown": "~1.0",
4190 "erusev/parsedown": "~1.0"
4191 },
4192 "type": "library",
4193 "extra": {
4194 "branch-alias": {
4195 "dev-master": "2.0.x-dev"
4196 }
4197 },
4198 "autoload": {
4199 "psr-0": {
4200 "phpDocumentor": [
4201 "src/"
4202 ]
4203 }
4204 },
4205 "notification-url": "https://packagist.org/downloads/",
4206 "license": [
4207 "MIT"
4208 ],
4209 "authors": [
4210 {
4211 "name": "Mike van Riel",
4212 "email": "mike.vanriel@naenius.com"
4213 }
4214 ],
4215 "time": "2015-02-03 12:10:50"
4216 },
4217 {
4218 "name": "phpspec/prophecy",
4219 "version": "v1.5.0",
4220 "source": {
4221 "type": "git",
4222 "url": "https://github.com/phpspec/prophecy.git",
4223 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
4224 },
4225 "dist": {
4226 "type": "zip",
4227 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
4228 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
4229 "shasum": ""
4230 },
4231 "require": {
4232 "doctrine/instantiator": "^1.0.2",
4233 "phpdocumentor/reflection-docblock": "~2.0",
4234 "sebastian/comparator": "~1.1"
4235 },
4236 "require-dev": {
4237 "phpspec/phpspec": "~2.0"
4238 },
4239 "type": "library",
4240 "extra": {
4241 "branch-alias": {
4242 "dev-master": "1.4.x-dev"
4243 }
4244 },
4245 "autoload": {
4246 "psr-0": {
4247 "Prophecy\\": "src/"
4248 }
4249 },
4250 "notification-url": "https://packagist.org/downloads/",
4251 "license": [
4252 "MIT"
4253 ],
4254 "authors": [
4255 {
4256 "name": "Konstantin Kudryashov",
4257 "email": "ever.zet@gmail.com",
4258 "homepage": "http://everzet.com"
4259 },
4260 {
4261 "name": "Marcello Duarte",
4262 "email": "marcello.duarte@gmail.com"
4263 }
4264 ],
4265 "description": "Highly opinionated mocking framework for PHP 5.3+",
4266 "homepage": "https://github.com/phpspec/prophecy",
4267 "keywords": [
4268 "Double",
4269 "Dummy",
4270 "fake",
4271 "mock",
4272 "spy",
4273 "stub"
4274 ],
4275 "time": "2015-08-13 10:07:40"
4276 },
4277 {
4278 "name": "phpunit/php-code-coverage",
4279 "version": "2.2.4",
4280 "source": {
4281 "type": "git",
4282 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4283 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
4284 },
4285 "dist": {
4286 "type": "zip",
4287 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4288 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4289 "shasum": ""
4290 },
4291 "require": {
4292 "php": ">=5.3.3",
4293 "phpunit/php-file-iterator": "~1.3",
4294 "phpunit/php-text-template": "~1.2",
4295 "phpunit/php-token-stream": "~1.3",
4296 "sebastian/environment": "^1.3.2",
4297 "sebastian/version": "~1.0"
4298 },
4299 "require-dev": {
4300 "ext-xdebug": ">=2.1.4",
4301 "phpunit/phpunit": "~4"
4302 },
4303 "suggest": {
4304 "ext-dom": "*",
4305 "ext-xdebug": ">=2.2.1",
4306 "ext-xmlwriter": "*"
4307 },
4308 "type": "library",
4309 "extra": {
4310 "branch-alias": {
4311 "dev-master": "2.2.x-dev"
4312 }
4313 },
4314 "autoload": {
4315 "classmap": [
4316 "src/"
4317 ]
4318 },
4319 "notification-url": "https://packagist.org/downloads/",
4320 "license": [
4321 "BSD-3-Clause"
4322 ],
4323 "authors": [
4324 {
4325 "name": "Sebastian Bergmann",
4326 "email": "sb@sebastian-bergmann.de",
4327 "role": "lead"
4328 }
4329 ],
4330 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4331 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4332 "keywords": [
4333 "coverage",
4334 "testing",
4335 "xunit"
4336 ],
4337 "time": "2015-10-06 15:47:00"
4338 },
4339 {
4340 "name": "phpunit/php-file-iterator",
4341 "version": "1.4.1",
4342 "source": {
4343 "type": "git",
4344 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4345 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
4346 },
4347 "dist": {
4348 "type": "zip",
4349 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
4350 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
4351 "shasum": ""
4352 },
4353 "require": {
4354 "php": ">=5.3.3"
4355 },
4356 "type": "library",
4357 "extra": {
4358 "branch-alias": {
4359 "dev-master": "1.4.x-dev"
4360 }
4361 },
4362 "autoload": {
4363 "classmap": [
4364 "src/"
4365 ]
4366 },
4367 "notification-url": "https://packagist.org/downloads/",
4368 "license": [
4369 "BSD-3-Clause"
4370 ],
4371 "authors": [
4372 {
4373 "name": "Sebastian Bergmann",
4374 "email": "sb@sebastian-bergmann.de",
4375 "role": "lead"
4376 }
4377 ],
4378 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4379 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4380 "keywords": [
4381 "filesystem",
4382 "iterator"
4383 ],
4384 "time": "2015-06-21 13:08:43"
4385 },
4386 {
4387 "name": "phpunit/php-text-template",
4388 "version": "1.2.1",
4389 "source": {
4390 "type": "git",
4391 "url": "https://github.com/sebastianbergmann/php-text-template.git",
4392 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4393 },
4394 "dist": {
4395 "type": "zip",
4396 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4397 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4398 "shasum": ""
4399 },
4400 "require": {
4401 "php": ">=5.3.3"
4402 },
4403 "type": "library",
4404 "autoload": {
4405 "classmap": [
4406 "src/"
4407 ]
4408 },
4409 "notification-url": "https://packagist.org/downloads/",
4410 "license": [
4411 "BSD-3-Clause"
4412 ],
4413 "authors": [
4414 {
4415 "name": "Sebastian Bergmann",
4416 "email": "sebastian@phpunit.de",
4417 "role": "lead"
4418 }
4419 ],
4420 "description": "Simple template engine.",
4421 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4422 "keywords": [
4423 "template"
4424 ],
4425 "time": "2015-06-21 13:50:34"
4426 },
4427 {
4428 "name": "phpunit/php-timer",
4429 "version": "1.0.7",
4430 "source": {
4431 "type": "git",
4432 "url": "https://github.com/sebastianbergmann/php-timer.git",
4433 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
4434 },
4435 "dist": {
4436 "type": "zip",
4437 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
4438 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
4439 "shasum": ""
4440 },
4441 "require": {
4442 "php": ">=5.3.3"
4443 },
4444 "type": "library",
4445 "autoload": {
4446 "classmap": [
4447 "src/"
4448 ]
4449 },
4450 "notification-url": "https://packagist.org/downloads/",
4451 "license": [
4452 "BSD-3-Clause"
4453 ],
4454 "authors": [
4455 {
4456 "name": "Sebastian Bergmann",
4457 "email": "sb@sebastian-bergmann.de",
4458 "role": "lead"
4459 }
4460 ],
4461 "description": "Utility class for timing",
4462 "homepage": "https://github.com/sebastianbergmann/php-timer/",
4463 "keywords": [
4464 "timer"
4465 ],
4466 "time": "2015-06-21 08:01:12"
4467 },
4468 {
4469 "name": "phpunit/php-token-stream",
4470 "version": "1.4.8",
4471 "source": {
4472 "type": "git",
4473 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4474 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
4475 },
4476 "dist": {
4477 "type": "zip",
4478 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4479 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4480 "shasum": ""
4481 },
4482 "require": {
4483 "ext-tokenizer": "*",
4484 "php": ">=5.3.3"
4485 },
4486 "require-dev": {
4487 "phpunit/phpunit": "~4.2"
4488 },
4489 "type": "library",
4490 "extra": {
4491 "branch-alias": {
4492 "dev-master": "1.4-dev"
4493 }
4494 },
4495 "autoload": {
4496 "classmap": [
4497 "src/"
4498 ]
4499 },
4500 "notification-url": "https://packagist.org/downloads/",
4501 "license": [
4502 "BSD-3-Clause"
4503 ],
4504 "authors": [
4505 {
4506 "name": "Sebastian Bergmann",
4507 "email": "sebastian@phpunit.de"
4508 }
4509 ],
4510 "description": "Wrapper around PHP's tokenizer extension.",
4511 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4512 "keywords": [
4513 "tokenizer"
4514 ],
4515 "time": "2015-09-15 10:49:45"
4516 },
4517 {
4518 "name": "phpunit/phpunit",
4519 "version": "4.8.16",
4520 "source": {
4521 "type": "git",
4522 "url": "https://github.com/sebastianbergmann/phpunit.git",
4523 "reference": "625f8c345606ed0f3a141dfb88f4116f0e22978e"
4524 },
4525 "dist": {
4526 "type": "zip",
4527 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/625f8c345606ed0f3a141dfb88f4116f0e22978e",
4528 "reference": "625f8c345606ed0f3a141dfb88f4116f0e22978e",
4529 "shasum": ""
4530 },
4531 "require": {
4532 "ext-dom": "*",
4533 "ext-json": "*",
4534 "ext-pcre": "*",
4535 "ext-reflection": "*",
4536 "ext-spl": "*",
4537 "php": ">=5.3.3",
4538 "phpspec/prophecy": "^1.3.1",
4539 "phpunit/php-code-coverage": "~2.1",
4540 "phpunit/php-file-iterator": "~1.4",
4541 "phpunit/php-text-template": "~1.2",
4542 "phpunit/php-timer": ">=1.0.6",
4543 "phpunit/phpunit-mock-objects": "~2.3",
4544 "sebastian/comparator": "~1.1",
4545 "sebastian/diff": "~1.2",
4546 "sebastian/environment": "~1.3",
4547 "sebastian/exporter": "~1.2",
4548 "sebastian/global-state": "~1.0",
4549 "sebastian/version": "~1.0",
4550 "symfony/yaml": "~2.1|~3.0"
4551 },
4552 "suggest": {
4553 "phpunit/php-invoker": "~1.1"
4554 },
4555 "bin": [
4556 "phpunit"
4557 ],
4558 "type": "library",
4559 "extra": {
4560 "branch-alias": {
4561 "dev-master": "4.8.x-dev"
4562 }
4563 },
4564 "autoload": {
4565 "classmap": [
4566 "src/"
4567 ]
4568 },
4569 "notification-url": "https://packagist.org/downloads/",
4570 "license": [
4571 "BSD-3-Clause"
4572 ],
4573 "authors": [
4574 {
4575 "name": "Sebastian Bergmann",
4576 "email": "sebastian@phpunit.de",
4577 "role": "lead"
4578 }
4579 ],
4580 "description": "The PHP Unit Testing framework.",
4581 "homepage": "https://phpunit.de/",
4582 "keywords": [
4583 "phpunit",
4584 "testing",
4585 "xunit"
4586 ],
4587 "time": "2015-10-23 06:48:33"
4588 },
4589 {
4590 "name": "phpunit/phpunit-mock-objects",
4591 "version": "2.3.8",
4592 "source": {
4593 "type": "git",
4594 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4595 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
4596 },
4597 "dist": {
4598 "type": "zip",
4599 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4600 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4601 "shasum": ""
4602 },
4603 "require": {
4604 "doctrine/instantiator": "^1.0.2",
4605 "php": ">=5.3.3",
4606 "phpunit/php-text-template": "~1.2",
4607 "sebastian/exporter": "~1.2"
4608 },
4609 "require-dev": {
4610 "phpunit/phpunit": "~4.4"
4611 },
4612 "suggest": {
4613 "ext-soap": "*"
4614 },
4615 "type": "library",
4616 "extra": {
4617 "branch-alias": {
4618 "dev-master": "2.3.x-dev"
4619 }
4620 },
4621 "autoload": {
4622 "classmap": [
4623 "src/"
4624 ]
4625 },
4626 "notification-url": "https://packagist.org/downloads/",
4627 "license": [
4628 "BSD-3-Clause"
4629 ],
4630 "authors": [
4631 {
4632 "name": "Sebastian Bergmann",
4633 "email": "sb@sebastian-bergmann.de",
4634 "role": "lead"
4635 }
4636 ],
4637 "description": "Mock Object library for PHPUnit",
4638 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4639 "keywords": [
4640 "mock",
4641 "xunit"
4642 ],
4643 "time": "2015-10-02 06:51:40"
4644 },
4645 {
4646 "name": "sebastian/comparator",
4647 "version": "1.2.0",
4648 "source": {
4649 "type": "git",
4650 "url": "https://github.com/sebastianbergmann/comparator.git",
4651 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
4652 },
4653 "dist": {
4654 "type": "zip",
4655 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
4656 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
4657 "shasum": ""
4658 },
4659 "require": {
4660 "php": ">=5.3.3",
4661 "sebastian/diff": "~1.2",
4662 "sebastian/exporter": "~1.2"
4663 },
4664 "require-dev": {
4665 "phpunit/phpunit": "~4.4"
4666 },
4667 "type": "library",
4668 "extra": {
4669 "branch-alias": {
4670 "dev-master": "1.2.x-dev"
4671 }
4672 },
4673 "autoload": {
4674 "classmap": [
4675 "src/"
4676 ]
4677 },
4678 "notification-url": "https://packagist.org/downloads/",
4679 "license": [
4680 "BSD-3-Clause"
4681 ],
4682 "authors": [
4683 {
4684 "name": "Jeff Welch",
4685 "email": "whatthejeff@gmail.com"
4686 },
4687 {
4688 "name": "Volker Dusch",
4689 "email": "github@wallbash.com"
4690 },
4691 {
4692 "name": "Bernhard Schussek",
4693 "email": "bschussek@2bepublished.at"
4694 },
4695 {
4696 "name": "Sebastian Bergmann",
4697 "email": "sebastian@phpunit.de"
4698 }
4699 ],
4700 "description": "Provides the functionality to compare PHP values for equality",
4701 "homepage": "http://www.github.com/sebastianbergmann/comparator",
4702 "keywords": [
4703 "comparator",
4704 "compare",
4705 "equality"
4706 ],
4707 "time": "2015-07-26 15:48:44"
4708 },
4709 {
4710 "name": "sebastian/diff",
4711 "version": "1.3.0",
4712 "source": {
4713 "type": "git",
4714 "url": "https://github.com/sebastianbergmann/diff.git",
4715 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
4716 },
4717 "dist": {
4718 "type": "zip",
4719 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
4720 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
4721 "shasum": ""
4722 },
4723 "require": {
4724 "php": ">=5.3.3"
4725 },
4726 "require-dev": {
4727 "phpunit/phpunit": "~4.2"
4728 },
4729 "type": "library",
4730 "extra": {
4731 "branch-alias": {
4732 "dev-master": "1.3-dev"
4733 }
4734 },
4735 "autoload": {
4736 "classmap": [
4737 "src/"
4738 ]
4739 },
4740 "notification-url": "https://packagist.org/downloads/",
4741 "license": [
4742 "BSD-3-Clause"
4743 ],
4744 "authors": [
4745 {
4746 "name": "Kore Nordmann",
4747 "email": "mail@kore-nordmann.de"
4748 },
4749 {
4750 "name": "Sebastian Bergmann",
4751 "email": "sebastian@phpunit.de"
4752 }
4753 ],
4754 "description": "Diff implementation",
4755 "homepage": "http://www.github.com/sebastianbergmann/diff",
4756 "keywords": [
4757 "diff"
4758 ],
4759 "time": "2015-02-22 15:13:53"
4760 },
4761 {
4762 "name": "sebastian/environment",
4763 "version": "1.3.2",
4764 "source": {
4765 "type": "git",
4766 "url": "https://github.com/sebastianbergmann/environment.git",
4767 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
4768 },
4769 "dist": {
4770 "type": "zip",
4771 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
4772 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
4773 "shasum": ""
4774 },
4775 "require": {
4776 "php": ">=5.3.3"
4777 },
4778 "require-dev": {
4779 "phpunit/phpunit": "~4.4"
4780 },
4781 "type": "library",
4782 "extra": {
4783 "branch-alias": {
4784 "dev-master": "1.3.x-dev"
4785 }
4786 },
4787 "autoload": {
4788 "classmap": [
4789 "src/"
4790 ]
4791 },
4792 "notification-url": "https://packagist.org/downloads/",
4793 "license": [
4794 "BSD-3-Clause"
4795 ],
4796 "authors": [
4797 {
4798 "name": "Sebastian Bergmann",
4799 "email": "sebastian@phpunit.de"
4800 }
4801 ],
4802 "description": "Provides functionality to handle HHVM/PHP environments",
4803 "homepage": "http://www.github.com/sebastianbergmann/environment",
4804 "keywords": [
4805 "Xdebug",
4806 "environment",
4807 "hhvm"
4808 ],
4809 "time": "2015-08-03 06:14:51"
4810 },
4811 {
4812 "name": "sebastian/exporter",
4813 "version": "1.2.1",
4814 "source": {
4815 "type": "git",
4816 "url": "https://github.com/sebastianbergmann/exporter.git",
4817 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
4818 },
4819 "dist": {
4820 "type": "zip",
4821 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
4822 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
4823 "shasum": ""
4824 },
4825 "require": {
4826 "php": ">=5.3.3",
4827 "sebastian/recursion-context": "~1.0"
4828 },
4829 "require-dev": {
4830 "phpunit/phpunit": "~4.4"
4831 },
4832 "type": "library",
4833 "extra": {
4834 "branch-alias": {
4835 "dev-master": "1.2.x-dev"
4836 }
4837 },
4838 "autoload": {
4839 "classmap": [
4840 "src/"
4841 ]
4842 },
4843 "notification-url": "https://packagist.org/downloads/",
4844 "license": [
4845 "BSD-3-Clause"
4846 ],
4847 "authors": [
4848 {
4849 "name": "Jeff Welch",
4850 "email": "whatthejeff@gmail.com"
4851 },
4852 {
4853 "name": "Volker Dusch",
4854 "email": "github@wallbash.com"
4855 },
4856 {
4857 "name": "Bernhard Schussek",
4858 "email": "bschussek@2bepublished.at"
4859 },
4860 {
4861 "name": "Sebastian Bergmann",
4862 "email": "sebastian@phpunit.de"
4863 },
4864 {
4865 "name": "Adam Harvey",
4866 "email": "aharvey@php.net"
4867 }
4868 ],
4869 "description": "Provides the functionality to export PHP variables for visualization",
4870 "homepage": "http://www.github.com/sebastianbergmann/exporter",
4871 "keywords": [
4872 "export",
4873 "exporter"
4874 ],
4875 "time": "2015-06-21 07:55:53"
4876 },
4877 {
4878 "name": "sebastian/global-state",
4879 "version": "1.1.1",
4880 "source": {
4881 "type": "git",
4882 "url": "https://github.com/sebastianbergmann/global-state.git",
4883 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4884 },
4885 "dist": {
4886 "type": "zip",
4887 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4888 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4889 "shasum": ""
4890 },
4891 "require": {
4892 "php": ">=5.3.3"
4893 },
4894 "require-dev": {
4895 "phpunit/phpunit": "~4.2"
4896 },
4897 "suggest": {
4898 "ext-uopz": "*"
4899 },
4900 "type": "library",
4901 "extra": {
4902 "branch-alias": {
4903 "dev-master": "1.0-dev"
4904 }
4905 },
4906 "autoload": {
4907 "classmap": [
4908 "src/"
4909 ]
4910 },
4911 "notification-url": "https://packagist.org/downloads/",
4912 "license": [
4913 "BSD-3-Clause"
4914 ],
4915 "authors": [
4916 {
4917 "name": "Sebastian Bergmann",
4918 "email": "sebastian@phpunit.de"
4919 }
4920 ],
4921 "description": "Snapshotting of global state",
4922 "homepage": "http://www.github.com/sebastianbergmann/global-state",
4923 "keywords": [
4924 "global state"
4925 ],
4926 "time": "2015-10-12 03:26:01"
4927 },
4928 {
4929 "name": "sebastian/recursion-context",
4930 "version": "1.0.1",
4931 "source": {
4932 "type": "git",
4933 "url": "https://github.com/sebastianbergmann/recursion-context.git",
4934 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
4935 },
4936 "dist": {
4937 "type": "zip",
4938 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
4939 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
4940 "shasum": ""
4941 },
4942 "require": {
4943 "php": ">=5.3.3"
4944 },
4945 "require-dev": {
4946 "phpunit/phpunit": "~4.4"
4947 },
4948 "type": "library",
4949 "extra": {
4950 "branch-alias": {
4951 "dev-master": "1.0.x-dev"
4952 }
4953 },
4954 "autoload": {
4955 "classmap": [
4956 "src/"
4957 ]
4958 },
4959 "notification-url": "https://packagist.org/downloads/",
4960 "license": [
4961 "BSD-3-Clause"
4962 ],
4963 "authors": [
4964 {
4965 "name": "Jeff Welch",
4966 "email": "whatthejeff@gmail.com"
4967 },
4968 {
4969 "name": "Sebastian Bergmann",
4970 "email": "sebastian@phpunit.de"
4971 },
4972 {
4973 "name": "Adam Harvey",
4974 "email": "aharvey@php.net"
4975 }
4976 ],
4977 "description": "Provides functionality to recursively process PHP variables",
4978 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4979 "time": "2015-06-21 08:04:50"
4980 },
4981 {
4982 "name": "sebastian/version",
4983 "version": "1.0.6",
4984 "source": {
4985 "type": "git",
4986 "url": "https://github.com/sebastianbergmann/version.git",
4987 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4988 },
4989 "dist": {
4990 "type": "zip",
4991 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4992 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4993 "shasum": ""
4994 },
4995 "type": "library",
4996 "autoload": {
4997 "classmap": [
4998 "src/"
4999 ]
5000 },
5001 "notification-url": "https://packagist.org/downloads/",
5002 "license": [
5003 "BSD-3-Clause"
5004 ],
5005 "authors": [
5006 {
5007 "name": "Sebastian Bergmann",
5008 "email": "sebastian@phpunit.de",
5009 "role": "lead"
5010 }
5011 ],
5012 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5013 "homepage": "https://github.com/sebastianbergmann/version",
5014 "time": "2015-06-21 13:59:46"
5015 },
5016 {
5017 "name": "sensio/generator-bundle",
5018 "version": "v2.5.3",
5019 "target-dir": "Sensio/Bundle/GeneratorBundle",
5020 "source": {
5021 "type": "git",
5022 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
5023 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
5024 },
5025 "dist": {
5026 "type": "zip",
5027 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
5028 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
5029 "shasum": ""
5030 },
5031 "require": {
5032 "symfony/console": "~2.5",
5033 "symfony/framework-bundle": "~2.2"
5034 },
5035 "require-dev": {
5036 "doctrine/orm": "~2.2,>=2.2.3",
5037 "symfony/doctrine-bridge": "~2.2",
5038 "twig/twig": "~1.11"
5039 },
5040 "type": "symfony-bundle",
5041 "extra": {
5042 "branch-alias": {
5043 "dev-master": "2.5.x-dev"
5044 }
5045 },
5046 "autoload": {
5047 "psr-0": {
5048 "Sensio\\Bundle\\GeneratorBundle": ""
5049 }
5050 },
5051 "notification-url": "https://packagist.org/downloads/",
5052 "license": [
5053 "MIT"
5054 ],
5055 "authors": [
5056 {
5057 "name": "Fabien Potencier",
5058 "email": "fabien@symfony.com"
5059 }
5060 ],
5061 "description": "This bundle generates code for you",
5062 "time": "2015-03-17 06:36:52"
5063 },
5064 {
5065 "name": "symfony/phpunit-bridge",
5066 "version": "v2.7.6",
5067 "source": {
5068 "type": "git",
5069 "url": "https://github.com/symfony/phpunit-bridge.git",
5070 "reference": "896bbd1742a6ecd2f7904167bdb6bf88eb6cfbe4"
5071 },
5072 "dist": {
5073 "type": "zip",
5074 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/896bbd1742a6ecd2f7904167bdb6bf88eb6cfbe4",
5075 "reference": "896bbd1742a6ecd2f7904167bdb6bf88eb6cfbe4",
5076 "shasum": ""
5077 },
5078 "require": {
5079 "php": ">=5.3.3"
5080 },
5081 "suggest": {
5082 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
5083 },
5084 "type": "symfony-bridge",
5085 "extra": {
5086 "branch-alias": {
5087 "dev-master": "2.7-dev"
5088 }
5089 },
5090 "autoload": {
5091 "files": [
5092 "bootstrap.php"
5093 ],
5094 "psr-4": {
5095 "Symfony\\Bridge\\PhpUnit\\": ""
5096 }
5097 },
5098 "notification-url": "https://packagist.org/downloads/",
5099 "license": [
5100 "MIT"
5101 ],
5102 "authors": [
5103 {
5104 "name": "Nicolas Grekas",
5105 "email": "p@tchwork.com"
5106 },
5107 {
5108 "name": "Symfony Community",
5109 "homepage": "https://symfony.com/contributors"
5110 }
5111 ],
5112 "description": "Symfony PHPUnit Bridge",
5113 "homepage": "https://symfony.com",
5114 "time": "2015-09-27 10:08:51"
5115 }
5116 ],
5117 "aliases": [],
5118 "minimum-stability": "dev",
5119 "stability-flags": {
5120 "friendsofsymfony/user-bundle": 20,
5121 "friendsofsymfony/oauth-server-bundle": 20
5122 },
5123 "prefer-stable": true,
5124 "prefer-lowest": false,
5125 "platform": {
5126 "php": ">=5.3.3"
5127 },
5128 "platform-dev": []
5129 }