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