]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Merge pull request #1132 from wallabag/v2-theme
[github/wallabag/wallabag.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "hash": "fd56c671d70f498ccc1996450479fbdc",
8 "packages": [
9 {
10 "name": "doctrine/annotations",
11 "version": "v1.2.3",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/doctrine/annotations.git",
15 "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/doctrine/annotations/zipball/eeda578cbe24a170331a1cfdf78be723412df7a4",
20 "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4",
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": "2014-12-20 20:49:38"
76 },
77 {
78 "name": "doctrine/cache",
79 "version": "v1.4.0",
80 "source": {
81 "type": "git",
82 "url": "https://github.com/doctrine/cache.git",
83 "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8"
84 },
85 "dist": {
86 "type": "zip",
87 "url": "https://api.github.com/repos/doctrine/cache/zipball/2346085d2b027b233ae1d5de59b07440b9f288c8",
88 "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8",
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": "~0.8",
100 "satooshi/php-coveralls": "~0.6"
101 },
102 "type": "library",
103 "extra": {
104 "branch-alias": {
105 "dev-master": "1.4.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-01-15 20:38:55"
146 },
147 {
148 "name": "doctrine/collections",
149 "version": "v1.2",
150 "source": {
151 "type": "git",
152 "url": "https://github.com/doctrine/collections.git",
153 "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2"
154 },
155 "dist": {
156 "type": "zip",
157 "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2",
158 "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2",
159 "shasum": ""
160 },
161 "require": {
162 "php": ">=5.3.2"
163 },
164 "type": "library",
165 "extra": {
166 "branch-alias": {
167 "dev-master": "1.2.x-dev"
168 }
169 },
170 "autoload": {
171 "psr-0": {
172 "Doctrine\\Common\\Collections\\": "lib/"
173 }
174 },
175 "notification-url": "https://packagist.org/downloads/",
176 "license": [
177 "MIT"
178 ],
179 "authors": [
180 {
181 "name": "Jonathan Wage",
182 "email": "jonwage@gmail.com",
183 "homepage": "http://www.jwage.com/",
184 "role": "Creator"
185 },
186 {
187 "name": "Guilherme Blanco",
188 "email": "guilhermeblanco@gmail.com",
189 "homepage": "http://www.instaclick.com"
190 },
191 {
192 "name": "Roman Borschel",
193 "email": "roman@code-factory.org"
194 },
195 {
196 "name": "Benjamin Eberlei",
197 "email": "kontakt@beberlei.de"
198 },
199 {
200 "name": "Johannes Schmitt",
201 "email": "schmittjoh@gmail.com",
202 "homepage": "https://github.com/schmittjoh",
203 "role": "Developer of wrapped JMSSerializerBundle"
204 }
205 ],
206 "description": "Collections Abstraction library",
207 "homepage": "http://www.doctrine-project.org",
208 "keywords": [
209 "array",
210 "collections",
211 "iterator"
212 ],
213 "time": "2014-02-03 23:07:43"
214 },
215 {
216 "name": "doctrine/common",
217 "version": "v2.4.2",
218 "source": {
219 "type": "git",
220 "url": "https://github.com/doctrine/common.git",
221 "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b"
222 },
223 "dist": {
224 "type": "zip",
225 "url": "https://api.github.com/repos/doctrine/common/zipball/5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
226 "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
227 "shasum": ""
228 },
229 "require": {
230 "doctrine/annotations": "1.*",
231 "doctrine/cache": "1.*",
232 "doctrine/collections": "1.*",
233 "doctrine/inflector": "1.*",
234 "doctrine/lexer": "1.*",
235 "php": ">=5.3.2"
236 },
237 "require-dev": {
238 "phpunit/phpunit": "~3.7"
239 },
240 "type": "library",
241 "extra": {
242 "branch-alias": {
243 "dev-master": "2.4.x-dev"
244 }
245 },
246 "autoload": {
247 "psr-0": {
248 "Doctrine\\Common\\": "lib/"
249 }
250 },
251 "notification-url": "https://packagist.org/downloads/",
252 "license": [
253 "MIT"
254 ],
255 "authors": [
256 {
257 "name": "Jonathan Wage",
258 "email": "jonwage@gmail.com",
259 "homepage": "http://www.jwage.com/",
260 "role": "Creator"
261 },
262 {
263 "name": "Guilherme Blanco",
264 "email": "guilhermeblanco@gmail.com",
265 "homepage": "http://www.instaclick.com"
266 },
267 {
268 "name": "Roman Borschel",
269 "email": "roman@code-factory.org"
270 },
271 {
272 "name": "Benjamin Eberlei",
273 "email": "kontakt@beberlei.de"
274 },
275 {
276 "name": "Johannes Schmitt",
277 "email": "schmittjoh@gmail.com",
278 "homepage": "https://github.com/schmittjoh",
279 "role": "Developer of wrapped JMSSerializerBundle"
280 }
281 ],
282 "description": "Common Library for Doctrine projects",
283 "homepage": "http://www.doctrine-project.org",
284 "keywords": [
285 "annotations",
286 "collections",
287 "eventmanager",
288 "persistence",
289 "spl"
290 ],
291 "time": "2014-05-21 19:28:51"
292 },
293 {
294 "name": "doctrine/dbal",
295 "version": "v2.5.1",
296 "source": {
297 "type": "git",
298 "url": "https://github.com/doctrine/dbal.git",
299 "reference": "628c2256b646ae2417d44e063bce8aec5199d48d"
300 },
301 "dist": {
302 "type": "zip",
303 "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d",
304 "reference": "628c2256b646ae2417d44e063bce8aec5199d48d",
305 "shasum": ""
306 },
307 "require": {
308 "doctrine/common": ">=2.4,<2.6-dev",
309 "php": ">=5.3.2"
310 },
311 "require-dev": {
312 "phpunit/phpunit": "4.*",
313 "symfony/console": "2.*"
314 },
315 "suggest": {
316 "symfony/console": "For helpful console commands such as SQL execution and import of files."
317 },
318 "bin": [
319 "bin/doctrine-dbal"
320 ],
321 "type": "library",
322 "extra": {
323 "branch-alias": {
324 "dev-master": "2.5.x-dev"
325 }
326 },
327 "autoload": {
328 "psr-0": {
329 "Doctrine\\DBAL\\": "lib/"
330 }
331 },
332 "notification-url": "https://packagist.org/downloads/",
333 "license": [
334 "MIT"
335 ],
336 "authors": [
337 {
338 "name": "Roman Borschel",
339 "email": "roman@code-factory.org"
340 },
341 {
342 "name": "Benjamin Eberlei",
343 "email": "kontakt@beberlei.de"
344 },
345 {
346 "name": "Guilherme Blanco",
347 "email": "guilhermeblanco@gmail.com"
348 },
349 {
350 "name": "Jonathan Wage",
351 "email": "jonwage@gmail.com"
352 }
353 ],
354 "description": "Database Abstraction Layer",
355 "homepage": "http://www.doctrine-project.org",
356 "keywords": [
357 "database",
358 "dbal",
359 "persistence",
360 "queryobject"
361 ],
362 "time": "2015-01-12 21:52:47"
363 },
364 {
365 "name": "doctrine/doctrine-bundle",
366 "version": "v1.3.0",
367 "source": {
368 "type": "git",
369 "url": "https://github.com/doctrine/DoctrineBundle.git",
370 "reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b"
371 },
372 "dist": {
373 "type": "zip",
374 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/3beb3a780485ab01f86941f4892cd23ef8c39c6b",
375 "reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b",
376 "shasum": ""
377 },
378 "require": {
379 "doctrine/dbal": "~2.3",
380 "doctrine/doctrine-cache-bundle": "~1.0",
381 "jdorn/sql-formatter": "~1.1",
382 "php": ">=5.3.2",
383 "symfony/doctrine-bridge": "~2.2",
384 "symfony/framework-bundle": "~2.2"
385 },
386 "require-dev": {
387 "doctrine/orm": "~2.3",
388 "phpunit/php-code-coverage": "~1.2",
389 "phpunit/phpunit": "~3.7",
390 "phpunit/phpunit-mock-objects": "~1.2",
391 "satooshi/php-coveralls": "~0.6.1",
392 "symfony/validator": "~2.2",
393 "symfony/yaml": "~2.2",
394 "twig/twig": "~1"
395 },
396 "suggest": {
397 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
398 "symfony/web-profiler-bundle": "to use the data collector"
399 },
400 "type": "symfony-bundle",
401 "extra": {
402 "branch-alias": {
403 "dev-master": "1.3.x-dev"
404 }
405 },
406 "autoload": {
407 "psr-4": {
408 "Doctrine\\Bundle\\DoctrineBundle\\": ""
409 }
410 },
411 "notification-url": "https://packagist.org/downloads/",
412 "license": [
413 "MIT"
414 ],
415 "authors": [
416 {
417 "name": "Symfony Community",
418 "homepage": "http://symfony.com/contributors"
419 },
420 {
421 "name": "Benjamin Eberlei",
422 "email": "kontakt@beberlei.de"
423 },
424 {
425 "name": "Doctrine Project",
426 "homepage": "http://www.doctrine-project.org/"
427 },
428 {
429 "name": "Fabien Potencier",
430 "email": "fabien@symfony.com"
431 }
432 ],
433 "description": "Symfony DoctrineBundle",
434 "homepage": "http://www.doctrine-project.org",
435 "keywords": [
436 "database",
437 "dbal",
438 "orm",
439 "persistence"
440 ],
441 "time": "2014-11-28 08:32:03"
442 },
443 {
444 "name": "doctrine/doctrine-cache-bundle",
445 "version": "v1.0.1",
446 "target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
447 "source": {
448 "type": "git",
449 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
450 "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d"
451 },
452 "dist": {
453 "type": "zip",
454 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
455 "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
456 "shasum": ""
457 },
458 "require": {
459 "doctrine/cache": "~1.3",
460 "doctrine/inflector": "~1.0",
461 "php": ">=5.3.2",
462 "symfony/doctrine-bridge": "~2.2",
463 "symfony/framework-bundle": "~2.2",
464 "symfony/security": "~2.2"
465 },
466 "require-dev": {
467 "instaclick/coding-standard": "~1.1",
468 "instaclick/object-calisthenics-sniffs": "dev-master",
469 "instaclick/symfony2-coding-standard": "dev-remaster",
470 "phpunit/phpunit": "~3.7",
471 "satooshi/php-coveralls": "~0.6.1",
472 "squizlabs/php_codesniffer": "dev-master",
473 "symfony/console": "~2.2",
474 "symfony/finder": "~2.2",
475 "symfony/validator": "~2.2",
476 "symfony/yaml": "~2.2"
477 },
478 "type": "symfony-bundle",
479 "extra": {
480 "branch-alias": {
481 "dev-master": "1.0.x-dev"
482 }
483 },
484 "autoload": {
485 "psr-0": {
486 "Doctrine\\Bundle\\DoctrineCacheBundle": ""
487 }
488 },
489 "notification-url": "https://packagist.org/downloads/",
490 "license": [
491 "MIT"
492 ],
493 "authors": [
494 {
495 "name": "Symfony Community",
496 "homepage": "http://symfony.com/contributors"
497 },
498 {
499 "name": "Benjamin Eberlei",
500 "email": "kontakt@beberlei.de"
501 },
502 {
503 "name": "Fabio B. Silva",
504 "email": "fabio.bat.silva@gmail.com"
505 },
506 {
507 "name": "Guilherme Blanco",
508 "email": "guilhermeblanco@hotmail.com"
509 },
510 {
511 "name": "Doctrine Project",
512 "homepage": "http://www.doctrine-project.org/"
513 },
514 {
515 "name": "Fabien Potencier",
516 "email": "fabien@symfony.com"
517 }
518 ],
519 "description": "Symfony2 Bundle for Doctrine Cache",
520 "homepage": "http://www.doctrine-project.org",
521 "keywords": [
522 "cache",
523 "caching"
524 ],
525 "time": "2014-11-28 09:43:36"
526 },
527 {
528 "name": "doctrine/inflector",
529 "version": "v1.0.1",
530 "source": {
531 "type": "git",
532 "url": "https://github.com/doctrine/inflector.git",
533 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
534 },
535 "dist": {
536 "type": "zip",
537 "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
538 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
539 "shasum": ""
540 },
541 "require": {
542 "php": ">=5.3.2"
543 },
544 "require-dev": {
545 "phpunit/phpunit": "4.*"
546 },
547 "type": "library",
548 "extra": {
549 "branch-alias": {
550 "dev-master": "1.0.x-dev"
551 }
552 },
553 "autoload": {
554 "psr-0": {
555 "Doctrine\\Common\\Inflector\\": "lib/"
556 }
557 },
558 "notification-url": "https://packagist.org/downloads/",
559 "license": [
560 "MIT"
561 ],
562 "authors": [
563 {
564 "name": "Roman Borschel",
565 "email": "roman@code-factory.org"
566 },
567 {
568 "name": "Benjamin Eberlei",
569 "email": "kontakt@beberlei.de"
570 },
571 {
572 "name": "Guilherme Blanco",
573 "email": "guilhermeblanco@gmail.com"
574 },
575 {
576 "name": "Jonathan Wage",
577 "email": "jonwage@gmail.com"
578 },
579 {
580 "name": "Johannes Schmitt",
581 "email": "schmittjoh@gmail.com"
582 }
583 ],
584 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
585 "homepage": "http://www.doctrine-project.org",
586 "keywords": [
587 "inflection",
588 "pluralize",
589 "singularize",
590 "string"
591 ],
592 "time": "2014-12-20 21:24:13"
593 },
594 {
595 "name": "doctrine/lexer",
596 "version": "v1.0.1",
597 "source": {
598 "type": "git",
599 "url": "https://github.com/doctrine/lexer.git",
600 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
601 },
602 "dist": {
603 "type": "zip",
604 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
605 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
606 "shasum": ""
607 },
608 "require": {
609 "php": ">=5.3.2"
610 },
611 "type": "library",
612 "extra": {
613 "branch-alias": {
614 "dev-master": "1.0.x-dev"
615 }
616 },
617 "autoload": {
618 "psr-0": {
619 "Doctrine\\Common\\Lexer\\": "lib/"
620 }
621 },
622 "notification-url": "https://packagist.org/downloads/",
623 "license": [
624 "MIT"
625 ],
626 "authors": [
627 {
628 "name": "Roman Borschel",
629 "email": "roman@code-factory.org"
630 },
631 {
632 "name": "Guilherme Blanco",
633 "email": "guilhermeblanco@gmail.com"
634 },
635 {
636 "name": "Johannes Schmitt",
637 "email": "schmittjoh@gmail.com"
638 }
639 ],
640 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
641 "homepage": "http://www.doctrine-project.org",
642 "keywords": [
643 "lexer",
644 "parser"
645 ],
646 "time": "2014-09-09 13:34:57"
647 },
648 {
649 "name": "doctrine/orm",
650 "version": "v2.4.7",
651 "source": {
652 "type": "git",
653 "url": "https://github.com/doctrine/doctrine2.git",
654 "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68"
655 },
656 "dist": {
657 "type": "zip",
658 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
659 "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
660 "shasum": ""
661 },
662 "require": {
663 "doctrine/collections": "~1.1",
664 "doctrine/dbal": "~2.4",
665 "ext-pdo": "*",
666 "php": ">=5.3.2",
667 "symfony/console": "~2.0"
668 },
669 "require-dev": {
670 "satooshi/php-coveralls": "dev-master",
671 "symfony/yaml": "~2.1"
672 },
673 "suggest": {
674 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
675 },
676 "bin": [
677 "bin/doctrine",
678 "bin/doctrine.php"
679 ],
680 "type": "library",
681 "extra": {
682 "branch-alias": {
683 "dev-master": "2.4.x-dev"
684 }
685 },
686 "autoload": {
687 "psr-0": {
688 "Doctrine\\ORM\\": "lib/"
689 }
690 },
691 "notification-url": "https://packagist.org/downloads/",
692 "license": [
693 "MIT"
694 ],
695 "authors": [
696 {
697 "name": "Roman Borschel",
698 "email": "roman@code-factory.org"
699 },
700 {
701 "name": "Benjamin Eberlei",
702 "email": "kontakt@beberlei.de"
703 },
704 {
705 "name": "Guilherme Blanco",
706 "email": "guilhermeblanco@gmail.com"
707 },
708 {
709 "name": "Jonathan Wage",
710 "email": "jonwage@gmail.com"
711 }
712 ],
713 "description": "Object-Relational-Mapper for PHP",
714 "homepage": "http://www.doctrine-project.org",
715 "keywords": [
716 "database",
717 "orm"
718 ],
719 "time": "2014-12-16 13:45:01"
720 },
721 {
722 "name": "ezyang/htmlpurifier",
723 "version": "v4.6.0",
724 "source": {
725 "type": "git",
726 "url": "https://github.com/ezyang/htmlpurifier.git",
727 "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd"
728 },
729 "dist": {
730 "type": "zip",
731 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd",
732 "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd",
733 "shasum": ""
734 },
735 "require": {
736 "php": ">=5.2"
737 },
738 "type": "library",
739 "autoload": {
740 "psr-0": {
741 "HTMLPurifier": "library/"
742 },
743 "files": [
744 "library/HTMLPurifier.composer.php"
745 ]
746 },
747 "notification-url": "https://packagist.org/downloads/",
748 "license": [
749 "LGPL"
750 ],
751 "authors": [
752 {
753 "name": "Edward Z. Yang",
754 "email": "admin@htmlpurifier.org",
755 "homepage": "http://ezyang.com"
756 }
757 ],
758 "description": "Standards compliant HTML filter written in PHP",
759 "homepage": "http://htmlpurifier.org/",
760 "keywords": [
761 "html"
762 ],
763 "time": "2013-11-30 08:25:19"
764 },
765 {
766 "name": "friendsofsymfony/rest-bundle",
767 "version": "1.5.3",
768 "target-dir": "FOS/RestBundle",
769 "source": {
770 "type": "git",
771 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
772 "reference": "fdd21c4c0cb6222ae37efc9362c6a96bd1432412"
773 },
774 "dist": {
775 "type": "zip",
776 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/fdd21c4c0cb6222ae37efc9362c6a96bd1432412",
777 "reference": "fdd21c4c0cb6222ae37efc9362c6a96bd1432412",
778 "shasum": ""
779 },
780 "require": {
781 "doctrine/inflector": "~1.0",
782 "php": ">=5.3.9",
783 "psr/log": "~1.0",
784 "symfony/framework-bundle": "~2.2",
785 "willdurand/jsonp-callback-validator": "~1.0",
786 "willdurand/negotiation": "~1.2"
787 },
788 "conflict": {
789 "jms/serializer": "<0.12",
790 "jms/serializer-bundle": "<0.11"
791 },
792 "require-dev": {
793 "jms/serializer-bundle": "~0.12",
794 "sensio/framework-extra-bundle": "~2.2",
795 "symfony/form": "~2.2",
796 "symfony/security": "~2.2",
797 "symfony/serializer": "~2.2",
798 "symfony/validator": "~2.2",
799 "symfony/yaml": "~2.2"
800 },
801 "suggest": {
802 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12",
803 "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener",
804 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.2",
805 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.2"
806 },
807 "type": "symfony-bundle",
808 "extra": {
809 "branch-alias": {
810 "dev-master": "1.5-dev"
811 }
812 },
813 "autoload": {
814 "psr-0": {
815 "FOS\\RestBundle": ""
816 }
817 },
818 "notification-url": "https://packagist.org/downloads/",
819 "license": [
820 "MIT"
821 ],
822 "authors": [
823 {
824 "name": "Lukas Kahwe Smith",
825 "email": "smith@pooteeweet.org"
826 },
827 {
828 "name": "FriendsOfSymfony Community",
829 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
830 },
831 {
832 "name": "Konstantin Kudryashov",
833 "email": "ever.zet@gmail.com"
834 }
835 ],
836 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
837 "homepage": "http://friendsofsymfony.github.com",
838 "keywords": [
839 "rest"
840 ],
841 "time": "2015-02-16 15:26:12"
842 },
843 {
844 "name": "htmlawed/htmlawed",
845 "version": "dev-master",
846 "source": {
847 "type": "git",
848 "url": "https://github.com/kesar/HTMLawed.git",
849 "reference": "9d292af5f4c288aa68f38b87f5d88c8214f5f233"
850 },
851 "dist": {
852 "type": "zip",
853 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/9d292af5f4c288aa68f38b87f5d88c8214f5f233",
854 "reference": "9d292af5f4c288aa68f38b87f5d88c8214f5f233",
855 "shasum": ""
856 },
857 "require": {
858 "php": ">4.4.0"
859 },
860 "type": "library",
861 "autoload": {
862 "files": [
863 "htmLawed.php"
864 ]
865 },
866 "notification-url": "https://packagist.org/downloads/",
867 "license": [
868 "GPL-2.0+",
869 "LGPL-3.0"
870 ],
871 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
872 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
873 "keywords": [
874 "HTMLtidy",
875 "html",
876 "sanitize",
877 "strip",
878 "tags"
879 ],
880 "time": "2014-01-05 13:06:52"
881 },
882 {
883 "name": "incenteev/composer-parameter-handler",
884 "version": "v2.1.0",
885 "target-dir": "Incenteev/ParameterHandler",
886 "source": {
887 "type": "git",
888 "url": "https://github.com/Incenteev/ParameterHandler.git",
889 "reference": "143272a0a09c62616a3c8011fc165a10c6b35241"
890 },
891 "dist": {
892 "type": "zip",
893 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/143272a0a09c62616a3c8011fc165a10c6b35241",
894 "reference": "143272a0a09c62616a3c8011fc165a10c6b35241",
895 "shasum": ""
896 },
897 "require": {
898 "php": ">=5.3.3",
899 "symfony/yaml": "~2.0"
900 },
901 "require-dev": {
902 "composer/composer": "1.0.*@dev",
903 "phpspec/prophecy-phpunit": "~1.0",
904 "symfony/filesystem": "~2.2"
905 },
906 "type": "library",
907 "extra": {
908 "branch-alias": {
909 "dev-master": "2.1.x-dev"
910 }
911 },
912 "autoload": {
913 "psr-0": {
914 "Incenteev\\ParameterHandler": ""
915 }
916 },
917 "notification-url": "https://packagist.org/downloads/",
918 "license": [
919 "MIT"
920 ],
921 "authors": [
922 {
923 "name": "Christophe Coevoet",
924 "email": "stof@notk.org"
925 }
926 ],
927 "description": "Composer script handling your ignored parameter file",
928 "homepage": "https://github.com/Incenteev/ParameterHandler",
929 "keywords": [
930 "parameters management"
931 ],
932 "time": "2013-12-07 10:10:39"
933 },
934 {
935 "name": "jdorn/sql-formatter",
936 "version": "v1.2.17",
937 "source": {
938 "type": "git",
939 "url": "https://github.com/jdorn/sql-formatter.git",
940 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
941 },
942 "dist": {
943 "type": "zip",
944 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
945 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
946 "shasum": ""
947 },
948 "require": {
949 "php": ">=5.2.4"
950 },
951 "require-dev": {
952 "phpunit/phpunit": "3.7.*"
953 },
954 "type": "library",
955 "extra": {
956 "branch-alias": {
957 "dev-master": "1.3.x-dev"
958 }
959 },
960 "autoload": {
961 "classmap": [
962 "lib"
963 ]
964 },
965 "notification-url": "https://packagist.org/downloads/",
966 "license": [
967 "MIT"
968 ],
969 "authors": [
970 {
971 "name": "Jeremy Dorn",
972 "email": "jeremy@jeremydorn.com",
973 "homepage": "http://jeremydorn.com/"
974 }
975 ],
976 "description": "a PHP SQL highlighting library",
977 "homepage": "https://github.com/jdorn/sql-formatter/",
978 "keywords": [
979 "highlight",
980 "sql"
981 ],
982 "time": "2014-01-12 16:20:24"
983 },
984 {
985 "name": "jms/metadata",
986 "version": "1.5.1",
987 "source": {
988 "type": "git",
989 "url": "https://github.com/schmittjoh/metadata.git",
990 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
991 },
992 "dist": {
993 "type": "zip",
994 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
995 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
996 "shasum": ""
997 },
998 "require": {
999 "php": ">=5.3.0"
1000 },
1001 "require-dev": {
1002 "doctrine/cache": "~1.0"
1003 },
1004 "type": "library",
1005 "extra": {
1006 "branch-alias": {
1007 "dev-master": "1.5.x-dev"
1008 }
1009 },
1010 "autoload": {
1011 "psr-0": {
1012 "Metadata\\": "src/"
1013 }
1014 },
1015 "notification-url": "https://packagist.org/downloads/",
1016 "license": [
1017 "Apache"
1018 ],
1019 "authors": [
1020 {
1021 "name": "Johannes Schmitt",
1022 "email": "schmittjoh@gmail.com",
1023 "homepage": "https://github.com/schmittjoh",
1024 "role": "Developer of wrapped JMSSerializerBundle"
1025 }
1026 ],
1027 "description": "Class/method/property metadata management in PHP",
1028 "keywords": [
1029 "annotations",
1030 "metadata",
1031 "xml",
1032 "yaml"
1033 ],
1034 "time": "2014-07-12 07:13:19"
1035 },
1036 {
1037 "name": "jms/parser-lib",
1038 "version": "1.0.0",
1039 "source": {
1040 "type": "git",
1041 "url": "https://github.com/schmittjoh/parser-lib.git",
1042 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1043 },
1044 "dist": {
1045 "type": "zip",
1046 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1047 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1048 "shasum": ""
1049 },
1050 "require": {
1051 "phpoption/phpoption": ">=0.9,<2.0-dev"
1052 },
1053 "type": "library",
1054 "extra": {
1055 "branch-alias": {
1056 "dev-master": "1.0-dev"
1057 }
1058 },
1059 "autoload": {
1060 "psr-0": {
1061 "JMS\\": "src/"
1062 }
1063 },
1064 "notification-url": "https://packagist.org/downloads/",
1065 "license": [
1066 "Apache2"
1067 ],
1068 "description": "A library for easily creating recursive-descent parsers.",
1069 "time": "2012-11-18 18:08:43"
1070 },
1071 {
1072 "name": "jms/serializer",
1073 "version": "0.16.0",
1074 "source": {
1075 "type": "git",
1076 "url": "https://github.com/schmittjoh/serializer.git",
1077 "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
1078 },
1079 "dist": {
1080 "type": "zip",
1081 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
1082 "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
1083 "shasum": ""
1084 },
1085 "require": {
1086 "doctrine/annotations": "1.*",
1087 "jms/metadata": "~1.1",
1088 "jms/parser-lib": "1.*",
1089 "php": ">=5.3.2",
1090 "phpcollection/phpcollection": "~0.1"
1091 },
1092 "require-dev": {
1093 "doctrine/orm": "~2.1",
1094 "doctrine/phpcr-odm": "~1.0.1",
1095 "jackalope/jackalope-doctrine-dbal": "1.0.*",
1096 "propel/propel1": "~1.7",
1097 "symfony/filesystem": "2.*",
1098 "symfony/form": "~2.1",
1099 "symfony/translation": "~2.0",
1100 "symfony/validator": "~2.0",
1101 "symfony/yaml": "2.*",
1102 "twig/twig": ">=1.8,<2.0-dev"
1103 },
1104 "suggest": {
1105 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1106 },
1107 "type": "library",
1108 "extra": {
1109 "branch-alias": {
1110 "dev-master": "0.15-dev"
1111 }
1112 },
1113 "autoload": {
1114 "psr-0": {
1115 "JMS\\Serializer": "src/"
1116 }
1117 },
1118 "notification-url": "https://packagist.org/downloads/",
1119 "license": [
1120 "Apache2"
1121 ],
1122 "authors": [
1123 {
1124 "name": "Johannes Schmitt",
1125 "email": "schmittjoh@gmail.com",
1126 "homepage": "https://github.com/schmittjoh",
1127 "role": "Developer of wrapped JMSSerializerBundle"
1128 }
1129 ],
1130 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1131 "homepage": "http://jmsyst.com/libs/serializer",
1132 "keywords": [
1133 "deserialization",
1134 "jaxb",
1135 "json",
1136 "serialization",
1137 "xml"
1138 ],
1139 "time": "2014-03-18 08:39:00"
1140 },
1141 {
1142 "name": "jms/serializer-bundle",
1143 "version": "0.13.0",
1144 "target-dir": "JMS/SerializerBundle",
1145 "source": {
1146 "type": "git",
1147 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
1148 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795"
1149 },
1150 "dist": {
1151 "type": "zip",
1152 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795",
1153 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795",
1154 "shasum": ""
1155 },
1156 "require": {
1157 "jms/serializer": "~0.11",
1158 "php": ">=5.3.2",
1159 "symfony/framework-bundle": "~2.1"
1160 },
1161 "require-dev": {
1162 "doctrine/doctrine-bundle": "*",
1163 "doctrine/orm": "*",
1164 "symfony/browser-kit": "*",
1165 "symfony/class-loader": "*",
1166 "symfony/css-selector": "*",
1167 "symfony/finder": "*",
1168 "symfony/form": "*",
1169 "symfony/process": "*",
1170 "symfony/twig-bundle": "*",
1171 "symfony/validator": "*",
1172 "symfony/yaml": "*"
1173 },
1174 "suggest": {
1175 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
1176 },
1177 "type": "symfony-bundle",
1178 "extra": {
1179 "branch-alias": {
1180 "dev-master": "0.13-dev"
1181 }
1182 },
1183 "autoload": {
1184 "psr-0": {
1185 "JMS\\SerializerBundle": ""
1186 }
1187 },
1188 "notification-url": "https://packagist.org/downloads/",
1189 "license": [
1190 "Apache2"
1191 ],
1192 "authors": [
1193 {
1194 "name": "Johannes Schmitt",
1195 "email": "schmittjoh@gmail.com",
1196 "homepage": "https://github.com/schmittjoh",
1197 "role": "Developer of wrapped JMSSerializerBundle"
1198 }
1199 ],
1200 "description": "Allows you to easily serialize, and deserialize data of any complexity",
1201 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
1202 "keywords": [
1203 "deserialization",
1204 "jaxb",
1205 "json",
1206 "serialization",
1207 "xml"
1208 ],
1209 "time": "2013-12-05 14:36:11"
1210 },
1211 {
1212 "name": "kriswallsmith/assetic",
1213 "version": "v1.2.1",
1214 "source": {
1215 "type": "git",
1216 "url": "https://github.com/kriswallsmith/assetic.git",
1217 "reference": "b20efe38845d20458702f97f3ff625d80805897b"
1218 },
1219 "dist": {
1220 "type": "zip",
1221 "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/b20efe38845d20458702f97f3ff625d80805897b",
1222 "reference": "b20efe38845d20458702f97f3ff625d80805897b",
1223 "shasum": ""
1224 },
1225 "require": {
1226 "php": ">=5.3.1",
1227 "symfony/process": "~2.1"
1228 },
1229 "require-dev": {
1230 "cssmin/cssmin": "*",
1231 "joliclic/javascript-packer": "*",
1232 "kamicane/packager": "*",
1233 "leafo/lessphp": "*",
1234 "leafo/scssphp": "*",
1235 "leafo/scssphp-compass": "*",
1236 "mrclay/minify": "*",
1237 "patchwork/jsqueeze": "~1.0",
1238 "phpunit/phpunit": "~4",
1239 "psr/log": "~1.0",
1240 "ptachoire/cssembed": "*",
1241 "twig/twig": "~1.6"
1242 },
1243 "suggest": {
1244 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1245 "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1246 "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1247 "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1248 "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1249 "twig/twig": "Assetic provides the integration with the Twig templating engine"
1250 },
1251 "type": "library",
1252 "extra": {
1253 "branch-alias": {
1254 "dev-master": "1.2-dev"
1255 }
1256 },
1257 "autoload": {
1258 "psr-0": {
1259 "Assetic": "src/"
1260 },
1261 "files": [
1262 "src/functions.php"
1263 ]
1264 },
1265 "notification-url": "https://packagist.org/downloads/",
1266 "license": [
1267 "MIT"
1268 ],
1269 "authors": [
1270 {
1271 "name": "Kris Wallsmith",
1272 "email": "kris.wallsmith@gmail.com",
1273 "homepage": "http://kriswallsmith.net/"
1274 }
1275 ],
1276 "description": "Asset Management for PHP",
1277 "homepage": "https://github.com/kriswallsmith/assetic",
1278 "keywords": [
1279 "assets",
1280 "compression",
1281 "minification"
1282 ],
1283 "time": "2014-12-12 05:04:05"
1284 },
1285 {
1286 "name": "liip/theme-bundle",
1287 "version": "1.1.3",
1288 "target-dir": "Liip/ThemeBundle",
1289 "source": {
1290 "type": "git",
1291 "url": "https://github.com/liip/LiipThemeBundle.git",
1292 "reference": "a594cc6deda293034b8fd7795c9950f02fc8251b"
1293 },
1294 "dist": {
1295 "type": "zip",
1296 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/a594cc6deda293034b8fd7795c9950f02fc8251b",
1297 "reference": "a594cc6deda293034b8fd7795c9950f02fc8251b",
1298 "shasum": ""
1299 },
1300 "require": {
1301 "php": ">=5.3.3",
1302 "symfony/framework-bundle": "~2.0"
1303 },
1304 "require-dev": {
1305 "symfony/console": "~2.0",
1306 "symfony/expression-language": "~2.6"
1307 },
1308 "type": "symfony-bundle",
1309 "extra": {
1310 "branch-alias": {
1311 "dev-master": "1.1-dev"
1312 }
1313 },
1314 "autoload": {
1315 "psr-0": {
1316 "Liip\\ThemeBundle": ""
1317 }
1318 },
1319 "notification-url": "https://packagist.org/downloads/",
1320 "license": [
1321 "MIT"
1322 ],
1323 "authors": [
1324 {
1325 "name": "Community contributions",
1326 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
1327 },
1328 {
1329 "name": "Liip AG",
1330 "homepage": "http://www.liip.ch/"
1331 }
1332 ],
1333 "description": "Provides theming support for #Symfony2 Bundles",
1334 "keywords": [
1335 "themes",
1336 "theming"
1337 ],
1338 "time": "2015-02-02 15:55:54"
1339 },
1340 {
1341 "name": "mgargano/simplehtmldom",
1342 "version": "1.5",
1343 "source": {
1344 "type": "git",
1345 "url": "https://github.com/matstars/simplehtmldom.git",
1346 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
1347 },
1348 "dist": {
1349 "type": "zip",
1350 "url": "https://api.github.com/repos/matstars/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
1351 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
1352 "shasum": ""
1353 },
1354 "require": {
1355 "php": ">=5.3.0"
1356 },
1357 "type": "library",
1358 "autoload": {
1359 "psr-0": {
1360 "SimpleHtmlDom": "src/"
1361 },
1362 "files": [
1363 "src/simple_html_dom.php"
1364 ]
1365 },
1366 "notification-url": "https://packagist.org/downloads/",
1367 "license": [
1368 "The MIT License"
1369 ],
1370 "authors": [
1371 {
1372 "name": "S.C. Chen",
1373 "email": "me578022@gmail.com",
1374 "homepage": "http://simplehtmldom.sourceforge.net/",
1375 "role": "Lead Developer"
1376 }
1377 ],
1378 "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",
1379 "homepage": "http://simplehtmldom.sourceforge.net/",
1380 "keywords": [
1381 "Simple",
1382 "dom",
1383 "html"
1384 ],
1385 "time": "2014-01-05 18:17:34"
1386 },
1387 {
1388 "name": "michelf/php-markdown",
1389 "version": "1.4.1",
1390 "source": {
1391 "type": "git",
1392 "url": "https://github.com/michelf/php-markdown.git",
1393 "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
1394 },
1395 "dist": {
1396 "type": "zip",
1397 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
1398 "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
1399 "shasum": ""
1400 },
1401 "require": {
1402 "php": ">=5.3.0"
1403 },
1404 "type": "library",
1405 "extra": {
1406 "branch-alias": {
1407 "dev-lib": "1.4.x-dev"
1408 }
1409 },
1410 "autoload": {
1411 "psr-0": {
1412 "Michelf": ""
1413 }
1414 },
1415 "notification-url": "https://packagist.org/downloads/",
1416 "license": [
1417 "BSD-3-Clause"
1418 ],
1419 "authors": [
1420 {
1421 "name": "Michel Fortin",
1422 "email": "michel.fortin@michelf.ca",
1423 "homepage": "http://michelf.ca/",
1424 "role": "Developer"
1425 },
1426 {
1427 "name": "John Gruber",
1428 "homepage": "http://daringfireball.net/"
1429 }
1430 ],
1431 "description": "PHP Markdown",
1432 "homepage": "http://michelf.ca/projects/php-markdown/",
1433 "keywords": [
1434 "markdown"
1435 ],
1436 "time": "2014-05-05 02:43:50"
1437 },
1438 {
1439 "name": "monolog/monolog",
1440 "version": "1.12.0",
1441 "source": {
1442 "type": "git",
1443 "url": "https://github.com/Seldaek/monolog.git",
1444 "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f"
1445 },
1446 "dist": {
1447 "type": "zip",
1448 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
1449 "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
1450 "shasum": ""
1451 },
1452 "require": {
1453 "php": ">=5.3.0",
1454 "psr/log": "~1.0"
1455 },
1456 "provide": {
1457 "psr/log-implementation": "1.0.0"
1458 },
1459 "require-dev": {
1460 "aws/aws-sdk-php": "~2.4, >2.4.8",
1461 "doctrine/couchdb": "~1.0@dev",
1462 "graylog2/gelf-php": "~1.0",
1463 "phpunit/phpunit": "~4.0",
1464 "raven/raven": "~0.5",
1465 "ruflin/elastica": "0.90.*",
1466 "videlalvaro/php-amqplib": "~2.4"
1467 },
1468 "suggest": {
1469 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1470 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1471 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1472 "ext-mongo": "Allow sending log messages to a MongoDB server",
1473 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1474 "raven/raven": "Allow sending log messages to a Sentry server",
1475 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1476 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1477 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1478 },
1479 "type": "library",
1480 "extra": {
1481 "branch-alias": {
1482 "dev-master": "1.12.x-dev"
1483 }
1484 },
1485 "autoload": {
1486 "psr-4": {
1487 "Monolog\\": "src/Monolog"
1488 }
1489 },
1490 "notification-url": "https://packagist.org/downloads/",
1491 "license": [
1492 "MIT"
1493 ],
1494 "authors": [
1495 {
1496 "name": "Jordi Boggiano",
1497 "email": "j.boggiano@seld.be",
1498 "homepage": "http://seld.be"
1499 }
1500 ],
1501 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1502 "homepage": "http://github.com/Seldaek/monolog",
1503 "keywords": [
1504 "log",
1505 "logging",
1506 "psr-3"
1507 ],
1508 "time": "2014-12-29 21:29:35"
1509 },
1510 {
1511 "name": "nelmio/api-doc-bundle",
1512 "version": "2.7.0",
1513 "target-dir": "Nelmio/ApiDocBundle",
1514 "source": {
1515 "type": "git",
1516 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
1517 "reference": "3fdb2d4a819d1f71bff0c45880af705a8b124955"
1518 },
1519 "dist": {
1520 "type": "zip",
1521 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/3fdb2d4a819d1f71bff0c45880af705a8b124955",
1522 "reference": "3fdb2d4a819d1f71bff0c45880af705a8b124955",
1523 "shasum": ""
1524 },
1525 "require": {
1526 "michelf/php-markdown": "~1.4",
1527 "symfony/console": "~2.1",
1528 "symfony/framework-bundle": "~2.1",
1529 "symfony/twig-bundle": "~2.1"
1530 },
1531 "conflict": {
1532 "jms/serializer": "<0.12",
1533 "jms/serializer-bundle": "<0.11"
1534 },
1535 "require-dev": {
1536 "friendsofsymfony/rest-bundle": "~1.0",
1537 "jms/serializer-bundle": ">=0.11",
1538 "sensio/framework-extra-bundle": "~2.1",
1539 "symfony/browser-kit": "~2.1",
1540 "symfony/css-selector": "~2.1",
1541 "symfony/form": "~2.1",
1542 "symfony/validator": "~2.1",
1543 "symfony/yaml": "~2.1"
1544 },
1545 "suggest": {
1546 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
1547 "jms/serializer": "For making use of serializer information in the doc.",
1548 "symfony/form": "For using form definitions as input.",
1549 "symfony/validator": "For making use of validator information in the doc."
1550 },
1551 "type": "symfony-bundle",
1552 "extra": {
1553 "branch-alias": {
1554 "dev-master": "2.7.x-dev"
1555 }
1556 },
1557 "autoload": {
1558 "psr-0": {
1559 "Nelmio\\ApiDocBundle": ""
1560 }
1561 },
1562 "notification-url": "https://packagist.org/downloads/",
1563 "license": [
1564 "MIT"
1565 ],
1566 "authors": [
1567 {
1568 "name": "Nelmio",
1569 "homepage": "http://nelm.io"
1570 },
1571 {
1572 "name": "Symfony Community",
1573 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
1574 }
1575 ],
1576 "description": "Generates documentation for your REST API from annotations",
1577 "keywords": [
1578 "api",
1579 "doc",
1580 "documentation",
1581 "rest"
1582 ],
1583 "time": "2014-07-30 09:11:08"
1584 },
1585 {
1586 "name": "nelmio/cors-bundle",
1587 "version": "1.3.3",
1588 "target-dir": "Nelmio/CorsBundle",
1589 "source": {
1590 "type": "git",
1591 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
1592 "reference": "d482c01f6ca0840025b81b65534d0ffb7c18f425"
1593 },
1594 "dist": {
1595 "type": "zip",
1596 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/d482c01f6ca0840025b81b65534d0ffb7c18f425",
1597 "reference": "d482c01f6ca0840025b81b65534d0ffb7c18f425",
1598 "shasum": ""
1599 },
1600 "require": {
1601 "symfony/framework-bundle": "~2.2"
1602 },
1603 "require-dev": {
1604 "matthiasnoback/symfony-dependency-injection-test": "0.2.*",
1605 "mockery/mockery": "dev-master"
1606 },
1607 "type": "symfony-bundle",
1608 "extra": {
1609 "branch-alias": {
1610 "dev-master": "1.3.x-dev"
1611 }
1612 },
1613 "autoload": {
1614 "psr-0": {
1615 "Nelmio\\CorsBundle": ""
1616 }
1617 },
1618 "notification-url": "https://packagist.org/downloads/",
1619 "license": [
1620 "MIT"
1621 ],
1622 "authors": [
1623 {
1624 "name": "Nelmio",
1625 "homepage": "http://nelm.io"
1626 },
1627 {
1628 "name": "Symfony Community",
1629 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
1630 }
1631 ],
1632 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
1633 "keywords": [
1634 "api",
1635 "cors",
1636 "crossdomain"
1637 ],
1638 "time": "2014-12-10 17:26:49"
1639 },
1640 {
1641 "name": "phpcollection/phpcollection",
1642 "version": "0.4.0",
1643 "source": {
1644 "type": "git",
1645 "url": "https://github.com/schmittjoh/php-collection.git",
1646 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
1647 },
1648 "dist": {
1649 "type": "zip",
1650 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
1651 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
1652 "shasum": ""
1653 },
1654 "require": {
1655 "phpoption/phpoption": "1.*"
1656 },
1657 "type": "library",
1658 "extra": {
1659 "branch-alias": {
1660 "dev-master": "0.3-dev"
1661 }
1662 },
1663 "autoload": {
1664 "psr-0": {
1665 "PhpCollection": "src/"
1666 }
1667 },
1668 "notification-url": "https://packagist.org/downloads/",
1669 "license": [
1670 "Apache2"
1671 ],
1672 "authors": [
1673 {
1674 "name": "Johannes Schmitt",
1675 "email": "schmittjoh@gmail.com",
1676 "homepage": "https://github.com/schmittjoh",
1677 "role": "Developer of wrapped JMSSerializerBundle"
1678 }
1679 ],
1680 "description": "General-Purpose Collection Library for PHP",
1681 "keywords": [
1682 "collection",
1683 "list",
1684 "map",
1685 "sequence",
1686 "set"
1687 ],
1688 "time": "2014-03-11 13:46:42"
1689 },
1690 {
1691 "name": "phpoption/phpoption",
1692 "version": "1.4.0",
1693 "source": {
1694 "type": "git",
1695 "url": "https://github.com/schmittjoh/php-option.git",
1696 "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5"
1697 },
1698 "dist": {
1699 "type": "zip",
1700 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
1701 "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
1702 "shasum": ""
1703 },
1704 "require": {
1705 "php": ">=5.3.0"
1706 },
1707 "type": "library",
1708 "extra": {
1709 "branch-alias": {
1710 "dev-master": "1.3-dev"
1711 }
1712 },
1713 "autoload": {
1714 "psr-0": {
1715 "PhpOption\\": "src/"
1716 }
1717 },
1718 "notification-url": "https://packagist.org/downloads/",
1719 "license": [
1720 "Apache2"
1721 ],
1722 "authors": [
1723 {
1724 "name": "Johannes Schmitt",
1725 "email": "schmittjoh@gmail.com",
1726 "homepage": "https://github.com/schmittjoh",
1727 "role": "Developer of wrapped JMSSerializerBundle"
1728 }
1729 ],
1730 "description": "Option Type for PHP",
1731 "keywords": [
1732 "language",
1733 "option",
1734 "php",
1735 "type"
1736 ],
1737 "time": "2014-01-09 22:37:17"
1738 },
1739 {
1740 "name": "psr/log",
1741 "version": "1.0.0",
1742 "source": {
1743 "type": "git",
1744 "url": "https://github.com/php-fig/log.git",
1745 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1746 },
1747 "dist": {
1748 "type": "zip",
1749 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1750 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1751 "shasum": ""
1752 },
1753 "type": "library",
1754 "autoload": {
1755 "psr-0": {
1756 "Psr\\Log\\": ""
1757 }
1758 },
1759 "notification-url": "https://packagist.org/downloads/",
1760 "license": [
1761 "MIT"
1762 ],
1763 "authors": [
1764 {
1765 "name": "PHP-FIG",
1766 "homepage": "http://www.php-fig.org/"
1767 }
1768 ],
1769 "description": "Common interface for logging libraries",
1770 "keywords": [
1771 "log",
1772 "psr",
1773 "psr-3"
1774 ],
1775 "time": "2012-12-21 11:40:51"
1776 },
1777 {
1778 "name": "robmorgan/phinx",
1779 "version": "v0.4.3",
1780 "source": {
1781 "type": "git",
1782 "url": "https://github.com/robmorgan/phinx.git",
1783 "reference": "0d1f9cb9939f65f506a8a3f5fee356764c310fd4"
1784 },
1785 "dist": {
1786 "type": "zip",
1787 "url": "https://api.github.com/repos/robmorgan/phinx/zipball/0d1f9cb9939f65f506a8a3f5fee356764c310fd4",
1788 "reference": "0d1f9cb9939f65f506a8a3f5fee356764c310fd4",
1789 "shasum": ""
1790 },
1791 "require": {
1792 "php": ">=5.3.2",
1793 "symfony/config": "~2.6.0",
1794 "symfony/console": "~2.6.0",
1795 "symfony/yaml": "~2.6.0"
1796 },
1797 "require-dev": {
1798 "phpunit/phpunit": "3.7.*",
1799 "squizlabs/php_codesniffer": "dev-phpcs-fixer"
1800 },
1801 "bin": [
1802 "bin/phinx"
1803 ],
1804 "type": "library",
1805 "autoload": {
1806 "psr-4": {
1807 "Phinx\\": "src/Phinx"
1808 }
1809 },
1810 "notification-url": "https://packagist.org/downloads/",
1811 "license": [
1812 "MIT"
1813 ],
1814 "authors": [
1815 {
1816 "name": "Rob Morgan",
1817 "email": "robbym@gmail.com",
1818 "homepage": "http://robmorgan.id.au",
1819 "role": "Lead Developer"
1820 },
1821 {
1822 "name": "Woody Gilk",
1823 "email": "woody.gilk@gmail.com",
1824 "homepage": "http://shadowhand.me",
1825 "role": "Developer"
1826 }
1827 ],
1828 "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
1829 "homepage": "https://phinx.org",
1830 "keywords": [
1831 "database",
1832 "database migrations",
1833 "db",
1834 "migrations",
1835 "phinx"
1836 ],
1837 "time": "2015-02-23 16:38:12"
1838 },
1839 {
1840 "name": "sensio/distribution-bundle",
1841 "version": "v3.0.18",
1842 "target-dir": "Sensio/Bundle/DistributionBundle",
1843 "source": {
1844 "type": "git",
1845 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1846 "reference": "ac026149ffb1d3a5c893290d2d3ca8795013de08"
1847 },
1848 "dist": {
1849 "type": "zip",
1850 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/ac026149ffb1d3a5c893290d2d3ca8795013de08",
1851 "reference": "ac026149ffb1d3a5c893290d2d3ca8795013de08",
1852 "shasum": ""
1853 },
1854 "require": {
1855 "php": ">=5.3.3",
1856 "sensiolabs/security-checker": "~2.0",
1857 "symfony/class-loader": "~2.2",
1858 "symfony/framework-bundle": "~2.3",
1859 "symfony/process": "~2.2"
1860 },
1861 "require-dev": {
1862 "symfony/form": "~2.2",
1863 "symfony/validator": "~2.2",
1864 "symfony/yaml": "~2.2"
1865 },
1866 "suggest": {
1867 "symfony/form": "If you want to use the configurator",
1868 "symfony/validator": "If you want to use the configurator",
1869 "symfony/yaml": "If you want to use the configurator"
1870 },
1871 "type": "symfony-bundle",
1872 "extra": {
1873 "branch-alias": {
1874 "dev-master": "3.0.x-dev"
1875 }
1876 },
1877 "autoload": {
1878 "psr-0": {
1879 "Sensio\\Bundle\\DistributionBundle": ""
1880 }
1881 },
1882 "notification-url": "https://packagist.org/downloads/",
1883 "license": [
1884 "MIT"
1885 ],
1886 "authors": [
1887 {
1888 "name": "Fabien Potencier",
1889 "email": "fabien@symfony.com"
1890 }
1891 ],
1892 "description": "Base bundle for Symfony Distributions",
1893 "keywords": [
1894 "configuration",
1895 "distribution"
1896 ],
1897 "time": "2015-02-27 12:59:18"
1898 },
1899 {
1900 "name": "sensio/framework-extra-bundle",
1901 "version": "v3.0.4",
1902 "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
1903 "source": {
1904 "type": "git",
1905 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1906 "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a"
1907 },
1908 "dist": {
1909 "type": "zip",
1910 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/b3bc3e67c8b6b68b18d727012183520d35ee762a",
1911 "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a",
1912 "shasum": ""
1913 },
1914 "require": {
1915 "doctrine/common": "~2.2",
1916 "symfony/framework-bundle": "~2.3"
1917 },
1918 "require-dev": {
1919 "symfony/expression-language": "~2.4",
1920 "symfony/security-bundle": "~2.4"
1921 },
1922 "suggest": {
1923 "symfony/expression-language": "",
1924 "symfony/security-bundle": ""
1925 },
1926 "type": "symfony-bundle",
1927 "extra": {
1928 "branch-alias": {
1929 "dev-master": "3.0.x-dev"
1930 }
1931 },
1932 "autoload": {
1933 "psr-0": {
1934 "Sensio\\Bundle\\FrameworkExtraBundle": ""
1935 }
1936 },
1937 "notification-url": "https://packagist.org/downloads/",
1938 "license": [
1939 "MIT"
1940 ],
1941 "authors": [
1942 {
1943 "name": "Fabien Potencier",
1944 "email": "fabien@symfony.com"
1945 }
1946 ],
1947 "description": "This bundle provides a way to configure your controllers with annotations",
1948 "keywords": [
1949 "annotations",
1950 "controllers"
1951 ],
1952 "time": "2014-12-02 09:52:52"
1953 },
1954 {
1955 "name": "sensiolabs/security-checker",
1956 "version": "v2.0.1",
1957 "source": {
1958 "type": "git",
1959 "url": "https://github.com/sensiolabs/security-checker.git",
1960 "reference": "134cecf1c61256bd8e973e11376891a724543820"
1961 },
1962 "dist": {
1963 "type": "zip",
1964 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/134cecf1c61256bd8e973e11376891a724543820",
1965 "reference": "134cecf1c61256bd8e973e11376891a724543820",
1966 "shasum": ""
1967 },
1968 "require": {
1969 "ext-curl": "*",
1970 "symfony/console": "~2.0"
1971 },
1972 "bin": [
1973 "security-checker"
1974 ],
1975 "type": "library",
1976 "extra": {
1977 "branch-alias": {
1978 "dev-master": "2.0-dev"
1979 }
1980 },
1981 "autoload": {
1982 "psr-0": {
1983 "SensioLabs\\Security": ""
1984 }
1985 },
1986 "notification-url": "https://packagist.org/downloads/",
1987 "license": [
1988 "MIT"
1989 ],
1990 "authors": [
1991 {
1992 "name": "Fabien Potencier",
1993 "email": "fabien.potencier@gmail.com"
1994 }
1995 ],
1996 "description": "A security checker for your composer.lock",
1997 "time": "2015-01-26 16:25:19"
1998 },
1999 {
2000 "name": "simplepie/simplepie",
2001 "version": "1.3.1",
2002 "source": {
2003 "type": "git",
2004 "url": "https://github.com/simplepie/simplepie.git",
2005 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
2006 },
2007 "dist": {
2008 "type": "zip",
2009 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
2010 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
2011 "shasum": ""
2012 },
2013 "require": {
2014 "php": ">=5.2.0"
2015 },
2016 "type": "library",
2017 "autoload": {
2018 "psr-0": {
2019 "SimplePie": "library"
2020 }
2021 },
2022 "notification-url": "https://packagist.org/downloads/",
2023 "license": [
2024 "BSD-3-Clause"
2025 ],
2026 "authors": [
2027 {
2028 "name": "Ryan Parman",
2029 "homepage": "http://ryanparman.com/",
2030 "role": "Creator, alumnus developer"
2031 },
2032 {
2033 "name": "Geoffrey Sneddon",
2034 "homepage": "http://gsnedders.com/",
2035 "role": "Alumnus developer"
2036 },
2037 {
2038 "name": "Ryan McCue",
2039 "email": "me@ryanmccue.info",
2040 "homepage": "http://ryanmccue.info/",
2041 "role": "Developer"
2042 }
2043 ],
2044 "description": "A simple Atom/RSS parsing library for PHP",
2045 "homepage": "http://simplepie.org/",
2046 "keywords": [
2047 "atom",
2048 "feeds",
2049 "rss"
2050 ],
2051 "time": "2012-10-30 17:54:03"
2052 },
2053 {
2054 "name": "swiftmailer/swiftmailer",
2055 "version": "v5.3.1",
2056 "source": {
2057 "type": "git",
2058 "url": "https://github.com/swiftmailer/swiftmailer.git",
2059 "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a"
2060 },
2061 "dist": {
2062 "type": "zip",
2063 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/c5f963e7f9d6f6438fda4f22d5cc2db296ec621a",
2064 "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a",
2065 "shasum": ""
2066 },
2067 "require": {
2068 "php": ">=5.3.3"
2069 },
2070 "require-dev": {
2071 "mockery/mockery": "~0.9.1"
2072 },
2073 "type": "library",
2074 "extra": {
2075 "branch-alias": {
2076 "dev-master": "5.3-dev"
2077 }
2078 },
2079 "autoload": {
2080 "files": [
2081 "lib/swift_required.php"
2082 ]
2083 },
2084 "notification-url": "https://packagist.org/downloads/",
2085 "license": [
2086 "MIT"
2087 ],
2088 "authors": [
2089 {
2090 "name": "Chris Corbyn"
2091 },
2092 {
2093 "name": "Fabien Potencier",
2094 "email": "fabien@symfony.com"
2095 }
2096 ],
2097 "description": "Swiftmailer, free feature-rich PHP mailer",
2098 "homepage": "http://swiftmailer.org",
2099 "keywords": [
2100 "mail",
2101 "mailer"
2102 ],
2103 "time": "2014-12-05 14:17:14"
2104 },
2105 {
2106 "name": "symfony/assetic-bundle",
2107 "version": "v2.6.1",
2108 "source": {
2109 "type": "git",
2110 "url": "https://github.com/symfony/AsseticBundle.git",
2111 "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0"
2112 },
2113 "dist": {
2114 "type": "zip",
2115 "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/422b0add2110f0cf9bc7a873a386ea053f4a89f0",
2116 "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0",
2117 "shasum": ""
2118 },
2119 "require": {
2120 "kriswallsmith/assetic": "~1.2",
2121 "php": ">=5.3.0",
2122 "symfony/console": "~2.3",
2123 "symfony/dependency-injection": "~2.3",
2124 "symfony/framework-bundle": "~2.3",
2125 "symfony/yaml": "~2.3"
2126 },
2127 "require-dev": {
2128 "kriswallsmith/spork": "~0.2",
2129 "patchwork/jsqueeze": "~1.0",
2130 "symfony/class-loader": "~2.3",
2131 "symfony/css-selector": "~2.3",
2132 "symfony/dom-crawler": "~2.3",
2133 "symfony/twig-bundle": "~2.3"
2134 },
2135 "suggest": {
2136 "kriswallsmith/spork": "to be able to dump assets in parallel",
2137 "symfony/twig-bundle": "to use the Twig integration"
2138 },
2139 "type": "symfony-bundle",
2140 "extra": {
2141 "branch-alias": {
2142 "dev-master": "2.5-dev"
2143 }
2144 },
2145 "autoload": {
2146 "psr-4": {
2147 "Symfony\\Bundle\\AsseticBundle\\": ""
2148 }
2149 },
2150 "notification-url": "https://packagist.org/downloads/",
2151 "license": [
2152 "MIT"
2153 ],
2154 "authors": [
2155 {
2156 "name": "Kris Wallsmith",
2157 "email": "kris.wallsmith@gmail.com",
2158 "homepage": "http://kriswallsmith.net/"
2159 }
2160 ],
2161 "description": "Integrates Assetic into Symfony2",
2162 "homepage": "https://github.com/symfony/AsseticBundle",
2163 "keywords": [
2164 "assets",
2165 "compression",
2166 "minification"
2167 ],
2168 "time": "2015-01-27 12:45:16"
2169 },
2170 {
2171 "name": "symfony/monolog-bundle",
2172 "version": "v2.7.1",
2173 "source": {
2174 "type": "git",
2175 "url": "https://github.com/symfony/MonologBundle.git",
2176 "reference": "9320b6863404c70ebe111e9040dab96f251de7ac"
2177 },
2178 "dist": {
2179 "type": "zip",
2180 "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac",
2181 "reference": "9320b6863404c70ebe111e9040dab96f251de7ac",
2182 "shasum": ""
2183 },
2184 "require": {
2185 "monolog/monolog": "~1.8",
2186 "php": ">=5.3.2",
2187 "symfony/config": "~2.3",
2188 "symfony/dependency-injection": "~2.3",
2189 "symfony/http-kernel": "~2.3",
2190 "symfony/monolog-bridge": "~2.3"
2191 },
2192 "require-dev": {
2193 "symfony/console": "~2.3",
2194 "symfony/yaml": "~2.3"
2195 },
2196 "type": "symfony-bundle",
2197 "extra": {
2198 "branch-alias": {
2199 "dev-master": "2.7.x-dev"
2200 }
2201 },
2202 "autoload": {
2203 "psr-4": {
2204 "Symfony\\Bundle\\MonologBundle\\": ""
2205 }
2206 },
2207 "notification-url": "https://packagist.org/downloads/",
2208 "license": [
2209 "MIT"
2210 ],
2211 "authors": [
2212 {
2213 "name": "Symfony Community",
2214 "homepage": "http://symfony.com/contributors"
2215 },
2216 {
2217 "name": "Fabien Potencier",
2218 "email": "fabien@symfony.com"
2219 }
2220 ],
2221 "description": "Symfony MonologBundle",
2222 "homepage": "http://symfony.com",
2223 "keywords": [
2224 "log",
2225 "logging"
2226 ],
2227 "time": "2015-01-04 20:21:17"
2228 },
2229 {
2230 "name": "symfony/swiftmailer-bundle",
2231 "version": "v2.3.8",
2232 "source": {
2233 "type": "git",
2234 "url": "https://github.com/symfony/SwiftmailerBundle.git",
2235 "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
2236 },
2237 "dist": {
2238 "type": "zip",
2239 "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
2240 "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
2241 "shasum": ""
2242 },
2243 "require": {
2244 "php": ">=5.3.2",
2245 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2246 "symfony/swiftmailer-bridge": "~2.1"
2247 },
2248 "require-dev": {
2249 "symfony/config": "~2.1",
2250 "symfony/dependency-injection": "~2.1",
2251 "symfony/http-kernel": "~2.1",
2252 "symfony/yaml": "~2.1"
2253 },
2254 "suggest": {
2255 "psr/log": "Allows logging"
2256 },
2257 "type": "symfony-bundle",
2258 "extra": {
2259 "branch-alias": {
2260 "dev-master": "2.3-dev"
2261 }
2262 },
2263 "autoload": {
2264 "psr-4": {
2265 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2266 }
2267 },
2268 "notification-url": "https://packagist.org/downloads/",
2269 "license": [
2270 "MIT"
2271 ],
2272 "authors": [
2273 {
2274 "name": "Symfony Community",
2275 "homepage": "http://symfony.com/contributors"
2276 },
2277 {
2278 "name": "Fabien Potencier",
2279 "email": "fabien@symfony.com"
2280 }
2281 ],
2282 "description": "Symfony SwiftmailerBundle",
2283 "homepage": "http://symfony.com",
2284 "time": "2014-12-01 17:44:50"
2285 },
2286 {
2287 "name": "symfony/symfony",
2288 "version": "v2.6.4",
2289 "source": {
2290 "type": "git",
2291 "url": "https://github.com/symfony/symfony.git",
2292 "reference": "23b647f1e4eeb24a457d3c47f5f5046377d5a3bf"
2293 },
2294 "dist": {
2295 "type": "zip",
2296 "url": "https://api.github.com/repos/symfony/symfony/zipball/23b647f1e4eeb24a457d3c47f5f5046377d5a3bf",
2297 "reference": "23b647f1e4eeb24a457d3c47f5f5046377d5a3bf",
2298 "shasum": ""
2299 },
2300 "require": {
2301 "doctrine/common": "~2.3",
2302 "php": ">=5.3.3",
2303 "psr/log": "~1.0",
2304 "twig/twig": "~1.12,>=1.12.3"
2305 },
2306 "replace": {
2307 "symfony/browser-kit": "self.version",
2308 "symfony/class-loader": "self.version",
2309 "symfony/config": "self.version",
2310 "symfony/console": "self.version",
2311 "symfony/css-selector": "self.version",
2312 "symfony/debug": "self.version",
2313 "symfony/debug-bundle": "self.version",
2314 "symfony/dependency-injection": "self.version",
2315 "symfony/doctrine-bridge": "self.version",
2316 "symfony/dom-crawler": "self.version",
2317 "symfony/event-dispatcher": "self.version",
2318 "symfony/expression-language": "self.version",
2319 "symfony/filesystem": "self.version",
2320 "symfony/finder": "self.version",
2321 "symfony/form": "self.version",
2322 "symfony/framework-bundle": "self.version",
2323 "symfony/http-foundation": "self.version",
2324 "symfony/http-kernel": "self.version",
2325 "symfony/intl": "self.version",
2326 "symfony/locale": "self.version",
2327 "symfony/monolog-bridge": "self.version",
2328 "symfony/options-resolver": "self.version",
2329 "symfony/process": "self.version",
2330 "symfony/propel1-bridge": "self.version",
2331 "symfony/property-access": "self.version",
2332 "symfony/proxy-manager-bridge": "self.version",
2333 "symfony/routing": "self.version",
2334 "symfony/security": "self.version",
2335 "symfony/security-acl": "self.version",
2336 "symfony/security-bundle": "self.version",
2337 "symfony/security-core": "self.version",
2338 "symfony/security-csrf": "self.version",
2339 "symfony/security-http": "self.version",
2340 "symfony/serializer": "self.version",
2341 "symfony/stopwatch": "self.version",
2342 "symfony/swiftmailer-bridge": "self.version",
2343 "symfony/templating": "self.version",
2344 "symfony/translation": "self.version",
2345 "symfony/twig-bridge": "self.version",
2346 "symfony/twig-bundle": "self.version",
2347 "symfony/validator": "self.version",
2348 "symfony/var-dumper": "self.version",
2349 "symfony/web-profiler-bundle": "self.version",
2350 "symfony/yaml": "self.version"
2351 },
2352 "require-dev": {
2353 "doctrine/data-fixtures": "1.0.*",
2354 "doctrine/dbal": "~2.2",
2355 "doctrine/doctrine-bundle": "~1.2",
2356 "doctrine/orm": "~2.2,>=2.2.3",
2357 "egulias/email-validator": "~1.2",
2358 "ircmaxell/password-compat": "~1.0",
2359 "monolog/monolog": "~1.11",
2360 "ocramius/proxy-manager": "~0.4|~1.0",
2361 "propel/propel1": "~1.6"
2362 },
2363 "type": "library",
2364 "extra": {
2365 "branch-alias": {
2366 "dev-master": "2.6-dev"
2367 }
2368 },
2369 "autoload": {
2370 "psr-0": {
2371 "Symfony\\": "src/"
2372 },
2373 "classmap": [
2374 "src/Symfony/Component/HttpFoundation/Resources/stubs",
2375 "src/Symfony/Component/Intl/Resources/stubs"
2376 ],
2377 "files": [
2378 "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2379 ]
2380 },
2381 "notification-url": "https://packagist.org/downloads/",
2382 "license": [
2383 "MIT"
2384 ],
2385 "authors": [
2386 {
2387 "name": "Symfony Community",
2388 "homepage": "http://symfony.com/contributors"
2389 },
2390 {
2391 "name": "Fabien Potencier",
2392 "email": "fabien@symfony.com"
2393 }
2394 ],
2395 "description": "The Symfony PHP framework",
2396 "homepage": "http://symfony.com",
2397 "keywords": [
2398 "framework"
2399 ],
2400 "time": "2015-02-02 18:02:30"
2401 },
2402 {
2403 "name": "tecnick.com/tcpdf",
2404 "version": "6.2.6",
2405 "source": {
2406 "type": "git",
2407 "url": "https://github.com/tecnickcom/TCPDF.git",
2408 "reference": "a2e8f5b505a7a14a4ed960313c4baf699fd1f4bb"
2409 },
2410 "dist": {
2411 "type": "zip",
2412 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/a2e8f5b505a7a14a4ed960313c4baf699fd1f4bb",
2413 "reference": "a2e8f5b505a7a14a4ed960313c4baf699fd1f4bb",
2414 "shasum": ""
2415 },
2416 "require": {
2417 "php": ">=5.3.0"
2418 },
2419 "type": "library",
2420 "autoload": {
2421 "classmap": [
2422 "fonts",
2423 "config",
2424 "include",
2425 "tcpdf.php",
2426 "tcpdf_parser.php",
2427 "tcpdf_import.php",
2428 "tcpdf_barcodes_1d.php",
2429 "tcpdf_barcodes_2d.php",
2430 "include/tcpdf_colors.php",
2431 "include/tcpdf_filters.php",
2432 "include/tcpdf_font_data.php",
2433 "include/tcpdf_fonts.php",
2434 "include/tcpdf_images.php",
2435 "include/tcpdf_static.php",
2436 "include/barcodes/datamatrix.php",
2437 "include/barcodes/pdf417.php",
2438 "include/barcodes/qrcode.php"
2439 ]
2440 },
2441 "notification-url": "https://packagist.org/downloads/",
2442 "license": [
2443 "LGPLv3"
2444 ],
2445 "authors": [
2446 {
2447 "name": "Nicola Asuni",
2448 "email": "info@tecnick.com",
2449 "homepage": "http://nicolaasuni.tecnick.com"
2450 }
2451 ],
2452 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
2453 "homepage": "http://www.tcpdf.org/",
2454 "keywords": [
2455 "PDFD32000-2008",
2456 "TCPDF",
2457 "barcodes",
2458 "datamatrix",
2459 "pdf",
2460 "pdf417",
2461 "qrcode"
2462 ],
2463 "time": "2015-01-28 18:51:40"
2464 },
2465 {
2466 "name": "twig/extensions",
2467 "version": "v1.2.0",
2468 "source": {
2469 "type": "git",
2470 "url": "https://github.com/twigphp/Twig-extensions.git",
2471 "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd"
2472 },
2473 "dist": {
2474 "type": "zip",
2475 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
2476 "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
2477 "shasum": ""
2478 },
2479 "require": {
2480 "twig/twig": "~1.12"
2481 },
2482 "require-dev": {
2483 "symfony/translation": "~2.3"
2484 },
2485 "suggest": {
2486 "symfony/translation": "Allow the time_diff output to be translated"
2487 },
2488 "type": "library",
2489 "extra": {
2490 "branch-alias": {
2491 "dev-master": "1.2.x-dev"
2492 }
2493 },
2494 "autoload": {
2495 "psr-0": {
2496 "Twig_Extensions_": "lib/"
2497 }
2498 },
2499 "notification-url": "https://packagist.org/downloads/",
2500 "license": [
2501 "MIT"
2502 ],
2503 "authors": [
2504 {
2505 "name": "Fabien Potencier",
2506 "email": "fabien@symfony.com"
2507 }
2508 ],
2509 "description": "Common additional features for Twig that do not directly belong in core",
2510 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2511 "keywords": [
2512 "i18n",
2513 "text"
2514 ],
2515 "time": "2014-10-30 14:30:03"
2516 },
2517 {
2518 "name": "twig/twig",
2519 "version": "v1.18.0",
2520 "source": {
2521 "type": "git",
2522 "url": "https://github.com/twigphp/Twig.git",
2523 "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf"
2524 },
2525 "dist": {
2526 "type": "zip",
2527 "url": "https://api.github.com/repos/twigphp/Twig/zipball/4cf7464348e7f9893a93f7096a90b73722be99cf",
2528 "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf",
2529 "shasum": ""
2530 },
2531 "require": {
2532 "php": ">=5.2.4"
2533 },
2534 "type": "library",
2535 "extra": {
2536 "branch-alias": {
2537 "dev-master": "1.18-dev"
2538 }
2539 },
2540 "autoload": {
2541 "psr-0": {
2542 "Twig_": "lib/"
2543 }
2544 },
2545 "notification-url": "https://packagist.org/downloads/",
2546 "license": [
2547 "BSD-3-Clause"
2548 ],
2549 "authors": [
2550 {
2551 "name": "Fabien Potencier",
2552 "email": "fabien@symfony.com",
2553 "homepage": "http://fabien.potencier.org",
2554 "role": "Lead Developer"
2555 },
2556 {
2557 "name": "Armin Ronacher",
2558 "email": "armin.ronacher@active-4.com",
2559 "role": "Project Founder"
2560 },
2561 {
2562 "name": "Twig Team",
2563 "homepage": "http://twig.sensiolabs.org/contributors",
2564 "role": "Contributors"
2565 }
2566 ],
2567 "description": "Twig, the flexible, fast, and secure template language for PHP",
2568 "homepage": "http://twig.sensiolabs.org",
2569 "keywords": [
2570 "templating"
2571 ],
2572 "time": "2015-01-25 17:32:08"
2573 },
2574 {
2575 "name": "umpirsky/twig-gettext-extractor",
2576 "version": "1.1.5",
2577 "source": {
2578 "type": "git",
2579 "url": "https://github.com/umpirsky/Twig-Gettext-Extractor.git",
2580 "reference": "a2cdf8693e874ce83603c84e1cc46efb3d516c3f"
2581 },
2582 "dist": {
2583 "type": "zip",
2584 "url": "https://api.github.com/repos/umpirsky/Twig-Gettext-Extractor/zipball/a2cdf8693e874ce83603c84e1cc46efb3d516c3f",
2585 "reference": "a2cdf8693e874ce83603c84e1cc46efb3d516c3f",
2586 "shasum": ""
2587 },
2588 "require": {
2589 "php": ">=5.3.3",
2590 "symfony/filesystem": "~2.0",
2591 "symfony/form": "~2.0",
2592 "symfony/routing": "~2.0",
2593 "symfony/translation": "~2.0",
2594 "symfony/twig-bridge": "~2.0",
2595 "twig/extensions": "~1.0",
2596 "twig/twig": "~1.2"
2597 },
2598 "require-dev": {
2599 "symfony/config": "2.1.*"
2600 },
2601 "bin": [
2602 "twig-gettext-extractor"
2603 ],
2604 "type": "application",
2605 "autoload": {
2606 "psr-0": {
2607 "Twig\\Gettext": "."
2608 }
2609 },
2610 "notification-url": "https://packagist.org/downloads/",
2611 "license": [
2612 "MIT"
2613 ],
2614 "authors": [
2615 {
2616 "name": "Саша Стаменковић",
2617 "email": "umpirsky@gmail.com"
2618 }
2619 ],
2620 "description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.",
2621 "time": "2015-02-25 14:41:10"
2622 },
2623 {
2624 "name": "wallabag/Fivefilters_Libraries",
2625 "version": "dev-master",
2626 "source": {
2627 "type": "git",
2628 "url": "https://github.com/wallabag/Fivefilters_Libraries.git",
2629 "reference": "93b5469d6036a68ce60f126f8430b3e1fbf1562f"
2630 },
2631 "dist": {
2632 "type": "zip",
2633 "url": "https://api.github.com/repos/wallabag/Fivefilters_Libraries/zipball/93b5469d6036a68ce60f126f8430b3e1fbf1562f",
2634 "reference": "93b5469d6036a68ce60f126f8430b3e1fbf1562f",
2635 "shasum": ""
2636 },
2637 "type": "library",
2638 "authors": [
2639 {
2640 "name": "Nicolas LÅ“uillet",
2641 "email": "nicolas@loeuillet.org",
2642 "homepage": "http://www.cdetc.fr"
2643 }
2644 ],
2645 "description": "Libraries from @fivefilters.",
2646 "homepage": "https://github.com/wallabag/Fivefilters_Libraries",
2647 "support": {
2648 "source": "https://github.com/wallabag/Fivefilters_Libraries/tree/1.0.0",
2649 "issues": "https://github.com/wallabag/Fivefilters_Libraries/issues"
2650 },
2651 "time": "2015-01-19 20:19:28"
2652 },
2653 {
2654 "name": "wallabag/PHPePub",
2655 "version": "dev-master",
2656 "source": {
2657 "type": "git",
2658 "url": "https://github.com/wallabag/PHPePub.git",
2659 "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512"
2660 },
2661 "dist": {
2662 "type": "zip",
2663 "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/7c78733d33344308520758d7f3f7bc2cc51b3512",
2664 "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512",
2665 "shasum": ""
2666 },
2667 "require": {
2668 "php": ">=5.3.0"
2669 },
2670 "type": "library",
2671 "autoload": {
2672 "classmap": [
2673 "EPub.php",
2674 "EPub.HtmlEntities.php",
2675 "EPub.NCX.php",
2676 "EPub.OPF.php",
2677 "EPubChapterSplitter.php",
2678 "lib.uuid.php",
2679 "Logger.php",
2680 "Zip.php"
2681 ]
2682 },
2683 "authors": [
2684 {
2685 "name": "Nicolas LÅ“uillet",
2686 "email": "nicolas@loeuillet.org",
2687 "homepage": "http://www.cdetc.fr"
2688 }
2689 ],
2690 "description": "PHP Classes for dynamically generating EPub files.",
2691 "homepage": "https://github.com/wallabag/PHPePub",
2692 "support": {
2693 "source": "https://github.com/wallabag/PHPePub/tree/2.1.0"
2694 },
2695 "time": "2015-01-19 11:44:19"
2696 },
2697 {
2698 "name": "wallabag/kriss_php5",
2699 "version": "dev-master",
2700 "source": {
2701 "type": "git",
2702 "url": "https://github.com/wallabag/kriss_php5.git",
2703 "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1"
2704 },
2705 "dist": {
2706 "type": "zip",
2707 "url": "https://api.github.com/repos/wallabag/kriss_php5/zipball/f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
2708 "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
2709 "shasum": ""
2710 },
2711 "require": {
2712 "php": ">=5.3.0"
2713 },
2714 "type": "library",
2715 "autoload": {
2716 "files": [
2717 "Session.php"
2718 ]
2719 },
2720 "authors": [
2721 {
2722 "name": "Nicolas LÅ“uillet",
2723 "email": "nicolas@loeuillet.org",
2724 "homepage": "http://www.cdetc.fr"
2725 }
2726 ],
2727 "description": "A simple and smart (or stupid) php5 snippets repository",
2728 "homepage": "https://github.com/wallabag/kriss_php5",
2729 "support": {
2730 "source": "https://github.com/wallabag/kriss_php5/tree/1.0.0"
2731 },
2732 "time": "2015-01-18 21:21:43"
2733 },
2734 {
2735 "name": "wallabag/pagination",
2736 "version": "dev-master",
2737 "source": {
2738 "type": "git",
2739 "url": "https://github.com/wallabag/pagination.git",
2740 "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb"
2741 },
2742 "dist": {
2743 "type": "zip",
2744 "url": "https://api.github.com/repos/wallabag/pagination/zipball/54e442b31c90e50e331cb8ac400537e0eda30deb",
2745 "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb",
2746 "shasum": ""
2747 },
2748 "require": {
2749 "php": ">=5.3.0"
2750 },
2751 "type": "library",
2752 "autoload": {
2753 "files": [
2754 "paginator.php"
2755 ]
2756 },
2757 "authors": [
2758 {
2759 "name": "Nicolas LÅ“uillet",
2760 "email": "nicolas@loeuillet.org",
2761 "homepage": "http://www.cdetc.fr"
2762 }
2763 ],
2764 "description": "Paginate record sets, not tied in directly to a database.",
2765 "homepage": "https://github.com/wallabag/pagination",
2766 "support": {
2767 "source": "https://github.com/wallabag/pagination/tree/1.0.0"
2768 },
2769 "time": "2015-01-19 09:24:39"
2770 },
2771 {
2772 "name": "wallabag/php-flash-messages",
2773 "version": "dev-master",
2774 "source": {
2775 "type": "git",
2776 "url": "https://github.com/wallabag/PHP-Flash-Messages.git",
2777 "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab"
2778 },
2779 "dist": {
2780 "type": "zip",
2781 "url": "https://api.github.com/repos/wallabag/PHP-Flash-Messages/zipball/ea68eb768f32156baa15f7a3cd880ba8ff5af6ab",
2782 "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab",
2783 "shasum": ""
2784 },
2785 "require": {
2786 "php": ">=5.3.0"
2787 },
2788 "type": "library",
2789 "autoload": {
2790 "files": [
2791 "class.messages.php"
2792 ]
2793 },
2794 "license": [
2795 "Apache"
2796 ],
2797 "authors": [
2798 {
2799 "name": "Nicolas LÅ“uillet",
2800 "email": "nicolas@loeuillet.org",
2801 "homepage": "http://www.cdetc.fr"
2802 }
2803 ],
2804 "description": "Session-based Flash Messages class for PHP",
2805 "homepage": "https://github.com/wallabag/PHP-Flash-Messages",
2806 "keywords": [
2807 "flash",
2808 "messages",
2809 "php-flash-messages",
2810 "sessions"
2811 ],
2812 "support": {
2813 "source": "https://github.com/wallabag/PHP-Flash-Messages/tree/1.0.0"
2814 },
2815 "time": "2015-01-18 19:51:55"
2816 },
2817 {
2818 "name": "wallabag/php-readability",
2819 "version": "dev-master",
2820 "source": {
2821 "type": "git",
2822 "url": "https://github.com/wallabag/php-readability.git",
2823 "reference": "a37a1482b9964ae1804dbed0bffa00988523c387"
2824 },
2825 "dist": {
2826 "type": "zip",
2827 "url": "https://api.github.com/repos/wallabag/php-readability/zipball/a37a1482b9964ae1804dbed0bffa00988523c387",
2828 "reference": "a37a1482b9964ae1804dbed0bffa00988523c387",
2829 "shasum": ""
2830 },
2831 "require": {
2832 "php": ">=5.2"
2833 },
2834 "type": "library",
2835 "autoload": {
2836 "psr-0": {
2837 "Readability": ""
2838 }
2839 },
2840 "license": [
2841 "Apache-2.0"
2842 ],
2843 "authors": [
2844 {
2845 "name": "Keyvan Minoukadeh",
2846 "email": "keyvan@keyvan.net",
2847 "homepage": "http://keyvan.net",
2848 "role": "Developer (ported original JS code to PHP)"
2849 },
2850 {
2851 "name": "Arc90",
2852 "homepage": "http://arc90.com",
2853 "role": "Developer (original JS version)"
2854 }
2855 ],
2856 "description": "Automatic article extraction from HTML",
2857 "homepage": "https://github.com/wallabag/php-readability",
2858 "keywords": [
2859 "article",
2860 "article extraction",
2861 "content",
2862 "content extraction",
2863 "extraction",
2864 "html"
2865 ],
2866 "support": {
2867 "source": "https://github.com/wallabag/php-readability/tree/1.0.0",
2868 "issues": "https://github.com/wallabag/php-readability/issues"
2869 },
2870 "time": "2015-01-19 12:25:38"
2871 },
2872 {
2873 "name": "wallabag/phpMobi",
2874 "version": "dev-master",
2875 "source": {
2876 "type": "git",
2877 "url": "https://github.com/wallabag/phpMobi.git",
2878 "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d"
2879 },
2880 "dist": {
2881 "type": "zip",
2882 "url": "https://api.github.com/repos/wallabag/phpMobi/zipball/5137696542f08f8e6a0603c01970c6d3eca9873d",
2883 "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d",
2884 "shasum": ""
2885 },
2886 "require": {
2887 "php": ">=5.3.0"
2888 },
2889 "type": "library",
2890 "autoload": {
2891 "files": [
2892 "MOBIClass/MOBI.php"
2893 ]
2894 },
2895 "authors": [
2896 {
2897 "name": "Nicolas LÅ“uillet",
2898 "email": "nicolas@loeuillet.org",
2899 "homepage": "http://www.cdetc.fr"
2900 }
2901 ],
2902 "description": "An experimental Mobipocket file creator in PHP.",
2903 "homepage": "https://github.com/wallabag/phpMobi",
2904 "support": {
2905 "source": "https://github.com/wallabag/phpMobi/tree/1.0.0"
2906 },
2907 "time": "2015-01-19 12:43:17"
2908 },
2909 {
2910 "name": "willdurand/jsonp-callback-validator",
2911 "version": "v1.1.0",
2912 "source": {
2913 "type": "git",
2914 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
2915 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
2916 },
2917 "dist": {
2918 "type": "zip",
2919 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
2920 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
2921 "shasum": ""
2922 },
2923 "require": {
2924 "php": ">=5.3.0"
2925 },
2926 "require-dev": {
2927 "phpunit/phpunit": "~3.7"
2928 },
2929 "type": "library",
2930 "autoload": {
2931 "psr-0": {
2932 "JsonpCallbackValidator": "src/"
2933 }
2934 },
2935 "notification-url": "https://packagist.org/downloads/",
2936 "license": [
2937 "MIT"
2938 ],
2939 "authors": [
2940 {
2941 "name": "William Durand",
2942 "email": "william.durand1@gmail.com",
2943 "homepage": "http://www.willdurand.fr"
2944 }
2945 ],
2946 "description": "JSONP callback validator.",
2947 "time": "2014-01-20 22:35:06"
2948 },
2949 {
2950 "name": "willdurand/negotiation",
2951 "version": "1.3.4",
2952 "source": {
2953 "type": "git",
2954 "url": "https://github.com/willdurand/Negotiation.git",
2955 "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c"
2956 },
2957 "dist": {
2958 "type": "zip",
2959 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
2960 "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
2961 "shasum": ""
2962 },
2963 "require": {
2964 "php": ">=5.3.0"
2965 },
2966 "type": "library",
2967 "extra": {
2968 "branch-alias": {
2969 "dev-master": "1.3-dev"
2970 }
2971 },
2972 "autoload": {
2973 "psr-0": {
2974 "Negotiation": "src/"
2975 }
2976 },
2977 "notification-url": "https://packagist.org/downloads/",
2978 "license": [
2979 "MIT"
2980 ],
2981 "authors": [
2982 {
2983 "name": "William Durand",
2984 "email": "william.durand1@gmail.com"
2985 }
2986 ],
2987 "description": "Content Negotiation tools for PHP provided as a standalone library.",
2988 "homepage": "http://williamdurand.fr/Negotiation/",
2989 "keywords": [
2990 "accept",
2991 "content",
2992 "format",
2993 "header",
2994 "negotiation"
2995 ],
2996 "time": "2014-10-02 07:26:00"
2997 }
2998 ],
2999 "packages-dev": [
3000 {
3001 "name": "doctrine/data-fixtures",
3002 "version": "v1.0.0",
3003 "source": {
3004 "type": "git",
3005 "url": "https://github.com/doctrine/data-fixtures.git",
3006 "reference": "b4a135c7db56ecc4602b54a2184368f440cac33e"
3007 },
3008 "dist": {
3009 "type": "zip",
3010 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/b4a135c7db56ecc4602b54a2184368f440cac33e",
3011 "reference": "b4a135c7db56ecc4602b54a2184368f440cac33e",
3012 "shasum": ""
3013 },
3014 "require": {
3015 "doctrine/common": ">=2.2,<2.5-dev",
3016 "php": ">=5.3.2"
3017 },
3018 "require-dev": {
3019 "doctrine/orm": ">=2.2,<2.5-dev"
3020 },
3021 "suggest": {
3022 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
3023 "doctrine/orm": "For loading ORM fixtures",
3024 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
3025 },
3026 "type": "library",
3027 "extra": {
3028 "branch-alias": {
3029 "dev-master": "1.0.x-dev"
3030 }
3031 },
3032 "autoload": {
3033 "psr-0": {
3034 "Doctrine\\Common\\DataFixtures": "lib/"
3035 }
3036 },
3037 "notification-url": "https://packagist.org/downloads/",
3038 "license": [
3039 "MIT"
3040 ],
3041 "authors": [
3042 {
3043 "name": "Jonathan Wage",
3044 "email": "jonwage@gmail.com",
3045 "homepage": "http://www.jwage.com/",
3046 "role": "Creator"
3047 }
3048 ],
3049 "description": "Data Fixtures for all Doctrine Object Managers",
3050 "homepage": "http://www.doctrine-project.org",
3051 "keywords": [
3052 "database"
3053 ],
3054 "time": "2013-07-10 17:04:07"
3055 },
3056 {
3057 "name": "doctrine/doctrine-fixtures-bundle",
3058 "version": "dev-master",
3059 "target-dir": "Doctrine/Bundle/FixturesBundle",
3060 "source": {
3061 "type": "git",
3062 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
3063 "reference": "c5ff0542772102ddd4e2fbe173e9ad40ad67c22f"
3064 },
3065 "dist": {
3066 "type": "zip",
3067 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/c5ff0542772102ddd4e2fbe173e9ad40ad67c22f",
3068 "reference": "c5ff0542772102ddd4e2fbe173e9ad40ad67c22f",
3069 "shasum": ""
3070 },
3071 "require": {
3072 "doctrine/data-fixtures": "~1.0",
3073 "doctrine/doctrine-bundle": "~1.0",
3074 "php": ">=5.3.2",
3075 "symfony/doctrine-bridge": "~2.1"
3076 },
3077 "type": "symfony-bundle",
3078 "extra": {
3079 "branch-alias": {
3080 "dev-master": "2.2.x-dev"
3081 }
3082 },
3083 "autoload": {
3084 "psr-0": {
3085 "Doctrine\\Bundle\\FixturesBundle": ""
3086 }
3087 },
3088 "notification-url": "https://packagist.org/downloads/",
3089 "license": [
3090 "MIT"
3091 ],
3092 "authors": [
3093 {
3094 "name": "Symfony Community",
3095 "homepage": "http://symfony.com/contributors"
3096 },
3097 {
3098 "name": "Doctrine Project",
3099 "homepage": "http://www.doctrine-project.org"
3100 },
3101 {
3102 "name": "Fabien Potencier",
3103 "email": "fabien@symfony.com"
3104 }
3105 ],
3106 "description": "Symfony DoctrineFixturesBundle",
3107 "homepage": "http://www.doctrine-project.org",
3108 "keywords": [
3109 "Fixture",
3110 "persistence"
3111 ],
3112 "time": "2015-01-19 02:21:37"
3113 },
3114 {
3115 "name": "doctrine/instantiator",
3116 "version": "1.0.4",
3117 "source": {
3118 "type": "git",
3119 "url": "https://github.com/doctrine/instantiator.git",
3120 "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
3121 },
3122 "dist": {
3123 "type": "zip",
3124 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
3125 "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
3126 "shasum": ""
3127 },
3128 "require": {
3129 "php": ">=5.3,<8.0-DEV"
3130 },
3131 "require-dev": {
3132 "athletic/athletic": "~0.1.8",
3133 "ext-pdo": "*",
3134 "ext-phar": "*",
3135 "phpunit/phpunit": "~4.0",
3136 "squizlabs/php_codesniffer": "2.0.*@ALPHA"
3137 },
3138 "type": "library",
3139 "extra": {
3140 "branch-alias": {
3141 "dev-master": "1.0.x-dev"
3142 }
3143 },
3144 "autoload": {
3145 "psr-0": {
3146 "Doctrine\\Instantiator\\": "src"
3147 }
3148 },
3149 "notification-url": "https://packagist.org/downloads/",
3150 "license": [
3151 "MIT"
3152 ],
3153 "authors": [
3154 {
3155 "name": "Marco Pivetta",
3156 "email": "ocramius@gmail.com",
3157 "homepage": "http://ocramius.github.com/"
3158 }
3159 ],
3160 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3161 "homepage": "https://github.com/doctrine/instantiator",
3162 "keywords": [
3163 "constructor",
3164 "instantiate"
3165 ],
3166 "time": "2014-10-13 12:58:55"
3167 },
3168 {
3169 "name": "phpdocumentor/reflection-docblock",
3170 "version": "2.0.4",
3171 "source": {
3172 "type": "git",
3173 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3174 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
3175 },
3176 "dist": {
3177 "type": "zip",
3178 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
3179 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
3180 "shasum": ""
3181 },
3182 "require": {
3183 "php": ">=5.3.3"
3184 },
3185 "require-dev": {
3186 "phpunit/phpunit": "~4.0"
3187 },
3188 "suggest": {
3189 "dflydev/markdown": "~1.0",
3190 "erusev/parsedown": "~1.0"
3191 },
3192 "type": "library",
3193 "extra": {
3194 "branch-alias": {
3195 "dev-master": "2.0.x-dev"
3196 }
3197 },
3198 "autoload": {
3199 "psr-0": {
3200 "phpDocumentor": [
3201 "src/"
3202 ]
3203 }
3204 },
3205 "notification-url": "https://packagist.org/downloads/",
3206 "license": [
3207 "MIT"
3208 ],
3209 "authors": [
3210 {
3211 "name": "Mike van Riel",
3212 "email": "mike.vanriel@naenius.com"
3213 }
3214 ],
3215 "time": "2015-02-03 12:10:50"
3216 },
3217 {
3218 "name": "phpspec/prophecy",
3219 "version": "v1.3.1",
3220 "source": {
3221 "type": "git",
3222 "url": "https://github.com/phpspec/prophecy.git",
3223 "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9"
3224 },
3225 "dist": {
3226 "type": "zip",
3227 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/9ca52329bcdd1500de24427542577ebf3fc2f1c9",
3228 "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9",
3229 "shasum": ""
3230 },
3231 "require": {
3232 "doctrine/instantiator": "~1.0,>=1.0.2",
3233 "phpdocumentor/reflection-docblock": "~2.0"
3234 },
3235 "require-dev": {
3236 "phpspec/phpspec": "~2.0"
3237 },
3238 "type": "library",
3239 "extra": {
3240 "branch-alias": {
3241 "dev-master": "1.2.x-dev"
3242 }
3243 },
3244 "autoload": {
3245 "psr-0": {
3246 "Prophecy\\": "src/"
3247 }
3248 },
3249 "notification-url": "https://packagist.org/downloads/",
3250 "license": [
3251 "MIT"
3252 ],
3253 "authors": [
3254 {
3255 "name": "Konstantin Kudryashov",
3256 "email": "ever.zet@gmail.com",
3257 "homepage": "http://everzet.com"
3258 },
3259 {
3260 "name": "Marcello Duarte",
3261 "email": "marcello.duarte@gmail.com"
3262 }
3263 ],
3264 "description": "Highly opinionated mocking framework for PHP 5.3+",
3265 "homepage": "http://phpspec.org",
3266 "keywords": [
3267 "Double",
3268 "Dummy",
3269 "fake",
3270 "mock",
3271 "spy",
3272 "stub"
3273 ],
3274 "time": "2014-11-17 16:23:49"
3275 },
3276 {
3277 "name": "phpunit/php-code-coverage",
3278 "version": "2.0.15",
3279 "source": {
3280 "type": "git",
3281 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3282 "reference": "34cc484af1ca149188d0d9e91412191e398e0b67"
3283 },
3284 "dist": {
3285 "type": "zip",
3286 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/34cc484af1ca149188d0d9e91412191e398e0b67",
3287 "reference": "34cc484af1ca149188d0d9e91412191e398e0b67",
3288 "shasum": ""
3289 },
3290 "require": {
3291 "php": ">=5.3.3",
3292 "phpunit/php-file-iterator": "~1.3",
3293 "phpunit/php-text-template": "~1.2",
3294 "phpunit/php-token-stream": "~1.3",
3295 "sebastian/environment": "~1.0",
3296 "sebastian/version": "~1.0"
3297 },
3298 "require-dev": {
3299 "ext-xdebug": ">=2.1.4",
3300 "phpunit/phpunit": "~4"
3301 },
3302 "suggest": {
3303 "ext-dom": "*",
3304 "ext-xdebug": ">=2.2.1",
3305 "ext-xmlwriter": "*"
3306 },
3307 "type": "library",
3308 "extra": {
3309 "branch-alias": {
3310 "dev-master": "2.0.x-dev"
3311 }
3312 },
3313 "autoload": {
3314 "classmap": [
3315 "src/"
3316 ]
3317 },
3318 "notification-url": "https://packagist.org/downloads/",
3319 "license": [
3320 "BSD-3-Clause"
3321 ],
3322 "authors": [
3323 {
3324 "name": "Sebastian Bergmann",
3325 "email": "sb@sebastian-bergmann.de",
3326 "role": "lead"
3327 }
3328 ],
3329 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3330 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3331 "keywords": [
3332 "coverage",
3333 "testing",
3334 "xunit"
3335 ],
3336 "time": "2015-01-24 10:06:35"
3337 },
3338 {
3339 "name": "phpunit/php-file-iterator",
3340 "version": "1.3.4",
3341 "source": {
3342 "type": "git",
3343 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3344 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
3345 },
3346 "dist": {
3347 "type": "zip",
3348 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
3349 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
3350 "shasum": ""
3351 },
3352 "require": {
3353 "php": ">=5.3.3"
3354 },
3355 "type": "library",
3356 "autoload": {
3357 "classmap": [
3358 "File/"
3359 ]
3360 },
3361 "notification-url": "https://packagist.org/downloads/",
3362 "include-path": [
3363 ""
3364 ],
3365 "license": [
3366 "BSD-3-Clause"
3367 ],
3368 "authors": [
3369 {
3370 "name": "Sebastian Bergmann",
3371 "email": "sb@sebastian-bergmann.de",
3372 "role": "lead"
3373 }
3374 ],
3375 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3376 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3377 "keywords": [
3378 "filesystem",
3379 "iterator"
3380 ],
3381 "time": "2013-10-10 15:34:57"
3382 },
3383 {
3384 "name": "phpunit/php-text-template",
3385 "version": "1.2.0",
3386 "source": {
3387 "type": "git",
3388 "url": "https://github.com/sebastianbergmann/php-text-template.git",
3389 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
3390 },
3391 "dist": {
3392 "type": "zip",
3393 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
3394 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
3395 "shasum": ""
3396 },
3397 "require": {
3398 "php": ">=5.3.3"
3399 },
3400 "type": "library",
3401 "autoload": {
3402 "classmap": [
3403 "Text/"
3404 ]
3405 },
3406 "notification-url": "https://packagist.org/downloads/",
3407 "include-path": [
3408 ""
3409 ],
3410 "license": [
3411 "BSD-3-Clause"
3412 ],
3413 "authors": [
3414 {
3415 "name": "Sebastian Bergmann",
3416 "email": "sb@sebastian-bergmann.de",
3417 "role": "lead"
3418 }
3419 ],
3420 "description": "Simple template engine.",
3421 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3422 "keywords": [
3423 "template"
3424 ],
3425 "time": "2014-01-30 17:20:04"
3426 },
3427 {
3428 "name": "phpunit/php-timer",
3429 "version": "1.0.5",
3430 "source": {
3431 "type": "git",
3432 "url": "https://github.com/sebastianbergmann/php-timer.git",
3433 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
3434 },
3435 "dist": {
3436 "type": "zip",
3437 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
3438 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
3439 "shasum": ""
3440 },
3441 "require": {
3442 "php": ">=5.3.3"
3443 },
3444 "type": "library",
3445 "autoload": {
3446 "classmap": [
3447 "PHP/"
3448 ]
3449 },
3450 "notification-url": "https://packagist.org/downloads/",
3451 "include-path": [
3452 ""
3453 ],
3454 "license": [
3455 "BSD-3-Clause"
3456 ],
3457 "authors": [
3458 {
3459 "name": "Sebastian Bergmann",
3460 "email": "sb@sebastian-bergmann.de",
3461 "role": "lead"
3462 }
3463 ],
3464 "description": "Utility class for timing",
3465 "homepage": "https://github.com/sebastianbergmann/php-timer/",
3466 "keywords": [
3467 "timer"
3468 ],
3469 "time": "2013-08-02 07:42:54"
3470 },
3471 {
3472 "name": "phpunit/php-token-stream",
3473 "version": "1.4.0",
3474 "source": {
3475 "type": "git",
3476 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3477 "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74"
3478 },
3479 "dist": {
3480 "type": "zip",
3481 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db32c18eba00b121c145575fcbcd4d4d24e6db74",
3482 "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74",
3483 "shasum": ""
3484 },
3485 "require": {
3486 "ext-tokenizer": "*",
3487 "php": ">=5.3.3"
3488 },
3489 "require-dev": {
3490 "phpunit/phpunit": "~4.2"
3491 },
3492 "type": "library",
3493 "extra": {
3494 "branch-alias": {
3495 "dev-master": "1.4-dev"
3496 }
3497 },
3498 "autoload": {
3499 "classmap": [
3500 "src/"
3501 ]
3502 },
3503 "notification-url": "https://packagist.org/downloads/",
3504 "license": [
3505 "BSD-3-Clause"
3506 ],
3507 "authors": [
3508 {
3509 "name": "Sebastian Bergmann",
3510 "email": "sebastian@phpunit.de"
3511 }
3512 ],
3513 "description": "Wrapper around PHP's tokenizer extension.",
3514 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3515 "keywords": [
3516 "tokenizer"
3517 ],
3518 "time": "2015-01-17 09:51:32"
3519 },
3520 {
3521 "name": "phpunit/phpunit",
3522 "version": "4.5.0",
3523 "source": {
3524 "type": "git",
3525 "url": "https://github.com/sebastianbergmann/phpunit.git",
3526 "reference": "5b578d3865a9128b9c209b011fda6539ec06e7a5"
3527 },
3528 "dist": {
3529 "type": "zip",
3530 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5b578d3865a9128b9c209b011fda6539ec06e7a5",
3531 "reference": "5b578d3865a9128b9c209b011fda6539ec06e7a5",
3532 "shasum": ""
3533 },
3534 "require": {
3535 "ext-dom": "*",
3536 "ext-json": "*",
3537 "ext-pcre": "*",
3538 "ext-reflection": "*",
3539 "ext-spl": "*",
3540 "php": ">=5.3.3",
3541 "phpspec/prophecy": "~1.3.1",
3542 "phpunit/php-code-coverage": "~2.0",
3543 "phpunit/php-file-iterator": "~1.3.2",
3544 "phpunit/php-text-template": "~1.2",
3545 "phpunit/php-timer": "~1.0.2",
3546 "phpunit/phpunit-mock-objects": "~2.3",
3547 "sebastian/comparator": "~1.1",
3548 "sebastian/diff": "~1.1",
3549 "sebastian/environment": "~1.2",
3550 "sebastian/exporter": "~1.2",
3551 "sebastian/global-state": "~1.0",
3552 "sebastian/version": "~1.0",
3553 "symfony/yaml": "~2.0"
3554 },
3555 "suggest": {
3556 "phpunit/php-invoker": "~1.1"
3557 },
3558 "bin": [
3559 "phpunit"
3560 ],
3561 "type": "library",
3562 "extra": {
3563 "branch-alias": {
3564 "dev-master": "4.5.x-dev"
3565 }
3566 },
3567 "autoload": {
3568 "classmap": [
3569 "src/"
3570 ]
3571 },
3572 "notification-url": "https://packagist.org/downloads/",
3573 "license": [
3574 "BSD-3-Clause"
3575 ],
3576 "authors": [
3577 {
3578 "name": "Sebastian Bergmann",
3579 "email": "sebastian@phpunit.de",
3580 "role": "lead"
3581 }
3582 ],
3583 "description": "The PHP Unit Testing framework.",
3584 "homepage": "https://phpunit.de/",
3585 "keywords": [
3586 "phpunit",
3587 "testing",
3588 "xunit"
3589 ],
3590 "time": "2015-02-05 15:51:19"
3591 },
3592 {
3593 "name": "phpunit/phpunit-mock-objects",
3594 "version": "2.3.0",
3595 "source": {
3596 "type": "git",
3597 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3598 "reference": "c63d2367247365f688544f0d500af90a11a44c65"
3599 },
3600 "dist": {
3601 "type": "zip",
3602 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65",
3603 "reference": "c63d2367247365f688544f0d500af90a11a44c65",
3604 "shasum": ""
3605 },
3606 "require": {
3607 "doctrine/instantiator": "~1.0,>=1.0.1",
3608 "php": ">=5.3.3",
3609 "phpunit/php-text-template": "~1.2"
3610 },
3611 "require-dev": {
3612 "phpunit/phpunit": "~4.3"
3613 },
3614 "suggest": {
3615 "ext-soap": "*"
3616 },
3617 "type": "library",
3618 "extra": {
3619 "branch-alias": {
3620 "dev-master": "2.3.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": "Sebastian Bergmann",
3635 "email": "sb@sebastian-bergmann.de",
3636 "role": "lead"
3637 }
3638 ],
3639 "description": "Mock Object library for PHPUnit",
3640 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3641 "keywords": [
3642 "mock",
3643 "xunit"
3644 ],
3645 "time": "2014-10-03 05:12:11"
3646 },
3647 {
3648 "name": "sebastian/comparator",
3649 "version": "1.1.1",
3650 "source": {
3651 "type": "git",
3652 "url": "https://github.com/sebastianbergmann/comparator.git",
3653 "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
3654 },
3655 "dist": {
3656 "type": "zip",
3657 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
3658 "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
3659 "shasum": ""
3660 },
3661 "require": {
3662 "php": ">=5.3.3",
3663 "sebastian/diff": "~1.2",
3664 "sebastian/exporter": "~1.2"
3665 },
3666 "require-dev": {
3667 "phpunit/phpunit": "~4.4"
3668 },
3669 "type": "library",
3670 "extra": {
3671 "branch-alias": {
3672 "dev-master": "1.1.x-dev"
3673 }
3674 },
3675 "autoload": {
3676 "classmap": [
3677 "src/"
3678 ]
3679 },
3680 "notification-url": "https://packagist.org/downloads/",
3681 "license": [
3682 "BSD-3-Clause"
3683 ],
3684 "authors": [
3685 {
3686 "name": "Jeff Welch",
3687 "email": "whatthejeff@gmail.com"
3688 },
3689 {
3690 "name": "Volker Dusch",
3691 "email": "github@wallbash.com"
3692 },
3693 {
3694 "name": "Bernhard Schussek",
3695 "email": "bschussek@2bepublished.at"
3696 },
3697 {
3698 "name": "Sebastian Bergmann",
3699 "email": "sebastian@phpunit.de"
3700 }
3701 ],
3702 "description": "Provides the functionality to compare PHP values for equality",
3703 "homepage": "http://www.github.com/sebastianbergmann/comparator",
3704 "keywords": [
3705 "comparator",
3706 "compare",
3707 "equality"
3708 ],
3709 "time": "2015-01-29 16:28:08"
3710 },
3711 {
3712 "name": "sebastian/diff",
3713 "version": "1.2.0",
3714 "source": {
3715 "type": "git",
3716 "url": "https://github.com/sebastianbergmann/diff.git",
3717 "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
3718 },
3719 "dist": {
3720 "type": "zip",
3721 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
3722 "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
3723 "shasum": ""
3724 },
3725 "require": {
3726 "php": ">=5.3.3"
3727 },
3728 "require-dev": {
3729 "phpunit/phpunit": "~4.2"
3730 },
3731 "type": "library",
3732 "extra": {
3733 "branch-alias": {
3734 "dev-master": "1.2-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": "Kore Nordmann",
3749 "email": "mail@kore-nordmann.de"
3750 },
3751 {
3752 "name": "Sebastian Bergmann",
3753 "email": "sebastian@phpunit.de"
3754 }
3755 ],
3756 "description": "Diff implementation",
3757 "homepage": "http://www.github.com/sebastianbergmann/diff",
3758 "keywords": [
3759 "diff"
3760 ],
3761 "time": "2014-08-15 10:29:00"
3762 },
3763 {
3764 "name": "sebastian/environment",
3765 "version": "1.2.1",
3766 "source": {
3767 "type": "git",
3768 "url": "https://github.com/sebastianbergmann/environment.git",
3769 "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7"
3770 },
3771 "dist": {
3772 "type": "zip",
3773 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7",
3774 "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7",
3775 "shasum": ""
3776 },
3777 "require": {
3778 "php": ">=5.3.3"
3779 },
3780 "require-dev": {
3781 "phpunit/phpunit": "~4.3"
3782 },
3783 "type": "library",
3784 "extra": {
3785 "branch-alias": {
3786 "dev-master": "1.2.x-dev"
3787 }
3788 },
3789 "autoload": {
3790 "classmap": [
3791 "src/"
3792 ]
3793 },
3794 "notification-url": "https://packagist.org/downloads/",
3795 "license": [
3796 "BSD-3-Clause"
3797 ],
3798 "authors": [
3799 {
3800 "name": "Sebastian Bergmann",
3801 "email": "sebastian@phpunit.de"
3802 }
3803 ],
3804 "description": "Provides functionality to handle HHVM/PHP environments",
3805 "homepage": "http://www.github.com/sebastianbergmann/environment",
3806 "keywords": [
3807 "Xdebug",
3808 "environment",
3809 "hhvm"
3810 ],
3811 "time": "2014-10-25 08:00:45"
3812 },
3813 {
3814 "name": "sebastian/exporter",
3815 "version": "1.2.0",
3816 "source": {
3817 "type": "git",
3818 "url": "https://github.com/sebastianbergmann/exporter.git",
3819 "reference": "84839970d05254c73cde183a721c7af13aede943"
3820 },
3821 "dist": {
3822 "type": "zip",
3823 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
3824 "reference": "84839970d05254c73cde183a721c7af13aede943",
3825 "shasum": ""
3826 },
3827 "require": {
3828 "php": ">=5.3.3",
3829 "sebastian/recursion-context": "~1.0"
3830 },
3831 "require-dev": {
3832 "phpunit/phpunit": "~4.4"
3833 },
3834 "type": "library",
3835 "extra": {
3836 "branch-alias": {
3837 "dev-master": "1.2.x-dev"
3838 }
3839 },
3840 "autoload": {
3841 "classmap": [
3842 "src/"
3843 ]
3844 },
3845 "notification-url": "https://packagist.org/downloads/",
3846 "license": [
3847 "BSD-3-Clause"
3848 ],
3849 "authors": [
3850 {
3851 "name": "Jeff Welch",
3852 "email": "whatthejeff@gmail.com"
3853 },
3854 {
3855 "name": "Volker Dusch",
3856 "email": "github@wallbash.com"
3857 },
3858 {
3859 "name": "Bernhard Schussek",
3860 "email": "bschussek@2bepublished.at"
3861 },
3862 {
3863 "name": "Sebastian Bergmann",
3864 "email": "sebastian@phpunit.de"
3865 },
3866 {
3867 "name": "Adam Harvey",
3868 "email": "aharvey@php.net"
3869 }
3870 ],
3871 "description": "Provides the functionality to export PHP variables for visualization",
3872 "homepage": "http://www.github.com/sebastianbergmann/exporter",
3873 "keywords": [
3874 "export",
3875 "exporter"
3876 ],
3877 "time": "2015-01-27 07:23:06"
3878 },
3879 {
3880 "name": "sebastian/global-state",
3881 "version": "1.0.0",
3882 "source": {
3883 "type": "git",
3884 "url": "https://github.com/sebastianbergmann/global-state.git",
3885 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
3886 },
3887 "dist": {
3888 "type": "zip",
3889 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
3890 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
3891 "shasum": ""
3892 },
3893 "require": {
3894 "php": ">=5.3.3"
3895 },
3896 "require-dev": {
3897 "phpunit/phpunit": "~4.2"
3898 },
3899 "suggest": {
3900 "ext-uopz": "*"
3901 },
3902 "type": "library",
3903 "extra": {
3904 "branch-alias": {
3905 "dev-master": "1.0-dev"
3906 }
3907 },
3908 "autoload": {
3909 "classmap": [
3910 "src/"
3911 ]
3912 },
3913 "notification-url": "https://packagist.org/downloads/",
3914 "license": [
3915 "BSD-3-Clause"
3916 ],
3917 "authors": [
3918 {
3919 "name": "Sebastian Bergmann",
3920 "email": "sebastian@phpunit.de"
3921 }
3922 ],
3923 "description": "Snapshotting of global state",
3924 "homepage": "http://www.github.com/sebastianbergmann/global-state",
3925 "keywords": [
3926 "global state"
3927 ],
3928 "time": "2014-10-06 09:23:50"
3929 },
3930 {
3931 "name": "sebastian/recursion-context",
3932 "version": "1.0.0",
3933 "source": {
3934 "type": "git",
3935 "url": "https://github.com/sebastianbergmann/recursion-context.git",
3936 "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
3937 },
3938 "dist": {
3939 "type": "zip",
3940 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
3941 "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
3942 "shasum": ""
3943 },
3944 "require": {
3945 "php": ">=5.3.3"
3946 },
3947 "require-dev": {
3948 "phpunit/phpunit": "~4.4"
3949 },
3950 "type": "library",
3951 "extra": {
3952 "branch-alias": {
3953 "dev-master": "1.0.x-dev"
3954 }
3955 },
3956 "autoload": {
3957 "classmap": [
3958 "src/"
3959 ]
3960 },
3961 "notification-url": "https://packagist.org/downloads/",
3962 "license": [
3963 "BSD-3-Clause"
3964 ],
3965 "authors": [
3966 {
3967 "name": "Jeff Welch",
3968 "email": "whatthejeff@gmail.com"
3969 },
3970 {
3971 "name": "Sebastian Bergmann",
3972 "email": "sebastian@phpunit.de"
3973 },
3974 {
3975 "name": "Adam Harvey",
3976 "email": "aharvey@php.net"
3977 }
3978 ],
3979 "description": "Provides functionality to recursively process PHP variables",
3980 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3981 "time": "2015-01-24 09:48:32"
3982 },
3983 {
3984 "name": "sebastian/version",
3985 "version": "1.0.4",
3986 "source": {
3987 "type": "git",
3988 "url": "https://github.com/sebastianbergmann/version.git",
3989 "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b"
3990 },
3991 "dist": {
3992 "type": "zip",
3993 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b",
3994 "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b",
3995 "shasum": ""
3996 },
3997 "type": "library",
3998 "autoload": {
3999 "classmap": [
4000 "src/"
4001 ]
4002 },
4003 "notification-url": "https://packagist.org/downloads/",
4004 "license": [
4005 "BSD-3-Clause"
4006 ],
4007 "authors": [
4008 {
4009 "name": "Sebastian Bergmann",
4010 "email": "sebastian@phpunit.de",
4011 "role": "lead"
4012 }
4013 ],
4014 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4015 "homepage": "https://github.com/sebastianbergmann/version",
4016 "time": "2014-12-15 14:25:24"
4017 },
4018 {
4019 "name": "sensio/generator-bundle",
4020 "version": "v2.5.2",
4021 "target-dir": "Sensio/Bundle/GeneratorBundle",
4022 "source": {
4023 "type": "git",
4024 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4025 "reference": "4b09746520a826a7bf34a466ba31c7d8740fef7e"
4026 },
4027 "dist": {
4028 "type": "zip",
4029 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/4b09746520a826a7bf34a466ba31c7d8740fef7e",
4030 "reference": "4b09746520a826a7bf34a466ba31c7d8740fef7e",
4031 "shasum": ""
4032 },
4033 "require": {
4034 "symfony/console": "~2.5",
4035 "symfony/framework-bundle": "~2.2"
4036 },
4037 "require-dev": {
4038 "doctrine/orm": "~2.2,>=2.2.3",
4039 "symfony/doctrine-bridge": "~2.2",
4040 "twig/twig": "~1.11"
4041 },
4042 "type": "symfony-bundle",
4043 "extra": {
4044 "branch-alias": {
4045 "dev-master": "2.5.x-dev"
4046 }
4047 },
4048 "autoload": {
4049 "psr-0": {
4050 "Sensio\\Bundle\\GeneratorBundle": ""
4051 }
4052 },
4053 "notification-url": "https://packagist.org/downloads/",
4054 "license": [
4055 "MIT"
4056 ],
4057 "authors": [
4058 {
4059 "name": "Fabien Potencier",
4060 "email": "fabien@symfony.com"
4061 }
4062 ],
4063 "description": "This bundle generates code for you",
4064 "time": "2015-02-11 07:21:23"
4065 }
4066 ],
4067 "aliases": [],
4068 "minimum-stability": "dev",
4069 "stability-flags": {
4070 "nelmio/cors-bundle": 20,
4071 "htmlawed/htmlawed": 20,
4072 "wallabag/php-flash-messages": 20,
4073 "wallabag/kriss_php5": 20,
4074 "wallabag/pagination": 20,
4075 "wallabag/phpepub": 20,
4076 "wallabag/php-readability": 20,
4077 "wallabag/phpmobi": 20,
4078 "wallabag/fivefilters_libraries": 20,
4079 "doctrine/doctrine-fixtures-bundle": 20
4080 },
4081 "prefer-stable": true,
4082 "prefer-lowest": false,
4083 "platform": {
4084 "php": ">=5.3.3"
4085 },
4086 "platform-dev": []
4087 }