]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Update deps
[github/wallabag/wallabag.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "hash": "f5520667cebcae76568ff448172854bd",
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.4.2",
80 "source": {
81 "type": "git",
82 "url": "https://github.com/doctrine/cache.git",
83 "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca"
84 },
85 "dist": {
86 "type": "zip",
87 "url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca",
88 "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca",
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-0": {
110 "Doctrine\\Common\\Cache\\": "lib/"
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-08-31 12:36:41"
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.1",
289 "source": {
290 "type": "git",
291 "url": "https://github.com/doctrine/dbal.git",
292 "reference": "628c2256b646ae2417d44e063bce8aec5199d48d"
293 },
294 "dist": {
295 "type": "zip",
296 "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d",
297 "reference": "628c2256b646ae2417d44e063bce8aec5199d48d",
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-01-12 21:52:47"
356 },
357 {
358 "name": "doctrine/doctrine-bundle",
359 "version": "v1.5.1",
360 "source": {
361 "type": "git",
362 "url": "https://github.com/doctrine/DoctrineBundle.git",
363 "reference": "8c5cedb4f2f7ebb66a963ae46ad9daa1e31cee01"
364 },
365 "dist": {
366 "type": "zip",
367 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/8c5cedb4f2f7ebb66a963ae46ad9daa1e31cee01",
368 "reference": "8c5cedb4f2f7ebb66a963ae46ad9daa1e31cee01",
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.5.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-12 15:52:00"
434 },
435 {
436 "name": "doctrine/doctrine-cache-bundle",
437 "version": "v1.0.1",
438 "target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
439 "source": {
440 "type": "git",
441 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
442 "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d"
443 },
444 "dist": {
445 "type": "zip",
446 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
447 "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
448 "shasum": ""
449 },
450 "require": {
451 "doctrine/cache": "~1.3",
452 "doctrine/inflector": "~1.0",
453 "php": ">=5.3.2",
454 "symfony/doctrine-bridge": "~2.2",
455 "symfony/framework-bundle": "~2.2",
456 "symfony/security": "~2.2"
457 },
458 "require-dev": {
459 "instaclick/coding-standard": "~1.1",
460 "instaclick/object-calisthenics-sniffs": "dev-master",
461 "instaclick/symfony2-coding-standard": "dev-remaster",
462 "phpunit/phpunit": "~3.7",
463 "satooshi/php-coveralls": "~0.6.1",
464 "squizlabs/php_codesniffer": "dev-master",
465 "symfony/console": "~2.2",
466 "symfony/finder": "~2.2",
467 "symfony/validator": "~2.2",
468 "symfony/yaml": "~2.2"
469 },
470 "type": "symfony-bundle",
471 "extra": {
472 "branch-alias": {
473 "dev-master": "1.0.x-dev"
474 }
475 },
476 "autoload": {
477 "psr-0": {
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": "Symfony2 Bundle for Doctrine Cache",
512 "homepage": "http://www.doctrine-project.org",
513 "keywords": [
514 "cache",
515 "caching"
516 ],
517 "time": "2014-11-28 09:43:36"
518 },
519 {
520 "name": "doctrine/inflector",
521 "version": "v1.0.1",
522 "source": {
523 "type": "git",
524 "url": "https://github.com/doctrine/inflector.git",
525 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
526 },
527 "dist": {
528 "type": "zip",
529 "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
530 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
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.0.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": "2014-12-20 21:24:13"
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": "fin1te/safecurl",
817 "version": "v1.1",
818 "source": {
819 "type": "git",
820 "url": "https://github.com/fin1te/safecurl.git",
821 "reference": "98aae75a1f4f8dec2194ce889d418d16c3c877e4"
822 },
823 "dist": {
824 "type": "zip",
825 "url": "https://api.github.com/repos/fin1te/safecurl/zipball/98aae75a1f4f8dec2194ce889d418d16c3c877e4",
826 "reference": "98aae75a1f4f8dec2194ce889d418d16c3c877e4",
827 "shasum": ""
828 },
829 "require": {
830 "php": ">=5.3.0"
831 },
832 "require-dev": {
833 "phpunit/phpunit": "3.7.*"
834 },
835 "type": "library",
836 "autoload": {
837 "psr-0": {
838 "fin1te\\SafeCurl": "src/"
839 }
840 },
841 "notification-url": "https://packagist.org/downloads/",
842 "license": [
843 "MIT"
844 ],
845 "authors": [
846 {
847 "name": "Jack W",
848 "email": "jack@fin1te.net"
849 }
850 ],
851 "description": "A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.",
852 "keywords": [
853 "curl",
854 "safe",
855 "safecurl",
856 "ssrf",
857 "websec"
858 ],
859 "time": "2014-05-20 12:10:12"
860 },
861 {
862 "name": "friendsofsymfony/rest-bundle",
863 "version": "1.7.1",
864 "target-dir": "FOS/RestBundle",
865 "source": {
866 "type": "git",
867 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
868 "reference": "3fb2d30c58cde59213dbddd031bc36171b8b68b6"
869 },
870 "dist": {
871 "type": "zip",
872 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/3fb2d30c58cde59213dbddd031bc36171b8b68b6",
873 "reference": "3fb2d30c58cde59213dbddd031bc36171b8b68b6",
874 "shasum": ""
875 },
876 "require": {
877 "doctrine/inflector": "~1.0",
878 "php": ">=5.3.9",
879 "psr/log": "~1.0",
880 "symfony/framework-bundle": "~2.3",
881 "symfony/http-kernel": "~2.3,>=2.3.24",
882 "willdurand/jsonp-callback-validator": "~1.0",
883 "willdurand/negotiation": "~1.2"
884 },
885 "conflict": {
886 "jms/serializer": "<0.12",
887 "jms/serializer-bundle": "<0.11",
888 "symfony/validator": ">=2.5.0,<2.5.5"
889 },
890 "require-dev": {
891 "jms/serializer": "~0.13",
892 "jms/serializer-bundle": "~0.12",
893 "phpoption/phpoption": "~1.1.0",
894 "sensio/framework-extra-bundle": "~3.0",
895 "symfony/browser-kit": "~2.3",
896 "symfony/dependency-injection": "~2.3",
897 "symfony/form": "~2.3",
898 "symfony/security": "~2.3",
899 "symfony/serializer": "~2.3",
900 "symfony/validator": "~2.3",
901 "symfony/yaml": "~2.3"
902 },
903 "suggest": {
904 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12",
905 "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0",
906 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
907 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
908 },
909 "type": "symfony-bundle",
910 "extra": {
911 "branch-alias": {
912 "dev-master": "1.7-dev"
913 }
914 },
915 "autoload": {
916 "psr-0": {
917 "FOS\\RestBundle": ""
918 }
919 },
920 "notification-url": "https://packagist.org/downloads/",
921 "license": [
922 "MIT"
923 ],
924 "authors": [
925 {
926 "name": "Lukas Kahwe Smith",
927 "email": "smith@pooteeweet.org"
928 },
929 {
930 "name": "FriendsOfSymfony Community",
931 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
932 },
933 {
934 "name": "Konstantin Kudryashov",
935 "email": "ever.zet@gmail.com"
936 }
937 ],
938 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
939 "homepage": "http://friendsofsymfony.github.com",
940 "keywords": [
941 "rest"
942 ],
943 "time": "2015-06-16 08:39:26"
944 },
945 {
946 "name": "guzzlehttp/guzzle",
947 "version": "5.3.0",
948 "source": {
949 "type": "git",
950 "url": "https://github.com/guzzle/guzzle.git",
951 "reference": "f3c8c22471cb55475105c14769644a49c3262b93"
952 },
953 "dist": {
954 "type": "zip",
955 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93",
956 "reference": "f3c8c22471cb55475105c14769644a49c3262b93",
957 "shasum": ""
958 },
959 "require": {
960 "guzzlehttp/ringphp": "^1.1",
961 "php": ">=5.4.0"
962 },
963 "require-dev": {
964 "ext-curl": "*",
965 "phpunit/phpunit": "^4.0",
966 "psr/log": "^1.0"
967 },
968 "type": "library",
969 "extra": {
970 "branch-alias": {
971 "dev-master": "5.0-dev"
972 }
973 },
974 "autoload": {
975 "psr-4": {
976 "GuzzleHttp\\": "src/"
977 }
978 },
979 "notification-url": "https://packagist.org/downloads/",
980 "license": [
981 "MIT"
982 ],
983 "authors": [
984 {
985 "name": "Michael Dowling",
986 "email": "mtdowling@gmail.com",
987 "homepage": "https://github.com/mtdowling"
988 }
989 ],
990 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
991 "homepage": "http://guzzlephp.org/",
992 "keywords": [
993 "client",
994 "curl",
995 "framework",
996 "http",
997 "http client",
998 "rest",
999 "web service"
1000 ],
1001 "time": "2015-05-20 03:47:55"
1002 },
1003 {
1004 "name": "guzzlehttp/ringphp",
1005 "version": "1.1.0",
1006 "source": {
1007 "type": "git",
1008 "url": "https://github.com/guzzle/RingPHP.git",
1009 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
1010 },
1011 "dist": {
1012 "type": "zip",
1013 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1014 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1015 "shasum": ""
1016 },
1017 "require": {
1018 "guzzlehttp/streams": "~3.0",
1019 "php": ">=5.4.0",
1020 "react/promise": "~2.0"
1021 },
1022 "require-dev": {
1023 "ext-curl": "*",
1024 "phpunit/phpunit": "~4.0"
1025 },
1026 "suggest": {
1027 "ext-curl": "Guzzle will use specific adapters if cURL is present"
1028 },
1029 "type": "library",
1030 "extra": {
1031 "branch-alias": {
1032 "dev-master": "1.1-dev"
1033 }
1034 },
1035 "autoload": {
1036 "psr-4": {
1037 "GuzzleHttp\\Ring\\": "src/"
1038 }
1039 },
1040 "notification-url": "https://packagist.org/downloads/",
1041 "license": [
1042 "MIT"
1043 ],
1044 "authors": [
1045 {
1046 "name": "Michael Dowling",
1047 "email": "mtdowling@gmail.com",
1048 "homepage": "https://github.com/mtdowling"
1049 }
1050 ],
1051 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
1052 "time": "2015-05-20 03:37:09"
1053 },
1054 {
1055 "name": "guzzlehttp/streams",
1056 "version": "3.0.0",
1057 "source": {
1058 "type": "git",
1059 "url": "https://github.com/guzzle/streams.git",
1060 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
1061 },
1062 "dist": {
1063 "type": "zip",
1064 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1065 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1066 "shasum": ""
1067 },
1068 "require": {
1069 "php": ">=5.4.0"
1070 },
1071 "require-dev": {
1072 "phpunit/phpunit": "~4.0"
1073 },
1074 "type": "library",
1075 "extra": {
1076 "branch-alias": {
1077 "dev-master": "3.0-dev"
1078 }
1079 },
1080 "autoload": {
1081 "psr-4": {
1082 "GuzzleHttp\\Stream\\": "src/"
1083 }
1084 },
1085 "notification-url": "https://packagist.org/downloads/",
1086 "license": [
1087 "MIT"
1088 ],
1089 "authors": [
1090 {
1091 "name": "Michael Dowling",
1092 "email": "mtdowling@gmail.com",
1093 "homepage": "https://github.com/mtdowling"
1094 }
1095 ],
1096 "description": "Provides a simple abstraction over streams of data",
1097 "homepage": "http://guzzlephp.org/",
1098 "keywords": [
1099 "Guzzle",
1100 "stream"
1101 ],
1102 "time": "2014-10-12 19:18:40"
1103 },
1104 {
1105 "name": "htmlawed/htmlawed",
1106 "version": "1.1.19",
1107 "source": {
1108 "type": "git",
1109 "url": "https://github.com/kesar/HTMLawed.git",
1110 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf"
1111 },
1112 "dist": {
1113 "type": "zip",
1114 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/620c38edd57e680260ebd8dd0e98167d97e9a7bf",
1115 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf",
1116 "shasum": ""
1117 },
1118 "require": {
1119 "php": ">4.4.0"
1120 },
1121 "type": "library",
1122 "autoload": {
1123 "files": [
1124 "htmLawed.php"
1125 ]
1126 },
1127 "notification-url": "https://packagist.org/downloads/",
1128 "license": [
1129 "GPL-2.0+",
1130 "LGPL-3.0"
1131 ],
1132 "authors": [
1133 {
1134 "name": "Santosh Patnaik",
1135 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1136 "role": "Developer"
1137 }
1138 ],
1139 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1140 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1141 "keywords": [
1142 "HTMLtidy",
1143 "html",
1144 "sanitize",
1145 "strip",
1146 "tags"
1147 ],
1148 "time": "2015-04-05 17:23:05"
1149 },
1150 {
1151 "name": "incenteev/composer-parameter-handler",
1152 "version": "v2.1.1",
1153 "source": {
1154 "type": "git",
1155 "url": "https://github.com/Incenteev/ParameterHandler.git",
1156 "reference": "84a205fe80a46101607bafbc423019527893ddd0"
1157 },
1158 "dist": {
1159 "type": "zip",
1160 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/84a205fe80a46101607bafbc423019527893ddd0",
1161 "reference": "84a205fe80a46101607bafbc423019527893ddd0",
1162 "shasum": ""
1163 },
1164 "require": {
1165 "php": ">=5.3.3",
1166 "symfony/yaml": "~2.0"
1167 },
1168 "require-dev": {
1169 "composer/composer": "1.0.*@dev",
1170 "phpspec/prophecy-phpunit": "~1.0",
1171 "symfony/filesystem": "~2.2"
1172 },
1173 "type": "library",
1174 "extra": {
1175 "branch-alias": {
1176 "dev-master": "2.1.x-dev"
1177 }
1178 },
1179 "autoload": {
1180 "psr-4": {
1181 "Incenteev\\ParameterHandler\\": ""
1182 }
1183 },
1184 "notification-url": "https://packagist.org/downloads/",
1185 "license": [
1186 "MIT"
1187 ],
1188 "authors": [
1189 {
1190 "name": "Christophe Coevoet",
1191 "email": "stof@notk.org"
1192 }
1193 ],
1194 "description": "Composer script handling your ignored parameter file",
1195 "homepage": "https://github.com/Incenteev/ParameterHandler",
1196 "keywords": [
1197 "parameters management"
1198 ],
1199 "time": "2015-06-03 08:27:03"
1200 },
1201 {
1202 "name": "j0k3r/graby",
1203 "version": "1.0.0-alpha.0",
1204 "source": {
1205 "type": "git",
1206 "url": "https://github.com/j0k3r/graby.git",
1207 "reference": "553a5ddd35e89f37fce2275e1423cc4451c40dbf"
1208 },
1209 "dist": {
1210 "type": "zip",
1211 "url": "https://api.github.com/repos/j0k3r/graby/zipball/553a5ddd35e89f37fce2275e1423cc4451c40dbf",
1212 "reference": "553a5ddd35e89f37fce2275e1423cc4451c40dbf",
1213 "shasum": ""
1214 },
1215 "require": {
1216 "fin1te/safecurl": "~1.1",
1217 "guzzlehttp/guzzle": "^5.2.0",
1218 "htmlawed/htmlawed": "^1.1.19",
1219 "j0k3r/graby-site-config": "dev-master",
1220 "j0k3r/php-readability": "^1.0",
1221 "monolog/monolog": "^1.13.1",
1222 "neitanod/forceutf8": "^1.4",
1223 "php": ">=5.4",
1224 "simplepie/simplepie": "^1.3.1",
1225 "symfony/options-resolver": "^2.6.6"
1226 },
1227 "type": "library",
1228 "autoload": {
1229 "psr-4": {
1230 "Graby\\": "src/"
1231 }
1232 },
1233 "notification-url": "https://packagist.org/downloads/",
1234 "license": [
1235 "AGPL-3.0"
1236 ],
1237 "authors": [
1238 {
1239 "name": "Jeremy Benoist",
1240 "email": "jeremy.benoist@gmail.com",
1241 "role": "Developer"
1242 },
1243 {
1244 "name": "FiveFilters.org",
1245 "email": "fivefilters@fivefilters.org",
1246 "role": "Developer (original version)"
1247 }
1248 ],
1249 "description": "Graby helps you extract article content from web pages",
1250 "time": "2015-08-29 10:16:47"
1251 },
1252 {
1253 "name": "j0k3r/graby-site-config",
1254 "version": "dev-master",
1255 "source": {
1256 "type": "git",
1257 "url": "https://github.com/j0k3r/graby-site-config.git",
1258 "reference": "a5b3add9fcd716c86b8c4220bdbdfbc7e79dd182"
1259 },
1260 "dist": {
1261 "type": "zip",
1262 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/a5b3add9fcd716c86b8c4220bdbdfbc7e79dd182",
1263 "reference": "a5b3add9fcd716c86b8c4220bdbdfbc7e79dd182",
1264 "shasum": ""
1265 },
1266 "require": {
1267 "symfony/finder": "^2.6.6"
1268 },
1269 "type": "library",
1270 "autoload": {
1271 "psr-4": {
1272 "GrabySiteConfig\\SiteConfig\\": "/"
1273 }
1274 },
1275 "notification-url": "https://packagist.org/downloads/",
1276 "license": [
1277 "AGPL-3.0"
1278 ],
1279 "authors": [
1280 {
1281 "name": "Jeremy Benoist",
1282 "email": "jeremy.benoist@gmail.com"
1283 }
1284 ],
1285 "description": "Graby site config files",
1286 "time": "2015-09-10 12:13:05"
1287 },
1288 {
1289 "name": "j0k3r/php-readability",
1290 "version": "v1.0.4",
1291 "source": {
1292 "type": "git",
1293 "url": "https://github.com/j0k3r/php-readability.git",
1294 "reference": "c5a4a490e155fa20809c9bbcf3e318defbb7a261"
1295 },
1296 "dist": {
1297 "type": "zip",
1298 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/c5a4a490e155fa20809c9bbcf3e318defbb7a261",
1299 "reference": "c5a4a490e155fa20809c9bbcf3e318defbb7a261",
1300 "shasum": ""
1301 },
1302 "require": {
1303 "ext-tidy": ">=1.2",
1304 "php": ">=5.3.3"
1305 },
1306 "type": "library",
1307 "autoload": {
1308 "psr-4": {
1309 "Readability\\": "src/"
1310 }
1311 },
1312 "notification-url": "https://packagist.org/downloads/",
1313 "license": [
1314 "Apache-2.0"
1315 ],
1316 "authors": [
1317 {
1318 "name": "Keyvan Minoukadeh",
1319 "email": "keyvan@keyvan.net",
1320 "homepage": "http://keyvan.net",
1321 "role": "Developer (ported original JS code to PHP)"
1322 },
1323 {
1324 "name": "Arc90",
1325 "homepage": "http://arc90.com",
1326 "role": "Developer (original JS version)"
1327 },
1328 {
1329 "name": "Jeremy Benoist",
1330 "email": "jeremy.benoist@gmail.com",
1331 "homepage": "http://www.j0k3r.net",
1332 "role": "Developer"
1333 },
1334 {
1335 "name": "DitherSky",
1336 "homepage": "https://github.com/Dither",
1337 "role": "Developer (https://github.com/Dither/full-text-rss)"
1338 }
1339 ],
1340 "description": "Automatic article extraction from HTML",
1341 "keywords": [
1342 "article",
1343 "article extraction",
1344 "content",
1345 "content extraction",
1346 "extraction",
1347 "html"
1348 ],
1349 "time": "2015-08-24 09:10:54"
1350 },
1351 {
1352 "name": "jdorn/sql-formatter",
1353 "version": "v1.2.17",
1354 "source": {
1355 "type": "git",
1356 "url": "https://github.com/jdorn/sql-formatter.git",
1357 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1358 },
1359 "dist": {
1360 "type": "zip",
1361 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1362 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1363 "shasum": ""
1364 },
1365 "require": {
1366 "php": ">=5.2.4"
1367 },
1368 "require-dev": {
1369 "phpunit/phpunit": "3.7.*"
1370 },
1371 "type": "library",
1372 "extra": {
1373 "branch-alias": {
1374 "dev-master": "1.3.x-dev"
1375 }
1376 },
1377 "autoload": {
1378 "classmap": [
1379 "lib"
1380 ]
1381 },
1382 "notification-url": "https://packagist.org/downloads/",
1383 "license": [
1384 "MIT"
1385 ],
1386 "authors": [
1387 {
1388 "name": "Jeremy Dorn",
1389 "email": "jeremy@jeremydorn.com",
1390 "homepage": "http://jeremydorn.com/"
1391 }
1392 ],
1393 "description": "a PHP SQL highlighting library",
1394 "homepage": "https://github.com/jdorn/sql-formatter/",
1395 "keywords": [
1396 "highlight",
1397 "sql"
1398 ],
1399 "time": "2014-01-12 16:20:24"
1400 },
1401 {
1402 "name": "jms/metadata",
1403 "version": "1.5.1",
1404 "source": {
1405 "type": "git",
1406 "url": "https://github.com/schmittjoh/metadata.git",
1407 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1408 },
1409 "dist": {
1410 "type": "zip",
1411 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1412 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1413 "shasum": ""
1414 },
1415 "require": {
1416 "php": ">=5.3.0"
1417 },
1418 "require-dev": {
1419 "doctrine/cache": "~1.0"
1420 },
1421 "type": "library",
1422 "extra": {
1423 "branch-alias": {
1424 "dev-master": "1.5.x-dev"
1425 }
1426 },
1427 "autoload": {
1428 "psr-0": {
1429 "Metadata\\": "src/"
1430 }
1431 },
1432 "notification-url": "https://packagist.org/downloads/",
1433 "license": [
1434 "Apache"
1435 ],
1436 "authors": [
1437 {
1438 "name": "Johannes Schmitt",
1439 "email": "schmittjoh@gmail.com",
1440 "homepage": "https://github.com/schmittjoh",
1441 "role": "Developer of wrapped JMSSerializerBundle"
1442 }
1443 ],
1444 "description": "Class/method/property metadata management in PHP",
1445 "keywords": [
1446 "annotations",
1447 "metadata",
1448 "xml",
1449 "yaml"
1450 ],
1451 "time": "2014-07-12 07:13:19"
1452 },
1453 {
1454 "name": "jms/parser-lib",
1455 "version": "1.0.0",
1456 "source": {
1457 "type": "git",
1458 "url": "https://github.com/schmittjoh/parser-lib.git",
1459 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1460 },
1461 "dist": {
1462 "type": "zip",
1463 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1464 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1465 "shasum": ""
1466 },
1467 "require": {
1468 "phpoption/phpoption": ">=0.9,<2.0-dev"
1469 },
1470 "type": "library",
1471 "extra": {
1472 "branch-alias": {
1473 "dev-master": "1.0-dev"
1474 }
1475 },
1476 "autoload": {
1477 "psr-0": {
1478 "JMS\\": "src/"
1479 }
1480 },
1481 "notification-url": "https://packagist.org/downloads/",
1482 "license": [
1483 "Apache2"
1484 ],
1485 "description": "A library for easily creating recursive-descent parsers.",
1486 "time": "2012-11-18 18:08:43"
1487 },
1488 {
1489 "name": "jms/serializer",
1490 "version": "0.16.0",
1491 "source": {
1492 "type": "git",
1493 "url": "https://github.com/schmittjoh/serializer.git",
1494 "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
1495 },
1496 "dist": {
1497 "type": "zip",
1498 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
1499 "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
1500 "shasum": ""
1501 },
1502 "require": {
1503 "doctrine/annotations": "1.*",
1504 "jms/metadata": "~1.1",
1505 "jms/parser-lib": "1.*",
1506 "php": ">=5.3.2",
1507 "phpcollection/phpcollection": "~0.1"
1508 },
1509 "require-dev": {
1510 "doctrine/orm": "~2.1",
1511 "doctrine/phpcr-odm": "~1.0.1",
1512 "jackalope/jackalope-doctrine-dbal": "1.0.*",
1513 "propel/propel1": "~1.7",
1514 "symfony/filesystem": "2.*",
1515 "symfony/form": "~2.1",
1516 "symfony/translation": "~2.0",
1517 "symfony/validator": "~2.0",
1518 "symfony/yaml": "2.*",
1519 "twig/twig": ">=1.8,<2.0-dev"
1520 },
1521 "suggest": {
1522 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1523 },
1524 "type": "library",
1525 "extra": {
1526 "branch-alias": {
1527 "dev-master": "0.15-dev"
1528 }
1529 },
1530 "autoload": {
1531 "psr-0": {
1532 "JMS\\Serializer": "src/"
1533 }
1534 },
1535 "notification-url": "https://packagist.org/downloads/",
1536 "license": [
1537 "Apache2"
1538 ],
1539 "authors": [
1540 {
1541 "name": "Johannes Schmitt",
1542 "email": "schmittjoh@gmail.com",
1543 "homepage": "https://github.com/schmittjoh",
1544 "role": "Developer of wrapped JMSSerializerBundle"
1545 }
1546 ],
1547 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1548 "homepage": "http://jmsyst.com/libs/serializer",
1549 "keywords": [
1550 "deserialization",
1551 "jaxb",
1552 "json",
1553 "serialization",
1554 "xml"
1555 ],
1556 "time": "2014-03-18 08:39:00"
1557 },
1558 {
1559 "name": "jms/serializer-bundle",
1560 "version": "0.13.0",
1561 "target-dir": "JMS/SerializerBundle",
1562 "source": {
1563 "type": "git",
1564 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
1565 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795"
1566 },
1567 "dist": {
1568 "type": "zip",
1569 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795",
1570 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795",
1571 "shasum": ""
1572 },
1573 "require": {
1574 "jms/serializer": "~0.11",
1575 "php": ">=5.3.2",
1576 "symfony/framework-bundle": "~2.1"
1577 },
1578 "require-dev": {
1579 "doctrine/doctrine-bundle": "*",
1580 "doctrine/orm": "*",
1581 "symfony/browser-kit": "*",
1582 "symfony/class-loader": "*",
1583 "symfony/css-selector": "*",
1584 "symfony/finder": "*",
1585 "symfony/form": "*",
1586 "symfony/process": "*",
1587 "symfony/twig-bundle": "*",
1588 "symfony/validator": "*",
1589 "symfony/yaml": "*"
1590 },
1591 "suggest": {
1592 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
1593 },
1594 "type": "symfony-bundle",
1595 "extra": {
1596 "branch-alias": {
1597 "dev-master": "0.13-dev"
1598 }
1599 },
1600 "autoload": {
1601 "psr-0": {
1602 "JMS\\SerializerBundle": ""
1603 }
1604 },
1605 "notification-url": "https://packagist.org/downloads/",
1606 "license": [
1607 "Apache2"
1608 ],
1609 "authors": [
1610 {
1611 "name": "Johannes Schmitt",
1612 "email": "schmittjoh@gmail.com",
1613 "homepage": "https://github.com/schmittjoh",
1614 "role": "Developer of wrapped JMSSerializerBundle"
1615 }
1616 ],
1617 "description": "Allows you to easily serialize, and deserialize data of any complexity",
1618 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
1619 "keywords": [
1620 "deserialization",
1621 "jaxb",
1622 "json",
1623 "serialization",
1624 "xml"
1625 ],
1626 "time": "2013-12-05 14:36:11"
1627 },
1628 {
1629 "name": "kriswallsmith/assetic",
1630 "version": "v1.3.0",
1631 "source": {
1632 "type": "git",
1633 "url": "https://github.com/kriswallsmith/assetic.git",
1634 "reference": "56cb5d6dec9e7a68a4da2fa89844f39d41092f31"
1635 },
1636 "dist": {
1637 "type": "zip",
1638 "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/56cb5d6dec9e7a68a4da2fa89844f39d41092f31",
1639 "reference": "56cb5d6dec9e7a68a4da2fa89844f39d41092f31",
1640 "shasum": ""
1641 },
1642 "require": {
1643 "php": ">=5.3.1",
1644 "symfony/process": "~2.1"
1645 },
1646 "conflict": {
1647 "twig/twig": "<1.12"
1648 },
1649 "require-dev": {
1650 "cssmin/cssmin": "*",
1651 "joliclic/javascript-packer": "*",
1652 "kamicane/packager": "*",
1653 "leafo/lessphp": "^0.3.7",
1654 "leafo/scssphp": "*@dev",
1655 "leafo/scssphp-compass": "*@dev",
1656 "mrclay/minify": "*",
1657 "patchwork/jsqueeze": "~1.0|~2.0",
1658 "phpunit/phpunit": "~4.8",
1659 "psr/log": "~1.0",
1660 "ptachoire/cssembed": "*",
1661 "symfony/phpunit-bridge": "~2.7",
1662 "twig/twig": "~1.8|~2.0"
1663 },
1664 "suggest": {
1665 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1666 "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1667 "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1668 "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1669 "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1670 "twig/twig": "Assetic provides the integration with the Twig templating engine"
1671 },
1672 "type": "library",
1673 "extra": {
1674 "branch-alias": {
1675 "dev-master": "1.3-dev"
1676 }
1677 },
1678 "autoload": {
1679 "psr-0": {
1680 "Assetic": "src/"
1681 },
1682 "files": [
1683 "src/functions.php"
1684 ]
1685 },
1686 "notification-url": "https://packagist.org/downloads/",
1687 "license": [
1688 "MIT"
1689 ],
1690 "authors": [
1691 {
1692 "name": "Kris Wallsmith",
1693 "email": "kris.wallsmith@gmail.com",
1694 "homepage": "http://kriswallsmith.net/"
1695 }
1696 ],
1697 "description": "Asset Management for PHP",
1698 "homepage": "https://github.com/kriswallsmith/assetic",
1699 "keywords": [
1700 "assets",
1701 "compression",
1702 "minification"
1703 ],
1704 "time": "2015-08-31 19:07:16"
1705 },
1706 {
1707 "name": "lexik/form-filter-bundle",
1708 "version": "v4.0.0",
1709 "source": {
1710 "type": "git",
1711 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
1712 "reference": "325432453705062ff43b02952b5ca815c5697ba6"
1713 },
1714 "dist": {
1715 "type": "zip",
1716 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/325432453705062ff43b02952b5ca815c5697ba6",
1717 "reference": "325432453705062ff43b02952b5ca815c5697ba6",
1718 "shasum": ""
1719 },
1720 "require": {
1721 "doctrine/orm": "~2.2",
1722 "php": ">=5.3.2",
1723 "symfony/form": "~2.7",
1724 "symfony/framework-bundle": "~2.7"
1725 },
1726 "require-dev": {
1727 "phpunit/phpunit": "~3.7"
1728 },
1729 "type": "symfony-bundle",
1730 "extra": {
1731 "branch-alias": {
1732 "dev-master": "4.x.x-dev"
1733 }
1734 },
1735 "autoload": {
1736 "psr-4": {
1737 "Lexik\\Bundle\\FormFilterBundle\\": ""
1738 }
1739 },
1740 "notification-url": "https://packagist.org/downloads/",
1741 "license": [
1742 "MIT"
1743 ],
1744 "authors": [
1745 {
1746 "name": "Dev Lexik",
1747 "email": "dev@lexik.fr"
1748 },
1749 {
1750 "name": "Cedric Girard",
1751 "email": "c.girard@lexik.fr"
1752 }
1753 ],
1754 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
1755 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
1756 "keywords": [
1757 "Symfony2",
1758 "bundle",
1759 "doctrine",
1760 "filter",
1761 "form"
1762 ],
1763 "time": "2015-07-31 13:58:10"
1764 },
1765 {
1766 "name": "liip/theme-bundle",
1767 "version": "1.1.3",
1768 "target-dir": "Liip/ThemeBundle",
1769 "source": {
1770 "type": "git",
1771 "url": "https://github.com/liip/LiipThemeBundle.git",
1772 "reference": "a594cc6deda293034b8fd7795c9950f02fc8251b"
1773 },
1774 "dist": {
1775 "type": "zip",
1776 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/a594cc6deda293034b8fd7795c9950f02fc8251b",
1777 "reference": "a594cc6deda293034b8fd7795c9950f02fc8251b",
1778 "shasum": ""
1779 },
1780 "require": {
1781 "php": ">=5.3.3",
1782 "symfony/framework-bundle": "~2.0"
1783 },
1784 "require-dev": {
1785 "symfony/console": "~2.0",
1786 "symfony/expression-language": "~2.6"
1787 },
1788 "type": "symfony-bundle",
1789 "extra": {
1790 "branch-alias": {
1791 "dev-master": "1.1-dev"
1792 }
1793 },
1794 "autoload": {
1795 "psr-0": {
1796 "Liip\\ThemeBundle": ""
1797 }
1798 },
1799 "notification-url": "https://packagist.org/downloads/",
1800 "license": [
1801 "MIT"
1802 ],
1803 "authors": [
1804 {
1805 "name": "Community contributions",
1806 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
1807 },
1808 {
1809 "name": "Liip AG",
1810 "homepage": "http://www.liip.ch/"
1811 }
1812 ],
1813 "description": "Provides theming support for #Symfony2 Bundles",
1814 "keywords": [
1815 "themes",
1816 "theming"
1817 ],
1818 "time": "2015-02-02 15:55:54"
1819 },
1820 {
1821 "name": "mgargano/simplehtmldom",
1822 "version": "1.5",
1823 "source": {
1824 "type": "git",
1825 "url": "https://github.com/matgargano/simplehtmldom.git",
1826 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
1827 },
1828 "dist": {
1829 "type": "zip",
1830 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
1831 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
1832 "shasum": ""
1833 },
1834 "require": {
1835 "php": ">=5.3.0"
1836 },
1837 "type": "library",
1838 "autoload": {
1839 "psr-0": {
1840 "SimpleHtmlDom": "src/"
1841 },
1842 "files": [
1843 "src/simple_html_dom.php"
1844 ]
1845 },
1846 "notification-url": "https://packagist.org/downloads/",
1847 "license": [
1848 "The MIT License"
1849 ],
1850 "authors": [
1851 {
1852 "name": "S.C. Chen",
1853 "email": "me578022@gmail.com"
1854 }
1855 ],
1856 "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",
1857 "homepage": "http://simplehtmldom.sourceforge.net/",
1858 "keywords": [
1859 "Simple",
1860 "dom",
1861 "html"
1862 ],
1863 "time": "2014-01-05 18:17:34"
1864 },
1865 {
1866 "name": "michelf/php-markdown",
1867 "version": "1.5.0",
1868 "source": {
1869 "type": "git",
1870 "url": "https://github.com/michelf/php-markdown.git",
1871 "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9"
1872 },
1873 "dist": {
1874 "type": "zip",
1875 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9",
1876 "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9",
1877 "shasum": ""
1878 },
1879 "require": {
1880 "php": ">=5.3.0"
1881 },
1882 "type": "library",
1883 "extra": {
1884 "branch-alias": {
1885 "dev-lib": "1.4.x-dev"
1886 }
1887 },
1888 "autoload": {
1889 "psr-0": {
1890 "Michelf": ""
1891 }
1892 },
1893 "notification-url": "https://packagist.org/downloads/",
1894 "license": [
1895 "BSD-3-Clause"
1896 ],
1897 "authors": [
1898 {
1899 "name": "John Gruber",
1900 "homepage": "http://daringfireball.net/"
1901 },
1902 {
1903 "name": "Michel Fortin",
1904 "email": "michel.fortin@michelf.ca",
1905 "homepage": "https://michelf.ca/",
1906 "role": "Developer"
1907 }
1908 ],
1909 "description": "PHP Markdown",
1910 "homepage": "https://michelf.ca/projects/php-markdown/",
1911 "keywords": [
1912 "markdown"
1913 ],
1914 "time": "2015-03-01 12:03:08"
1915 },
1916 {
1917 "name": "monolog/monolog",
1918 "version": "1.17.1",
1919 "source": {
1920 "type": "git",
1921 "url": "https://github.com/Seldaek/monolog.git",
1922 "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422"
1923 },
1924 "dist": {
1925 "type": "zip",
1926 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0524c87587ab85bc4c2d6f5b41253ccb930a5422",
1927 "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422",
1928 "shasum": ""
1929 },
1930 "require": {
1931 "php": ">=5.3.0",
1932 "psr/log": "~1.0"
1933 },
1934 "provide": {
1935 "psr/log-implementation": "1.0.0"
1936 },
1937 "require-dev": {
1938 "aws/aws-sdk-php": "^2.4.9",
1939 "doctrine/couchdb": "~1.0@dev",
1940 "graylog2/gelf-php": "~1.0",
1941 "php-console/php-console": "^3.1.3",
1942 "phpunit/phpunit": "~4.5",
1943 "phpunit/phpunit-mock-objects": "2.3.0",
1944 "raven/raven": "~0.11",
1945 "ruflin/elastica": ">=0.90 <3.0",
1946 "swiftmailer/swiftmailer": "~5.3",
1947 "videlalvaro/php-amqplib": "~2.4"
1948 },
1949 "suggest": {
1950 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1951 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1952 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1953 "ext-mongo": "Allow sending log messages to a MongoDB server",
1954 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1955 "php-console/php-console": "Allow sending log messages to Google Chrome",
1956 "raven/raven": "Allow sending log messages to a Sentry server",
1957 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1958 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1959 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1960 },
1961 "type": "library",
1962 "extra": {
1963 "branch-alias": {
1964 "dev-master": "1.16.x-dev"
1965 }
1966 },
1967 "autoload": {
1968 "psr-4": {
1969 "Monolog\\": "src/Monolog"
1970 }
1971 },
1972 "notification-url": "https://packagist.org/downloads/",
1973 "license": [
1974 "MIT"
1975 ],
1976 "authors": [
1977 {
1978 "name": "Jordi Boggiano",
1979 "email": "j.boggiano@seld.be",
1980 "homepage": "http://seld.be"
1981 }
1982 ],
1983 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1984 "homepage": "http://github.com/Seldaek/monolog",
1985 "keywords": [
1986 "log",
1987 "logging",
1988 "psr-3"
1989 ],
1990 "time": "2015-08-31 09:17:37"
1991 },
1992 {
1993 "name": "neitanod/forceutf8",
1994 "version": "v1.4",
1995 "source": {
1996 "type": "git",
1997 "url": "https://github.com/neitanod/forceutf8.git",
1998 "reference": "28d50d579179abac1f6a55b03c6d9d3f6573867c"
1999 },
2000 "dist": {
2001 "type": "zip",
2002 "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/28d50d579179abac1f6a55b03c6d9d3f6573867c",
2003 "reference": "28d50d579179abac1f6a55b03c6d9d3f6573867c",
2004 "shasum": ""
2005 },
2006 "require": {
2007 "php": ">=5.2.0"
2008 },
2009 "type": "library",
2010 "autoload": {
2011 "psr-0": {
2012 "ForceUTF8\\": "src/"
2013 }
2014 },
2015 "notification-url": "https://packagist.org/downloads/",
2016 "authors": [
2017 {
2018 "name": "Sebastián Grignoli",
2019 "email": "grignoli@gmail.com"
2020 }
2021 ],
2022 "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
2023 "homepage": "https://github.com/neitanod/forceutf8",
2024 "time": "2014-09-24 14:59:43"
2025 },
2026 {
2027 "name": "nelmio/api-doc-bundle",
2028 "version": "2.9.0",
2029 "target-dir": "Nelmio/ApiDocBundle",
2030 "source": {
2031 "type": "git",
2032 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
2033 "reference": "de31760fd84a45fadbb4fe24db050b5e29ea70d1"
2034 },
2035 "dist": {
2036 "type": "zip",
2037 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/de31760fd84a45fadbb4fe24db050b5e29ea70d1",
2038 "reference": "de31760fd84a45fadbb4fe24db050b5e29ea70d1",
2039 "shasum": ""
2040 },
2041 "require": {
2042 "michelf/php-markdown": "~1.4",
2043 "symfony/console": "~2.1",
2044 "symfony/framework-bundle": "~2.1",
2045 "symfony/twig-bundle": "~2.1"
2046 },
2047 "conflict": {
2048 "jms/serializer": "<0.12",
2049 "jms/serializer-bundle": "<0.11"
2050 },
2051 "require-dev": {
2052 "dunglas/api-bundle": "dev-master",
2053 "friendsofsymfony/rest-bundle": "~1.0",
2054 "jms/serializer-bundle": ">=0.11",
2055 "sensio/framework-extra-bundle": "~3.0",
2056 "symfony/browser-kit": "~2.1",
2057 "symfony/css-selector": "~2.1",
2058 "symfony/form": "~2.1",
2059 "symfony/serializer": "~2.7@dev",
2060 "symfony/validator": "~2.1",
2061 "symfony/yaml": "~2.1"
2062 },
2063 "suggest": {
2064 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
2065 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
2066 "jms/serializer": "For making use of serializer information in the doc.",
2067 "symfony/form": "For using form definitions as input.",
2068 "symfony/validator": "For making use of validator information in the doc."
2069 },
2070 "type": "symfony-bundle",
2071 "extra": {
2072 "branch-alias": {
2073 "dev-master": "2.9.x-dev"
2074 }
2075 },
2076 "autoload": {
2077 "psr-0": {
2078 "Nelmio\\ApiDocBundle": ""
2079 }
2080 },
2081 "notification-url": "https://packagist.org/downloads/",
2082 "license": [
2083 "MIT"
2084 ],
2085 "authors": [
2086 {
2087 "name": "Nelmio",
2088 "homepage": "http://nelm.io"
2089 },
2090 {
2091 "name": "Symfony Community",
2092 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
2093 }
2094 ],
2095 "description": "Generates documentation for your REST API from annotations",
2096 "keywords": [
2097 "api",
2098 "doc",
2099 "documentation",
2100 "rest"
2101 ],
2102 "time": "2015-05-16 17:16:14"
2103 },
2104 {
2105 "name": "nelmio/cors-bundle",
2106 "version": "1.4.0",
2107 "target-dir": "Nelmio/CorsBundle",
2108 "source": {
2109 "type": "git",
2110 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
2111 "reference": "553b4c5cdb3ff155f910e8f6e3e0806d42c763a6"
2112 },
2113 "dist": {
2114 "type": "zip",
2115 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/553b4c5cdb3ff155f910e8f6e3e0806d42c763a6",
2116 "reference": "553b4c5cdb3ff155f910e8f6e3e0806d42c763a6",
2117 "shasum": ""
2118 },
2119 "require": {
2120 "symfony/framework-bundle": "~2.2"
2121 },
2122 "require-dev": {
2123 "matthiasnoback/symfony-dependency-injection-test": "0.2.*",
2124 "mockery/mockery": "dev-master"
2125 },
2126 "type": "symfony-bundle",
2127 "extra": {
2128 "branch-alias": {
2129 "dev-master": "1.3.x-dev"
2130 }
2131 },
2132 "autoload": {
2133 "psr-0": {
2134 "Nelmio\\CorsBundle": ""
2135 }
2136 },
2137 "notification-url": "https://packagist.org/downloads/",
2138 "license": [
2139 "MIT"
2140 ],
2141 "authors": [
2142 {
2143 "name": "Nelmio",
2144 "homepage": "http://nelm.io"
2145 },
2146 {
2147 "name": "Symfony Community",
2148 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
2149 }
2150 ],
2151 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
2152 "keywords": [
2153 "api",
2154 "cors",
2155 "crossdomain"
2156 ],
2157 "time": "2015-01-13 17:53:27"
2158 },
2159 {
2160 "name": "pagerfanta/pagerfanta",
2161 "version": "v1.0.3",
2162 "source": {
2163 "type": "git",
2164 "url": "https://github.com/whiteoctober/Pagerfanta.git",
2165 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
2166 },
2167 "dist": {
2168 "type": "zip",
2169 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
2170 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
2171 "shasum": ""
2172 },
2173 "require": {
2174 "php": ">=5.3.0"
2175 },
2176 "require-dev": {
2177 "doctrine/orm": "~2.3",
2178 "doctrine/phpcr-odm": "1.*",
2179 "jackalope/jackalope-doctrine-dbal": "1.*",
2180 "jmikola/geojson": "~1.0",
2181 "mandango/mandango": "~1.0@dev",
2182 "mandango/mondator": "~1.0@dev",
2183 "phpunit/phpunit": "~4",
2184 "propel/propel1": "~1.6",
2185 "ruflin/elastica": "~1.3",
2186 "solarium/solarium": "~3.1"
2187 },
2188 "suggest": {
2189 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
2190 "doctrine/orm": "To use the DoctrineORMAdapter.",
2191 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
2192 "mandango/mandango": "To use the MandangoAdapter.",
2193 "propel/propel1": "To use the PropelAdapter",
2194 "solarium/solarium": "To use the SolariumAdapter."
2195 },
2196 "type": "library",
2197 "extra": {
2198 "branch-alias": {
2199 "dev-master": "1.0.x-dev"
2200 }
2201 },
2202 "autoload": {
2203 "psr-0": {
2204 "Pagerfanta\\": "src/"
2205 }
2206 },
2207 "notification-url": "https://packagist.org/downloads/",
2208 "license": [
2209 "MIT"
2210 ],
2211 "authors": [
2212 {
2213 "name": "Pablo Díez",
2214 "email": "pablodip@gmail.com"
2215 }
2216 ],
2217 "description": "Pagination for PHP 5.3",
2218 "keywords": [
2219 "page",
2220 "pagination",
2221 "paginator",
2222 "paging"
2223 ],
2224 "time": "2014-10-06 10:57:25"
2225 },
2226 {
2227 "name": "phpcollection/phpcollection",
2228 "version": "0.4.0",
2229 "source": {
2230 "type": "git",
2231 "url": "https://github.com/schmittjoh/php-collection.git",
2232 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
2233 },
2234 "dist": {
2235 "type": "zip",
2236 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
2237 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
2238 "shasum": ""
2239 },
2240 "require": {
2241 "phpoption/phpoption": "1.*"
2242 },
2243 "type": "library",
2244 "extra": {
2245 "branch-alias": {
2246 "dev-master": "0.3-dev"
2247 }
2248 },
2249 "autoload": {
2250 "psr-0": {
2251 "PhpCollection": "src/"
2252 }
2253 },
2254 "notification-url": "https://packagist.org/downloads/",
2255 "license": [
2256 "Apache2"
2257 ],
2258 "authors": [
2259 {
2260 "name": "Johannes Schmitt",
2261 "email": "schmittjoh@gmail.com",
2262 "homepage": "https://github.com/schmittjoh",
2263 "role": "Developer of wrapped JMSSerializerBundle"
2264 }
2265 ],
2266 "description": "General-Purpose Collection Library for PHP",
2267 "keywords": [
2268 "collection",
2269 "list",
2270 "map",
2271 "sequence",
2272 "set"
2273 ],
2274 "time": "2014-03-11 13:46:42"
2275 },
2276 {
2277 "name": "phpoption/phpoption",
2278 "version": "1.5.0",
2279 "source": {
2280 "type": "git",
2281 "url": "https://github.com/schmittjoh/php-option.git",
2282 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
2283 },
2284 "dist": {
2285 "type": "zip",
2286 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2287 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2288 "shasum": ""
2289 },
2290 "require": {
2291 "php": ">=5.3.0"
2292 },
2293 "require-dev": {
2294 "phpunit/phpunit": "4.7.*"
2295 },
2296 "type": "library",
2297 "extra": {
2298 "branch-alias": {
2299 "dev-master": "1.3-dev"
2300 }
2301 },
2302 "autoload": {
2303 "psr-0": {
2304 "PhpOption\\": "src/"
2305 }
2306 },
2307 "notification-url": "https://packagist.org/downloads/",
2308 "license": [
2309 "Apache2"
2310 ],
2311 "authors": [
2312 {
2313 "name": "Johannes M. Schmitt",
2314 "email": "schmittjoh@gmail.com"
2315 }
2316 ],
2317 "description": "Option Type for PHP",
2318 "keywords": [
2319 "language",
2320 "option",
2321 "php",
2322 "type"
2323 ],
2324 "time": "2015-07-25 16:39:46"
2325 },
2326 {
2327 "name": "psr/log",
2328 "version": "1.0.0",
2329 "source": {
2330 "type": "git",
2331 "url": "https://github.com/php-fig/log.git",
2332 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
2333 },
2334 "dist": {
2335 "type": "zip",
2336 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
2337 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
2338 "shasum": ""
2339 },
2340 "type": "library",
2341 "autoload": {
2342 "psr-0": {
2343 "Psr\\Log\\": ""
2344 }
2345 },
2346 "notification-url": "https://packagist.org/downloads/",
2347 "license": [
2348 "MIT"
2349 ],
2350 "authors": [
2351 {
2352 "name": "PHP-FIG",
2353 "homepage": "http://www.php-fig.org/"
2354 }
2355 ],
2356 "description": "Common interface for logging libraries",
2357 "keywords": [
2358 "log",
2359 "psr",
2360 "psr-3"
2361 ],
2362 "time": "2012-12-21 11:40:51"
2363 },
2364 {
2365 "name": "react/promise",
2366 "version": "v2.2.1",
2367 "source": {
2368 "type": "git",
2369 "url": "https://github.com/reactphp/promise.git",
2370 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627"
2371 },
2372 "dist": {
2373 "type": "zip",
2374 "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627",
2375 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627",
2376 "shasum": ""
2377 },
2378 "require": {
2379 "php": ">=5.4.0"
2380 },
2381 "type": "library",
2382 "extra": {
2383 "branch-alias": {
2384 "dev-master": "2.0-dev"
2385 }
2386 },
2387 "autoload": {
2388 "psr-4": {
2389 "React\\Promise\\": "src/"
2390 },
2391 "files": [
2392 "src/functions_include.php"
2393 ]
2394 },
2395 "notification-url": "https://packagist.org/downloads/",
2396 "license": [
2397 "MIT"
2398 ],
2399 "authors": [
2400 {
2401 "name": "Jan Sorgalla",
2402 "email": "jsorgalla@gmail.com"
2403 }
2404 ],
2405 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
2406 "time": "2015-07-03 13:48:55"
2407 },
2408 {
2409 "name": "sensio/distribution-bundle",
2410 "version": "v3.0.31",
2411 "target-dir": "Sensio/Bundle/DistributionBundle",
2412 "source": {
2413 "type": "git",
2414 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
2415 "reference": "3a900814bd57bf20f9453ae81ff8772bc95d7fff"
2416 },
2417 "dist": {
2418 "type": "zip",
2419 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/3a900814bd57bf20f9453ae81ff8772bc95d7fff",
2420 "reference": "3a900814bd57bf20f9453ae81ff8772bc95d7fff",
2421 "shasum": ""
2422 },
2423 "require": {
2424 "php": ">=5.3.3",
2425 "sensiolabs/security-checker": "~3.0",
2426 "symfony/class-loader": "~2.2",
2427 "symfony/framework-bundle": "~2.3",
2428 "symfony/process": "~2.2"
2429 },
2430 "require-dev": {
2431 "symfony/form": "~2.2",
2432 "symfony/validator": "~2.2",
2433 "symfony/yaml": "~2.2"
2434 },
2435 "suggest": {
2436 "symfony/form": "If you want to use the configurator",
2437 "symfony/validator": "If you want to use the configurator",
2438 "symfony/yaml": "If you want to use the configurator"
2439 },
2440 "type": "symfony-bundle",
2441 "extra": {
2442 "branch-alias": {
2443 "dev-master": "3.0.x-dev"
2444 }
2445 },
2446 "autoload": {
2447 "psr-0": {
2448 "Sensio\\Bundle\\DistributionBundle": ""
2449 }
2450 },
2451 "notification-url": "https://packagist.org/downloads/",
2452 "license": [
2453 "MIT"
2454 ],
2455 "authors": [
2456 {
2457 "name": "Fabien Potencier",
2458 "email": "fabien@symfony.com"
2459 }
2460 ],
2461 "description": "Base bundle for Symfony Distributions",
2462 "keywords": [
2463 "configuration",
2464 "distribution"
2465 ],
2466 "time": "2015-08-03 10:07:12"
2467 },
2468 {
2469 "name": "sensio/framework-extra-bundle",
2470 "version": "v3.0.10",
2471 "source": {
2472 "type": "git",
2473 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2474 "reference": "18fc2063c4d6569cdca47a39fbac32342eb65f3c"
2475 },
2476 "dist": {
2477 "type": "zip",
2478 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/18fc2063c4d6569cdca47a39fbac32342eb65f3c",
2479 "reference": "18fc2063c4d6569cdca47a39fbac32342eb65f3c",
2480 "shasum": ""
2481 },
2482 "require": {
2483 "doctrine/common": "~2.2",
2484 "symfony/framework-bundle": "~2.3"
2485 },
2486 "require-dev": {
2487 "symfony/expression-language": "~2.4",
2488 "symfony/security-bundle": "~2.4"
2489 },
2490 "suggest": {
2491 "symfony/expression-language": "",
2492 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2493 "symfony/security-bundle": ""
2494 },
2495 "type": "symfony-bundle",
2496 "extra": {
2497 "branch-alias": {
2498 "dev-master": "3.0.x-dev"
2499 }
2500 },
2501 "autoload": {
2502 "psr-4": {
2503 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2504 }
2505 },
2506 "notification-url": "https://packagist.org/downloads/",
2507 "license": [
2508 "MIT"
2509 ],
2510 "authors": [
2511 {
2512 "name": "Fabien Potencier",
2513 "email": "fabien@symfony.com"
2514 }
2515 ],
2516 "description": "This bundle provides a way to configure your controllers with annotations",
2517 "keywords": [
2518 "annotations",
2519 "controllers"
2520 ],
2521 "time": "2015-08-03 11:59:27"
2522 },
2523 {
2524 "name": "sensiolabs/security-checker",
2525 "version": "v3.0.1",
2526 "source": {
2527 "type": "git",
2528 "url": "https://github.com/sensiolabs/security-checker.git",
2529 "reference": "7735fd97ff7303d9df776b8dbc970f949399abc9"
2530 },
2531 "dist": {
2532 "type": "zip",
2533 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/7735fd97ff7303d9df776b8dbc970f949399abc9",
2534 "reference": "7735fd97ff7303d9df776b8dbc970f949399abc9",
2535 "shasum": ""
2536 },
2537 "require": {
2538 "symfony/console": "~2.0"
2539 },
2540 "bin": [
2541 "security-checker"
2542 ],
2543 "type": "library",
2544 "extra": {
2545 "branch-alias": {
2546 "dev-master": "3.0-dev"
2547 }
2548 },
2549 "autoload": {
2550 "psr-0": {
2551 "SensioLabs\\Security": ""
2552 }
2553 },
2554 "notification-url": "https://packagist.org/downloads/",
2555 "license": [
2556 "MIT"
2557 ],
2558 "authors": [
2559 {
2560 "name": "Fabien Potencier",
2561 "email": "fabien.potencier@gmail.com"
2562 }
2563 ],
2564 "description": "A security checker for your composer.lock",
2565 "time": "2015-08-11 12:11:25"
2566 },
2567 {
2568 "name": "simplepie/simplepie",
2569 "version": "1.3.1",
2570 "source": {
2571 "type": "git",
2572 "url": "https://github.com/simplepie/simplepie.git",
2573 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
2574 },
2575 "dist": {
2576 "type": "zip",
2577 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
2578 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
2579 "shasum": ""
2580 },
2581 "require": {
2582 "php": ">=5.2.0"
2583 },
2584 "type": "library",
2585 "autoload": {
2586 "psr-0": {
2587 "SimplePie": "library"
2588 }
2589 },
2590 "notification-url": "https://packagist.org/downloads/",
2591 "license": [
2592 "BSD-3-Clause"
2593 ],
2594 "authors": [
2595 {
2596 "name": "Ryan Parman",
2597 "homepage": "http://ryanparman.com/",
2598 "role": "Creator, alumnus developer"
2599 },
2600 {
2601 "name": "Geoffrey Sneddon",
2602 "homepage": "http://gsnedders.com/",
2603 "role": "Alumnus developer"
2604 },
2605 {
2606 "name": "Ryan McCue",
2607 "email": "me@ryanmccue.info",
2608 "homepage": "http://ryanmccue.info/",
2609 "role": "Developer"
2610 }
2611 ],
2612 "description": "A simple Atom/RSS parsing library for PHP",
2613 "homepage": "http://simplepie.org/",
2614 "keywords": [
2615 "atom",
2616 "feeds",
2617 "rss"
2618 ],
2619 "time": "2012-10-30 17:54:03"
2620 },
2621 {
2622 "name": "swiftmailer/swiftmailer",
2623 "version": "v5.4.1",
2624 "source": {
2625 "type": "git",
2626 "url": "https://github.com/swiftmailer/swiftmailer.git",
2627 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
2628 },
2629 "dist": {
2630 "type": "zip",
2631 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
2632 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
2633 "shasum": ""
2634 },
2635 "require": {
2636 "php": ">=5.3.3"
2637 },
2638 "require-dev": {
2639 "mockery/mockery": "~0.9.1,<0.9.4"
2640 },
2641 "type": "library",
2642 "extra": {
2643 "branch-alias": {
2644 "dev-master": "5.4-dev"
2645 }
2646 },
2647 "autoload": {
2648 "files": [
2649 "lib/swift_required.php"
2650 ]
2651 },
2652 "notification-url": "https://packagist.org/downloads/",
2653 "license": [
2654 "MIT"
2655 ],
2656 "authors": [
2657 {
2658 "name": "Chris Corbyn"
2659 },
2660 {
2661 "name": "Fabien Potencier",
2662 "email": "fabien@symfony.com"
2663 }
2664 ],
2665 "description": "Swiftmailer, free feature-rich PHP mailer",
2666 "homepage": "http://swiftmailer.org",
2667 "keywords": [
2668 "email",
2669 "mail",
2670 "mailer"
2671 ],
2672 "time": "2015-06-06 14:19:39"
2673 },
2674 {
2675 "name": "symfony/assetic-bundle",
2676 "version": "v2.7.0",
2677 "source": {
2678 "type": "git",
2679 "url": "https://github.com/symfony/AsseticBundle.git",
2680 "reference": "3ae5c8ca3079b6e0033cc9fbfb6500e2bc964da5"
2681 },
2682 "dist": {
2683 "type": "zip",
2684 "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/3ae5c8ca3079b6e0033cc9fbfb6500e2bc964da5",
2685 "reference": "3ae5c8ca3079b6e0033cc9fbfb6500e2bc964da5",
2686 "shasum": ""
2687 },
2688 "require": {
2689 "kriswallsmith/assetic": "~1.3",
2690 "php": ">=5.3.0",
2691 "symfony/console": "~2.3",
2692 "symfony/dependency-injection": "~2.3",
2693 "symfony/framework-bundle": "~2.3",
2694 "symfony/yaml": "~2.3"
2695 },
2696 "conflict": {
2697 "kriswallsmith/spork": "<=0.2",
2698 "twig/twig": "<1.20"
2699 },
2700 "require-dev": {
2701 "kriswallsmith/spork": "~0.3",
2702 "patchwork/jsqueeze": "~1.0",
2703 "symfony/class-loader": "~2.3",
2704 "symfony/css-selector": "~2.3",
2705 "symfony/dom-crawler": "~2.3",
2706 "symfony/phpunit-bridge": "~2.7",
2707 "symfony/twig-bundle": "~2.3"
2708 },
2709 "suggest": {
2710 "kriswallsmith/spork": "to be able to dump assets in parallel",
2711 "symfony/twig-bundle": "to use the Twig integration"
2712 },
2713 "type": "symfony-bundle",
2714 "extra": {
2715 "branch-alias": {
2716 "dev-master": "2.7-dev"
2717 }
2718 },
2719 "autoload": {
2720 "psr-4": {
2721 "Symfony\\Bundle\\AsseticBundle\\": ""
2722 }
2723 },
2724 "notification-url": "https://packagist.org/downloads/",
2725 "license": [
2726 "MIT"
2727 ],
2728 "authors": [
2729 {
2730 "name": "Kris Wallsmith",
2731 "email": "kris.wallsmith@gmail.com",
2732 "homepage": "http://kriswallsmith.net/"
2733 }
2734 ],
2735 "description": "Integrates Assetic into Symfony2",
2736 "homepage": "https://github.com/symfony/AsseticBundle",
2737 "keywords": [
2738 "assets",
2739 "compression",
2740 "minification"
2741 ],
2742 "time": "2015-09-01 00:05:29"
2743 },
2744 {
2745 "name": "symfony/monolog-bundle",
2746 "version": "v2.7.1",
2747 "source": {
2748 "type": "git",
2749 "url": "https://github.com/symfony/MonologBundle.git",
2750 "reference": "9320b6863404c70ebe111e9040dab96f251de7ac"
2751 },
2752 "dist": {
2753 "type": "zip",
2754 "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac",
2755 "reference": "9320b6863404c70ebe111e9040dab96f251de7ac",
2756 "shasum": ""
2757 },
2758 "require": {
2759 "monolog/monolog": "~1.8",
2760 "php": ">=5.3.2",
2761 "symfony/config": "~2.3",
2762 "symfony/dependency-injection": "~2.3",
2763 "symfony/http-kernel": "~2.3",
2764 "symfony/monolog-bridge": "~2.3"
2765 },
2766 "require-dev": {
2767 "symfony/console": "~2.3",
2768 "symfony/yaml": "~2.3"
2769 },
2770 "type": "symfony-bundle",
2771 "extra": {
2772 "branch-alias": {
2773 "dev-master": "2.7.x-dev"
2774 }
2775 },
2776 "autoload": {
2777 "psr-4": {
2778 "Symfony\\Bundle\\MonologBundle\\": ""
2779 }
2780 },
2781 "notification-url": "https://packagist.org/downloads/",
2782 "license": [
2783 "MIT"
2784 ],
2785 "authors": [
2786 {
2787 "name": "Symfony Community",
2788 "homepage": "http://symfony.com/contributors"
2789 },
2790 {
2791 "name": "Fabien Potencier",
2792 "email": "fabien@symfony.com"
2793 }
2794 ],
2795 "description": "Symfony MonologBundle",
2796 "homepage": "http://symfony.com",
2797 "keywords": [
2798 "log",
2799 "logging"
2800 ],
2801 "time": "2015-01-04 20:21:17"
2802 },
2803 {
2804 "name": "symfony/swiftmailer-bundle",
2805 "version": "v2.3.8",
2806 "source": {
2807 "type": "git",
2808 "url": "https://github.com/symfony/SwiftmailerBundle.git",
2809 "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
2810 },
2811 "dist": {
2812 "type": "zip",
2813 "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
2814 "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
2815 "shasum": ""
2816 },
2817 "require": {
2818 "php": ">=5.3.2",
2819 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2820 "symfony/swiftmailer-bridge": "~2.1"
2821 },
2822 "require-dev": {
2823 "symfony/config": "~2.1",
2824 "symfony/dependency-injection": "~2.1",
2825 "symfony/http-kernel": "~2.1",
2826 "symfony/yaml": "~2.1"
2827 },
2828 "suggest": {
2829 "psr/log": "Allows logging"
2830 },
2831 "type": "symfony-bundle",
2832 "extra": {
2833 "branch-alias": {
2834 "dev-master": "2.3-dev"
2835 }
2836 },
2837 "autoload": {
2838 "psr-4": {
2839 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2840 }
2841 },
2842 "notification-url": "https://packagist.org/downloads/",
2843 "license": [
2844 "MIT"
2845 ],
2846 "authors": [
2847 {
2848 "name": "Symfony Community",
2849 "homepage": "http://symfony.com/contributors"
2850 },
2851 {
2852 "name": "Fabien Potencier",
2853 "email": "fabien@symfony.com"
2854 }
2855 ],
2856 "description": "Symfony SwiftmailerBundle",
2857 "homepage": "http://symfony.com",
2858 "time": "2014-12-01 17:44:50"
2859 },
2860 {
2861 "name": "symfony/symfony",
2862 "version": "v2.7.4",
2863 "source": {
2864 "type": "git",
2865 "url": "https://github.com/symfony/symfony.git",
2866 "reference": "1fdf23fe28876844b887b0e1935c9adda43ee645"
2867 },
2868 "dist": {
2869 "type": "zip",
2870 "url": "https://api.github.com/repos/symfony/symfony/zipball/1fdf23fe28876844b887b0e1935c9adda43ee645",
2871 "reference": "1fdf23fe28876844b887b0e1935c9adda43ee645",
2872 "shasum": ""
2873 },
2874 "require": {
2875 "doctrine/common": "~2.3",
2876 "php": ">=5.3.9",
2877 "psr/log": "~1.0",
2878 "twig/twig": "~1.20|~2.0"
2879 },
2880 "replace": {
2881 "symfony/asset": "self.version",
2882 "symfony/browser-kit": "self.version",
2883 "symfony/class-loader": "self.version",
2884 "symfony/config": "self.version",
2885 "symfony/console": "self.version",
2886 "symfony/css-selector": "self.version",
2887 "symfony/debug": "self.version",
2888 "symfony/debug-bundle": "self.version",
2889 "symfony/dependency-injection": "self.version",
2890 "symfony/doctrine-bridge": "self.version",
2891 "symfony/dom-crawler": "self.version",
2892 "symfony/event-dispatcher": "self.version",
2893 "symfony/expression-language": "self.version",
2894 "symfony/filesystem": "self.version",
2895 "symfony/finder": "self.version",
2896 "symfony/form": "self.version",
2897 "symfony/framework-bundle": "self.version",
2898 "symfony/http-foundation": "self.version",
2899 "symfony/http-kernel": "self.version",
2900 "symfony/intl": "self.version",
2901 "symfony/locale": "self.version",
2902 "symfony/monolog-bridge": "self.version",
2903 "symfony/options-resolver": "self.version",
2904 "symfony/process": "self.version",
2905 "symfony/property-access": "self.version",
2906 "symfony/proxy-manager-bridge": "self.version",
2907 "symfony/routing": "self.version",
2908 "symfony/security": "self.version",
2909 "symfony/security-acl": "self.version",
2910 "symfony/security-bundle": "self.version",
2911 "symfony/security-core": "self.version",
2912 "symfony/security-csrf": "self.version",
2913 "symfony/security-http": "self.version",
2914 "symfony/serializer": "self.version",
2915 "symfony/stopwatch": "self.version",
2916 "symfony/swiftmailer-bridge": "self.version",
2917 "symfony/templating": "self.version",
2918 "symfony/translation": "self.version",
2919 "symfony/twig-bridge": "self.version",
2920 "symfony/twig-bundle": "self.version",
2921 "symfony/validator": "self.version",
2922 "symfony/var-dumper": "self.version",
2923 "symfony/web-profiler-bundle": "self.version",
2924 "symfony/yaml": "self.version"
2925 },
2926 "require-dev": {
2927 "doctrine/data-fixtures": "1.0.*",
2928 "doctrine/dbal": "~2.2",
2929 "doctrine/doctrine-bundle": "~1.2",
2930 "doctrine/orm": "~2.2,>=2.2.3",
2931 "egulias/email-validator": "~1.2",
2932 "ircmaxell/password-compat": "~1.0",
2933 "monolog/monolog": "~1.11",
2934 "ocramius/proxy-manager": "~0.4|~1.0",
2935 "symfony/phpunit-bridge": "self.version"
2936 },
2937 "type": "library",
2938 "extra": {
2939 "branch-alias": {
2940 "dev-master": "2.7-dev"
2941 }
2942 },
2943 "autoload": {
2944 "psr-4": {
2945 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2946 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2947 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2948 "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2949 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2950 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2951 "Symfony\\Component\\": "src/Symfony/Component/"
2952 },
2953 "classmap": [
2954 "src/Symfony/Component/HttpFoundation/Resources/stubs",
2955 "src/Symfony/Component/Intl/Resources/stubs"
2956 ],
2957 "files": [
2958 "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2959 ]
2960 },
2961 "notification-url": "https://packagist.org/downloads/",
2962 "license": [
2963 "MIT"
2964 ],
2965 "authors": [
2966 {
2967 "name": "Fabien Potencier",
2968 "email": "fabien@symfony.com"
2969 },
2970 {
2971 "name": "Symfony Community",
2972 "homepage": "https://symfony.com/contributors"
2973 }
2974 ],
2975 "description": "The Symfony PHP framework",
2976 "homepage": "https://symfony.com",
2977 "keywords": [
2978 "framework"
2979 ],
2980 "time": "2015-09-08 14:26:39"
2981 },
2982 {
2983 "name": "tecnick.com/tcpdf",
2984 "version": "6.2.11",
2985 "source": {
2986 "type": "git",
2987 "url": "https://github.com/tecnickcom/TCPDF.git",
2988 "reference": "354433a33946ae7497c3eab291eaaf814bccbfab"
2989 },
2990 "dist": {
2991 "type": "zip",
2992 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/354433a33946ae7497c3eab291eaaf814bccbfab",
2993 "reference": "354433a33946ae7497c3eab291eaaf814bccbfab",
2994 "shasum": ""
2995 },
2996 "require": {
2997 "php": ">=5.3.0"
2998 },
2999 "type": "library",
3000 "autoload": {
3001 "classmap": [
3002 "fonts",
3003 "config",
3004 "include",
3005 "tcpdf.php",
3006 "tcpdf_parser.php",
3007 "tcpdf_import.php",
3008 "tcpdf_barcodes_1d.php",
3009 "tcpdf_barcodes_2d.php",
3010 "include/tcpdf_colors.php",
3011 "include/tcpdf_filters.php",
3012 "include/tcpdf_font_data.php",
3013 "include/tcpdf_fonts.php",
3014 "include/tcpdf_images.php",
3015 "include/tcpdf_static.php",
3016 "include/barcodes/datamatrix.php",
3017 "include/barcodes/pdf417.php",
3018 "include/barcodes/qrcode.php"
3019 ]
3020 },
3021 "notification-url": "https://packagist.org/downloads/",
3022 "license": [
3023 "LGPLv3"
3024 ],
3025 "authors": [
3026 {
3027 "name": "Nicola Asuni",
3028 "email": "info@tecnick.com",
3029 "homepage": "http://nicolaasuni.tecnick.com"
3030 }
3031 ],
3032 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
3033 "homepage": "http://www.tcpdf.org/",
3034 "keywords": [
3035 "PDFD32000-2008",
3036 "TCPDF",
3037 "barcodes",
3038 "datamatrix",
3039 "pdf",
3040 "pdf417",
3041 "qrcode"
3042 ],
3043 "time": "2015-08-02 12:30:27"
3044 },
3045 {
3046 "name": "twig/extensions",
3047 "version": "v1.3.0",
3048 "source": {
3049 "type": "git",
3050 "url": "https://github.com/twigphp/Twig-extensions.git",
3051 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
3052 },
3053 "dist": {
3054 "type": "zip",
3055 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
3056 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
3057 "shasum": ""
3058 },
3059 "require": {
3060 "twig/twig": "~1.20|~2.0"
3061 },
3062 "require-dev": {
3063 "symfony/translation": "~2.3"
3064 },
3065 "suggest": {
3066 "symfony/translation": "Allow the time_diff output to be translated"
3067 },
3068 "type": "library",
3069 "extra": {
3070 "branch-alias": {
3071 "dev-master": "1.3-dev"
3072 }
3073 },
3074 "autoload": {
3075 "psr-0": {
3076 "Twig_Extensions_": "lib/"
3077 }
3078 },
3079 "notification-url": "https://packagist.org/downloads/",
3080 "license": [
3081 "MIT"
3082 ],
3083 "authors": [
3084 {
3085 "name": "Fabien Potencier",
3086 "email": "fabien@symfony.com"
3087 }
3088 ],
3089 "description": "Common additional features for Twig that do not directly belong in core",
3090 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
3091 "keywords": [
3092 "i18n",
3093 "text"
3094 ],
3095 "time": "2015-08-22 16:38:35"
3096 },
3097 {
3098 "name": "twig/twig",
3099 "version": "v1.21.2",
3100 "source": {
3101 "type": "git",
3102 "url": "https://github.com/twigphp/Twig.git",
3103 "reference": "ddce1136beb8db29b9cd7dffa8ab518b978c9db3"
3104 },
3105 "dist": {
3106 "type": "zip",
3107 "url": "https://api.github.com/repos/twigphp/Twig/zipball/ddce1136beb8db29b9cd7dffa8ab518b978c9db3",
3108 "reference": "ddce1136beb8db29b9cd7dffa8ab518b978c9db3",
3109 "shasum": ""
3110 },
3111 "require": {
3112 "php": ">=5.2.7"
3113 },
3114 "require-dev": {
3115 "symfony/debug": "~2.7",
3116 "symfony/phpunit-bridge": "~2.7"
3117 },
3118 "type": "library",
3119 "extra": {
3120 "branch-alias": {
3121 "dev-master": "1.21-dev"
3122 }
3123 },
3124 "autoload": {
3125 "psr-0": {
3126 "Twig_": "lib/"
3127 }
3128 },
3129 "notification-url": "https://packagist.org/downloads/",
3130 "license": [
3131 "BSD-3-Clause"
3132 ],
3133 "authors": [
3134 {
3135 "name": "Fabien Potencier",
3136 "email": "fabien@symfony.com",
3137 "homepage": "http://fabien.potencier.org",
3138 "role": "Lead Developer"
3139 },
3140 {
3141 "name": "Armin Ronacher",
3142 "email": "armin.ronacher@active-4.com",
3143 "role": "Project Founder"
3144 },
3145 {
3146 "name": "Twig Team",
3147 "homepage": "http://twig.sensiolabs.org/contributors",
3148 "role": "Contributors"
3149 }
3150 ],
3151 "description": "Twig, the flexible, fast, and secure template language for PHP",
3152 "homepage": "http://twig.sensiolabs.org",
3153 "keywords": [
3154 "templating"
3155 ],
3156 "time": "2015-09-09 05:28:51"
3157 },
3158 {
3159 "name": "willdurand/hateoas",
3160 "version": "v2.6.0",
3161 "source": {
3162 "type": "git",
3163 "url": "https://github.com/willdurand/Hateoas.git",
3164 "reference": "fc0869381d6934e5d430084154584761297caa6c"
3165 },
3166 "dist": {
3167 "type": "zip",
3168 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/fc0869381d6934e5d430084154584761297caa6c",
3169 "reference": "fc0869381d6934e5d430084154584761297caa6c",
3170 "shasum": ""
3171 },
3172 "require": {
3173 "doctrine/annotations": "~1.0",
3174 "doctrine/common": "~2.0",
3175 "jms/metadata": "~1.1",
3176 "jms/serializer": "~0.13",
3177 "php": ">=5.3",
3178 "symfony/expression-language": "~2.4"
3179 },
3180 "require-dev": {
3181 "atoum/atoum": "*@dev",
3182 "hautelook/frankenstein": "~0.1",
3183 "pagerfanta/pagerfanta": "~1.0",
3184 "phpunit/phpunit": "~3.7",
3185 "symfony/dependency-injection": "~2.0",
3186 "symfony/routing": "~2.0",
3187 "symfony/yaml": "~2.0",
3188 "twig/twig": "~1.12"
3189 },
3190 "suggest": {
3191 "symfony/routing": "To use the SymfonyRouteFactory.",
3192 "symfony/yaml": "To use yaml based configuration.",
3193 "twig/twig": "To use the Twig extensions."
3194 },
3195 "type": "library",
3196 "extra": {
3197 "branch-alias": {
3198 "dev-master": "2.6-dev"
3199 }
3200 },
3201 "autoload": {
3202 "psr-0": {
3203 "Hateoas": "src/"
3204 }
3205 },
3206 "notification-url": "https://packagist.org/downloads/",
3207 "license": [
3208 "MIT"
3209 ],
3210 "authors": [
3211 {
3212 "name": "Adrien Brault",
3213 "email": "adrien.brault@gmail.com"
3214 },
3215 {
3216 "name": "William Durand",
3217 "email": "william.durand1@gmail.com"
3218 }
3219 ],
3220 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
3221 "time": "2015-05-21 21:57:34"
3222 },
3223 {
3224 "name": "willdurand/hateoas-bundle",
3225 "version": "0.5.0",
3226 "target-dir": "Bazinga/Bundle/HateoasBundle",
3227 "source": {
3228 "type": "git",
3229 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
3230 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b"
3231 },
3232 "dist": {
3233 "type": "zip",
3234 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/3c86e8080e8a229365a0ce91818da6fe6562376b",
3235 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b",
3236 "shasum": ""
3237 },
3238 "require": {
3239 "jms/serializer-bundle": "~0.13",
3240 "symfony/framework-bundle": "~2.2",
3241 "willdurand/hateoas": "~2.0"
3242 },
3243 "require-dev": {
3244 "symfony/expression-language": "~2.4",
3245 "twig/twig": "~1.12"
3246 },
3247 "type": "symfony-bundle",
3248 "extra": {
3249 "branch-alias": {
3250 "dev-master": "1.0.x-dev"
3251 }
3252 },
3253 "autoload": {
3254 "psr-0": {
3255 "Bazinga\\Bundle\\HateoasBundle": ""
3256 }
3257 },
3258 "notification-url": "https://packagist.org/downloads/",
3259 "license": [
3260 "MIT"
3261 ],
3262 "authors": [
3263 {
3264 "name": "William DURAND",
3265 "email": "william.durand1@gmail.com"
3266 }
3267 ],
3268 "description": "Integration of Hateoas into Symfony2.",
3269 "keywords": [
3270 "HATEOAS",
3271 "rest"
3272 ],
3273 "time": "2015-02-19 16:27:51"
3274 },
3275 {
3276 "name": "willdurand/jsonp-callback-validator",
3277 "version": "v1.1.0",
3278 "source": {
3279 "type": "git",
3280 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
3281 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
3282 },
3283 "dist": {
3284 "type": "zip",
3285 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
3286 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
3287 "shasum": ""
3288 },
3289 "require": {
3290 "php": ">=5.3.0"
3291 },
3292 "require-dev": {
3293 "phpunit/phpunit": "~3.7"
3294 },
3295 "type": "library",
3296 "autoload": {
3297 "psr-0": {
3298 "JsonpCallbackValidator": "src/"
3299 }
3300 },
3301 "notification-url": "https://packagist.org/downloads/",
3302 "license": [
3303 "MIT"
3304 ],
3305 "authors": [
3306 {
3307 "name": "William Durand",
3308 "email": "william.durand1@gmail.com",
3309 "homepage": "http://www.willdurand.fr"
3310 }
3311 ],
3312 "description": "JSONP callback validator.",
3313 "time": "2014-01-20 22:35:06"
3314 },
3315 {
3316 "name": "willdurand/negotiation",
3317 "version": "1.4.0",
3318 "source": {
3319 "type": "git",
3320 "url": "https://github.com/willdurand/Negotiation.git",
3321 "reference": "8a84c5956e765f432542fc52a8c6e9aff4508eb3"
3322 },
3323 "dist": {
3324 "type": "zip",
3325 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/8a84c5956e765f432542fc52a8c6e9aff4508eb3",
3326 "reference": "8a84c5956e765f432542fc52a8c6e9aff4508eb3",
3327 "shasum": ""
3328 },
3329 "require": {
3330 "php": ">=5.3.0"
3331 },
3332 "type": "library",
3333 "extra": {
3334 "branch-alias": {
3335 "dev-master": "1.4-dev"
3336 }
3337 },
3338 "autoload": {
3339 "psr-4": {
3340 "Negotiation\\": "src/Negotiation"
3341 }
3342 },
3343 "notification-url": "https://packagist.org/downloads/",
3344 "license": [
3345 "MIT"
3346 ],
3347 "authors": [
3348 {
3349 "name": "William DURAND",
3350 "email": "william.durand1@gmail.com"
3351 }
3352 ],
3353 "description": "Content Negotiation tools for PHP provided as a standalone library.",
3354 "homepage": "http://williamdurand.fr/Negotiation/",
3355 "keywords": [
3356 "accept",
3357 "content",
3358 "format",
3359 "header",
3360 "negotiation"
3361 ],
3362 "time": "2015-07-28 13:10:50"
3363 }
3364 ],
3365 "packages-dev": [
3366 {
3367 "name": "doctrine/data-fixtures",
3368 "version": "v1.1.1",
3369 "source": {
3370 "type": "git",
3371 "url": "https://github.com/doctrine/data-fixtures.git",
3372 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
3373 },
3374 "dist": {
3375 "type": "zip",
3376 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
3377 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
3378 "shasum": ""
3379 },
3380 "require": {
3381 "doctrine/common": "~2.2",
3382 "php": ">=5.3.2"
3383 },
3384 "conflict": {
3385 "doctrine/orm": "< 2.4"
3386 },
3387 "require-dev": {
3388 "doctrine/orm": "~2.4"
3389 },
3390 "suggest": {
3391 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
3392 "doctrine/orm": "For loading ORM fixtures",
3393 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
3394 },
3395 "type": "library",
3396 "extra": {
3397 "branch-alias": {
3398 "dev-master": "1.1.x-dev"
3399 }
3400 },
3401 "autoload": {
3402 "psr-0": {
3403 "Doctrine\\Common\\DataFixtures": "lib/"
3404 }
3405 },
3406 "notification-url": "https://packagist.org/downloads/",
3407 "license": [
3408 "MIT"
3409 ],
3410 "authors": [
3411 {
3412 "name": "Jonathan Wage",
3413 "email": "jonwage@gmail.com"
3414 }
3415 ],
3416 "description": "Data Fixtures for all Doctrine Object Managers",
3417 "homepage": "http://www.doctrine-project.org",
3418 "keywords": [
3419 "database"
3420 ],
3421 "time": "2015-03-30 12:14:13"
3422 },
3423 {
3424 "name": "doctrine/doctrine-fixtures-bundle",
3425 "version": "v2.2.1",
3426 "source": {
3427 "type": "git",
3428 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
3429 "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8"
3430 },
3431 "dist": {
3432 "type": "zip",
3433 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
3434 "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
3435 "shasum": ""
3436 },
3437 "require": {
3438 "doctrine/data-fixtures": "~1.0",
3439 "doctrine/doctrine-bundle": "~1.0",
3440 "php": ">=5.3.2",
3441 "symfony/doctrine-bridge": "~2.1"
3442 },
3443 "type": "symfony-bundle",
3444 "extra": {
3445 "branch-alias": {
3446 "dev-master": "2.2.x-dev"
3447 }
3448 },
3449 "autoload": {
3450 "psr-4": {
3451 "Doctrine\\Bundle\\FixturesBundle\\": ""
3452 }
3453 },
3454 "notification-url": "https://packagist.org/downloads/",
3455 "license": [
3456 "MIT"
3457 ],
3458 "authors": [
3459 {
3460 "name": "Symfony Community",
3461 "homepage": "http://symfony.com/contributors"
3462 },
3463 {
3464 "name": "Doctrine Project",
3465 "homepage": "http://www.doctrine-project.org"
3466 },
3467 {
3468 "name": "Fabien Potencier",
3469 "email": "fabien@symfony.com"
3470 }
3471 ],
3472 "description": "Symfony DoctrineFixturesBundle",
3473 "homepage": "http://www.doctrine-project.org",
3474 "keywords": [
3475 "Fixture",
3476 "persistence"
3477 ],
3478 "time": "2015-08-04 22:43:14"
3479 },
3480 {
3481 "name": "phpdocumentor/reflection-docblock",
3482 "version": "2.0.4",
3483 "source": {
3484 "type": "git",
3485 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3486 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
3487 },
3488 "dist": {
3489 "type": "zip",
3490 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
3491 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
3492 "shasum": ""
3493 },
3494 "require": {
3495 "php": ">=5.3.3"
3496 },
3497 "require-dev": {
3498 "phpunit/phpunit": "~4.0"
3499 },
3500 "suggest": {
3501 "dflydev/markdown": "~1.0",
3502 "erusev/parsedown": "~1.0"
3503 },
3504 "type": "library",
3505 "extra": {
3506 "branch-alias": {
3507 "dev-master": "2.0.x-dev"
3508 }
3509 },
3510 "autoload": {
3511 "psr-0": {
3512 "phpDocumentor": [
3513 "src/"
3514 ]
3515 }
3516 },
3517 "notification-url": "https://packagist.org/downloads/",
3518 "license": [
3519 "MIT"
3520 ],
3521 "authors": [
3522 {
3523 "name": "Mike van Riel",
3524 "email": "mike.vanriel@naenius.com"
3525 }
3526 ],
3527 "time": "2015-02-03 12:10:50"
3528 },
3529 {
3530 "name": "phpspec/prophecy",
3531 "version": "v1.5.0",
3532 "source": {
3533 "type": "git",
3534 "url": "https://github.com/phpspec/prophecy.git",
3535 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
3536 },
3537 "dist": {
3538 "type": "zip",
3539 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3540 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3541 "shasum": ""
3542 },
3543 "require": {
3544 "doctrine/instantiator": "^1.0.2",
3545 "phpdocumentor/reflection-docblock": "~2.0",
3546 "sebastian/comparator": "~1.1"
3547 },
3548 "require-dev": {
3549 "phpspec/phpspec": "~2.0"
3550 },
3551 "type": "library",
3552 "extra": {
3553 "branch-alias": {
3554 "dev-master": "1.4.x-dev"
3555 }
3556 },
3557 "autoload": {
3558 "psr-0": {
3559 "Prophecy\\": "src/"
3560 }
3561 },
3562 "notification-url": "https://packagist.org/downloads/",
3563 "license": [
3564 "MIT"
3565 ],
3566 "authors": [
3567 {
3568 "name": "Konstantin Kudryashov",
3569 "email": "ever.zet@gmail.com",
3570 "homepage": "http://everzet.com"
3571 },
3572 {
3573 "name": "Marcello Duarte",
3574 "email": "marcello.duarte@gmail.com"
3575 }
3576 ],
3577 "description": "Highly opinionated mocking framework for PHP 5.3+",
3578 "homepage": "https://github.com/phpspec/prophecy",
3579 "keywords": [
3580 "Double",
3581 "Dummy",
3582 "fake",
3583 "mock",
3584 "spy",
3585 "stub"
3586 ],
3587 "time": "2015-08-13 10:07:40"
3588 },
3589 {
3590 "name": "phpunit/php-code-coverage",
3591 "version": "2.2.2",
3592 "source": {
3593 "type": "git",
3594 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3595 "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c"
3596 },
3597 "dist": {
3598 "type": "zip",
3599 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2d7c03c0e4e080901b8f33b2897b0577be18a13c",
3600 "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c",
3601 "shasum": ""
3602 },
3603 "require": {
3604 "php": ">=5.3.3",
3605 "phpunit/php-file-iterator": "~1.3",
3606 "phpunit/php-text-template": "~1.2",
3607 "phpunit/php-token-stream": "~1.3",
3608 "sebastian/environment": "^1.3.2",
3609 "sebastian/version": "~1.0"
3610 },
3611 "require-dev": {
3612 "ext-xdebug": ">=2.1.4",
3613 "phpunit/phpunit": "~4"
3614 },
3615 "suggest": {
3616 "ext-dom": "*",
3617 "ext-xdebug": ">=2.2.1",
3618 "ext-xmlwriter": "*"
3619 },
3620 "type": "library",
3621 "extra": {
3622 "branch-alias": {
3623 "dev-master": "2.2.x-dev"
3624 }
3625 },
3626 "autoload": {
3627 "classmap": [
3628 "src/"
3629 ]
3630 },
3631 "notification-url": "https://packagist.org/downloads/",
3632 "license": [
3633 "BSD-3-Clause"
3634 ],
3635 "authors": [
3636 {
3637 "name": "Sebastian Bergmann",
3638 "email": "sb@sebastian-bergmann.de",
3639 "role": "lead"
3640 }
3641 ],
3642 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3643 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3644 "keywords": [
3645 "coverage",
3646 "testing",
3647 "xunit"
3648 ],
3649 "time": "2015-08-04 03:42:39"
3650 },
3651 {
3652 "name": "phpunit/php-file-iterator",
3653 "version": "1.4.1",
3654 "source": {
3655 "type": "git",
3656 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3657 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
3658 },
3659 "dist": {
3660 "type": "zip",
3661 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3662 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3663 "shasum": ""
3664 },
3665 "require": {
3666 "php": ">=5.3.3"
3667 },
3668 "type": "library",
3669 "extra": {
3670 "branch-alias": {
3671 "dev-master": "1.4.x-dev"
3672 }
3673 },
3674 "autoload": {
3675 "classmap": [
3676 "src/"
3677 ]
3678 },
3679 "notification-url": "https://packagist.org/downloads/",
3680 "license": [
3681 "BSD-3-Clause"
3682 ],
3683 "authors": [
3684 {
3685 "name": "Sebastian Bergmann",
3686 "email": "sb@sebastian-bergmann.de",
3687 "role": "lead"
3688 }
3689 ],
3690 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3691 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3692 "keywords": [
3693 "filesystem",
3694 "iterator"
3695 ],
3696 "time": "2015-06-21 13:08:43"
3697 },
3698 {
3699 "name": "phpunit/php-text-template",
3700 "version": "1.2.1",
3701 "source": {
3702 "type": "git",
3703 "url": "https://github.com/sebastianbergmann/php-text-template.git",
3704 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3705 },
3706 "dist": {
3707 "type": "zip",
3708 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3709 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3710 "shasum": ""
3711 },
3712 "require": {
3713 "php": ">=5.3.3"
3714 },
3715 "type": "library",
3716 "autoload": {
3717 "classmap": [
3718 "src/"
3719 ]
3720 },
3721 "notification-url": "https://packagist.org/downloads/",
3722 "license": [
3723 "BSD-3-Clause"
3724 ],
3725 "authors": [
3726 {
3727 "name": "Sebastian Bergmann",
3728 "email": "sebastian@phpunit.de",
3729 "role": "lead"
3730 }
3731 ],
3732 "description": "Simple template engine.",
3733 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3734 "keywords": [
3735 "template"
3736 ],
3737 "time": "2015-06-21 13:50:34"
3738 },
3739 {
3740 "name": "phpunit/php-timer",
3741 "version": "1.0.7",
3742 "source": {
3743 "type": "git",
3744 "url": "https://github.com/sebastianbergmann/php-timer.git",
3745 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
3746 },
3747 "dist": {
3748 "type": "zip",
3749 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3750 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3751 "shasum": ""
3752 },
3753 "require": {
3754 "php": ">=5.3.3"
3755 },
3756 "type": "library",
3757 "autoload": {
3758 "classmap": [
3759 "src/"
3760 ]
3761 },
3762 "notification-url": "https://packagist.org/downloads/",
3763 "license": [
3764 "BSD-3-Clause"
3765 ],
3766 "authors": [
3767 {
3768 "name": "Sebastian Bergmann",
3769 "email": "sb@sebastian-bergmann.de",
3770 "role": "lead"
3771 }
3772 ],
3773 "description": "Utility class for timing",
3774 "homepage": "https://github.com/sebastianbergmann/php-timer/",
3775 "keywords": [
3776 "timer"
3777 ],
3778 "time": "2015-06-21 08:01:12"
3779 },
3780 {
3781 "name": "phpunit/php-token-stream",
3782 "version": "1.4.6",
3783 "source": {
3784 "type": "git",
3785 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3786 "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b"
3787 },
3788 "dist": {
3789 "type": "zip",
3790 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
3791 "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
3792 "shasum": ""
3793 },
3794 "require": {
3795 "ext-tokenizer": "*",
3796 "php": ">=5.3.3"
3797 },
3798 "require-dev": {
3799 "phpunit/phpunit": "~4.2"
3800 },
3801 "type": "library",
3802 "extra": {
3803 "branch-alias": {
3804 "dev-master": "1.4-dev"
3805 }
3806 },
3807 "autoload": {
3808 "classmap": [
3809 "src/"
3810 ]
3811 },
3812 "notification-url": "https://packagist.org/downloads/",
3813 "license": [
3814 "BSD-3-Clause"
3815 ],
3816 "authors": [
3817 {
3818 "name": "Sebastian Bergmann",
3819 "email": "sebastian@phpunit.de"
3820 }
3821 ],
3822 "description": "Wrapper around PHP's tokenizer extension.",
3823 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3824 "keywords": [
3825 "tokenizer"
3826 ],
3827 "time": "2015-08-16 08:51:00"
3828 },
3829 {
3830 "name": "phpunit/phpunit",
3831 "version": "4.8.6",
3832 "source": {
3833 "type": "git",
3834 "url": "https://github.com/sebastianbergmann/phpunit.git",
3835 "reference": "2246830f4a1a551c67933e4171bf2126dc29d357"
3836 },
3837 "dist": {
3838 "type": "zip",
3839 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2246830f4a1a551c67933e4171bf2126dc29d357",
3840 "reference": "2246830f4a1a551c67933e4171bf2126dc29d357",
3841 "shasum": ""
3842 },
3843 "require": {
3844 "ext-dom": "*",
3845 "ext-json": "*",
3846 "ext-pcre": "*",
3847 "ext-reflection": "*",
3848 "ext-spl": "*",
3849 "php": ">=5.3.3",
3850 "phpspec/prophecy": "^1.3.1",
3851 "phpunit/php-code-coverage": "~2.1",
3852 "phpunit/php-file-iterator": "~1.4",
3853 "phpunit/php-text-template": "~1.2",
3854 "phpunit/php-timer": ">=1.0.6",
3855 "phpunit/phpunit-mock-objects": "~2.3",
3856 "sebastian/comparator": "~1.1",
3857 "sebastian/diff": "~1.2",
3858 "sebastian/environment": "~1.3",
3859 "sebastian/exporter": "~1.2",
3860 "sebastian/global-state": "~1.0",
3861 "sebastian/version": "~1.0",
3862 "symfony/yaml": "~2.1|~3.0"
3863 },
3864 "suggest": {
3865 "phpunit/php-invoker": "~1.1"
3866 },
3867 "bin": [
3868 "phpunit"
3869 ],
3870 "type": "library",
3871 "extra": {
3872 "branch-alias": {
3873 "dev-master": "4.8.x-dev"
3874 }
3875 },
3876 "autoload": {
3877 "classmap": [
3878 "src/"
3879 ]
3880 },
3881 "notification-url": "https://packagist.org/downloads/",
3882 "license": [
3883 "BSD-3-Clause"
3884 ],
3885 "authors": [
3886 {
3887 "name": "Sebastian Bergmann",
3888 "email": "sebastian@phpunit.de",
3889 "role": "lead"
3890 }
3891 ],
3892 "description": "The PHP Unit Testing framework.",
3893 "homepage": "https://phpunit.de/",
3894 "keywords": [
3895 "phpunit",
3896 "testing",
3897 "xunit"
3898 ],
3899 "time": "2015-08-24 04:09:38"
3900 },
3901 {
3902 "name": "phpunit/phpunit-mock-objects",
3903 "version": "2.3.7",
3904 "source": {
3905 "type": "git",
3906 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3907 "reference": "5e2645ad49d196e020b85598d7c97e482725786a"
3908 },
3909 "dist": {
3910 "type": "zip",
3911 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5e2645ad49d196e020b85598d7c97e482725786a",
3912 "reference": "5e2645ad49d196e020b85598d7c97e482725786a",
3913 "shasum": ""
3914 },
3915 "require": {
3916 "doctrine/instantiator": "^1.0.2",
3917 "php": ">=5.3.3",
3918 "phpunit/php-text-template": "~1.2",
3919 "sebastian/exporter": "~1.2"
3920 },
3921 "require-dev": {
3922 "phpunit/phpunit": "~4.4"
3923 },
3924 "suggest": {
3925 "ext-soap": "*"
3926 },
3927 "type": "library",
3928 "extra": {
3929 "branch-alias": {
3930 "dev-master": "2.3.x-dev"
3931 }
3932 },
3933 "autoload": {
3934 "classmap": [
3935 "src/"
3936 ]
3937 },
3938 "notification-url": "https://packagist.org/downloads/",
3939 "license": [
3940 "BSD-3-Clause"
3941 ],
3942 "authors": [
3943 {
3944 "name": "Sebastian Bergmann",
3945 "email": "sb@sebastian-bergmann.de",
3946 "role": "lead"
3947 }
3948 ],
3949 "description": "Mock Object library for PHPUnit",
3950 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3951 "keywords": [
3952 "mock",
3953 "xunit"
3954 ],
3955 "time": "2015-08-19 09:14:08"
3956 },
3957 {
3958 "name": "sebastian/comparator",
3959 "version": "1.2.0",
3960 "source": {
3961 "type": "git",
3962 "url": "https://github.com/sebastianbergmann/comparator.git",
3963 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
3964 },
3965 "dist": {
3966 "type": "zip",
3967 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3968 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
3969 "shasum": ""
3970 },
3971 "require": {
3972 "php": ">=5.3.3",
3973 "sebastian/diff": "~1.2",
3974 "sebastian/exporter": "~1.2"
3975 },
3976 "require-dev": {
3977 "phpunit/phpunit": "~4.4"
3978 },
3979 "type": "library",
3980 "extra": {
3981 "branch-alias": {
3982 "dev-master": "1.2.x-dev"
3983 }
3984 },
3985 "autoload": {
3986 "classmap": [
3987 "src/"
3988 ]
3989 },
3990 "notification-url": "https://packagist.org/downloads/",
3991 "license": [
3992 "BSD-3-Clause"
3993 ],
3994 "authors": [
3995 {
3996 "name": "Jeff Welch",
3997 "email": "whatthejeff@gmail.com"
3998 },
3999 {
4000 "name": "Volker Dusch",
4001 "email": "github@wallbash.com"
4002 },
4003 {
4004 "name": "Bernhard Schussek",
4005 "email": "bschussek@2bepublished.at"
4006 },
4007 {
4008 "name": "Sebastian Bergmann",
4009 "email": "sebastian@phpunit.de"
4010 }
4011 ],
4012 "description": "Provides the functionality to compare PHP values for equality",
4013 "homepage": "http://www.github.com/sebastianbergmann/comparator",
4014 "keywords": [
4015 "comparator",
4016 "compare",
4017 "equality"
4018 ],
4019 "time": "2015-07-26 15:48:44"
4020 },
4021 {
4022 "name": "sebastian/diff",
4023 "version": "1.3.0",
4024 "source": {
4025 "type": "git",
4026 "url": "https://github.com/sebastianbergmann/diff.git",
4027 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
4028 },
4029 "dist": {
4030 "type": "zip",
4031 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
4032 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
4033 "shasum": ""
4034 },
4035 "require": {
4036 "php": ">=5.3.3"
4037 },
4038 "require-dev": {
4039 "phpunit/phpunit": "~4.2"
4040 },
4041 "type": "library",
4042 "extra": {
4043 "branch-alias": {
4044 "dev-master": "1.3-dev"
4045 }
4046 },
4047 "autoload": {
4048 "classmap": [
4049 "src/"
4050 ]
4051 },
4052 "notification-url": "https://packagist.org/downloads/",
4053 "license": [
4054 "BSD-3-Clause"
4055 ],
4056 "authors": [
4057 {
4058 "name": "Kore Nordmann",
4059 "email": "mail@kore-nordmann.de"
4060 },
4061 {
4062 "name": "Sebastian Bergmann",
4063 "email": "sebastian@phpunit.de"
4064 }
4065 ],
4066 "description": "Diff implementation",
4067 "homepage": "http://www.github.com/sebastianbergmann/diff",
4068 "keywords": [
4069 "diff"
4070 ],
4071 "time": "2015-02-22 15:13:53"
4072 },
4073 {
4074 "name": "sebastian/environment",
4075 "version": "1.3.2",
4076 "source": {
4077 "type": "git",
4078 "url": "https://github.com/sebastianbergmann/environment.git",
4079 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
4080 },
4081 "dist": {
4082 "type": "zip",
4083 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
4084 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
4085 "shasum": ""
4086 },
4087 "require": {
4088 "php": ">=5.3.3"
4089 },
4090 "require-dev": {
4091 "phpunit/phpunit": "~4.4"
4092 },
4093 "type": "library",
4094 "extra": {
4095 "branch-alias": {
4096 "dev-master": "1.3.x-dev"
4097 }
4098 },
4099 "autoload": {
4100 "classmap": [
4101 "src/"
4102 ]
4103 },
4104 "notification-url": "https://packagist.org/downloads/",
4105 "license": [
4106 "BSD-3-Clause"
4107 ],
4108 "authors": [
4109 {
4110 "name": "Sebastian Bergmann",
4111 "email": "sebastian@phpunit.de"
4112 }
4113 ],
4114 "description": "Provides functionality to handle HHVM/PHP environments",
4115 "homepage": "http://www.github.com/sebastianbergmann/environment",
4116 "keywords": [
4117 "Xdebug",
4118 "environment",
4119 "hhvm"
4120 ],
4121 "time": "2015-08-03 06:14:51"
4122 },
4123 {
4124 "name": "sebastian/exporter",
4125 "version": "1.2.1",
4126 "source": {
4127 "type": "git",
4128 "url": "https://github.com/sebastianbergmann/exporter.git",
4129 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
4130 },
4131 "dist": {
4132 "type": "zip",
4133 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
4134 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
4135 "shasum": ""
4136 },
4137 "require": {
4138 "php": ">=5.3.3",
4139 "sebastian/recursion-context": "~1.0"
4140 },
4141 "require-dev": {
4142 "phpunit/phpunit": "~4.4"
4143 },
4144 "type": "library",
4145 "extra": {
4146 "branch-alias": {
4147 "dev-master": "1.2.x-dev"
4148 }
4149 },
4150 "autoload": {
4151 "classmap": [
4152 "src/"
4153 ]
4154 },
4155 "notification-url": "https://packagist.org/downloads/",
4156 "license": [
4157 "BSD-3-Clause"
4158 ],
4159 "authors": [
4160 {
4161 "name": "Jeff Welch",
4162 "email": "whatthejeff@gmail.com"
4163 },
4164 {
4165 "name": "Volker Dusch",
4166 "email": "github@wallbash.com"
4167 },
4168 {
4169 "name": "Bernhard Schussek",
4170 "email": "bschussek@2bepublished.at"
4171 },
4172 {
4173 "name": "Sebastian Bergmann",
4174 "email": "sebastian@phpunit.de"
4175 },
4176 {
4177 "name": "Adam Harvey",
4178 "email": "aharvey@php.net"
4179 }
4180 ],
4181 "description": "Provides the functionality to export PHP variables for visualization",
4182 "homepage": "http://www.github.com/sebastianbergmann/exporter",
4183 "keywords": [
4184 "export",
4185 "exporter"
4186 ],
4187 "time": "2015-06-21 07:55:53"
4188 },
4189 {
4190 "name": "sebastian/global-state",
4191 "version": "1.0.0",
4192 "source": {
4193 "type": "git",
4194 "url": "https://github.com/sebastianbergmann/global-state.git",
4195 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
4196 },
4197 "dist": {
4198 "type": "zip",
4199 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
4200 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
4201 "shasum": ""
4202 },
4203 "require": {
4204 "php": ">=5.3.3"
4205 },
4206 "require-dev": {
4207 "phpunit/phpunit": "~4.2"
4208 },
4209 "suggest": {
4210 "ext-uopz": "*"
4211 },
4212 "type": "library",
4213 "extra": {
4214 "branch-alias": {
4215 "dev-master": "1.0-dev"
4216 }
4217 },
4218 "autoload": {
4219 "classmap": [
4220 "src/"
4221 ]
4222 },
4223 "notification-url": "https://packagist.org/downloads/",
4224 "license": [
4225 "BSD-3-Clause"
4226 ],
4227 "authors": [
4228 {
4229 "name": "Sebastian Bergmann",
4230 "email": "sebastian@phpunit.de"
4231 }
4232 ],
4233 "description": "Snapshotting of global state",
4234 "homepage": "http://www.github.com/sebastianbergmann/global-state",
4235 "keywords": [
4236 "global state"
4237 ],
4238 "time": "2014-10-06 09:23:50"
4239 },
4240 {
4241 "name": "sebastian/recursion-context",
4242 "version": "1.0.1",
4243 "source": {
4244 "type": "git",
4245 "url": "https://github.com/sebastianbergmann/recursion-context.git",
4246 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
4247 },
4248 "dist": {
4249 "type": "zip",
4250 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
4251 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
4252 "shasum": ""
4253 },
4254 "require": {
4255 "php": ">=5.3.3"
4256 },
4257 "require-dev": {
4258 "phpunit/phpunit": "~4.4"
4259 },
4260 "type": "library",
4261 "extra": {
4262 "branch-alias": {
4263 "dev-master": "1.0.x-dev"
4264 }
4265 },
4266 "autoload": {
4267 "classmap": [
4268 "src/"
4269 ]
4270 },
4271 "notification-url": "https://packagist.org/downloads/",
4272 "license": [
4273 "BSD-3-Clause"
4274 ],
4275 "authors": [
4276 {
4277 "name": "Jeff Welch",
4278 "email": "whatthejeff@gmail.com"
4279 },
4280 {
4281 "name": "Sebastian Bergmann",
4282 "email": "sebastian@phpunit.de"
4283 },
4284 {
4285 "name": "Adam Harvey",
4286 "email": "aharvey@php.net"
4287 }
4288 ],
4289 "description": "Provides functionality to recursively process PHP variables",
4290 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4291 "time": "2015-06-21 08:04:50"
4292 },
4293 {
4294 "name": "sebastian/version",
4295 "version": "1.0.6",
4296 "source": {
4297 "type": "git",
4298 "url": "https://github.com/sebastianbergmann/version.git",
4299 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4300 },
4301 "dist": {
4302 "type": "zip",
4303 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4304 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4305 "shasum": ""
4306 },
4307 "type": "library",
4308 "autoload": {
4309 "classmap": [
4310 "src/"
4311 ]
4312 },
4313 "notification-url": "https://packagist.org/downloads/",
4314 "license": [
4315 "BSD-3-Clause"
4316 ],
4317 "authors": [
4318 {
4319 "name": "Sebastian Bergmann",
4320 "email": "sebastian@phpunit.de",
4321 "role": "lead"
4322 }
4323 ],
4324 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4325 "homepage": "https://github.com/sebastianbergmann/version",
4326 "time": "2015-06-21 13:59:46"
4327 },
4328 {
4329 "name": "sensio/generator-bundle",
4330 "version": "v2.5.3",
4331 "target-dir": "Sensio/Bundle/GeneratorBundle",
4332 "source": {
4333 "type": "git",
4334 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4335 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4336 },
4337 "dist": {
4338 "type": "zip",
4339 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4340 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4341 "shasum": ""
4342 },
4343 "require": {
4344 "symfony/console": "~2.5",
4345 "symfony/framework-bundle": "~2.2"
4346 },
4347 "require-dev": {
4348 "doctrine/orm": "~2.2,>=2.2.3",
4349 "symfony/doctrine-bridge": "~2.2",
4350 "twig/twig": "~1.11"
4351 },
4352 "type": "symfony-bundle",
4353 "extra": {
4354 "branch-alias": {
4355 "dev-master": "2.5.x-dev"
4356 }
4357 },
4358 "autoload": {
4359 "psr-0": {
4360 "Sensio\\Bundle\\GeneratorBundle": ""
4361 }
4362 },
4363 "notification-url": "https://packagist.org/downloads/",
4364 "license": [
4365 "MIT"
4366 ],
4367 "authors": [
4368 {
4369 "name": "Fabien Potencier",
4370 "email": "fabien@symfony.com"
4371 }
4372 ],
4373 "description": "This bundle generates code for you",
4374 "time": "2015-03-17 06:36:52"
4375 }
4376 ],
4377 "aliases": [],
4378 "minimum-stability": "dev",
4379 "stability-flags": [],
4380 "prefer-stable": true,
4381 "prefer-lowest": false,
4382 "platform": {
4383 "php": ">=5.3.3"
4384 },
4385 "platform-dev": []
4386 }