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