]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Entries filter on language
[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": "d457fa385420eb29a177ac38eac977c3",
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.7",
1359 "source": {
1360 "type": "git",
1361 "url": "https://github.com/j0k3r/php-readability.git",
1362 "reference": "1830dc45d4fccfe09d2d107ab59890f07adc35c4"
1363 },
1364 "dist": {
1365 "type": "zip",
1366 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/1830dc45d4fccfe09d2d107ab59890f07adc35c4",
1367 "reference": "1830dc45d4fccfe09d2d107ab59890f07adc35c4",
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-20 19:05:55"
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.4",
2974 "source": {
2975 "type": "git",
2976 "url": "https://github.com/symfony/symfony.git",
2977 "reference": "1fdf23fe28876844b887b0e1935c9adda43ee645"
2978 },
2979 "dist": {
2980 "type": "zip",
2981 "url": "https://api.github.com/repos/symfony/symfony/zipball/1fdf23fe28876844b887b0e1935c9adda43ee645",
2982 "reference": "1fdf23fe28876844b887b0e1935c9adda43ee645",
2983 "shasum": ""
2984 },
2985 "require": {
2986 "doctrine/common": "~2.3",
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.2",
3040 "doctrine/doctrine-bundle": "~1.2",
3041 "doctrine/orm": "~2.2,>=2.2.3",
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-08 14:26:39"
3092 },
3093 {
3094 "name": "tecnick.com/tcpdf",
3095 "version": "6.2.11",
3096 "source": {
3097 "type": "git",
3098 "url": "https://github.com/tecnickcom/TCPDF.git",
3099 "reference": "354433a33946ae7497c3eab291eaaf814bccbfab"
3100 },
3101 "dist": {
3102 "type": "zip",
3103 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/354433a33946ae7497c3eab291eaaf814bccbfab",
3104 "reference": "354433a33946ae7497c3eab291eaaf814bccbfab",
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-08-02 12:30:27"
3155 },
3156 {
3157 "name": "tecnickcom/tcpdf",
3158 "version": "6.2.12",
3159 "source": {
3160 "type": "git",
3161 "url": "https://github.com/tecnickcom/TCPDF.git",
3162 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
3163 },
3164 "dist": {
3165 "type": "zip",
3166 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
3167 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
3168 "shasum": ""
3169 },
3170 "require": {
3171 "php": ">=5.3.0"
3172 },
3173 "type": "library",
3174 "autoload": {
3175 "classmap": [
3176 "fonts",
3177 "config",
3178 "include",
3179 "tcpdf.php",
3180 "tcpdf_parser.php",
3181 "tcpdf_import.php",
3182 "tcpdf_barcodes_1d.php",
3183 "tcpdf_barcodes_2d.php",
3184 "include/tcpdf_colors.php",
3185 "include/tcpdf_filters.php",
3186 "include/tcpdf_font_data.php",
3187 "include/tcpdf_fonts.php",
3188 "include/tcpdf_images.php",
3189 "include/tcpdf_static.php",
3190 "include/barcodes/datamatrix.php",
3191 "include/barcodes/pdf417.php",
3192 "include/barcodes/qrcode.php"
3193 ]
3194 },
3195 "notification-url": "https://packagist.org/downloads/",
3196 "license": [
3197 "LGPLv3"
3198 ],
3199 "authors": [
3200 {
3201 "name": "Nicola Asuni",
3202 "email": "info@tecnick.com",
3203 "homepage": "http://nicolaasuni.tecnick.com"
3204 }
3205 ],
3206 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
3207 "homepage": "http://www.tcpdf.org/",
3208 "keywords": [
3209 "PDFD32000-2008",
3210 "TCPDF",
3211 "barcodes",
3212 "datamatrix",
3213 "pdf",
3214 "pdf417",
3215 "qrcode"
3216 ],
3217 "time": "2015-09-12 10:08:34"
3218 },
3219 {
3220 "name": "twig/extensions",
3221 "version": "v1.3.0",
3222 "source": {
3223 "type": "git",
3224 "url": "https://github.com/twigphp/Twig-extensions.git",
3225 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
3226 },
3227 "dist": {
3228 "type": "zip",
3229 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
3230 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
3231 "shasum": ""
3232 },
3233 "require": {
3234 "twig/twig": "~1.20|~2.0"
3235 },
3236 "require-dev": {
3237 "symfony/translation": "~2.3"
3238 },
3239 "suggest": {
3240 "symfony/translation": "Allow the time_diff output to be translated"
3241 },
3242 "type": "library",
3243 "extra": {
3244 "branch-alias": {
3245 "dev-master": "1.3-dev"
3246 }
3247 },
3248 "autoload": {
3249 "psr-0": {
3250 "Twig_Extensions_": "lib/"
3251 }
3252 },
3253 "notification-url": "https://packagist.org/downloads/",
3254 "license": [
3255 "MIT"
3256 ],
3257 "authors": [
3258 {
3259 "name": "Fabien Potencier",
3260 "email": "fabien@symfony.com"
3261 }
3262 ],
3263 "description": "Common additional features for Twig that do not directly belong in core",
3264 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
3265 "keywords": [
3266 "i18n",
3267 "text"
3268 ],
3269 "time": "2015-08-22 16:38:35"
3270 },
3271 {
3272 "name": "twig/twig",
3273 "version": "v1.22.2",
3274 "source": {
3275 "type": "git",
3276 "url": "https://github.com/twigphp/Twig.git",
3277 "reference": "79249fc8c9ff62e41e217e0c630e2e00bcadda6a"
3278 },
3279 "dist": {
3280 "type": "zip",
3281 "url": "https://api.github.com/repos/twigphp/Twig/zipball/79249fc8c9ff62e41e217e0c630e2e00bcadda6a",
3282 "reference": "79249fc8c9ff62e41e217e0c630e2e00bcadda6a",
3283 "shasum": ""
3284 },
3285 "require": {
3286 "php": ">=5.2.7"
3287 },
3288 "require-dev": {
3289 "symfony/debug": "~2.7",
3290 "symfony/phpunit-bridge": "~2.7"
3291 },
3292 "type": "library",
3293 "extra": {
3294 "branch-alias": {
3295 "dev-master": "1.22-dev"
3296 }
3297 },
3298 "autoload": {
3299 "psr-0": {
3300 "Twig_": "lib/"
3301 }
3302 },
3303 "notification-url": "https://packagist.org/downloads/",
3304 "license": [
3305 "BSD-3-Clause"
3306 ],
3307 "authors": [
3308 {
3309 "name": "Fabien Potencier",
3310 "email": "fabien@symfony.com",
3311 "homepage": "http://fabien.potencier.org",
3312 "role": "Lead Developer"
3313 },
3314 {
3315 "name": "Armin Ronacher",
3316 "email": "armin.ronacher@active-4.com",
3317 "role": "Project Founder"
3318 },
3319 {
3320 "name": "Twig Team",
3321 "homepage": "http://twig.sensiolabs.org/contributors",
3322 "role": "Contributors"
3323 }
3324 ],
3325 "description": "Twig, the flexible, fast, and secure template language for PHP",
3326 "homepage": "http://twig.sensiolabs.org",
3327 "keywords": [
3328 "templating"
3329 ],
3330 "time": "2015-09-22 13:59:32"
3331 },
3332 {
3333 "name": "willdurand/hateoas",
3334 "version": "v2.6.0",
3335 "source": {
3336 "type": "git",
3337 "url": "https://github.com/willdurand/Hateoas.git",
3338 "reference": "fc0869381d6934e5d430084154584761297caa6c"
3339 },
3340 "dist": {
3341 "type": "zip",
3342 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/fc0869381d6934e5d430084154584761297caa6c",
3343 "reference": "fc0869381d6934e5d430084154584761297caa6c",
3344 "shasum": ""
3345 },
3346 "require": {
3347 "doctrine/annotations": "~1.0",
3348 "doctrine/common": "~2.0",
3349 "jms/metadata": "~1.1",
3350 "jms/serializer": "~0.13",
3351 "php": ">=5.3",
3352 "symfony/expression-language": "~2.4"
3353 },
3354 "require-dev": {
3355 "atoum/atoum": "*@dev",
3356 "hautelook/frankenstein": "~0.1",
3357 "pagerfanta/pagerfanta": "~1.0",
3358 "phpunit/phpunit": "~3.7",
3359 "symfony/dependency-injection": "~2.0",
3360 "symfony/routing": "~2.0",
3361 "symfony/yaml": "~2.0",
3362 "twig/twig": "~1.12"
3363 },
3364 "suggest": {
3365 "symfony/routing": "To use the SymfonyRouteFactory.",
3366 "symfony/yaml": "To use yaml based configuration.",
3367 "twig/twig": "To use the Twig extensions."
3368 },
3369 "type": "library",
3370 "extra": {
3371 "branch-alias": {
3372 "dev-master": "2.6-dev"
3373 }
3374 },
3375 "autoload": {
3376 "psr-0": {
3377 "Hateoas": "src/"
3378 }
3379 },
3380 "notification-url": "https://packagist.org/downloads/",
3381 "license": [
3382 "MIT"
3383 ],
3384 "authors": [
3385 {
3386 "name": "Adrien Brault",
3387 "email": "adrien.brault@gmail.com"
3388 },
3389 {
3390 "name": "William Durand",
3391 "email": "william.durand1@gmail.com"
3392 }
3393 ],
3394 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
3395 "time": "2015-05-21 21:57:34"
3396 },
3397 {
3398 "name": "willdurand/hateoas-bundle",
3399 "version": "0.5.0",
3400 "target-dir": "Bazinga/Bundle/HateoasBundle",
3401 "source": {
3402 "type": "git",
3403 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
3404 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b"
3405 },
3406 "dist": {
3407 "type": "zip",
3408 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/3c86e8080e8a229365a0ce91818da6fe6562376b",
3409 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b",
3410 "shasum": ""
3411 },
3412 "require": {
3413 "jms/serializer-bundle": "~0.13",
3414 "symfony/framework-bundle": "~2.2",
3415 "willdurand/hateoas": "~2.0"
3416 },
3417 "require-dev": {
3418 "symfony/expression-language": "~2.4",
3419 "twig/twig": "~1.12"
3420 },
3421 "type": "symfony-bundle",
3422 "extra": {
3423 "branch-alias": {
3424 "dev-master": "1.0.x-dev"
3425 }
3426 },
3427 "autoload": {
3428 "psr-0": {
3429 "Bazinga\\Bundle\\HateoasBundle": ""
3430 }
3431 },
3432 "notification-url": "https://packagist.org/downloads/",
3433 "license": [
3434 "MIT"
3435 ],
3436 "authors": [
3437 {
3438 "name": "William DURAND",
3439 "email": "william.durand1@gmail.com"
3440 }
3441 ],
3442 "description": "Integration of Hateoas into Symfony2.",
3443 "keywords": [
3444 "HATEOAS",
3445 "rest"
3446 ],
3447 "time": "2015-02-19 16:27:51"
3448 },
3449 {
3450 "name": "willdurand/jsonp-callback-validator",
3451 "version": "v1.1.0",
3452 "source": {
3453 "type": "git",
3454 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
3455 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
3456 },
3457 "dist": {
3458 "type": "zip",
3459 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
3460 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
3461 "shasum": ""
3462 },
3463 "require": {
3464 "php": ">=5.3.0"
3465 },
3466 "require-dev": {
3467 "phpunit/phpunit": "~3.7"
3468 },
3469 "type": "library",
3470 "autoload": {
3471 "psr-0": {
3472 "JsonpCallbackValidator": "src/"
3473 }
3474 },
3475 "notification-url": "https://packagist.org/downloads/",
3476 "license": [
3477 "MIT"
3478 ],
3479 "authors": [
3480 {
3481 "name": "William Durand",
3482 "email": "william.durand1@gmail.com",
3483 "homepage": "http://www.willdurand.fr"
3484 }
3485 ],
3486 "description": "JSONP callback validator.",
3487 "time": "2014-01-20 22:35:06"
3488 },
3489 {
3490 "name": "willdurand/negotiation",
3491 "version": "1.4.0",
3492 "source": {
3493 "type": "git",
3494 "url": "https://github.com/willdurand/Negotiation.git",
3495 "reference": "8a84c5956e765f432542fc52a8c6e9aff4508eb3"
3496 },
3497 "dist": {
3498 "type": "zip",
3499 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/8a84c5956e765f432542fc52a8c6e9aff4508eb3",
3500 "reference": "8a84c5956e765f432542fc52a8c6e9aff4508eb3",
3501 "shasum": ""
3502 },
3503 "require": {
3504 "php": ">=5.3.0"
3505 },
3506 "type": "library",
3507 "extra": {
3508 "branch-alias": {
3509 "dev-master": "1.4-dev"
3510 }
3511 },
3512 "autoload": {
3513 "psr-4": {
3514 "Negotiation\\": "src/Negotiation"
3515 }
3516 },
3517 "notification-url": "https://packagist.org/downloads/",
3518 "license": [
3519 "MIT"
3520 ],
3521 "authors": [
3522 {
3523 "name": "William DURAND",
3524 "email": "william.durand1@gmail.com"
3525 }
3526 ],
3527 "description": "Content Negotiation tools for PHP provided as a standalone library.",
3528 "homepage": "http://williamdurand.fr/Negotiation/",
3529 "keywords": [
3530 "accept",
3531 "content",
3532 "format",
3533 "header",
3534 "negotiation"
3535 ],
3536 "time": "2015-07-28 13:10:50"
3537 }
3538 ],
3539 "packages-dev": [
3540 {
3541 "name": "doctrine/data-fixtures",
3542 "version": "v1.1.1",
3543 "source": {
3544 "type": "git",
3545 "url": "https://github.com/doctrine/data-fixtures.git",
3546 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
3547 },
3548 "dist": {
3549 "type": "zip",
3550 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
3551 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
3552 "shasum": ""
3553 },
3554 "require": {
3555 "doctrine/common": "~2.2",
3556 "php": ">=5.3.2"
3557 },
3558 "conflict": {
3559 "doctrine/orm": "< 2.4"
3560 },
3561 "require-dev": {
3562 "doctrine/orm": "~2.4"
3563 },
3564 "suggest": {
3565 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
3566 "doctrine/orm": "For loading ORM fixtures",
3567 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
3568 },
3569 "type": "library",
3570 "extra": {
3571 "branch-alias": {
3572 "dev-master": "1.1.x-dev"
3573 }
3574 },
3575 "autoload": {
3576 "psr-0": {
3577 "Doctrine\\Common\\DataFixtures": "lib/"
3578 }
3579 },
3580 "notification-url": "https://packagist.org/downloads/",
3581 "license": [
3582 "MIT"
3583 ],
3584 "authors": [
3585 {
3586 "name": "Jonathan Wage",
3587 "email": "jonwage@gmail.com"
3588 }
3589 ],
3590 "description": "Data Fixtures for all Doctrine Object Managers",
3591 "homepage": "http://www.doctrine-project.org",
3592 "keywords": [
3593 "database"
3594 ],
3595 "time": "2015-03-30 12:14:13"
3596 },
3597 {
3598 "name": "doctrine/doctrine-fixtures-bundle",
3599 "version": "v2.2.1",
3600 "source": {
3601 "type": "git",
3602 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
3603 "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8"
3604 },
3605 "dist": {
3606 "type": "zip",
3607 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
3608 "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
3609 "shasum": ""
3610 },
3611 "require": {
3612 "doctrine/data-fixtures": "~1.0",
3613 "doctrine/doctrine-bundle": "~1.0",
3614 "php": ">=5.3.2",
3615 "symfony/doctrine-bridge": "~2.1"
3616 },
3617 "type": "symfony-bundle",
3618 "extra": {
3619 "branch-alias": {
3620 "dev-master": "2.2.x-dev"
3621 }
3622 },
3623 "autoload": {
3624 "psr-4": {
3625 "Doctrine\\Bundle\\FixturesBundle\\": ""
3626 }
3627 },
3628 "notification-url": "https://packagist.org/downloads/",
3629 "license": [
3630 "MIT"
3631 ],
3632 "authors": [
3633 {
3634 "name": "Symfony Community",
3635 "homepage": "http://symfony.com/contributors"
3636 },
3637 {
3638 "name": "Doctrine Project",
3639 "homepage": "http://www.doctrine-project.org"
3640 },
3641 {
3642 "name": "Fabien Potencier",
3643 "email": "fabien@symfony.com"
3644 }
3645 ],
3646 "description": "Symfony DoctrineFixturesBundle",
3647 "homepage": "http://www.doctrine-project.org",
3648 "keywords": [
3649 "Fixture",
3650 "persistence"
3651 ],
3652 "time": "2015-08-04 22:43:14"
3653 },
3654 {
3655 "name": "phpdocumentor/reflection-docblock",
3656 "version": "2.0.4",
3657 "source": {
3658 "type": "git",
3659 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3660 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
3661 },
3662 "dist": {
3663 "type": "zip",
3664 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
3665 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
3666 "shasum": ""
3667 },
3668 "require": {
3669 "php": ">=5.3.3"
3670 },
3671 "require-dev": {
3672 "phpunit/phpunit": "~4.0"
3673 },
3674 "suggest": {
3675 "dflydev/markdown": "~1.0",
3676 "erusev/parsedown": "~1.0"
3677 },
3678 "type": "library",
3679 "extra": {
3680 "branch-alias": {
3681 "dev-master": "2.0.x-dev"
3682 }
3683 },
3684 "autoload": {
3685 "psr-0": {
3686 "phpDocumentor": [
3687 "src/"
3688 ]
3689 }
3690 },
3691 "notification-url": "https://packagist.org/downloads/",
3692 "license": [
3693 "MIT"
3694 ],
3695 "authors": [
3696 {
3697 "name": "Mike van Riel",
3698 "email": "mike.vanriel@naenius.com"
3699 }
3700 ],
3701 "time": "2015-02-03 12:10:50"
3702 },
3703 {
3704 "name": "phpspec/prophecy",
3705 "version": "v1.5.0",
3706 "source": {
3707 "type": "git",
3708 "url": "https://github.com/phpspec/prophecy.git",
3709 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
3710 },
3711 "dist": {
3712 "type": "zip",
3713 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3714 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3715 "shasum": ""
3716 },
3717 "require": {
3718 "doctrine/instantiator": "^1.0.2",
3719 "phpdocumentor/reflection-docblock": "~2.0",
3720 "sebastian/comparator": "~1.1"
3721 },
3722 "require-dev": {
3723 "phpspec/phpspec": "~2.0"
3724 },
3725 "type": "library",
3726 "extra": {
3727 "branch-alias": {
3728 "dev-master": "1.4.x-dev"
3729 }
3730 },
3731 "autoload": {
3732 "psr-0": {
3733 "Prophecy\\": "src/"
3734 }
3735 },
3736 "notification-url": "https://packagist.org/downloads/",
3737 "license": [
3738 "MIT"
3739 ],
3740 "authors": [
3741 {
3742 "name": "Konstantin Kudryashov",
3743 "email": "ever.zet@gmail.com",
3744 "homepage": "http://everzet.com"
3745 },
3746 {
3747 "name": "Marcello Duarte",
3748 "email": "marcello.duarte@gmail.com"
3749 }
3750 ],
3751 "description": "Highly opinionated mocking framework for PHP 5.3+",
3752 "homepage": "https://github.com/phpspec/prophecy",
3753 "keywords": [
3754 "Double",
3755 "Dummy",
3756 "fake",
3757 "mock",
3758 "spy",
3759 "stub"
3760 ],
3761 "time": "2015-08-13 10:07:40"
3762 },
3763 {
3764 "name": "phpunit/php-code-coverage",
3765 "version": "2.2.3",
3766 "source": {
3767 "type": "git",
3768 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3769 "reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f"
3770 },
3771 "dist": {
3772 "type": "zip",
3773 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef1ca6835468857944d5c3b48fa503d5554cff2f",
3774 "reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f",
3775 "shasum": ""
3776 },
3777 "require": {
3778 "php": ">=5.3.3",
3779 "phpunit/php-file-iterator": "~1.3",
3780 "phpunit/php-text-template": "~1.2",
3781 "phpunit/php-token-stream": "~1.3",
3782 "sebastian/environment": "^1.3.2",
3783 "sebastian/version": "~1.0"
3784 },
3785 "require-dev": {
3786 "ext-xdebug": ">=2.1.4",
3787 "phpunit/phpunit": "~4"
3788 },
3789 "suggest": {
3790 "ext-dom": "*",
3791 "ext-xdebug": ">=2.2.1",
3792 "ext-xmlwriter": "*"
3793 },
3794 "type": "library",
3795 "extra": {
3796 "branch-alias": {
3797 "dev-master": "2.2.x-dev"
3798 }
3799 },
3800 "autoload": {
3801 "classmap": [
3802 "src/"
3803 ]
3804 },
3805 "notification-url": "https://packagist.org/downloads/",
3806 "license": [
3807 "BSD-3-Clause"
3808 ],
3809 "authors": [
3810 {
3811 "name": "Sebastian Bergmann",
3812 "email": "sb@sebastian-bergmann.de",
3813 "role": "lead"
3814 }
3815 ],
3816 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3817 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3818 "keywords": [
3819 "coverage",
3820 "testing",
3821 "xunit"
3822 ],
3823 "time": "2015-09-14 06:51:16"
3824 },
3825 {
3826 "name": "phpunit/php-file-iterator",
3827 "version": "1.4.1",
3828 "source": {
3829 "type": "git",
3830 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3831 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
3832 },
3833 "dist": {
3834 "type": "zip",
3835 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3836 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3837 "shasum": ""
3838 },
3839 "require": {
3840 "php": ">=5.3.3"
3841 },
3842 "type": "library",
3843 "extra": {
3844 "branch-alias": {
3845 "dev-master": "1.4.x-dev"
3846 }
3847 },
3848 "autoload": {
3849 "classmap": [
3850 "src/"
3851 ]
3852 },
3853 "notification-url": "https://packagist.org/downloads/",
3854 "license": [
3855 "BSD-3-Clause"
3856 ],
3857 "authors": [
3858 {
3859 "name": "Sebastian Bergmann",
3860 "email": "sb@sebastian-bergmann.de",
3861 "role": "lead"
3862 }
3863 ],
3864 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3865 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3866 "keywords": [
3867 "filesystem",
3868 "iterator"
3869 ],
3870 "time": "2015-06-21 13:08:43"
3871 },
3872 {
3873 "name": "phpunit/php-text-template",
3874 "version": "1.2.1",
3875 "source": {
3876 "type": "git",
3877 "url": "https://github.com/sebastianbergmann/php-text-template.git",
3878 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3879 },
3880 "dist": {
3881 "type": "zip",
3882 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3883 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3884 "shasum": ""
3885 },
3886 "require": {
3887 "php": ">=5.3.3"
3888 },
3889 "type": "library",
3890 "autoload": {
3891 "classmap": [
3892 "src/"
3893 ]
3894 },
3895 "notification-url": "https://packagist.org/downloads/",
3896 "license": [
3897 "BSD-3-Clause"
3898 ],
3899 "authors": [
3900 {
3901 "name": "Sebastian Bergmann",
3902 "email": "sebastian@phpunit.de",
3903 "role": "lead"
3904 }
3905 ],
3906 "description": "Simple template engine.",
3907 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3908 "keywords": [
3909 "template"
3910 ],
3911 "time": "2015-06-21 13:50:34"
3912 },
3913 {
3914 "name": "phpunit/php-timer",
3915 "version": "1.0.7",
3916 "source": {
3917 "type": "git",
3918 "url": "https://github.com/sebastianbergmann/php-timer.git",
3919 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
3920 },
3921 "dist": {
3922 "type": "zip",
3923 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3924 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3925 "shasum": ""
3926 },
3927 "require": {
3928 "php": ">=5.3.3"
3929 },
3930 "type": "library",
3931 "autoload": {
3932 "classmap": [
3933 "src/"
3934 ]
3935 },
3936 "notification-url": "https://packagist.org/downloads/",
3937 "license": [
3938 "BSD-3-Clause"
3939 ],
3940 "authors": [
3941 {
3942 "name": "Sebastian Bergmann",
3943 "email": "sb@sebastian-bergmann.de",
3944 "role": "lead"
3945 }
3946 ],
3947 "description": "Utility class for timing",
3948 "homepage": "https://github.com/sebastianbergmann/php-timer/",
3949 "keywords": [
3950 "timer"
3951 ],
3952 "time": "2015-06-21 08:01:12"
3953 },
3954 {
3955 "name": "phpunit/php-token-stream",
3956 "version": "1.4.8",
3957 "source": {
3958 "type": "git",
3959 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3960 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
3961 },
3962 "dist": {
3963 "type": "zip",
3964 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3965 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3966 "shasum": ""
3967 },
3968 "require": {
3969 "ext-tokenizer": "*",
3970 "php": ">=5.3.3"
3971 },
3972 "require-dev": {
3973 "phpunit/phpunit": "~4.2"
3974 },
3975 "type": "library",
3976 "extra": {
3977 "branch-alias": {
3978 "dev-master": "1.4-dev"
3979 }
3980 },
3981 "autoload": {
3982 "classmap": [
3983 "src/"
3984 ]
3985 },
3986 "notification-url": "https://packagist.org/downloads/",
3987 "license": [
3988 "BSD-3-Clause"
3989 ],
3990 "authors": [
3991 {
3992 "name": "Sebastian Bergmann",
3993 "email": "sebastian@phpunit.de"
3994 }
3995 ],
3996 "description": "Wrapper around PHP's tokenizer extension.",
3997 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3998 "keywords": [
3999 "tokenizer"
4000 ],
4001 "time": "2015-09-15 10:49:45"
4002 },
4003 {
4004 "name": "phpunit/phpunit",
4005 "version": "4.8.9",
4006 "source": {
4007 "type": "git",
4008 "url": "https://github.com/sebastianbergmann/phpunit.git",
4009 "reference": "73fad41adb5b7bc3a494bb930d90648df1d5e74b"
4010 },
4011 "dist": {
4012 "type": "zip",
4013 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/73fad41adb5b7bc3a494bb930d90648df1d5e74b",
4014 "reference": "73fad41adb5b7bc3a494bb930d90648df1d5e74b",
4015 "shasum": ""
4016 },
4017 "require": {
4018 "ext-dom": "*",
4019 "ext-json": "*",
4020 "ext-pcre": "*",
4021 "ext-reflection": "*",
4022 "ext-spl": "*",
4023 "php": ">=5.3.3",
4024 "phpspec/prophecy": "^1.3.1",
4025 "phpunit/php-code-coverage": "~2.1",
4026 "phpunit/php-file-iterator": "~1.4",
4027 "phpunit/php-text-template": "~1.2",
4028 "phpunit/php-timer": ">=1.0.6",
4029 "phpunit/phpunit-mock-objects": "~2.3",
4030 "sebastian/comparator": "~1.1",
4031 "sebastian/diff": "~1.2",
4032 "sebastian/environment": "~1.3",
4033 "sebastian/exporter": "~1.2",
4034 "sebastian/global-state": "~1.0",
4035 "sebastian/version": "~1.0",
4036 "symfony/yaml": "~2.1|~3.0"
4037 },
4038 "suggest": {
4039 "phpunit/php-invoker": "~1.1"
4040 },
4041 "bin": [
4042 "phpunit"
4043 ],
4044 "type": "library",
4045 "extra": {
4046 "branch-alias": {
4047 "dev-master": "4.8.x-dev"
4048 }
4049 },
4050 "autoload": {
4051 "classmap": [
4052 "src/"
4053 ]
4054 },
4055 "notification-url": "https://packagist.org/downloads/",
4056 "license": [
4057 "BSD-3-Clause"
4058 ],
4059 "authors": [
4060 {
4061 "name": "Sebastian Bergmann",
4062 "email": "sebastian@phpunit.de",
4063 "role": "lead"
4064 }
4065 ],
4066 "description": "The PHP Unit Testing framework.",
4067 "homepage": "https://phpunit.de/",
4068 "keywords": [
4069 "phpunit",
4070 "testing",
4071 "xunit"
4072 ],
4073 "time": "2015-09-20 12:56:44"
4074 },
4075 {
4076 "name": "phpunit/phpunit-mock-objects",
4077 "version": "2.3.7",
4078 "source": {
4079 "type": "git",
4080 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4081 "reference": "5e2645ad49d196e020b85598d7c97e482725786a"
4082 },
4083 "dist": {
4084 "type": "zip",
4085 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5e2645ad49d196e020b85598d7c97e482725786a",
4086 "reference": "5e2645ad49d196e020b85598d7c97e482725786a",
4087 "shasum": ""
4088 },
4089 "require": {
4090 "doctrine/instantiator": "^1.0.2",
4091 "php": ">=5.3.3",
4092 "phpunit/php-text-template": "~1.2",
4093 "sebastian/exporter": "~1.2"
4094 },
4095 "require-dev": {
4096 "phpunit/phpunit": "~4.4"
4097 },
4098 "suggest": {
4099 "ext-soap": "*"
4100 },
4101 "type": "library",
4102 "extra": {
4103 "branch-alias": {
4104 "dev-master": "2.3.x-dev"
4105 }
4106 },
4107 "autoload": {
4108 "classmap": [
4109 "src/"
4110 ]
4111 },
4112 "notification-url": "https://packagist.org/downloads/",
4113 "license": [
4114 "BSD-3-Clause"
4115 ],
4116 "authors": [
4117 {
4118 "name": "Sebastian Bergmann",
4119 "email": "sb@sebastian-bergmann.de",
4120 "role": "lead"
4121 }
4122 ],
4123 "description": "Mock Object library for PHPUnit",
4124 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4125 "keywords": [
4126 "mock",
4127 "xunit"
4128 ],
4129 "time": "2015-08-19 09:14:08"
4130 },
4131 {
4132 "name": "sebastian/comparator",
4133 "version": "1.2.0",
4134 "source": {
4135 "type": "git",
4136 "url": "https://github.com/sebastianbergmann/comparator.git",
4137 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
4138 },
4139 "dist": {
4140 "type": "zip",
4141 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
4142 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
4143 "shasum": ""
4144 },
4145 "require": {
4146 "php": ">=5.3.3",
4147 "sebastian/diff": "~1.2",
4148 "sebastian/exporter": "~1.2"
4149 },
4150 "require-dev": {
4151 "phpunit/phpunit": "~4.4"
4152 },
4153 "type": "library",
4154 "extra": {
4155 "branch-alias": {
4156 "dev-master": "1.2.x-dev"
4157 }
4158 },
4159 "autoload": {
4160 "classmap": [
4161 "src/"
4162 ]
4163 },
4164 "notification-url": "https://packagist.org/downloads/",
4165 "license": [
4166 "BSD-3-Clause"
4167 ],
4168 "authors": [
4169 {
4170 "name": "Jeff Welch",
4171 "email": "whatthejeff@gmail.com"
4172 },
4173 {
4174 "name": "Volker Dusch",
4175 "email": "github@wallbash.com"
4176 },
4177 {
4178 "name": "Bernhard Schussek",
4179 "email": "bschussek@2bepublished.at"
4180 },
4181 {
4182 "name": "Sebastian Bergmann",
4183 "email": "sebastian@phpunit.de"
4184 }
4185 ],
4186 "description": "Provides the functionality to compare PHP values for equality",
4187 "homepage": "http://www.github.com/sebastianbergmann/comparator",
4188 "keywords": [
4189 "comparator",
4190 "compare",
4191 "equality"
4192 ],
4193 "time": "2015-07-26 15:48:44"
4194 },
4195 {
4196 "name": "sebastian/diff",
4197 "version": "1.3.0",
4198 "source": {
4199 "type": "git",
4200 "url": "https://github.com/sebastianbergmann/diff.git",
4201 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
4202 },
4203 "dist": {
4204 "type": "zip",
4205 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
4206 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
4207 "shasum": ""
4208 },
4209 "require": {
4210 "php": ">=5.3.3"
4211 },
4212 "require-dev": {
4213 "phpunit/phpunit": "~4.2"
4214 },
4215 "type": "library",
4216 "extra": {
4217 "branch-alias": {
4218 "dev-master": "1.3-dev"
4219 }
4220 },
4221 "autoload": {
4222 "classmap": [
4223 "src/"
4224 ]
4225 },
4226 "notification-url": "https://packagist.org/downloads/",
4227 "license": [
4228 "BSD-3-Clause"
4229 ],
4230 "authors": [
4231 {
4232 "name": "Kore Nordmann",
4233 "email": "mail@kore-nordmann.de"
4234 },
4235 {
4236 "name": "Sebastian Bergmann",
4237 "email": "sebastian@phpunit.de"
4238 }
4239 ],
4240 "description": "Diff implementation",
4241 "homepage": "http://www.github.com/sebastianbergmann/diff",
4242 "keywords": [
4243 "diff"
4244 ],
4245 "time": "2015-02-22 15:13:53"
4246 },
4247 {
4248 "name": "sebastian/environment",
4249 "version": "1.3.2",
4250 "source": {
4251 "type": "git",
4252 "url": "https://github.com/sebastianbergmann/environment.git",
4253 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
4254 },
4255 "dist": {
4256 "type": "zip",
4257 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
4258 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
4259 "shasum": ""
4260 },
4261 "require": {
4262 "php": ">=5.3.3"
4263 },
4264 "require-dev": {
4265 "phpunit/phpunit": "~4.4"
4266 },
4267 "type": "library",
4268 "extra": {
4269 "branch-alias": {
4270 "dev-master": "1.3.x-dev"
4271 }
4272 },
4273 "autoload": {
4274 "classmap": [
4275 "src/"
4276 ]
4277 },
4278 "notification-url": "https://packagist.org/downloads/",
4279 "license": [
4280 "BSD-3-Clause"
4281 ],
4282 "authors": [
4283 {
4284 "name": "Sebastian Bergmann",
4285 "email": "sebastian@phpunit.de"
4286 }
4287 ],
4288 "description": "Provides functionality to handle HHVM/PHP environments",
4289 "homepage": "http://www.github.com/sebastianbergmann/environment",
4290 "keywords": [
4291 "Xdebug",
4292 "environment",
4293 "hhvm"
4294 ],
4295 "time": "2015-08-03 06:14:51"
4296 },
4297 {
4298 "name": "sebastian/exporter",
4299 "version": "1.2.1",
4300 "source": {
4301 "type": "git",
4302 "url": "https://github.com/sebastianbergmann/exporter.git",
4303 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
4304 },
4305 "dist": {
4306 "type": "zip",
4307 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
4308 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
4309 "shasum": ""
4310 },
4311 "require": {
4312 "php": ">=5.3.3",
4313 "sebastian/recursion-context": "~1.0"
4314 },
4315 "require-dev": {
4316 "phpunit/phpunit": "~4.4"
4317 },
4318 "type": "library",
4319 "extra": {
4320 "branch-alias": {
4321 "dev-master": "1.2.x-dev"
4322 }
4323 },
4324 "autoload": {
4325 "classmap": [
4326 "src/"
4327 ]
4328 },
4329 "notification-url": "https://packagist.org/downloads/",
4330 "license": [
4331 "BSD-3-Clause"
4332 ],
4333 "authors": [
4334 {
4335 "name": "Jeff Welch",
4336 "email": "whatthejeff@gmail.com"
4337 },
4338 {
4339 "name": "Volker Dusch",
4340 "email": "github@wallbash.com"
4341 },
4342 {
4343 "name": "Bernhard Schussek",
4344 "email": "bschussek@2bepublished.at"
4345 },
4346 {
4347 "name": "Sebastian Bergmann",
4348 "email": "sebastian@phpunit.de"
4349 },
4350 {
4351 "name": "Adam Harvey",
4352 "email": "aharvey@php.net"
4353 }
4354 ],
4355 "description": "Provides the functionality to export PHP variables for visualization",
4356 "homepage": "http://www.github.com/sebastianbergmann/exporter",
4357 "keywords": [
4358 "export",
4359 "exporter"
4360 ],
4361 "time": "2015-06-21 07:55:53"
4362 },
4363 {
4364 "name": "sebastian/global-state",
4365 "version": "1.0.0",
4366 "source": {
4367 "type": "git",
4368 "url": "https://github.com/sebastianbergmann/global-state.git",
4369 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
4370 },
4371 "dist": {
4372 "type": "zip",
4373 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
4374 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
4375 "shasum": ""
4376 },
4377 "require": {
4378 "php": ">=5.3.3"
4379 },
4380 "require-dev": {
4381 "phpunit/phpunit": "~4.2"
4382 },
4383 "suggest": {
4384 "ext-uopz": "*"
4385 },
4386 "type": "library",
4387 "extra": {
4388 "branch-alias": {
4389 "dev-master": "1.0-dev"
4390 }
4391 },
4392 "autoload": {
4393 "classmap": [
4394 "src/"
4395 ]
4396 },
4397 "notification-url": "https://packagist.org/downloads/",
4398 "license": [
4399 "BSD-3-Clause"
4400 ],
4401 "authors": [
4402 {
4403 "name": "Sebastian Bergmann",
4404 "email": "sebastian@phpunit.de"
4405 }
4406 ],
4407 "description": "Snapshotting of global state",
4408 "homepage": "http://www.github.com/sebastianbergmann/global-state",
4409 "keywords": [
4410 "global state"
4411 ],
4412 "time": "2014-10-06 09:23:50"
4413 },
4414 {
4415 "name": "sebastian/recursion-context",
4416 "version": "1.0.1",
4417 "source": {
4418 "type": "git",
4419 "url": "https://github.com/sebastianbergmann/recursion-context.git",
4420 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
4421 },
4422 "dist": {
4423 "type": "zip",
4424 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
4425 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
4426 "shasum": ""
4427 },
4428 "require": {
4429 "php": ">=5.3.3"
4430 },
4431 "require-dev": {
4432 "phpunit/phpunit": "~4.4"
4433 },
4434 "type": "library",
4435 "extra": {
4436 "branch-alias": {
4437 "dev-master": "1.0.x-dev"
4438 }
4439 },
4440 "autoload": {
4441 "classmap": [
4442 "src/"
4443 ]
4444 },
4445 "notification-url": "https://packagist.org/downloads/",
4446 "license": [
4447 "BSD-3-Clause"
4448 ],
4449 "authors": [
4450 {
4451 "name": "Jeff Welch",
4452 "email": "whatthejeff@gmail.com"
4453 },
4454 {
4455 "name": "Sebastian Bergmann",
4456 "email": "sebastian@phpunit.de"
4457 },
4458 {
4459 "name": "Adam Harvey",
4460 "email": "aharvey@php.net"
4461 }
4462 ],
4463 "description": "Provides functionality to recursively process PHP variables",
4464 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4465 "time": "2015-06-21 08:04:50"
4466 },
4467 {
4468 "name": "sebastian/version",
4469 "version": "1.0.6",
4470 "source": {
4471 "type": "git",
4472 "url": "https://github.com/sebastianbergmann/version.git",
4473 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4474 },
4475 "dist": {
4476 "type": "zip",
4477 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4478 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4479 "shasum": ""
4480 },
4481 "type": "library",
4482 "autoload": {
4483 "classmap": [
4484 "src/"
4485 ]
4486 },
4487 "notification-url": "https://packagist.org/downloads/",
4488 "license": [
4489 "BSD-3-Clause"
4490 ],
4491 "authors": [
4492 {
4493 "name": "Sebastian Bergmann",
4494 "email": "sebastian@phpunit.de",
4495 "role": "lead"
4496 }
4497 ],
4498 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4499 "homepage": "https://github.com/sebastianbergmann/version",
4500 "time": "2015-06-21 13:59:46"
4501 },
4502 {
4503 "name": "sensio/generator-bundle",
4504 "version": "v2.5.3",
4505 "target-dir": "Sensio/Bundle/GeneratorBundle",
4506 "source": {
4507 "type": "git",
4508 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4509 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4510 },
4511 "dist": {
4512 "type": "zip",
4513 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4514 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4515 "shasum": ""
4516 },
4517 "require": {
4518 "symfony/console": "~2.5",
4519 "symfony/framework-bundle": "~2.2"
4520 },
4521 "require-dev": {
4522 "doctrine/orm": "~2.2,>=2.2.3",
4523 "symfony/doctrine-bridge": "~2.2",
4524 "twig/twig": "~1.11"
4525 },
4526 "type": "symfony-bundle",
4527 "extra": {
4528 "branch-alias": {
4529 "dev-master": "2.5.x-dev"
4530 }
4531 },
4532 "autoload": {
4533 "psr-0": {
4534 "Sensio\\Bundle\\GeneratorBundle": ""
4535 }
4536 },
4537 "notification-url": "https://packagist.org/downloads/",
4538 "license": [
4539 "MIT"
4540 ],
4541 "authors": [
4542 {
4543 "name": "Fabien Potencier",
4544 "email": "fabien@symfony.com"
4545 }
4546 ],
4547 "description": "This bundle generates code for you",
4548 "time": "2015-03-17 06:36:52"
4549 }
4550 ],
4551 "aliases": [],
4552 "minimum-stability": "dev",
4553 "stability-flags": {
4554 "friendsofsymfony/user-bundle": 20
4555 },
4556 "prefer-stable": true,
4557 "prefer-lowest": false,
4558 "platform": {
4559 "php": ">=5.3.3"
4560 },
4561 "platform-dev": []
4562 }