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