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