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