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