]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
enable CORS
[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": "4cbcfeafb3c1dc4ed8c364e93969808f",
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": "mgargano/simplehtmldom",
1287 "version": "1.5",
1288 "source": {
1289 "type": "git",
1290 "url": "https://github.com/matstars/simplehtmldom.git",
1291 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
1292 },
1293 "dist": {
1294 "type": "zip",
1295 "url": "https://api.github.com/repos/matstars/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
1296 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
1297 "shasum": ""
1298 },
1299 "require": {
1300 "php": ">=5.3.0"
1301 },
1302 "type": "library",
1303 "autoload": {
1304 "psr-0": {
1305 "SimpleHtmlDom": "src/"
1306 },
1307 "files": [
1308 "src/simple_html_dom.php"
1309 ]
1310 },
1311 "notification-url": "https://packagist.org/downloads/",
1312 "license": [
1313 "The MIT License"
1314 ],
1315 "authors": [
1316 {
1317 "name": "S.C. Chen",
1318 "email": "me578022@gmail.com",
1319 "homepage": "http://simplehtmldom.sourceforge.net/",
1320 "role": "Lead Developer"
1321 }
1322 ],
1323 "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",
1324 "homepage": "http://simplehtmldom.sourceforge.net/",
1325 "keywords": [
1326 "Simple",
1327 "dom",
1328 "html"
1329 ],
1330 "time": "2014-01-05 18:17:34"
1331 },
1332 {
1333 "name": "michelf/php-markdown",
1334 "version": "1.4.1",
1335 "source": {
1336 "type": "git",
1337 "url": "https://github.com/michelf/php-markdown.git",
1338 "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
1339 },
1340 "dist": {
1341 "type": "zip",
1342 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
1343 "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
1344 "shasum": ""
1345 },
1346 "require": {
1347 "php": ">=5.3.0"
1348 },
1349 "type": "library",
1350 "extra": {
1351 "branch-alias": {
1352 "dev-lib": "1.4.x-dev"
1353 }
1354 },
1355 "autoload": {
1356 "psr-0": {
1357 "Michelf": ""
1358 }
1359 },
1360 "notification-url": "https://packagist.org/downloads/",
1361 "license": [
1362 "BSD-3-Clause"
1363 ],
1364 "authors": [
1365 {
1366 "name": "Michel Fortin",
1367 "email": "michel.fortin@michelf.ca",
1368 "homepage": "http://michelf.ca/",
1369 "role": "Developer"
1370 },
1371 {
1372 "name": "John Gruber",
1373 "homepage": "http://daringfireball.net/"
1374 }
1375 ],
1376 "description": "PHP Markdown",
1377 "homepage": "http://michelf.ca/projects/php-markdown/",
1378 "keywords": [
1379 "markdown"
1380 ],
1381 "time": "2014-05-05 02:43:50"
1382 },
1383 {
1384 "name": "monolog/monolog",
1385 "version": "1.12.0",
1386 "source": {
1387 "type": "git",
1388 "url": "https://github.com/Seldaek/monolog.git",
1389 "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f"
1390 },
1391 "dist": {
1392 "type": "zip",
1393 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
1394 "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
1395 "shasum": ""
1396 },
1397 "require": {
1398 "php": ">=5.3.0",
1399 "psr/log": "~1.0"
1400 },
1401 "provide": {
1402 "psr/log-implementation": "1.0.0"
1403 },
1404 "require-dev": {
1405 "aws/aws-sdk-php": "~2.4, >2.4.8",
1406 "doctrine/couchdb": "~1.0@dev",
1407 "graylog2/gelf-php": "~1.0",
1408 "phpunit/phpunit": "~4.0",
1409 "raven/raven": "~0.5",
1410 "ruflin/elastica": "0.90.*",
1411 "videlalvaro/php-amqplib": "~2.4"
1412 },
1413 "suggest": {
1414 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1415 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1416 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1417 "ext-mongo": "Allow sending log messages to a MongoDB server",
1418 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1419 "raven/raven": "Allow sending log messages to a Sentry server",
1420 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1421 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1422 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1423 },
1424 "type": "library",
1425 "extra": {
1426 "branch-alias": {
1427 "dev-master": "1.12.x-dev"
1428 }
1429 },
1430 "autoload": {
1431 "psr-4": {
1432 "Monolog\\": "src/Monolog"
1433 }
1434 },
1435 "notification-url": "https://packagist.org/downloads/",
1436 "license": [
1437 "MIT"
1438 ],
1439 "authors": [
1440 {
1441 "name": "Jordi Boggiano",
1442 "email": "j.boggiano@seld.be",
1443 "homepage": "http://seld.be"
1444 }
1445 ],
1446 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1447 "homepage": "http://github.com/Seldaek/monolog",
1448 "keywords": [
1449 "log",
1450 "logging",
1451 "psr-3"
1452 ],
1453 "time": "2014-12-29 21:29:35"
1454 },
1455 {
1456 "name": "nelmio/api-doc-bundle",
1457 "version": "2.7.0",
1458 "target-dir": "Nelmio/ApiDocBundle",
1459 "source": {
1460 "type": "git",
1461 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
1462 "reference": "3fdb2d4a819d1f71bff0c45880af705a8b124955"
1463 },
1464 "dist": {
1465 "type": "zip",
1466 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/3fdb2d4a819d1f71bff0c45880af705a8b124955",
1467 "reference": "3fdb2d4a819d1f71bff0c45880af705a8b124955",
1468 "shasum": ""
1469 },
1470 "require": {
1471 "michelf/php-markdown": "~1.4",
1472 "symfony/console": "~2.1",
1473 "symfony/framework-bundle": "~2.1",
1474 "symfony/twig-bundle": "~2.1"
1475 },
1476 "conflict": {
1477 "jms/serializer": "<0.12",
1478 "jms/serializer-bundle": "<0.11"
1479 },
1480 "require-dev": {
1481 "friendsofsymfony/rest-bundle": "~1.0",
1482 "jms/serializer-bundle": ">=0.11",
1483 "sensio/framework-extra-bundle": "~2.1",
1484 "symfony/browser-kit": "~2.1",
1485 "symfony/css-selector": "~2.1",
1486 "symfony/form": "~2.1",
1487 "symfony/validator": "~2.1",
1488 "symfony/yaml": "~2.1"
1489 },
1490 "suggest": {
1491 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
1492 "jms/serializer": "For making use of serializer information in the doc.",
1493 "symfony/form": "For using form definitions as input.",
1494 "symfony/validator": "For making use of validator information in the doc."
1495 },
1496 "type": "symfony-bundle",
1497 "extra": {
1498 "branch-alias": {
1499 "dev-master": "2.7.x-dev"
1500 }
1501 },
1502 "autoload": {
1503 "psr-0": {
1504 "Nelmio\\ApiDocBundle": ""
1505 }
1506 },
1507 "notification-url": "https://packagist.org/downloads/",
1508 "license": [
1509 "MIT"
1510 ],
1511 "authors": [
1512 {
1513 "name": "Nelmio",
1514 "homepage": "http://nelm.io"
1515 },
1516 {
1517 "name": "Symfony Community",
1518 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
1519 }
1520 ],
1521 "description": "Generates documentation for your REST API from annotations",
1522 "keywords": [
1523 "api",
1524 "doc",
1525 "documentation",
1526 "rest"
1527 ],
1528 "time": "2014-07-30 09:11:08"
1529 },
1530 {
1531 "name": "nelmio/cors-bundle",
1532 "version": "1.3.3",
1533 "target-dir": "Nelmio/CorsBundle",
1534 "source": {
1535 "type": "git",
1536 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
1537 "reference": "d482c01f6ca0840025b81b65534d0ffb7c18f425"
1538 },
1539 "dist": {
1540 "type": "zip",
1541 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/d482c01f6ca0840025b81b65534d0ffb7c18f425",
1542 "reference": "d482c01f6ca0840025b81b65534d0ffb7c18f425",
1543 "shasum": ""
1544 },
1545 "require": {
1546 "symfony/framework-bundle": "~2.2"
1547 },
1548 "require-dev": {
1549 "matthiasnoback/symfony-dependency-injection-test": "0.2.*",
1550 "mockery/mockery": "dev-master"
1551 },
1552 "type": "symfony-bundle",
1553 "extra": {
1554 "branch-alias": {
1555 "dev-master": "1.3.x-dev"
1556 }
1557 },
1558 "autoload": {
1559 "psr-0": {
1560 "Nelmio\\CorsBundle": ""
1561 }
1562 },
1563 "notification-url": "https://packagist.org/downloads/",
1564 "license": [
1565 "MIT"
1566 ],
1567 "authors": [
1568 {
1569 "name": "Nelmio",
1570 "homepage": "http://nelm.io"
1571 },
1572 {
1573 "name": "Symfony Community",
1574 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
1575 }
1576 ],
1577 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
1578 "keywords": [
1579 "api",
1580 "cors",
1581 "crossdomain"
1582 ],
1583 "time": "2014-12-10 17:26:49"
1584 },
1585 {
1586 "name": "phpcollection/phpcollection",
1587 "version": "0.4.0",
1588 "source": {
1589 "type": "git",
1590 "url": "https://github.com/schmittjoh/php-collection.git",
1591 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
1592 },
1593 "dist": {
1594 "type": "zip",
1595 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
1596 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
1597 "shasum": ""
1598 },
1599 "require": {
1600 "phpoption/phpoption": "1.*"
1601 },
1602 "type": "library",
1603 "extra": {
1604 "branch-alias": {
1605 "dev-master": "0.3-dev"
1606 }
1607 },
1608 "autoload": {
1609 "psr-0": {
1610 "PhpCollection": "src/"
1611 }
1612 },
1613 "notification-url": "https://packagist.org/downloads/",
1614 "license": [
1615 "Apache2"
1616 ],
1617 "authors": [
1618 {
1619 "name": "Johannes Schmitt",
1620 "email": "schmittjoh@gmail.com",
1621 "homepage": "https://github.com/schmittjoh",
1622 "role": "Developer of wrapped JMSSerializerBundle"
1623 }
1624 ],
1625 "description": "General-Purpose Collection Library for PHP",
1626 "keywords": [
1627 "collection",
1628 "list",
1629 "map",
1630 "sequence",
1631 "set"
1632 ],
1633 "time": "2014-03-11 13:46:42"
1634 },
1635 {
1636 "name": "phpoption/phpoption",
1637 "version": "1.4.0",
1638 "source": {
1639 "type": "git",
1640 "url": "https://github.com/schmittjoh/php-option.git",
1641 "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5"
1642 },
1643 "dist": {
1644 "type": "zip",
1645 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
1646 "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
1647 "shasum": ""
1648 },
1649 "require": {
1650 "php": ">=5.3.0"
1651 },
1652 "type": "library",
1653 "extra": {
1654 "branch-alias": {
1655 "dev-master": "1.3-dev"
1656 }
1657 },
1658 "autoload": {
1659 "psr-0": {
1660 "PhpOption\\": "src/"
1661 }
1662 },
1663 "notification-url": "https://packagist.org/downloads/",
1664 "license": [
1665 "Apache2"
1666 ],
1667 "authors": [
1668 {
1669 "name": "Johannes Schmitt",
1670 "email": "schmittjoh@gmail.com",
1671 "homepage": "https://github.com/schmittjoh",
1672 "role": "Developer of wrapped JMSSerializerBundle"
1673 }
1674 ],
1675 "description": "Option Type for PHP",
1676 "keywords": [
1677 "language",
1678 "option",
1679 "php",
1680 "type"
1681 ],
1682 "time": "2014-01-09 22:37:17"
1683 },
1684 {
1685 "name": "psr/log",
1686 "version": "1.0.0",
1687 "source": {
1688 "type": "git",
1689 "url": "https://github.com/php-fig/log.git",
1690 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1691 },
1692 "dist": {
1693 "type": "zip",
1694 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1695 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1696 "shasum": ""
1697 },
1698 "type": "library",
1699 "autoload": {
1700 "psr-0": {
1701 "Psr\\Log\\": ""
1702 }
1703 },
1704 "notification-url": "https://packagist.org/downloads/",
1705 "license": [
1706 "MIT"
1707 ],
1708 "authors": [
1709 {
1710 "name": "PHP-FIG",
1711 "homepage": "http://www.php-fig.org/"
1712 }
1713 ],
1714 "description": "Common interface for logging libraries",
1715 "keywords": [
1716 "log",
1717 "psr",
1718 "psr-3"
1719 ],
1720 "time": "2012-12-21 11:40:51"
1721 },
1722 {
1723 "name": "robmorgan/phinx",
1724 "version": "v0.4.3",
1725 "source": {
1726 "type": "git",
1727 "url": "https://github.com/robmorgan/phinx.git",
1728 "reference": "0d1f9cb9939f65f506a8a3f5fee356764c310fd4"
1729 },
1730 "dist": {
1731 "type": "zip",
1732 "url": "https://api.github.com/repos/robmorgan/phinx/zipball/0d1f9cb9939f65f506a8a3f5fee356764c310fd4",
1733 "reference": "0d1f9cb9939f65f506a8a3f5fee356764c310fd4",
1734 "shasum": ""
1735 },
1736 "require": {
1737 "php": ">=5.3.2",
1738 "symfony/config": "~2.6.0",
1739 "symfony/console": "~2.6.0",
1740 "symfony/yaml": "~2.6.0"
1741 },
1742 "require-dev": {
1743 "phpunit/phpunit": "3.7.*",
1744 "squizlabs/php_codesniffer": "dev-phpcs-fixer"
1745 },
1746 "bin": [
1747 "bin/phinx"
1748 ],
1749 "type": "library",
1750 "autoload": {
1751 "psr-4": {
1752 "Phinx\\": "src/Phinx"
1753 }
1754 },
1755 "notification-url": "https://packagist.org/downloads/",
1756 "license": [
1757 "MIT"
1758 ],
1759 "authors": [
1760 {
1761 "name": "Rob Morgan",
1762 "email": "robbym@gmail.com",
1763 "homepage": "http://robmorgan.id.au",
1764 "role": "Lead Developer"
1765 },
1766 {
1767 "name": "Woody Gilk",
1768 "email": "woody.gilk@gmail.com",
1769 "homepage": "http://shadowhand.me",
1770 "role": "Developer"
1771 }
1772 ],
1773 "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
1774 "homepage": "https://phinx.org",
1775 "keywords": [
1776 "database",
1777 "database migrations",
1778 "db",
1779 "migrations",
1780 "phinx"
1781 ],
1782 "time": "2015-02-23 16:38:12"
1783 },
1784 {
1785 "name": "sensio/distribution-bundle",
1786 "version": "v3.0.18",
1787 "target-dir": "Sensio/Bundle/DistributionBundle",
1788 "source": {
1789 "type": "git",
1790 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1791 "reference": "ac026149ffb1d3a5c893290d2d3ca8795013de08"
1792 },
1793 "dist": {
1794 "type": "zip",
1795 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/ac026149ffb1d3a5c893290d2d3ca8795013de08",
1796 "reference": "ac026149ffb1d3a5c893290d2d3ca8795013de08",
1797 "shasum": ""
1798 },
1799 "require": {
1800 "php": ">=5.3.3",
1801 "sensiolabs/security-checker": "~2.0",
1802 "symfony/class-loader": "~2.2",
1803 "symfony/framework-bundle": "~2.3",
1804 "symfony/process": "~2.2"
1805 },
1806 "require-dev": {
1807 "symfony/form": "~2.2",
1808 "symfony/validator": "~2.2",
1809 "symfony/yaml": "~2.2"
1810 },
1811 "suggest": {
1812 "symfony/form": "If you want to use the configurator",
1813 "symfony/validator": "If you want to use the configurator",
1814 "symfony/yaml": "If you want to use the configurator"
1815 },
1816 "type": "symfony-bundle",
1817 "extra": {
1818 "branch-alias": {
1819 "dev-master": "3.0.x-dev"
1820 }
1821 },
1822 "autoload": {
1823 "psr-0": {
1824 "Sensio\\Bundle\\DistributionBundle": ""
1825 }
1826 },
1827 "notification-url": "https://packagist.org/downloads/",
1828 "license": [
1829 "MIT"
1830 ],
1831 "authors": [
1832 {
1833 "name": "Fabien Potencier",
1834 "email": "fabien@symfony.com"
1835 }
1836 ],
1837 "description": "Base bundle for Symfony Distributions",
1838 "keywords": [
1839 "configuration",
1840 "distribution"
1841 ],
1842 "time": "2015-02-27 12:59:18"
1843 },
1844 {
1845 "name": "sensio/framework-extra-bundle",
1846 "version": "v3.0.4",
1847 "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
1848 "source": {
1849 "type": "git",
1850 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1851 "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a"
1852 },
1853 "dist": {
1854 "type": "zip",
1855 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/b3bc3e67c8b6b68b18d727012183520d35ee762a",
1856 "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a",
1857 "shasum": ""
1858 },
1859 "require": {
1860 "doctrine/common": "~2.2",
1861 "symfony/framework-bundle": "~2.3"
1862 },
1863 "require-dev": {
1864 "symfony/expression-language": "~2.4",
1865 "symfony/security-bundle": "~2.4"
1866 },
1867 "suggest": {
1868 "symfony/expression-language": "",
1869 "symfony/security-bundle": ""
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\\FrameworkExtraBundle": ""
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": "This bundle provides a way to configure your controllers with annotations",
1893 "keywords": [
1894 "annotations",
1895 "controllers"
1896 ],
1897 "time": "2014-12-02 09:52:52"
1898 },
1899 {
1900 "name": "sensiolabs/security-checker",
1901 "version": "v2.0.1",
1902 "source": {
1903 "type": "git",
1904 "url": "https://github.com/sensiolabs/security-checker.git",
1905 "reference": "134cecf1c61256bd8e973e11376891a724543820"
1906 },
1907 "dist": {
1908 "type": "zip",
1909 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/134cecf1c61256bd8e973e11376891a724543820",
1910 "reference": "134cecf1c61256bd8e973e11376891a724543820",
1911 "shasum": ""
1912 },
1913 "require": {
1914 "ext-curl": "*",
1915 "symfony/console": "~2.0"
1916 },
1917 "bin": [
1918 "security-checker"
1919 ],
1920 "type": "library",
1921 "extra": {
1922 "branch-alias": {
1923 "dev-master": "2.0-dev"
1924 }
1925 },
1926 "autoload": {
1927 "psr-0": {
1928 "SensioLabs\\Security": ""
1929 }
1930 },
1931 "notification-url": "https://packagist.org/downloads/",
1932 "license": [
1933 "MIT"
1934 ],
1935 "authors": [
1936 {
1937 "name": "Fabien Potencier",
1938 "email": "fabien.potencier@gmail.com"
1939 }
1940 ],
1941 "description": "A security checker for your composer.lock",
1942 "time": "2015-01-26 16:25:19"
1943 },
1944 {
1945 "name": "simplepie/simplepie",
1946 "version": "1.3.1",
1947 "source": {
1948 "type": "git",
1949 "url": "https://github.com/simplepie/simplepie.git",
1950 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
1951 },
1952 "dist": {
1953 "type": "zip",
1954 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
1955 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
1956 "shasum": ""
1957 },
1958 "require": {
1959 "php": ">=5.2.0"
1960 },
1961 "type": "library",
1962 "autoload": {
1963 "psr-0": {
1964 "SimplePie": "library"
1965 }
1966 },
1967 "notification-url": "https://packagist.org/downloads/",
1968 "license": [
1969 "BSD-3-Clause"
1970 ],
1971 "authors": [
1972 {
1973 "name": "Ryan Parman",
1974 "homepage": "http://ryanparman.com/",
1975 "role": "Creator, alumnus developer"
1976 },
1977 {
1978 "name": "Geoffrey Sneddon",
1979 "homepage": "http://gsnedders.com/",
1980 "role": "Alumnus developer"
1981 },
1982 {
1983 "name": "Ryan McCue",
1984 "email": "me@ryanmccue.info",
1985 "homepage": "http://ryanmccue.info/",
1986 "role": "Developer"
1987 }
1988 ],
1989 "description": "A simple Atom/RSS parsing library for PHP",
1990 "homepage": "http://simplepie.org/",
1991 "keywords": [
1992 "atom",
1993 "feeds",
1994 "rss"
1995 ],
1996 "time": "2012-10-30 17:54:03"
1997 },
1998 {
1999 "name": "swiftmailer/swiftmailer",
2000 "version": "v5.3.1",
2001 "source": {
2002 "type": "git",
2003 "url": "https://github.com/swiftmailer/swiftmailer.git",
2004 "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a"
2005 },
2006 "dist": {
2007 "type": "zip",
2008 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/c5f963e7f9d6f6438fda4f22d5cc2db296ec621a",
2009 "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a",
2010 "shasum": ""
2011 },
2012 "require": {
2013 "php": ">=5.3.3"
2014 },
2015 "require-dev": {
2016 "mockery/mockery": "~0.9.1"
2017 },
2018 "type": "library",
2019 "extra": {
2020 "branch-alias": {
2021 "dev-master": "5.3-dev"
2022 }
2023 },
2024 "autoload": {
2025 "files": [
2026 "lib/swift_required.php"
2027 ]
2028 },
2029 "notification-url": "https://packagist.org/downloads/",
2030 "license": [
2031 "MIT"
2032 ],
2033 "authors": [
2034 {
2035 "name": "Chris Corbyn"
2036 },
2037 {
2038 "name": "Fabien Potencier",
2039 "email": "fabien@symfony.com"
2040 }
2041 ],
2042 "description": "Swiftmailer, free feature-rich PHP mailer",
2043 "homepage": "http://swiftmailer.org",
2044 "keywords": [
2045 "mail",
2046 "mailer"
2047 ],
2048 "time": "2014-12-05 14:17:14"
2049 },
2050 {
2051 "name": "symfony/assetic-bundle",
2052 "version": "v2.6.1",
2053 "source": {
2054 "type": "git",
2055 "url": "https://github.com/symfony/AsseticBundle.git",
2056 "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0"
2057 },
2058 "dist": {
2059 "type": "zip",
2060 "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/422b0add2110f0cf9bc7a873a386ea053f4a89f0",
2061 "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0",
2062 "shasum": ""
2063 },
2064 "require": {
2065 "kriswallsmith/assetic": "~1.2",
2066 "php": ">=5.3.0",
2067 "symfony/console": "~2.3",
2068 "symfony/dependency-injection": "~2.3",
2069 "symfony/framework-bundle": "~2.3",
2070 "symfony/yaml": "~2.3"
2071 },
2072 "require-dev": {
2073 "kriswallsmith/spork": "~0.2",
2074 "patchwork/jsqueeze": "~1.0",
2075 "symfony/class-loader": "~2.3",
2076 "symfony/css-selector": "~2.3",
2077 "symfony/dom-crawler": "~2.3",
2078 "symfony/twig-bundle": "~2.3"
2079 },
2080 "suggest": {
2081 "kriswallsmith/spork": "to be able to dump assets in parallel",
2082 "symfony/twig-bundle": "to use the Twig integration"
2083 },
2084 "type": "symfony-bundle",
2085 "extra": {
2086 "branch-alias": {
2087 "dev-master": "2.5-dev"
2088 }
2089 },
2090 "autoload": {
2091 "psr-4": {
2092 "Symfony\\Bundle\\AsseticBundle\\": ""
2093 }
2094 },
2095 "notification-url": "https://packagist.org/downloads/",
2096 "license": [
2097 "MIT"
2098 ],
2099 "authors": [
2100 {
2101 "name": "Kris Wallsmith",
2102 "email": "kris.wallsmith@gmail.com",
2103 "homepage": "http://kriswallsmith.net/"
2104 }
2105 ],
2106 "description": "Integrates Assetic into Symfony2",
2107 "homepage": "https://github.com/symfony/AsseticBundle",
2108 "keywords": [
2109 "assets",
2110 "compression",
2111 "minification"
2112 ],
2113 "time": "2015-01-27 12:45:16"
2114 },
2115 {
2116 "name": "symfony/monolog-bundle",
2117 "version": "v2.7.1",
2118 "source": {
2119 "type": "git",
2120 "url": "https://github.com/symfony/MonologBundle.git",
2121 "reference": "9320b6863404c70ebe111e9040dab96f251de7ac"
2122 },
2123 "dist": {
2124 "type": "zip",
2125 "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac",
2126 "reference": "9320b6863404c70ebe111e9040dab96f251de7ac",
2127 "shasum": ""
2128 },
2129 "require": {
2130 "monolog/monolog": "~1.8",
2131 "php": ">=5.3.2",
2132 "symfony/config": "~2.3",
2133 "symfony/dependency-injection": "~2.3",
2134 "symfony/http-kernel": "~2.3",
2135 "symfony/monolog-bridge": "~2.3"
2136 },
2137 "require-dev": {
2138 "symfony/console": "~2.3",
2139 "symfony/yaml": "~2.3"
2140 },
2141 "type": "symfony-bundle",
2142 "extra": {
2143 "branch-alias": {
2144 "dev-master": "2.7.x-dev"
2145 }
2146 },
2147 "autoload": {
2148 "psr-4": {
2149 "Symfony\\Bundle\\MonologBundle\\": ""
2150 }
2151 },
2152 "notification-url": "https://packagist.org/downloads/",
2153 "license": [
2154 "MIT"
2155 ],
2156 "authors": [
2157 {
2158 "name": "Symfony Community",
2159 "homepage": "http://symfony.com/contributors"
2160 },
2161 {
2162 "name": "Fabien Potencier",
2163 "email": "fabien@symfony.com"
2164 }
2165 ],
2166 "description": "Symfony MonologBundle",
2167 "homepage": "http://symfony.com",
2168 "keywords": [
2169 "log",
2170 "logging"
2171 ],
2172 "time": "2015-01-04 20:21:17"
2173 },
2174 {
2175 "name": "symfony/swiftmailer-bundle",
2176 "version": "v2.3.8",
2177 "source": {
2178 "type": "git",
2179 "url": "https://github.com/symfony/SwiftmailerBundle.git",
2180 "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
2181 },
2182 "dist": {
2183 "type": "zip",
2184 "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
2185 "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
2186 "shasum": ""
2187 },
2188 "require": {
2189 "php": ">=5.3.2",
2190 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2191 "symfony/swiftmailer-bridge": "~2.1"
2192 },
2193 "require-dev": {
2194 "symfony/config": "~2.1",
2195 "symfony/dependency-injection": "~2.1",
2196 "symfony/http-kernel": "~2.1",
2197 "symfony/yaml": "~2.1"
2198 },
2199 "suggest": {
2200 "psr/log": "Allows logging"
2201 },
2202 "type": "symfony-bundle",
2203 "extra": {
2204 "branch-alias": {
2205 "dev-master": "2.3-dev"
2206 }
2207 },
2208 "autoload": {
2209 "psr-4": {
2210 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2211 }
2212 },
2213 "notification-url": "https://packagist.org/downloads/",
2214 "license": [
2215 "MIT"
2216 ],
2217 "authors": [
2218 {
2219 "name": "Symfony Community",
2220 "homepage": "http://symfony.com/contributors"
2221 },
2222 {
2223 "name": "Fabien Potencier",
2224 "email": "fabien@symfony.com"
2225 }
2226 ],
2227 "description": "Symfony SwiftmailerBundle",
2228 "homepage": "http://symfony.com",
2229 "time": "2014-12-01 17:44:50"
2230 },
2231 {
2232 "name": "symfony/symfony",
2233 "version": "v2.6.4",
2234 "source": {
2235 "type": "git",
2236 "url": "https://github.com/symfony/symfony.git",
2237 "reference": "23b647f1e4eeb24a457d3c47f5f5046377d5a3bf"
2238 },
2239 "dist": {
2240 "type": "zip",
2241 "url": "https://api.github.com/repos/symfony/symfony/zipball/23b647f1e4eeb24a457d3c47f5f5046377d5a3bf",
2242 "reference": "23b647f1e4eeb24a457d3c47f5f5046377d5a3bf",
2243 "shasum": ""
2244 },
2245 "require": {
2246 "doctrine/common": "~2.3",
2247 "php": ">=5.3.3",
2248 "psr/log": "~1.0",
2249 "twig/twig": "~1.12,>=1.12.3"
2250 },
2251 "replace": {
2252 "symfony/browser-kit": "self.version",
2253 "symfony/class-loader": "self.version",
2254 "symfony/config": "self.version",
2255 "symfony/console": "self.version",
2256 "symfony/css-selector": "self.version",
2257 "symfony/debug": "self.version",
2258 "symfony/debug-bundle": "self.version",
2259 "symfony/dependency-injection": "self.version",
2260 "symfony/doctrine-bridge": "self.version",
2261 "symfony/dom-crawler": "self.version",
2262 "symfony/event-dispatcher": "self.version",
2263 "symfony/expression-language": "self.version",
2264 "symfony/filesystem": "self.version",
2265 "symfony/finder": "self.version",
2266 "symfony/form": "self.version",
2267 "symfony/framework-bundle": "self.version",
2268 "symfony/http-foundation": "self.version",
2269 "symfony/http-kernel": "self.version",
2270 "symfony/intl": "self.version",
2271 "symfony/locale": "self.version",
2272 "symfony/monolog-bridge": "self.version",
2273 "symfony/options-resolver": "self.version",
2274 "symfony/process": "self.version",
2275 "symfony/propel1-bridge": "self.version",
2276 "symfony/property-access": "self.version",
2277 "symfony/proxy-manager-bridge": "self.version",
2278 "symfony/routing": "self.version",
2279 "symfony/security": "self.version",
2280 "symfony/security-acl": "self.version",
2281 "symfony/security-bundle": "self.version",
2282 "symfony/security-core": "self.version",
2283 "symfony/security-csrf": "self.version",
2284 "symfony/security-http": "self.version",
2285 "symfony/serializer": "self.version",
2286 "symfony/stopwatch": "self.version",
2287 "symfony/swiftmailer-bridge": "self.version",
2288 "symfony/templating": "self.version",
2289 "symfony/translation": "self.version",
2290 "symfony/twig-bridge": "self.version",
2291 "symfony/twig-bundle": "self.version",
2292 "symfony/validator": "self.version",
2293 "symfony/var-dumper": "self.version",
2294 "symfony/web-profiler-bundle": "self.version",
2295 "symfony/yaml": "self.version"
2296 },
2297 "require-dev": {
2298 "doctrine/data-fixtures": "1.0.*",
2299 "doctrine/dbal": "~2.2",
2300 "doctrine/doctrine-bundle": "~1.2",
2301 "doctrine/orm": "~2.2,>=2.2.3",
2302 "egulias/email-validator": "~1.2",
2303 "ircmaxell/password-compat": "~1.0",
2304 "monolog/monolog": "~1.11",
2305 "ocramius/proxy-manager": "~0.4|~1.0",
2306 "propel/propel1": "~1.6"
2307 },
2308 "type": "library",
2309 "extra": {
2310 "branch-alias": {
2311 "dev-master": "2.6-dev"
2312 }
2313 },
2314 "autoload": {
2315 "psr-0": {
2316 "Symfony\\": "src/"
2317 },
2318 "classmap": [
2319 "src/Symfony/Component/HttpFoundation/Resources/stubs",
2320 "src/Symfony/Component/Intl/Resources/stubs"
2321 ],
2322 "files": [
2323 "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2324 ]
2325 },
2326 "notification-url": "https://packagist.org/downloads/",
2327 "license": [
2328 "MIT"
2329 ],
2330 "authors": [
2331 {
2332 "name": "Symfony Community",
2333 "homepage": "http://symfony.com/contributors"
2334 },
2335 {
2336 "name": "Fabien Potencier",
2337 "email": "fabien@symfony.com"
2338 }
2339 ],
2340 "description": "The Symfony PHP framework",
2341 "homepage": "http://symfony.com",
2342 "keywords": [
2343 "framework"
2344 ],
2345 "time": "2015-02-02 18:02:30"
2346 },
2347 {
2348 "name": "tecnick.com/tcpdf",
2349 "version": "6.2.6",
2350 "source": {
2351 "type": "git",
2352 "url": "https://github.com/tecnickcom/TCPDF.git",
2353 "reference": "a2e8f5b505a7a14a4ed960313c4baf699fd1f4bb"
2354 },
2355 "dist": {
2356 "type": "zip",
2357 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/a2e8f5b505a7a14a4ed960313c4baf699fd1f4bb",
2358 "reference": "a2e8f5b505a7a14a4ed960313c4baf699fd1f4bb",
2359 "shasum": ""
2360 },
2361 "require": {
2362 "php": ">=5.3.0"
2363 },
2364 "type": "library",
2365 "autoload": {
2366 "classmap": [
2367 "fonts",
2368 "config",
2369 "include",
2370 "tcpdf.php",
2371 "tcpdf_parser.php",
2372 "tcpdf_import.php",
2373 "tcpdf_barcodes_1d.php",
2374 "tcpdf_barcodes_2d.php",
2375 "include/tcpdf_colors.php",
2376 "include/tcpdf_filters.php",
2377 "include/tcpdf_font_data.php",
2378 "include/tcpdf_fonts.php",
2379 "include/tcpdf_images.php",
2380 "include/tcpdf_static.php",
2381 "include/barcodes/datamatrix.php",
2382 "include/barcodes/pdf417.php",
2383 "include/barcodes/qrcode.php"
2384 ]
2385 },
2386 "notification-url": "https://packagist.org/downloads/",
2387 "license": [
2388 "LGPLv3"
2389 ],
2390 "authors": [
2391 {
2392 "name": "Nicola Asuni",
2393 "email": "info@tecnick.com",
2394 "homepage": "http://nicolaasuni.tecnick.com"
2395 }
2396 ],
2397 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
2398 "homepage": "http://www.tcpdf.org/",
2399 "keywords": [
2400 "PDFD32000-2008",
2401 "TCPDF",
2402 "barcodes",
2403 "datamatrix",
2404 "pdf",
2405 "pdf417",
2406 "qrcode"
2407 ],
2408 "time": "2015-01-28 18:51:40"
2409 },
2410 {
2411 "name": "twig/extensions",
2412 "version": "v1.2.0",
2413 "source": {
2414 "type": "git",
2415 "url": "https://github.com/twigphp/Twig-extensions.git",
2416 "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd"
2417 },
2418 "dist": {
2419 "type": "zip",
2420 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
2421 "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
2422 "shasum": ""
2423 },
2424 "require": {
2425 "twig/twig": "~1.12"
2426 },
2427 "require-dev": {
2428 "symfony/translation": "~2.3"
2429 },
2430 "suggest": {
2431 "symfony/translation": "Allow the time_diff output to be translated"
2432 },
2433 "type": "library",
2434 "extra": {
2435 "branch-alias": {
2436 "dev-master": "1.2.x-dev"
2437 }
2438 },
2439 "autoload": {
2440 "psr-0": {
2441 "Twig_Extensions_": "lib/"
2442 }
2443 },
2444 "notification-url": "https://packagist.org/downloads/",
2445 "license": [
2446 "MIT"
2447 ],
2448 "authors": [
2449 {
2450 "name": "Fabien Potencier",
2451 "email": "fabien@symfony.com"
2452 }
2453 ],
2454 "description": "Common additional features for Twig that do not directly belong in core",
2455 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2456 "keywords": [
2457 "i18n",
2458 "text"
2459 ],
2460 "time": "2014-10-30 14:30:03"
2461 },
2462 {
2463 "name": "twig/twig",
2464 "version": "v1.18.0",
2465 "source": {
2466 "type": "git",
2467 "url": "https://github.com/twigphp/Twig.git",
2468 "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf"
2469 },
2470 "dist": {
2471 "type": "zip",
2472 "url": "https://api.github.com/repos/twigphp/Twig/zipball/4cf7464348e7f9893a93f7096a90b73722be99cf",
2473 "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf",
2474 "shasum": ""
2475 },
2476 "require": {
2477 "php": ">=5.2.4"
2478 },
2479 "type": "library",
2480 "extra": {
2481 "branch-alias": {
2482 "dev-master": "1.18-dev"
2483 }
2484 },
2485 "autoload": {
2486 "psr-0": {
2487 "Twig_": "lib/"
2488 }
2489 },
2490 "notification-url": "https://packagist.org/downloads/",
2491 "license": [
2492 "BSD-3-Clause"
2493 ],
2494 "authors": [
2495 {
2496 "name": "Fabien Potencier",
2497 "email": "fabien@symfony.com",
2498 "homepage": "http://fabien.potencier.org",
2499 "role": "Lead Developer"
2500 },
2501 {
2502 "name": "Armin Ronacher",
2503 "email": "armin.ronacher@active-4.com",
2504 "role": "Project Founder"
2505 },
2506 {
2507 "name": "Twig Team",
2508 "homepage": "http://twig.sensiolabs.org/contributors",
2509 "role": "Contributors"
2510 }
2511 ],
2512 "description": "Twig, the flexible, fast, and secure template language for PHP",
2513 "homepage": "http://twig.sensiolabs.org",
2514 "keywords": [
2515 "templating"
2516 ],
2517 "time": "2015-01-25 17:32:08"
2518 },
2519 {
2520 "name": "umpirsky/twig-gettext-extractor",
2521 "version": "1.1.5",
2522 "source": {
2523 "type": "git",
2524 "url": "https://github.com/umpirsky/Twig-Gettext-Extractor.git",
2525 "reference": "a2cdf8693e874ce83603c84e1cc46efb3d516c3f"
2526 },
2527 "dist": {
2528 "type": "zip",
2529 "url": "https://api.github.com/repos/umpirsky/Twig-Gettext-Extractor/zipball/a2cdf8693e874ce83603c84e1cc46efb3d516c3f",
2530 "reference": "a2cdf8693e874ce83603c84e1cc46efb3d516c3f",
2531 "shasum": ""
2532 },
2533 "require": {
2534 "php": ">=5.3.3",
2535 "symfony/filesystem": "~2.0",
2536 "symfony/form": "~2.0",
2537 "symfony/routing": "~2.0",
2538 "symfony/translation": "~2.0",
2539 "symfony/twig-bridge": "~2.0",
2540 "twig/extensions": "~1.0",
2541 "twig/twig": "~1.2"
2542 },
2543 "require-dev": {
2544 "symfony/config": "2.1.*"
2545 },
2546 "bin": [
2547 "twig-gettext-extractor"
2548 ],
2549 "type": "application",
2550 "autoload": {
2551 "psr-0": {
2552 "Twig\\Gettext": "."
2553 }
2554 },
2555 "notification-url": "https://packagist.org/downloads/",
2556 "license": [
2557 "MIT"
2558 ],
2559 "authors": [
2560 {
2561 "name": "Саша Стаменковић",
2562 "email": "umpirsky@gmail.com"
2563 }
2564 ],
2565 "description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.",
2566 "time": "2015-02-25 14:41:10"
2567 },
2568 {
2569 "name": "wallabag/Fivefilters_Libraries",
2570 "version": "dev-master",
2571 "source": {
2572 "type": "git",
2573 "url": "https://github.com/wallabag/Fivefilters_Libraries.git",
2574 "reference": "93b5469d6036a68ce60f126f8430b3e1fbf1562f"
2575 },
2576 "dist": {
2577 "type": "zip",
2578 "url": "https://api.github.com/repos/wallabag/Fivefilters_Libraries/zipball/93b5469d6036a68ce60f126f8430b3e1fbf1562f",
2579 "reference": "93b5469d6036a68ce60f126f8430b3e1fbf1562f",
2580 "shasum": ""
2581 },
2582 "type": "library",
2583 "authors": [
2584 {
2585 "name": "Nicolas LÅ“uillet",
2586 "email": "nicolas@loeuillet.org",
2587 "homepage": "http://www.cdetc.fr"
2588 }
2589 ],
2590 "description": "Libraries from @fivefilters.",
2591 "homepage": "https://github.com/wallabag/Fivefilters_Libraries",
2592 "support": {
2593 "source": "https://github.com/wallabag/Fivefilters_Libraries/tree/master",
2594 "issues": "https://github.com/wallabag/Fivefilters_Libraries/issues"
2595 },
2596 "time": "2015-01-19 20:19:28"
2597 },
2598 {
2599 "name": "wallabag/PHPePub",
2600 "version": "dev-master",
2601 "source": {
2602 "type": "git",
2603 "url": "https://github.com/wallabag/PHPePub.git",
2604 "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512"
2605 },
2606 "dist": {
2607 "type": "zip",
2608 "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/7c78733d33344308520758d7f3f7bc2cc51b3512",
2609 "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512",
2610 "shasum": ""
2611 },
2612 "require": {
2613 "php": ">=5.3.0"
2614 },
2615 "type": "library",
2616 "autoload": {
2617 "classmap": [
2618 "EPub.php",
2619 "EPub.HtmlEntities.php",
2620 "EPub.NCX.php",
2621 "EPub.OPF.php",
2622 "EPubChapterSplitter.php",
2623 "lib.uuid.php",
2624 "Logger.php",
2625 "Zip.php"
2626 ]
2627 },
2628 "authors": [
2629 {
2630 "name": "Nicolas LÅ“uillet",
2631 "email": "nicolas@loeuillet.org",
2632 "homepage": "http://www.cdetc.fr"
2633 }
2634 ],
2635 "description": "PHP Classes for dynamically generating EPub files.",
2636 "homepage": "https://github.com/wallabag/PHPePub",
2637 "support": {
2638 "source": "https://github.com/wallabag/PHPePub/tree/master"
2639 },
2640 "time": "2015-01-19 11:44:19"
2641 },
2642 {
2643 "name": "wallabag/kriss_php5",
2644 "version": "dev-master",
2645 "source": {
2646 "type": "git",
2647 "url": "https://github.com/wallabag/kriss_php5.git",
2648 "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1"
2649 },
2650 "dist": {
2651 "type": "zip",
2652 "url": "https://api.github.com/repos/wallabag/kriss_php5/zipball/f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
2653 "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
2654 "shasum": ""
2655 },
2656 "require": {
2657 "php": ">=5.3.0"
2658 },
2659 "type": "library",
2660 "autoload": {
2661 "files": [
2662 "Session.php"
2663 ]
2664 },
2665 "authors": [
2666 {
2667 "name": "Nicolas LÅ“uillet",
2668 "email": "nicolas@loeuillet.org",
2669 "homepage": "http://www.cdetc.fr"
2670 }
2671 ],
2672 "description": "A simple and smart (or stupid) php5 snippets repository",
2673 "homepage": "https://github.com/wallabag/kriss_php5",
2674 "support": {
2675 "source": "https://github.com/wallabag/kriss_php5/tree/master"
2676 },
2677 "time": "2015-01-18 21:21:43"
2678 },
2679 {
2680 "name": "wallabag/pagination",
2681 "version": "dev-master",
2682 "source": {
2683 "type": "git",
2684 "url": "https://github.com/wallabag/pagination.git",
2685 "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb"
2686 },
2687 "dist": {
2688 "type": "zip",
2689 "url": "https://api.github.com/repos/wallabag/pagination/zipball/54e442b31c90e50e331cb8ac400537e0eda30deb",
2690 "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb",
2691 "shasum": ""
2692 },
2693 "require": {
2694 "php": ">=5.3.0"
2695 },
2696 "type": "library",
2697 "autoload": {
2698 "files": [
2699 "paginator.php"
2700 ]
2701 },
2702 "authors": [
2703 {
2704 "name": "Nicolas LÅ“uillet",
2705 "email": "nicolas@loeuillet.org",
2706 "homepage": "http://www.cdetc.fr"
2707 }
2708 ],
2709 "description": "Paginate record sets, not tied in directly to a database.",
2710 "homepage": "https://github.com/wallabag/pagination",
2711 "support": {
2712 "source": "https://github.com/wallabag/pagination/tree/master"
2713 },
2714 "time": "2015-01-19 09:24:39"
2715 },
2716 {
2717 "name": "wallabag/php-flash-messages",
2718 "version": "dev-master",
2719 "source": {
2720 "type": "git",
2721 "url": "https://github.com/wallabag/PHP-Flash-Messages.git",
2722 "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab"
2723 },
2724 "dist": {
2725 "type": "zip",
2726 "url": "https://api.github.com/repos/wallabag/PHP-Flash-Messages/zipball/ea68eb768f32156baa15f7a3cd880ba8ff5af6ab",
2727 "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab",
2728 "shasum": ""
2729 },
2730 "require": {
2731 "php": ">=5.3.0"
2732 },
2733 "type": "library",
2734 "autoload": {
2735 "files": [
2736 "class.messages.php"
2737 ]
2738 },
2739 "license": [
2740 "Apache"
2741 ],
2742 "authors": [
2743 {
2744 "name": "Nicolas LÅ“uillet",
2745 "email": "nicolas@loeuillet.org",
2746 "homepage": "http://www.cdetc.fr"
2747 }
2748 ],
2749 "description": "Session-based Flash Messages class for PHP",
2750 "homepage": "https://github.com/wallabag/PHP-Flash-Messages",
2751 "keywords": [
2752 "flash",
2753 "messages",
2754 "php-flash-messages",
2755 "sessions"
2756 ],
2757 "support": {
2758 "source": "https://github.com/wallabag/PHP-Flash-Messages/tree/master"
2759 },
2760 "time": "2015-01-18 19:51:55"
2761 },
2762 {
2763 "name": "wallabag/php-readability",
2764 "version": "dev-master",
2765 "source": {
2766 "type": "git",
2767 "url": "https://github.com/wallabag/php-readability.git",
2768 "reference": "a37a1482b9964ae1804dbed0bffa00988523c387"
2769 },
2770 "dist": {
2771 "type": "zip",
2772 "url": "https://api.github.com/repos/wallabag/php-readability/zipball/a37a1482b9964ae1804dbed0bffa00988523c387",
2773 "reference": "a37a1482b9964ae1804dbed0bffa00988523c387",
2774 "shasum": ""
2775 },
2776 "require": {
2777 "php": ">=5.2"
2778 },
2779 "type": "library",
2780 "autoload": {
2781 "psr-0": {
2782 "Readability": ""
2783 }
2784 },
2785 "license": [
2786 "Apache-2.0"
2787 ],
2788 "authors": [
2789 {
2790 "name": "Keyvan Minoukadeh",
2791 "email": "keyvan@keyvan.net",
2792 "homepage": "http://keyvan.net",
2793 "role": "Developer (ported original JS code to PHP)"
2794 },
2795 {
2796 "name": "Arc90",
2797 "homepage": "http://arc90.com",
2798 "role": "Developer (original JS version)"
2799 }
2800 ],
2801 "description": "Automatic article extraction from HTML",
2802 "homepage": "https://github.com/wallabag/php-readability",
2803 "keywords": [
2804 "article",
2805 "article extraction",
2806 "content",
2807 "content extraction",
2808 "extraction",
2809 "html"
2810 ],
2811 "support": {
2812 "source": "https://github.com/wallabag/php-readability/tree/master",
2813 "issues": "https://github.com/wallabag/php-readability/issues"
2814 },
2815 "time": "2015-01-19 12:25:38"
2816 },
2817 {
2818 "name": "wallabag/phpMobi",
2819 "version": "dev-master",
2820 "source": {
2821 "type": "git",
2822 "url": "https://github.com/wallabag/phpMobi.git",
2823 "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d"
2824 },
2825 "dist": {
2826 "type": "zip",
2827 "url": "https://api.github.com/repos/wallabag/phpMobi/zipball/5137696542f08f8e6a0603c01970c6d3eca9873d",
2828 "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d",
2829 "shasum": ""
2830 },
2831 "require": {
2832 "php": ">=5.3.0"
2833 },
2834 "type": "library",
2835 "autoload": {
2836 "files": [
2837 "MOBIClass/MOBI.php"
2838 ]
2839 },
2840 "authors": [
2841 {
2842 "name": "Nicolas LÅ“uillet",
2843 "email": "nicolas@loeuillet.org",
2844 "homepage": "http://www.cdetc.fr"
2845 }
2846 ],
2847 "description": "An experimental Mobipocket file creator in PHP.",
2848 "homepage": "https://github.com/wallabag/phpMobi",
2849 "support": {
2850 "source": "https://github.com/wallabag/phpMobi/tree/master"
2851 },
2852 "time": "2015-01-19 12:43:17"
2853 },
2854 {
2855 "name": "willdurand/jsonp-callback-validator",
2856 "version": "v1.1.0",
2857 "source": {
2858 "type": "git",
2859 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
2860 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
2861 },
2862 "dist": {
2863 "type": "zip",
2864 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
2865 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
2866 "shasum": ""
2867 },
2868 "require": {
2869 "php": ">=5.3.0"
2870 },
2871 "require-dev": {
2872 "phpunit/phpunit": "~3.7"
2873 },
2874 "type": "library",
2875 "autoload": {
2876 "psr-0": {
2877 "JsonpCallbackValidator": "src/"
2878 }
2879 },
2880 "notification-url": "https://packagist.org/downloads/",
2881 "license": [
2882 "MIT"
2883 ],
2884 "authors": [
2885 {
2886 "name": "William Durand",
2887 "email": "william.durand1@gmail.com",
2888 "homepage": "http://www.willdurand.fr"
2889 }
2890 ],
2891 "description": "JSONP callback validator.",
2892 "time": "2014-01-20 22:35:06"
2893 },
2894 {
2895 "name": "willdurand/negotiation",
2896 "version": "1.3.4",
2897 "source": {
2898 "type": "git",
2899 "url": "https://github.com/willdurand/Negotiation.git",
2900 "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c"
2901 },
2902 "dist": {
2903 "type": "zip",
2904 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
2905 "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
2906 "shasum": ""
2907 },
2908 "require": {
2909 "php": ">=5.3.0"
2910 },
2911 "type": "library",
2912 "extra": {
2913 "branch-alias": {
2914 "dev-master": "1.3-dev"
2915 }
2916 },
2917 "autoload": {
2918 "psr-0": {
2919 "Negotiation": "src/"
2920 }
2921 },
2922 "notification-url": "https://packagist.org/downloads/",
2923 "license": [
2924 "MIT"
2925 ],
2926 "authors": [
2927 {
2928 "name": "William Durand",
2929 "email": "william.durand1@gmail.com"
2930 }
2931 ],
2932 "description": "Content Negotiation tools for PHP provided as a standalone library.",
2933 "homepage": "http://williamdurand.fr/Negotiation/",
2934 "keywords": [
2935 "accept",
2936 "content",
2937 "format",
2938 "header",
2939 "negotiation"
2940 ],
2941 "time": "2014-10-02 07:26:00"
2942 }
2943 ],
2944 "packages-dev": [
2945 {
2946 "name": "doctrine/data-fixtures",
2947 "version": "v1.0.0",
2948 "source": {
2949 "type": "git",
2950 "url": "https://github.com/doctrine/data-fixtures.git",
2951 "reference": "b4a135c7db56ecc4602b54a2184368f440cac33e"
2952 },
2953 "dist": {
2954 "type": "zip",
2955 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/b4a135c7db56ecc4602b54a2184368f440cac33e",
2956 "reference": "b4a135c7db56ecc4602b54a2184368f440cac33e",
2957 "shasum": ""
2958 },
2959 "require": {
2960 "doctrine/common": ">=2.2,<2.5-dev",
2961 "php": ">=5.3.2"
2962 },
2963 "require-dev": {
2964 "doctrine/orm": ">=2.2,<2.5-dev"
2965 },
2966 "suggest": {
2967 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
2968 "doctrine/orm": "For loading ORM fixtures",
2969 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
2970 },
2971 "type": "library",
2972 "extra": {
2973 "branch-alias": {
2974 "dev-master": "1.0.x-dev"
2975 }
2976 },
2977 "autoload": {
2978 "psr-0": {
2979 "Doctrine\\Common\\DataFixtures": "lib/"
2980 }
2981 },
2982 "notification-url": "https://packagist.org/downloads/",
2983 "license": [
2984 "MIT"
2985 ],
2986 "authors": [
2987 {
2988 "name": "Jonathan Wage",
2989 "email": "jonwage@gmail.com",
2990 "homepage": "http://www.jwage.com/",
2991 "role": "Creator"
2992 }
2993 ],
2994 "description": "Data Fixtures for all Doctrine Object Managers",
2995 "homepage": "http://www.doctrine-project.org",
2996 "keywords": [
2997 "database"
2998 ],
2999 "time": "2013-07-10 17:04:07"
3000 },
3001 {
3002 "name": "doctrine/doctrine-fixtures-bundle",
3003 "version": "dev-master",
3004 "target-dir": "Doctrine/Bundle/FixturesBundle",
3005 "source": {
3006 "type": "git",
3007 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
3008 "reference": "c5ff0542772102ddd4e2fbe173e9ad40ad67c22f"
3009 },
3010 "dist": {
3011 "type": "zip",
3012 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/c5ff0542772102ddd4e2fbe173e9ad40ad67c22f",
3013 "reference": "c5ff0542772102ddd4e2fbe173e9ad40ad67c22f",
3014 "shasum": ""
3015 },
3016 "require": {
3017 "doctrine/data-fixtures": "~1.0",
3018 "doctrine/doctrine-bundle": "~1.0",
3019 "php": ">=5.3.2",
3020 "symfony/doctrine-bridge": "~2.1"
3021 },
3022 "type": "symfony-bundle",
3023 "extra": {
3024 "branch-alias": {
3025 "dev-master": "2.2.x-dev"
3026 }
3027 },
3028 "autoload": {
3029 "psr-0": {
3030 "Doctrine\\Bundle\\FixturesBundle": ""
3031 }
3032 },
3033 "notification-url": "https://packagist.org/downloads/",
3034 "license": [
3035 "MIT"
3036 ],
3037 "authors": [
3038 {
3039 "name": "Symfony Community",
3040 "homepage": "http://symfony.com/contributors"
3041 },
3042 {
3043 "name": "Doctrine Project",
3044 "homepage": "http://www.doctrine-project.org"
3045 },
3046 {
3047 "name": "Fabien Potencier",
3048 "email": "fabien@symfony.com"
3049 }
3050 ],
3051 "description": "Symfony DoctrineFixturesBundle",
3052 "homepage": "http://www.doctrine-project.org",
3053 "keywords": [
3054 "Fixture",
3055 "persistence"
3056 ],
3057 "time": "2015-01-19 02:21:37"
3058 },
3059 {
3060 "name": "doctrine/instantiator",
3061 "version": "1.0.4",
3062 "source": {
3063 "type": "git",
3064 "url": "https://github.com/doctrine/instantiator.git",
3065 "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
3066 },
3067 "dist": {
3068 "type": "zip",
3069 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
3070 "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
3071 "shasum": ""
3072 },
3073 "require": {
3074 "php": ">=5.3,<8.0-DEV"
3075 },
3076 "require-dev": {
3077 "athletic/athletic": "~0.1.8",
3078 "ext-pdo": "*",
3079 "ext-phar": "*",
3080 "phpunit/phpunit": "~4.0",
3081 "squizlabs/php_codesniffer": "2.0.*@ALPHA"
3082 },
3083 "type": "library",
3084 "extra": {
3085 "branch-alias": {
3086 "dev-master": "1.0.x-dev"
3087 }
3088 },
3089 "autoload": {
3090 "psr-0": {
3091 "Doctrine\\Instantiator\\": "src"
3092 }
3093 },
3094 "notification-url": "https://packagist.org/downloads/",
3095 "license": [
3096 "MIT"
3097 ],
3098 "authors": [
3099 {
3100 "name": "Marco Pivetta",
3101 "email": "ocramius@gmail.com",
3102 "homepage": "http://ocramius.github.com/"
3103 }
3104 ],
3105 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3106 "homepage": "https://github.com/doctrine/instantiator",
3107 "keywords": [
3108 "constructor",
3109 "instantiate"
3110 ],
3111 "time": "2014-10-13 12:58:55"
3112 },
3113 {
3114 "name": "phpdocumentor/reflection-docblock",
3115 "version": "2.0.4",
3116 "source": {
3117 "type": "git",
3118 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3119 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
3120 },
3121 "dist": {
3122 "type": "zip",
3123 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
3124 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
3125 "shasum": ""
3126 },
3127 "require": {
3128 "php": ">=5.3.3"
3129 },
3130 "require-dev": {
3131 "phpunit/phpunit": "~4.0"
3132 },
3133 "suggest": {
3134 "dflydev/markdown": "~1.0",
3135 "erusev/parsedown": "~1.0"
3136 },
3137 "type": "library",
3138 "extra": {
3139 "branch-alias": {
3140 "dev-master": "2.0.x-dev"
3141 }
3142 },
3143 "autoload": {
3144 "psr-0": {
3145 "phpDocumentor": [
3146 "src/"
3147 ]
3148 }
3149 },
3150 "notification-url": "https://packagist.org/downloads/",
3151 "license": [
3152 "MIT"
3153 ],
3154 "authors": [
3155 {
3156 "name": "Mike van Riel",
3157 "email": "mike.vanriel@naenius.com"
3158 }
3159 ],
3160 "time": "2015-02-03 12:10:50"
3161 },
3162 {
3163 "name": "phpspec/prophecy",
3164 "version": "v1.3.1",
3165 "source": {
3166 "type": "git",
3167 "url": "https://github.com/phpspec/prophecy.git",
3168 "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9"
3169 },
3170 "dist": {
3171 "type": "zip",
3172 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/9ca52329bcdd1500de24427542577ebf3fc2f1c9",
3173 "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9",
3174 "shasum": ""
3175 },
3176 "require": {
3177 "doctrine/instantiator": "~1.0,>=1.0.2",
3178 "phpdocumentor/reflection-docblock": "~2.0"
3179 },
3180 "require-dev": {
3181 "phpspec/phpspec": "~2.0"
3182 },
3183 "type": "library",
3184 "extra": {
3185 "branch-alias": {
3186 "dev-master": "1.2.x-dev"
3187 }
3188 },
3189 "autoload": {
3190 "psr-0": {
3191 "Prophecy\\": "src/"
3192 }
3193 },
3194 "notification-url": "https://packagist.org/downloads/",
3195 "license": [
3196 "MIT"
3197 ],
3198 "authors": [
3199 {
3200 "name": "Konstantin Kudryashov",
3201 "email": "ever.zet@gmail.com",
3202 "homepage": "http://everzet.com"
3203 },
3204 {
3205 "name": "Marcello Duarte",
3206 "email": "marcello.duarte@gmail.com"
3207 }
3208 ],
3209 "description": "Highly opinionated mocking framework for PHP 5.3+",
3210 "homepage": "http://phpspec.org",
3211 "keywords": [
3212 "Double",
3213 "Dummy",
3214 "fake",
3215 "mock",
3216 "spy",
3217 "stub"
3218 ],
3219 "time": "2014-11-17 16:23:49"
3220 },
3221 {
3222 "name": "phpunit/php-code-coverage",
3223 "version": "2.0.15",
3224 "source": {
3225 "type": "git",
3226 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3227 "reference": "34cc484af1ca149188d0d9e91412191e398e0b67"
3228 },
3229 "dist": {
3230 "type": "zip",
3231 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/34cc484af1ca149188d0d9e91412191e398e0b67",
3232 "reference": "34cc484af1ca149188d0d9e91412191e398e0b67",
3233 "shasum": ""
3234 },
3235 "require": {
3236 "php": ">=5.3.3",
3237 "phpunit/php-file-iterator": "~1.3",
3238 "phpunit/php-text-template": "~1.2",
3239 "phpunit/php-token-stream": "~1.3",
3240 "sebastian/environment": "~1.0",
3241 "sebastian/version": "~1.0"
3242 },
3243 "require-dev": {
3244 "ext-xdebug": ">=2.1.4",
3245 "phpunit/phpunit": "~4"
3246 },
3247 "suggest": {
3248 "ext-dom": "*",
3249 "ext-xdebug": ">=2.2.1",
3250 "ext-xmlwriter": "*"
3251 },
3252 "type": "library",
3253 "extra": {
3254 "branch-alias": {
3255 "dev-master": "2.0.x-dev"
3256 }
3257 },
3258 "autoload": {
3259 "classmap": [
3260 "src/"
3261 ]
3262 },
3263 "notification-url": "https://packagist.org/downloads/",
3264 "license": [
3265 "BSD-3-Clause"
3266 ],
3267 "authors": [
3268 {
3269 "name": "Sebastian Bergmann",
3270 "email": "sb@sebastian-bergmann.de",
3271 "role": "lead"
3272 }
3273 ],
3274 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3275 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3276 "keywords": [
3277 "coverage",
3278 "testing",
3279 "xunit"
3280 ],
3281 "time": "2015-01-24 10:06:35"
3282 },
3283 {
3284 "name": "phpunit/php-file-iterator",
3285 "version": "1.3.4",
3286 "source": {
3287 "type": "git",
3288 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3289 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
3290 },
3291 "dist": {
3292 "type": "zip",
3293 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
3294 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
3295 "shasum": ""
3296 },
3297 "require": {
3298 "php": ">=5.3.3"
3299 },
3300 "type": "library",
3301 "autoload": {
3302 "classmap": [
3303 "File/"
3304 ]
3305 },
3306 "notification-url": "https://packagist.org/downloads/",
3307 "include-path": [
3308 ""
3309 ],
3310 "license": [
3311 "BSD-3-Clause"
3312 ],
3313 "authors": [
3314 {
3315 "name": "Sebastian Bergmann",
3316 "email": "sb@sebastian-bergmann.de",
3317 "role": "lead"
3318 }
3319 ],
3320 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3321 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3322 "keywords": [
3323 "filesystem",
3324 "iterator"
3325 ],
3326 "time": "2013-10-10 15:34:57"
3327 },
3328 {
3329 "name": "phpunit/php-text-template",
3330 "version": "1.2.0",
3331 "source": {
3332 "type": "git",
3333 "url": "https://github.com/sebastianbergmann/php-text-template.git",
3334 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
3335 },
3336 "dist": {
3337 "type": "zip",
3338 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
3339 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
3340 "shasum": ""
3341 },
3342 "require": {
3343 "php": ">=5.3.3"
3344 },
3345 "type": "library",
3346 "autoload": {
3347 "classmap": [
3348 "Text/"
3349 ]
3350 },
3351 "notification-url": "https://packagist.org/downloads/",
3352 "include-path": [
3353 ""
3354 ],
3355 "license": [
3356 "BSD-3-Clause"
3357 ],
3358 "authors": [
3359 {
3360 "name": "Sebastian Bergmann",
3361 "email": "sb@sebastian-bergmann.de",
3362 "role": "lead"
3363 }
3364 ],
3365 "description": "Simple template engine.",
3366 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3367 "keywords": [
3368 "template"
3369 ],
3370 "time": "2014-01-30 17:20:04"
3371 },
3372 {
3373 "name": "phpunit/php-timer",
3374 "version": "1.0.5",
3375 "source": {
3376 "type": "git",
3377 "url": "https://github.com/sebastianbergmann/php-timer.git",
3378 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
3379 },
3380 "dist": {
3381 "type": "zip",
3382 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
3383 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
3384 "shasum": ""
3385 },
3386 "require": {
3387 "php": ">=5.3.3"
3388 },
3389 "type": "library",
3390 "autoload": {
3391 "classmap": [
3392 "PHP/"
3393 ]
3394 },
3395 "notification-url": "https://packagist.org/downloads/",
3396 "include-path": [
3397 ""
3398 ],
3399 "license": [
3400 "BSD-3-Clause"
3401 ],
3402 "authors": [
3403 {
3404 "name": "Sebastian Bergmann",
3405 "email": "sb@sebastian-bergmann.de",
3406 "role": "lead"
3407 }
3408 ],
3409 "description": "Utility class for timing",
3410 "homepage": "https://github.com/sebastianbergmann/php-timer/",
3411 "keywords": [
3412 "timer"
3413 ],
3414 "time": "2013-08-02 07:42:54"
3415 },
3416 {
3417 "name": "phpunit/php-token-stream",
3418 "version": "1.4.0",
3419 "source": {
3420 "type": "git",
3421 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3422 "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74"
3423 },
3424 "dist": {
3425 "type": "zip",
3426 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db32c18eba00b121c145575fcbcd4d4d24e6db74",
3427 "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74",
3428 "shasum": ""
3429 },
3430 "require": {
3431 "ext-tokenizer": "*",
3432 "php": ">=5.3.3"
3433 },
3434 "require-dev": {
3435 "phpunit/phpunit": "~4.2"
3436 },
3437 "type": "library",
3438 "extra": {
3439 "branch-alias": {
3440 "dev-master": "1.4-dev"
3441 }
3442 },
3443 "autoload": {
3444 "classmap": [
3445 "src/"
3446 ]
3447 },
3448 "notification-url": "https://packagist.org/downloads/",
3449 "license": [
3450 "BSD-3-Clause"
3451 ],
3452 "authors": [
3453 {
3454 "name": "Sebastian Bergmann",
3455 "email": "sebastian@phpunit.de"
3456 }
3457 ],
3458 "description": "Wrapper around PHP's tokenizer extension.",
3459 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3460 "keywords": [
3461 "tokenizer"
3462 ],
3463 "time": "2015-01-17 09:51:32"
3464 },
3465 {
3466 "name": "phpunit/phpunit",
3467 "version": "4.5.0",
3468 "source": {
3469 "type": "git",
3470 "url": "https://github.com/sebastianbergmann/phpunit.git",
3471 "reference": "5b578d3865a9128b9c209b011fda6539ec06e7a5"
3472 },
3473 "dist": {
3474 "type": "zip",
3475 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5b578d3865a9128b9c209b011fda6539ec06e7a5",
3476 "reference": "5b578d3865a9128b9c209b011fda6539ec06e7a5",
3477 "shasum": ""
3478 },
3479 "require": {
3480 "ext-dom": "*",
3481 "ext-json": "*",
3482 "ext-pcre": "*",
3483 "ext-reflection": "*",
3484 "ext-spl": "*",
3485 "php": ">=5.3.3",
3486 "phpspec/prophecy": "~1.3.1",
3487 "phpunit/php-code-coverage": "~2.0",
3488 "phpunit/php-file-iterator": "~1.3.2",
3489 "phpunit/php-text-template": "~1.2",
3490 "phpunit/php-timer": "~1.0.2",
3491 "phpunit/phpunit-mock-objects": "~2.3",
3492 "sebastian/comparator": "~1.1",
3493 "sebastian/diff": "~1.1",
3494 "sebastian/environment": "~1.2",
3495 "sebastian/exporter": "~1.2",
3496 "sebastian/global-state": "~1.0",
3497 "sebastian/version": "~1.0",
3498 "symfony/yaml": "~2.0"
3499 },
3500 "suggest": {
3501 "phpunit/php-invoker": "~1.1"
3502 },
3503 "bin": [
3504 "phpunit"
3505 ],
3506 "type": "library",
3507 "extra": {
3508 "branch-alias": {
3509 "dev-master": "4.5.x-dev"
3510 }
3511 },
3512 "autoload": {
3513 "classmap": [
3514 "src/"
3515 ]
3516 },
3517 "notification-url": "https://packagist.org/downloads/",
3518 "license": [
3519 "BSD-3-Clause"
3520 ],
3521 "authors": [
3522 {
3523 "name": "Sebastian Bergmann",
3524 "email": "sebastian@phpunit.de",
3525 "role": "lead"
3526 }
3527 ],
3528 "description": "The PHP Unit Testing framework.",
3529 "homepage": "https://phpunit.de/",
3530 "keywords": [
3531 "phpunit",
3532 "testing",
3533 "xunit"
3534 ],
3535 "time": "2015-02-05 15:51:19"
3536 },
3537 {
3538 "name": "phpunit/phpunit-mock-objects",
3539 "version": "2.3.0",
3540 "source": {
3541 "type": "git",
3542 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3543 "reference": "c63d2367247365f688544f0d500af90a11a44c65"
3544 },
3545 "dist": {
3546 "type": "zip",
3547 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65",
3548 "reference": "c63d2367247365f688544f0d500af90a11a44c65",
3549 "shasum": ""
3550 },
3551 "require": {
3552 "doctrine/instantiator": "~1.0,>=1.0.1",
3553 "php": ">=5.3.3",
3554 "phpunit/php-text-template": "~1.2"
3555 },
3556 "require-dev": {
3557 "phpunit/phpunit": "~4.3"
3558 },
3559 "suggest": {
3560 "ext-soap": "*"
3561 },
3562 "type": "library",
3563 "extra": {
3564 "branch-alias": {
3565 "dev-master": "2.3.x-dev"
3566 }
3567 },
3568 "autoload": {
3569 "classmap": [
3570 "src/"
3571 ]
3572 },
3573 "notification-url": "https://packagist.org/downloads/",
3574 "license": [
3575 "BSD-3-Clause"
3576 ],
3577 "authors": [
3578 {
3579 "name": "Sebastian Bergmann",
3580 "email": "sb@sebastian-bergmann.de",
3581 "role": "lead"
3582 }
3583 ],
3584 "description": "Mock Object library for PHPUnit",
3585 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3586 "keywords": [
3587 "mock",
3588 "xunit"
3589 ],
3590 "time": "2014-10-03 05:12:11"
3591 },
3592 {
3593 "name": "sebastian/comparator",
3594 "version": "1.1.1",
3595 "source": {
3596 "type": "git",
3597 "url": "https://github.com/sebastianbergmann/comparator.git",
3598 "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
3599 },
3600 "dist": {
3601 "type": "zip",
3602 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
3603 "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
3604 "shasum": ""
3605 },
3606 "require": {
3607 "php": ">=5.3.3",
3608 "sebastian/diff": "~1.2",
3609 "sebastian/exporter": "~1.2"
3610 },
3611 "require-dev": {
3612 "phpunit/phpunit": "~4.4"
3613 },
3614 "type": "library",
3615 "extra": {
3616 "branch-alias": {
3617 "dev-master": "1.1.x-dev"
3618 }
3619 },
3620 "autoload": {
3621 "classmap": [
3622 "src/"
3623 ]
3624 },
3625 "notification-url": "https://packagist.org/downloads/",
3626 "license": [
3627 "BSD-3-Clause"
3628 ],
3629 "authors": [
3630 {
3631 "name": "Jeff Welch",
3632 "email": "whatthejeff@gmail.com"
3633 },
3634 {
3635 "name": "Volker Dusch",
3636 "email": "github@wallbash.com"
3637 },
3638 {
3639 "name": "Bernhard Schussek",
3640 "email": "bschussek@2bepublished.at"
3641 },
3642 {
3643 "name": "Sebastian Bergmann",
3644 "email": "sebastian@phpunit.de"
3645 }
3646 ],
3647 "description": "Provides the functionality to compare PHP values for equality",
3648 "homepage": "http://www.github.com/sebastianbergmann/comparator",
3649 "keywords": [
3650 "comparator",
3651 "compare",
3652 "equality"
3653 ],
3654 "time": "2015-01-29 16:28:08"
3655 },
3656 {
3657 "name": "sebastian/diff",
3658 "version": "1.2.0",
3659 "source": {
3660 "type": "git",
3661 "url": "https://github.com/sebastianbergmann/diff.git",
3662 "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
3663 },
3664 "dist": {
3665 "type": "zip",
3666 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
3667 "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
3668 "shasum": ""
3669 },
3670 "require": {
3671 "php": ">=5.3.3"
3672 },
3673 "require-dev": {
3674 "phpunit/phpunit": "~4.2"
3675 },
3676 "type": "library",
3677 "extra": {
3678 "branch-alias": {
3679 "dev-master": "1.2-dev"
3680 }
3681 },
3682 "autoload": {
3683 "classmap": [
3684 "src/"
3685 ]
3686 },
3687 "notification-url": "https://packagist.org/downloads/",
3688 "license": [
3689 "BSD-3-Clause"
3690 ],
3691 "authors": [
3692 {
3693 "name": "Kore Nordmann",
3694 "email": "mail@kore-nordmann.de"
3695 },
3696 {
3697 "name": "Sebastian Bergmann",
3698 "email": "sebastian@phpunit.de"
3699 }
3700 ],
3701 "description": "Diff implementation",
3702 "homepage": "http://www.github.com/sebastianbergmann/diff",
3703 "keywords": [
3704 "diff"
3705 ],
3706 "time": "2014-08-15 10:29:00"
3707 },
3708 {
3709 "name": "sebastian/environment",
3710 "version": "1.2.1",
3711 "source": {
3712 "type": "git",
3713 "url": "https://github.com/sebastianbergmann/environment.git",
3714 "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7"
3715 },
3716 "dist": {
3717 "type": "zip",
3718 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7",
3719 "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7",
3720 "shasum": ""
3721 },
3722 "require": {
3723 "php": ">=5.3.3"
3724 },
3725 "require-dev": {
3726 "phpunit/phpunit": "~4.3"
3727 },
3728 "type": "library",
3729 "extra": {
3730 "branch-alias": {
3731 "dev-master": "1.2.x-dev"
3732 }
3733 },
3734 "autoload": {
3735 "classmap": [
3736 "src/"
3737 ]
3738 },
3739 "notification-url": "https://packagist.org/downloads/",
3740 "license": [
3741 "BSD-3-Clause"
3742 ],
3743 "authors": [
3744 {
3745 "name": "Sebastian Bergmann",
3746 "email": "sebastian@phpunit.de"
3747 }
3748 ],
3749 "description": "Provides functionality to handle HHVM/PHP environments",
3750 "homepage": "http://www.github.com/sebastianbergmann/environment",
3751 "keywords": [
3752 "Xdebug",
3753 "environment",
3754 "hhvm"
3755 ],
3756 "time": "2014-10-25 08:00:45"
3757 },
3758 {
3759 "name": "sebastian/exporter",
3760 "version": "1.2.0",
3761 "source": {
3762 "type": "git",
3763 "url": "https://github.com/sebastianbergmann/exporter.git",
3764 "reference": "84839970d05254c73cde183a721c7af13aede943"
3765 },
3766 "dist": {
3767 "type": "zip",
3768 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
3769 "reference": "84839970d05254c73cde183a721c7af13aede943",
3770 "shasum": ""
3771 },
3772 "require": {
3773 "php": ">=5.3.3",
3774 "sebastian/recursion-context": "~1.0"
3775 },
3776 "require-dev": {
3777 "phpunit/phpunit": "~4.4"
3778 },
3779 "type": "library",
3780 "extra": {
3781 "branch-alias": {
3782 "dev-master": "1.2.x-dev"
3783 }
3784 },
3785 "autoload": {
3786 "classmap": [
3787 "src/"
3788 ]
3789 },
3790 "notification-url": "https://packagist.org/downloads/",
3791 "license": [
3792 "BSD-3-Clause"
3793 ],
3794 "authors": [
3795 {
3796 "name": "Jeff Welch",
3797 "email": "whatthejeff@gmail.com"
3798 },
3799 {
3800 "name": "Volker Dusch",
3801 "email": "github@wallbash.com"
3802 },
3803 {
3804 "name": "Bernhard Schussek",
3805 "email": "bschussek@2bepublished.at"
3806 },
3807 {
3808 "name": "Sebastian Bergmann",
3809 "email": "sebastian@phpunit.de"
3810 },
3811 {
3812 "name": "Adam Harvey",
3813 "email": "aharvey@php.net"
3814 }
3815 ],
3816 "description": "Provides the functionality to export PHP variables for visualization",
3817 "homepage": "http://www.github.com/sebastianbergmann/exporter",
3818 "keywords": [
3819 "export",
3820 "exporter"
3821 ],
3822 "time": "2015-01-27 07:23:06"
3823 },
3824 {
3825 "name": "sebastian/global-state",
3826 "version": "1.0.0",
3827 "source": {
3828 "type": "git",
3829 "url": "https://github.com/sebastianbergmann/global-state.git",
3830 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
3831 },
3832 "dist": {
3833 "type": "zip",
3834 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
3835 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
3836 "shasum": ""
3837 },
3838 "require": {
3839 "php": ">=5.3.3"
3840 },
3841 "require-dev": {
3842 "phpunit/phpunit": "~4.2"
3843 },
3844 "suggest": {
3845 "ext-uopz": "*"
3846 },
3847 "type": "library",
3848 "extra": {
3849 "branch-alias": {
3850 "dev-master": "1.0-dev"
3851 }
3852 },
3853 "autoload": {
3854 "classmap": [
3855 "src/"
3856 ]
3857 },
3858 "notification-url": "https://packagist.org/downloads/",
3859 "license": [
3860 "BSD-3-Clause"
3861 ],
3862 "authors": [
3863 {
3864 "name": "Sebastian Bergmann",
3865 "email": "sebastian@phpunit.de"
3866 }
3867 ],
3868 "description": "Snapshotting of global state",
3869 "homepage": "http://www.github.com/sebastianbergmann/global-state",
3870 "keywords": [
3871 "global state"
3872 ],
3873 "time": "2014-10-06 09:23:50"
3874 },
3875 {
3876 "name": "sebastian/recursion-context",
3877 "version": "1.0.0",
3878 "source": {
3879 "type": "git",
3880 "url": "https://github.com/sebastianbergmann/recursion-context.git",
3881 "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
3882 },
3883 "dist": {
3884 "type": "zip",
3885 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
3886 "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
3887 "shasum": ""
3888 },
3889 "require": {
3890 "php": ">=5.3.3"
3891 },
3892 "require-dev": {
3893 "phpunit/phpunit": "~4.4"
3894 },
3895 "type": "library",
3896 "extra": {
3897 "branch-alias": {
3898 "dev-master": "1.0.x-dev"
3899 }
3900 },
3901 "autoload": {
3902 "classmap": [
3903 "src/"
3904 ]
3905 },
3906 "notification-url": "https://packagist.org/downloads/",
3907 "license": [
3908 "BSD-3-Clause"
3909 ],
3910 "authors": [
3911 {
3912 "name": "Jeff Welch",
3913 "email": "whatthejeff@gmail.com"
3914 },
3915 {
3916 "name": "Sebastian Bergmann",
3917 "email": "sebastian@phpunit.de"
3918 },
3919 {
3920 "name": "Adam Harvey",
3921 "email": "aharvey@php.net"
3922 }
3923 ],
3924 "description": "Provides functionality to recursively process PHP variables",
3925 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3926 "time": "2015-01-24 09:48:32"
3927 },
3928 {
3929 "name": "sebastian/version",
3930 "version": "1.0.4",
3931 "source": {
3932 "type": "git",
3933 "url": "https://github.com/sebastianbergmann/version.git",
3934 "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b"
3935 },
3936 "dist": {
3937 "type": "zip",
3938 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b",
3939 "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b",
3940 "shasum": ""
3941 },
3942 "type": "library",
3943 "autoload": {
3944 "classmap": [
3945 "src/"
3946 ]
3947 },
3948 "notification-url": "https://packagist.org/downloads/",
3949 "license": [
3950 "BSD-3-Clause"
3951 ],
3952 "authors": [
3953 {
3954 "name": "Sebastian Bergmann",
3955 "email": "sebastian@phpunit.de",
3956 "role": "lead"
3957 }
3958 ],
3959 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3960 "homepage": "https://github.com/sebastianbergmann/version",
3961 "time": "2014-12-15 14:25:24"
3962 },
3963 {
3964 "name": "sensio/generator-bundle",
3965 "version": "v2.5.2",
3966 "target-dir": "Sensio/Bundle/GeneratorBundle",
3967 "source": {
3968 "type": "git",
3969 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
3970 "reference": "4b09746520a826a7bf34a466ba31c7d8740fef7e"
3971 },
3972 "dist": {
3973 "type": "zip",
3974 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/4b09746520a826a7bf34a466ba31c7d8740fef7e",
3975 "reference": "4b09746520a826a7bf34a466ba31c7d8740fef7e",
3976 "shasum": ""
3977 },
3978 "require": {
3979 "symfony/console": "~2.5",
3980 "symfony/framework-bundle": "~2.2"
3981 },
3982 "require-dev": {
3983 "doctrine/orm": "~2.2,>=2.2.3",
3984 "symfony/doctrine-bridge": "~2.2",
3985 "twig/twig": "~1.11"
3986 },
3987 "type": "symfony-bundle",
3988 "extra": {
3989 "branch-alias": {
3990 "dev-master": "2.5.x-dev"
3991 }
3992 },
3993 "autoload": {
3994 "psr-0": {
3995 "Sensio\\Bundle\\GeneratorBundle": ""
3996 }
3997 },
3998 "notification-url": "https://packagist.org/downloads/",
3999 "license": [
4000 "MIT"
4001 ],
4002 "authors": [
4003 {
4004 "name": "Fabien Potencier",
4005 "email": "fabien@symfony.com"
4006 }
4007 ],
4008 "description": "This bundle generates code for you",
4009 "time": "2015-02-11 07:21:23"
4010 }
4011 ],
4012 "aliases": [],
4013 "minimum-stability": "dev",
4014 "stability-flags": {
4015 "nelmio/cors-bundle": 20,
4016 "htmlawed/htmlawed": 20,
4017 "wallabag/php-flash-messages": 20,
4018 "wallabag/kriss_php5": 20,
4019 "wallabag/pagination": 20,
4020 "wallabag/phpepub": 20,
4021 "wallabag/php-readability": 20,
4022 "wallabag/phpmobi": 20,
4023 "wallabag/fivefilters_libraries": 20,
4024 "doctrine/doctrine-fixtures-bundle": 20
4025 },
4026 "prefer-stable": true,
4027 "prefer-lowest": false,
4028 "platform": {
4029 "php": ">=5.3.3"
4030 },
4031 "platform-dev": []
4032 }