]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Update bundle & stock file
[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 https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "hash": "f9037d0e31ddc387133f603a5f1a2c8c",
8 "content-hash": "12c1a8f82eb6129b288629c4b56a448d",
9 "packages": [
10 {
11 "name": "behat/transliterator",
12 "version": "v1.1.0",
13 "source": {
14 "type": "git",
15 "url": "https://github.com/Behat/Transliterator.git",
16 "reference": "868e05be3a9f25ba6424c2dd4849567f50715003"
17 },
18 "dist": {
19 "type": "zip",
20 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
21 "reference": "868e05be3a9f25ba6424c2dd4849567f50715003",
22 "shasum": ""
23 },
24 "require": {
25 "php": ">=5.3.3"
26 },
27 "type": "library",
28 "extra": {
29 "branch-alias": {
30 "dev-master": "1.1-dev"
31 }
32 },
33 "autoload": {
34 "psr-0": {
35 "Behat\\Transliterator": "src/"
36 }
37 },
38 "notification-url": "https://packagist.org/downloads/",
39 "license": [
40 "Artistic-1.0"
41 ],
42 "description": "String transliterator",
43 "keywords": [
44 "i18n",
45 "slug",
46 "transliterator"
47 ],
48 "time": "2015-09-28 16:26:35"
49 },
50 {
51 "name": "doctrine/annotations",
52 "version": "v1.2.7",
53 "source": {
54 "type": "git",
55 "url": "https://github.com/doctrine/annotations.git",
56 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
57 },
58 "dist": {
59 "type": "zip",
60 "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
61 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
62 "shasum": ""
63 },
64 "require": {
65 "doctrine/lexer": "1.*",
66 "php": ">=5.3.2"
67 },
68 "require-dev": {
69 "doctrine/cache": "1.*",
70 "phpunit/phpunit": "4.*"
71 },
72 "type": "library",
73 "extra": {
74 "branch-alias": {
75 "dev-master": "1.3.x-dev"
76 }
77 },
78 "autoload": {
79 "psr-0": {
80 "Doctrine\\Common\\Annotations\\": "lib/"
81 }
82 },
83 "notification-url": "https://packagist.org/downloads/",
84 "license": [
85 "MIT"
86 ],
87 "authors": [
88 {
89 "name": "Roman Borschel",
90 "email": "roman@code-factory.org"
91 },
92 {
93 "name": "Benjamin Eberlei",
94 "email": "kontakt@beberlei.de"
95 },
96 {
97 "name": "Guilherme Blanco",
98 "email": "guilhermeblanco@gmail.com"
99 },
100 {
101 "name": "Jonathan Wage",
102 "email": "jonwage@gmail.com"
103 },
104 {
105 "name": "Johannes Schmitt",
106 "email": "schmittjoh@gmail.com"
107 }
108 ],
109 "description": "Docblock Annotations Parser",
110 "homepage": "http://www.doctrine-project.org",
111 "keywords": [
112 "annotations",
113 "docblock",
114 "parser"
115 ],
116 "time": "2015-08-31 12:32:49"
117 },
118 {
119 "name": "doctrine/cache",
120 "version": "v1.5.4",
121 "source": {
122 "type": "git",
123 "url": "https://github.com/doctrine/cache.git",
124 "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136"
125 },
126 "dist": {
127 "type": "zip",
128 "url": "https://api.github.com/repos/doctrine/cache/zipball/47cdc76ceb95cc591d9c79a36dc3794975b5d136",
129 "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136",
130 "shasum": ""
131 },
132 "require": {
133 "php": "~5.5|~7.0"
134 },
135 "conflict": {
136 "doctrine/common": ">2.2,<2.4"
137 },
138 "require-dev": {
139 "phpunit/phpunit": "~4.8|~5.0",
140 "predis/predis": "~1.0",
141 "satooshi/php-coveralls": "~0.6"
142 },
143 "type": "library",
144 "extra": {
145 "branch-alias": {
146 "dev-master": "1.6.x-dev"
147 }
148 },
149 "autoload": {
150 "psr-4": {
151 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
152 }
153 },
154 "notification-url": "https://packagist.org/downloads/",
155 "license": [
156 "MIT"
157 ],
158 "authors": [
159 {
160 "name": "Roman Borschel",
161 "email": "roman@code-factory.org"
162 },
163 {
164 "name": "Benjamin Eberlei",
165 "email": "kontakt@beberlei.de"
166 },
167 {
168 "name": "Guilherme Blanco",
169 "email": "guilhermeblanco@gmail.com"
170 },
171 {
172 "name": "Jonathan Wage",
173 "email": "jonwage@gmail.com"
174 },
175 {
176 "name": "Johannes Schmitt",
177 "email": "schmittjoh@gmail.com"
178 }
179 ],
180 "description": "Caching library offering an object-oriented API for many cache backends",
181 "homepage": "http://www.doctrine-project.org",
182 "keywords": [
183 "cache",
184 "caching"
185 ],
186 "time": "2015-12-19 05:03:47"
187 },
188 {
189 "name": "doctrine/collections",
190 "version": "v1.3.0",
191 "source": {
192 "type": "git",
193 "url": "https://github.com/doctrine/collections.git",
194 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
195 },
196 "dist": {
197 "type": "zip",
198 "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
199 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
200 "shasum": ""
201 },
202 "require": {
203 "php": ">=5.3.2"
204 },
205 "require-dev": {
206 "phpunit/phpunit": "~4.0"
207 },
208 "type": "library",
209 "extra": {
210 "branch-alias": {
211 "dev-master": "1.2.x-dev"
212 }
213 },
214 "autoload": {
215 "psr-0": {
216 "Doctrine\\Common\\Collections\\": "lib/"
217 }
218 },
219 "notification-url": "https://packagist.org/downloads/",
220 "license": [
221 "MIT"
222 ],
223 "authors": [
224 {
225 "name": "Roman Borschel",
226 "email": "roman@code-factory.org"
227 },
228 {
229 "name": "Benjamin Eberlei",
230 "email": "kontakt@beberlei.de"
231 },
232 {
233 "name": "Guilherme Blanco",
234 "email": "guilhermeblanco@gmail.com"
235 },
236 {
237 "name": "Jonathan Wage",
238 "email": "jonwage@gmail.com"
239 },
240 {
241 "name": "Johannes Schmitt",
242 "email": "schmittjoh@gmail.com"
243 }
244 ],
245 "description": "Collections Abstraction library",
246 "homepage": "http://www.doctrine-project.org",
247 "keywords": [
248 "array",
249 "collections",
250 "iterator"
251 ],
252 "time": "2015-04-14 22:21:58"
253 },
254 {
255 "name": "doctrine/common",
256 "version": "v2.6.1",
257 "source": {
258 "type": "git",
259 "url": "https://github.com/doctrine/common.git",
260 "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
261 },
262 "dist": {
263 "type": "zip",
264 "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
265 "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
266 "shasum": ""
267 },
268 "require": {
269 "doctrine/annotations": "1.*",
270 "doctrine/cache": "1.*",
271 "doctrine/collections": "1.*",
272 "doctrine/inflector": "1.*",
273 "doctrine/lexer": "1.*",
274 "php": "~5.5|~7.0"
275 },
276 "require-dev": {
277 "phpunit/phpunit": "~4.8|~5.0"
278 },
279 "type": "library",
280 "extra": {
281 "branch-alias": {
282 "dev-master": "2.7.x-dev"
283 }
284 },
285 "autoload": {
286 "psr-4": {
287 "Doctrine\\Common\\": "lib/Doctrine/Common"
288 }
289 },
290 "notification-url": "https://packagist.org/downloads/",
291 "license": [
292 "MIT"
293 ],
294 "authors": [
295 {
296 "name": "Roman Borschel",
297 "email": "roman@code-factory.org"
298 },
299 {
300 "name": "Benjamin Eberlei",
301 "email": "kontakt@beberlei.de"
302 },
303 {
304 "name": "Guilherme Blanco",
305 "email": "guilhermeblanco@gmail.com"
306 },
307 {
308 "name": "Jonathan Wage",
309 "email": "jonwage@gmail.com"
310 },
311 {
312 "name": "Johannes Schmitt",
313 "email": "schmittjoh@gmail.com"
314 }
315 ],
316 "description": "Common Library for Doctrine projects",
317 "homepage": "http://www.doctrine-project.org",
318 "keywords": [
319 "annotations",
320 "collections",
321 "eventmanager",
322 "persistence",
323 "spl"
324 ],
325 "time": "2015-12-25 13:18:31"
326 },
327 {
328 "name": "doctrine/dbal",
329 "version": "v2.5.4",
330 "source": {
331 "type": "git",
332 "url": "https://github.com/doctrine/dbal.git",
333 "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
334 },
335 "dist": {
336 "type": "zip",
337 "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
338 "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
339 "shasum": ""
340 },
341 "require": {
342 "doctrine/common": ">=2.4,<2.7-dev",
343 "php": ">=5.3.2"
344 },
345 "require-dev": {
346 "phpunit/phpunit": "4.*",
347 "symfony/console": "2.*"
348 },
349 "suggest": {
350 "symfony/console": "For helpful console commands such as SQL execution and import of files."
351 },
352 "bin": [
353 "bin/doctrine-dbal"
354 ],
355 "type": "library",
356 "extra": {
357 "branch-alias": {
358 "dev-master": "2.5.x-dev"
359 }
360 },
361 "autoload": {
362 "psr-0": {
363 "Doctrine\\DBAL\\": "lib/"
364 }
365 },
366 "notification-url": "https://packagist.org/downloads/",
367 "license": [
368 "MIT"
369 ],
370 "authors": [
371 {
372 "name": "Roman Borschel",
373 "email": "roman@code-factory.org"
374 },
375 {
376 "name": "Benjamin Eberlei",
377 "email": "kontakt@beberlei.de"
378 },
379 {
380 "name": "Guilherme Blanco",
381 "email": "guilhermeblanco@gmail.com"
382 },
383 {
384 "name": "Jonathan Wage",
385 "email": "jonwage@gmail.com"
386 }
387 ],
388 "description": "Database Abstraction Layer",
389 "homepage": "http://www.doctrine-project.org",
390 "keywords": [
391 "database",
392 "dbal",
393 "persistence",
394 "queryobject"
395 ],
396 "time": "2016-01-05 22:11:12"
397 },
398 {
399 "name": "doctrine/doctrine-bundle",
400 "version": "1.6.1",
401 "source": {
402 "type": "git",
403 "url": "https://github.com/doctrine/DoctrineBundle.git",
404 "reference": "c4ffef2b2296e9d0179eb0b5248e5ae25c9bba3b"
405 },
406 "dist": {
407 "type": "zip",
408 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/c4ffef2b2296e9d0179eb0b5248e5ae25c9bba3b",
409 "reference": "c4ffef2b2296e9d0179eb0b5248e5ae25c9bba3b",
410 "shasum": ""
411 },
412 "require": {
413 "doctrine/dbal": "~2.3",
414 "doctrine/doctrine-cache-bundle": "~1.0",
415 "jdorn/sql-formatter": "~1.1",
416 "php": ">=5.3.2",
417 "symfony/console": "~2.3|~3.0",
418 "symfony/doctrine-bridge": "~2.2|~3.0",
419 "symfony/framework-bundle": "~2.3|~3.0"
420 },
421 "require-dev": {
422 "doctrine/orm": "~2.3",
423 "phpunit/phpunit": "~4",
424 "satooshi/php-coveralls": "~0.6.1",
425 "symfony/validator": "~2.2|~3.0",
426 "symfony/yaml": "~2.2|~3.0",
427 "twig/twig": "~1.10"
428 },
429 "suggest": {
430 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
431 "symfony/web-profiler-bundle": "to use the data collector"
432 },
433 "type": "symfony-bundle",
434 "extra": {
435 "branch-alias": {
436 "dev-master": "1.6.x-dev"
437 }
438 },
439 "autoload": {
440 "psr-4": {
441 "Doctrine\\Bundle\\DoctrineBundle\\": ""
442 }
443 },
444 "notification-url": "https://packagist.org/downloads/",
445 "license": [
446 "MIT"
447 ],
448 "authors": [
449 {
450 "name": "Symfony Community",
451 "homepage": "http://symfony.com/contributors"
452 },
453 {
454 "name": "Benjamin Eberlei",
455 "email": "kontakt@beberlei.de"
456 },
457 {
458 "name": "Doctrine Project",
459 "homepage": "http://www.doctrine-project.org/"
460 },
461 {
462 "name": "Fabien Potencier",
463 "email": "fabien@symfony.com"
464 }
465 ],
466 "description": "Symfony DoctrineBundle",
467 "homepage": "http://www.doctrine-project.org",
468 "keywords": [
469 "database",
470 "dbal",
471 "orm",
472 "persistence"
473 ],
474 "time": "2015-11-16 17:11:46"
475 },
476 {
477 "name": "doctrine/doctrine-cache-bundle",
478 "version": "1.2.2",
479 "source": {
480 "type": "git",
481 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
482 "reference": "030ff41ef1db66370b36467086bfb817a661fe6a"
483 },
484 "dist": {
485 "type": "zip",
486 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/030ff41ef1db66370b36467086bfb817a661fe6a",
487 "reference": "030ff41ef1db66370b36467086bfb817a661fe6a",
488 "shasum": ""
489 },
490 "require": {
491 "doctrine/cache": "^1.4.2",
492 "doctrine/inflector": "~1.0",
493 "php": ">=5.3.2",
494 "symfony/doctrine-bridge": "~2.2|~3.0"
495 },
496 "require-dev": {
497 "instaclick/coding-standard": "~1.1",
498 "instaclick/object-calisthenics-sniffs": "dev-master",
499 "instaclick/symfony2-coding-standard": "dev-remaster",
500 "phpunit/phpunit": "~4",
501 "satooshi/php-coveralls": "~0.6.1",
502 "squizlabs/php_codesniffer": "~1.5",
503 "symfony/console": "~2.2|~3.0",
504 "symfony/finder": "~2.2|~3.0",
505 "symfony/framework-bundle": "~2.2|~3.0",
506 "symfony/phpunit-bridge": "~2.7|~3.0",
507 "symfony/security-acl": "~2.3|~3.0",
508 "symfony/validator": "~2.2|~3.0",
509 "symfony/yaml": "~2.2|~3.0"
510 },
511 "suggest": {
512 "symfony/security-acl": "For using this bundle to cache ACLs"
513 },
514 "type": "symfony-bundle",
515 "extra": {
516 "branch-alias": {
517 "dev-master": "1.2.x-dev"
518 }
519 },
520 "autoload": {
521 "psr-4": {
522 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
523 }
524 },
525 "notification-url": "https://packagist.org/downloads/",
526 "license": [
527 "MIT"
528 ],
529 "authors": [
530 {
531 "name": "Symfony Community",
532 "homepage": "http://symfony.com/contributors"
533 },
534 {
535 "name": "Benjamin Eberlei",
536 "email": "kontakt@beberlei.de"
537 },
538 {
539 "name": "Fabio B. Silva",
540 "email": "fabio.bat.silva@gmail.com"
541 },
542 {
543 "name": "Guilherme Blanco",
544 "email": "guilhermeblanco@hotmail.com"
545 },
546 {
547 "name": "Doctrine Project",
548 "homepage": "http://www.doctrine-project.org/"
549 },
550 {
551 "name": "Fabien Potencier",
552 "email": "fabien@symfony.com"
553 }
554 ],
555 "description": "Symfony Bundle for Doctrine Cache",
556 "homepage": "http://www.doctrine-project.org",
557 "keywords": [
558 "cache",
559 "caching"
560 ],
561 "time": "2015-11-27 04:59:07"
562 },
563 {
564 "name": "doctrine/doctrine-migrations-bundle",
565 "version": "1.1.1",
566 "source": {
567 "type": "git",
568 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
569 "reference": "303a576e2124efb07ec215e34ea2480b841cf5e4"
570 },
571 "dist": {
572 "type": "zip",
573 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/303a576e2124efb07ec215e34ea2480b841cf5e4",
574 "reference": "303a576e2124efb07ec215e34ea2480b841cf5e4",
575 "shasum": ""
576 },
577 "require": {
578 "doctrine/doctrine-bundle": "~1.0",
579 "doctrine/migrations": "~1.0",
580 "php": ">=5.3.2",
581 "symfony/framework-bundle": "~2.3|~3.0"
582 },
583 "type": "symfony-bundle",
584 "extra": {
585 "branch-alias": {
586 "dev-master": "1.1-dev"
587 }
588 },
589 "autoload": {
590 "psr-4": {
591 "Doctrine\\Bundle\\MigrationsBundle\\": ""
592 }
593 },
594 "notification-url": "https://packagist.org/downloads/",
595 "license": [
596 "MIT"
597 ],
598 "authors": [
599 {
600 "name": "Symfony Community",
601 "homepage": "http://symfony.com/contributors"
602 },
603 {
604 "name": "Doctrine Project",
605 "homepage": "http://www.doctrine-project.org"
606 },
607 {
608 "name": "Fabien Potencier",
609 "email": "fabien@symfony.com"
610 }
611 ],
612 "description": "Symfony DoctrineMigrationsBundle",
613 "homepage": "http://www.doctrine-project.org",
614 "keywords": [
615 "dbal",
616 "migrations",
617 "schema"
618 ],
619 "time": "2015-11-04 13:45:30"
620 },
621 {
622 "name": "doctrine/inflector",
623 "version": "v1.1.0",
624 "source": {
625 "type": "git",
626 "url": "https://github.com/doctrine/inflector.git",
627 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
628 },
629 "dist": {
630 "type": "zip",
631 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
632 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
633 "shasum": ""
634 },
635 "require": {
636 "php": ">=5.3.2"
637 },
638 "require-dev": {
639 "phpunit/phpunit": "4.*"
640 },
641 "type": "library",
642 "extra": {
643 "branch-alias": {
644 "dev-master": "1.1.x-dev"
645 }
646 },
647 "autoload": {
648 "psr-0": {
649 "Doctrine\\Common\\Inflector\\": "lib/"
650 }
651 },
652 "notification-url": "https://packagist.org/downloads/",
653 "license": [
654 "MIT"
655 ],
656 "authors": [
657 {
658 "name": "Roman Borschel",
659 "email": "roman@code-factory.org"
660 },
661 {
662 "name": "Benjamin Eberlei",
663 "email": "kontakt@beberlei.de"
664 },
665 {
666 "name": "Guilherme Blanco",
667 "email": "guilhermeblanco@gmail.com"
668 },
669 {
670 "name": "Jonathan Wage",
671 "email": "jonwage@gmail.com"
672 },
673 {
674 "name": "Johannes Schmitt",
675 "email": "schmittjoh@gmail.com"
676 }
677 ],
678 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
679 "homepage": "http://www.doctrine-project.org",
680 "keywords": [
681 "inflection",
682 "pluralize",
683 "singularize",
684 "string"
685 ],
686 "time": "2015-11-06 14:35:42"
687 },
688 {
689 "name": "doctrine/instantiator",
690 "version": "1.0.5",
691 "source": {
692 "type": "git",
693 "url": "https://github.com/doctrine/instantiator.git",
694 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
695 },
696 "dist": {
697 "type": "zip",
698 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
699 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
700 "shasum": ""
701 },
702 "require": {
703 "php": ">=5.3,<8.0-DEV"
704 },
705 "require-dev": {
706 "athletic/athletic": "~0.1.8",
707 "ext-pdo": "*",
708 "ext-phar": "*",
709 "phpunit/phpunit": "~4.0",
710 "squizlabs/php_codesniffer": "~2.0"
711 },
712 "type": "library",
713 "extra": {
714 "branch-alias": {
715 "dev-master": "1.0.x-dev"
716 }
717 },
718 "autoload": {
719 "psr-4": {
720 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
721 }
722 },
723 "notification-url": "https://packagist.org/downloads/",
724 "license": [
725 "MIT"
726 ],
727 "authors": [
728 {
729 "name": "Marco Pivetta",
730 "email": "ocramius@gmail.com",
731 "homepage": "http://ocramius.github.com/"
732 }
733 ],
734 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
735 "homepage": "https://github.com/doctrine/instantiator",
736 "keywords": [
737 "constructor",
738 "instantiate"
739 ],
740 "time": "2015-06-14 21:17:01"
741 },
742 {
743 "name": "doctrine/lexer",
744 "version": "v1.0.1",
745 "source": {
746 "type": "git",
747 "url": "https://github.com/doctrine/lexer.git",
748 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
749 },
750 "dist": {
751 "type": "zip",
752 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
753 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
754 "shasum": ""
755 },
756 "require": {
757 "php": ">=5.3.2"
758 },
759 "type": "library",
760 "extra": {
761 "branch-alias": {
762 "dev-master": "1.0.x-dev"
763 }
764 },
765 "autoload": {
766 "psr-0": {
767 "Doctrine\\Common\\Lexer\\": "lib/"
768 }
769 },
770 "notification-url": "https://packagist.org/downloads/",
771 "license": [
772 "MIT"
773 ],
774 "authors": [
775 {
776 "name": "Roman Borschel",
777 "email": "roman@code-factory.org"
778 },
779 {
780 "name": "Guilherme Blanco",
781 "email": "guilhermeblanco@gmail.com"
782 },
783 {
784 "name": "Johannes Schmitt",
785 "email": "schmittjoh@gmail.com"
786 }
787 ],
788 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
789 "homepage": "http://www.doctrine-project.org",
790 "keywords": [
791 "lexer",
792 "parser"
793 ],
794 "time": "2014-09-09 13:34:57"
795 },
796 {
797 "name": "doctrine/migrations",
798 "version": "v1.2.2",
799 "source": {
800 "type": "git",
801 "url": "https://github.com/doctrine/migrations.git",
802 "reference": "6b70c2c4484c02878743929bb3cd3fdbf41193a6"
803 },
804 "dist": {
805 "type": "zip",
806 "url": "https://api.github.com/repos/doctrine/migrations/zipball/6b70c2c4484c02878743929bb3cd3fdbf41193a6",
807 "reference": "6b70c2c4484c02878743929bb3cd3fdbf41193a6",
808 "shasum": ""
809 },
810 "require": {
811 "doctrine/dbal": "~2.2",
812 "php": ">=5.4.0",
813 "symfony/console": "~2.3|~3.0",
814 "symfony/yaml": "~2.3|~3.0"
815 },
816 "require-dev": {
817 "doctrine/coding-standard": "dev-master",
818 "doctrine/orm": "2.*",
819 "johnkary/phpunit-speedtrap": "~1.0@dev",
820 "mockery/mockery": "^0.9.4",
821 "phpunit/phpunit": "~4.7",
822 "satooshi/php-coveralls": "0.6.*"
823 },
824 "bin": [
825 "bin/doctrine-migrations"
826 ],
827 "type": "library",
828 "extra": {
829 "branch-alias": {
830 "dev-master": "v1.1.x-dev"
831 }
832 },
833 "autoload": {
834 "psr-4": {
835 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
836 }
837 },
838 "notification-url": "https://packagist.org/downloads/",
839 "license": [
840 "LGPL-2.1"
841 ],
842 "authors": [
843 {
844 "name": "Benjamin Eberlei",
845 "email": "kontakt@beberlei.de"
846 },
847 {
848 "name": "Jonathan Wage",
849 "email": "jonwage@gmail.com"
850 },
851 {
852 "name": "Michael Simonson",
853 "email": "contact@mikesimonson.com"
854 }
855 ],
856 "description": "Database Schema migrations using Doctrine DBAL",
857 "homepage": "http://www.doctrine-project.org",
858 "keywords": [
859 "database",
860 "migrations"
861 ],
862 "time": "2016-01-07 21:28:50"
863 },
864 {
865 "name": "doctrine/orm",
866 "version": "v2.5.4",
867 "source": {
868 "type": "git",
869 "url": "https://github.com/doctrine/doctrine2.git",
870 "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab"
871 },
872 "dist": {
873 "type": "zip",
874 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
875 "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
876 "shasum": ""
877 },
878 "require": {
879 "doctrine/cache": "~1.4",
880 "doctrine/collections": "~1.2",
881 "doctrine/common": ">=2.5-dev,<2.7-dev",
882 "doctrine/dbal": ">=2.5-dev,<2.6-dev",
883 "doctrine/instantiator": "~1.0.1",
884 "ext-pdo": "*",
885 "php": ">=5.4",
886 "symfony/console": "~2.5|~3.0"
887 },
888 "require-dev": {
889 "phpunit/phpunit": "~4.0",
890 "symfony/yaml": "~2.3|~3.0"
891 },
892 "suggest": {
893 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
894 },
895 "bin": [
896 "bin/doctrine",
897 "bin/doctrine.php"
898 ],
899 "type": "library",
900 "extra": {
901 "branch-alias": {
902 "dev-master": "2.6.x-dev"
903 }
904 },
905 "autoload": {
906 "psr-0": {
907 "Doctrine\\ORM\\": "lib/"
908 }
909 },
910 "notification-url": "https://packagist.org/downloads/",
911 "license": [
912 "MIT"
913 ],
914 "authors": [
915 {
916 "name": "Roman Borschel",
917 "email": "roman@code-factory.org"
918 },
919 {
920 "name": "Benjamin Eberlei",
921 "email": "kontakt@beberlei.de"
922 },
923 {
924 "name": "Guilherme Blanco",
925 "email": "guilhermeblanco@gmail.com"
926 },
927 {
928 "name": "Jonathan Wage",
929 "email": "jonwage@gmail.com"
930 }
931 ],
932 "description": "Object-Relational-Mapper for PHP",
933 "homepage": "http://www.doctrine-project.org",
934 "keywords": [
935 "database",
936 "orm"
937 ],
938 "time": "2016-01-05 21:34:58"
939 },
940 {
941 "name": "ezyang/htmlpurifier",
942 "version": "v4.7.0",
943 "source": {
944 "type": "git",
945 "url": "https://github.com/ezyang/htmlpurifier.git",
946 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40"
947 },
948 "dist": {
949 "type": "zip",
950 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40",
951 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40",
952 "shasum": ""
953 },
954 "require": {
955 "php": ">=5.2"
956 },
957 "type": "library",
958 "autoload": {
959 "psr-0": {
960 "HTMLPurifier": "library/"
961 },
962 "files": [
963 "library/HTMLPurifier.composer.php"
964 ]
965 },
966 "notification-url": "https://packagist.org/downloads/",
967 "license": [
968 "LGPL"
969 ],
970 "authors": [
971 {
972 "name": "Edward Z. Yang",
973 "email": "admin@htmlpurifier.org",
974 "homepage": "http://ezyang.com"
975 }
976 ],
977 "description": "Standards compliant HTML filter written in PHP",
978 "homepage": "http://htmlpurifier.org/",
979 "keywords": [
980 "html"
981 ],
982 "time": "2015-08-05 01:03:42"
983 },
984 {
985 "name": "friendsofsymfony/oauth-server-bundle",
986 "version": "1.4.2",
987 "target-dir": "FOS/OAuthServerBundle",
988 "source": {
989 "type": "git",
990 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
991 "reference": "9e15c229eff547443d686445d629e9356ab0672e"
992 },
993 "dist": {
994 "type": "zip",
995 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/9e15c229eff547443d686445d629e9356ab0672e",
996 "reference": "9e15c229eff547443d686445d629e9356ab0672e",
997 "shasum": ""
998 },
999 "require": {
1000 "friendsofsymfony/oauth2-php": "~1.1.0",
1001 "php": ">=5.3.3",
1002 "symfony/framework-bundle": "~2.1",
1003 "symfony/security-bundle": "~2.1"
1004 },
1005 "require-dev": {
1006 "doctrine/doctrine-bundle": "~1.0",
1007 "doctrine/mongodb-odm": "1.0.*@dev",
1008 "doctrine/orm": ">=2.2,<2.5-dev",
1009 "symfony/class-loader": "~2.1",
1010 "symfony/yaml": "~2.1",
1011 "willdurand/propel-typehintable-behavior": "1.0.*"
1012 },
1013 "suggest": {
1014 "doctrine/doctrine-bundle": "*",
1015 "doctrine/mongodb-odm-bundle": "*",
1016 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1017 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1018 },
1019 "type": "symfony-bundle",
1020 "extra": {
1021 "branch-alias": {
1022 "dev-master": "1.4-dev"
1023 }
1024 },
1025 "autoload": {
1026 "psr-0": {
1027 "FOS\\OAuthServerBundle": ""
1028 }
1029 },
1030 "notification-url": "https://packagist.org/downloads/",
1031 "license": [
1032 "MIT"
1033 ],
1034 "authors": [
1035 {
1036 "name": "Arnaud Le Blanc",
1037 "email": "arnaud.lb@gmail.com"
1038 },
1039 {
1040 "name": "FriendsOfSymfony Community",
1041 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1042 }
1043 ],
1044 "description": "Symfony2 OAuth Server Bundle",
1045 "homepage": "http://friendsofsymfony.github.com",
1046 "keywords": [
1047 "oauth",
1048 "oauth2",
1049 "server"
1050 ],
1051 "time": "2014-10-31 13:44:14"
1052 },
1053 {
1054 "name": "friendsofsymfony/oauth2-php",
1055 "version": "1.1.1",
1056 "source": {
1057 "type": "git",
1058 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1059 "reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310"
1060 },
1061 "dist": {
1062 "type": "zip",
1063 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/23e76537c4a02e666ab4ba5abe67a69a886a0310",
1064 "reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310",
1065 "shasum": ""
1066 },
1067 "require": {
1068 "php": ">=5.3.2",
1069 "symfony/http-foundation": "~2.0"
1070 },
1071 "require-dev": {
1072 "phpunit/phpunit": "~4.0"
1073 },
1074 "type": "library",
1075 "extra": {
1076 "branch-alias": {
1077 "dev-master": "1.1.x-dev"
1078 }
1079 },
1080 "autoload": {
1081 "psr-4": {
1082 "OAuth2\\": "lib/"
1083 }
1084 },
1085 "notification-url": "https://packagist.org/downloads/",
1086 "license": [
1087 "MIT"
1088 ],
1089 "authors": [
1090 {
1091 "name": "Arnaud Le Blanc",
1092 "email": "arnaud.lb@gmail.com"
1093 },
1094 {
1095 "name": "FriendsOfSymfony Community",
1096 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1097 }
1098 ],
1099 "description": "OAuth2 library",
1100 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1101 "keywords": [
1102 "oauth",
1103 "oauth2"
1104 ],
1105 "time": "2014-11-03 10:21:20"
1106 },
1107 {
1108 "name": "friendsofsymfony/rest-bundle",
1109 "version": "1.7.6",
1110 "target-dir": "FOS/RestBundle",
1111 "source": {
1112 "type": "git",
1113 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1114 "reference": "f95b2f141748e9a5e2ddae833f60c38417aee8c3"
1115 },
1116 "dist": {
1117 "type": "zip",
1118 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/f95b2f141748e9a5e2ddae833f60c38417aee8c3",
1119 "reference": "f95b2f141748e9a5e2ddae833f60c38417aee8c3",
1120 "shasum": ""
1121 },
1122 "require": {
1123 "doctrine/inflector": "~1.0",
1124 "php": "^5.3.9|~7.0",
1125 "psr/log": "~1.0",
1126 "symfony/framework-bundle": "~2.3|~3.0",
1127 "symfony/http-kernel": "^2.3.24|~3.0",
1128 "willdurand/jsonp-callback-validator": "~1.0",
1129 "willdurand/negotiation": "~1.2"
1130 },
1131 "conflict": {
1132 "jms/serializer": "<0.12",
1133 "jms/serializer-bundle": "<0.11",
1134 "symfony/validator": ">=2.5.0,<2.5.5"
1135 },
1136 "require-dev": {
1137 "jms/serializer": "~0.13|~1.0",
1138 "jms/serializer-bundle": "~0.12|~1.0",
1139 "phpoption/phpoption": "~1.1.0",
1140 "sensio/framework-extra-bundle": "~2.0|~3.0",
1141 "sllh/php-cs-fixer-styleci-bridge": "^1.3",
1142 "symfony/browser-kit": "~2.3|~3.0",
1143 "symfony/dependency-injection": "~2.3|~3.0",
1144 "symfony/form": "~2.3|~3.0",
1145 "symfony/phpunit-bridge": "~2.7|~3.0",
1146 "symfony/security": "~2.3|~3.0",
1147 "symfony/serializer": "~2.3|~3.0",
1148 "symfony/validator": "~2.3|~3.0",
1149 "symfony/yaml": "~2.3|~3.0"
1150 },
1151 "suggest": {
1152 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12||~1.0",
1153 "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0",
1154 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
1155 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
1156 },
1157 "type": "symfony-bundle",
1158 "extra": {
1159 "branch-alias": {
1160 "dev-master": "1.7-dev"
1161 }
1162 },
1163 "autoload": {
1164 "psr-0": {
1165 "FOS\\RestBundle": ""
1166 }
1167 },
1168 "notification-url": "https://packagist.org/downloads/",
1169 "license": [
1170 "MIT"
1171 ],
1172 "authors": [
1173 {
1174 "name": "Lukas Kahwe Smith",
1175 "email": "smith@pooteeweet.org"
1176 },
1177 {
1178 "name": "FriendsOfSymfony Community",
1179 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1180 },
1181 {
1182 "name": "Konstantin Kudryashov",
1183 "email": "ever.zet@gmail.com"
1184 }
1185 ],
1186 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
1187 "homepage": "http://friendsofsymfony.github.com",
1188 "keywords": [
1189 "rest"
1190 ],
1191 "time": "2015-12-20 13:45:30"
1192 },
1193 {
1194 "name": "friendsofsymfony/user-bundle",
1195 "version": "dev-master",
1196 "source": {
1197 "type": "git",
1198 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
1199 "reference": "6ccff96434c0ac7fee077d1dce90966341dfd278"
1200 },
1201 "dist": {
1202 "type": "zip",
1203 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/6ccff96434c0ac7fee077d1dce90966341dfd278",
1204 "reference": "6ccff96434c0ac7fee077d1dce90966341dfd278",
1205 "shasum": ""
1206 },
1207 "require": {
1208 "php": ">=5.3.9",
1209 "symfony/form": "~2.3|~3.0",
1210 "symfony/framework-bundle": "~2.3|~3.0",
1211 "symfony/security-bundle": "~2.3|~3.0",
1212 "symfony/twig-bundle": "~2.3|~3.0"
1213 },
1214 "require-dev": {
1215 "doctrine/doctrine-bundle": "~1.3",
1216 "swiftmailer/swiftmailer": "~4.3|~5",
1217 "symfony/console": "~2.3|~3.0",
1218 "symfony/phpunit-bridge": "~2.7|~3.0",
1219 "symfony/validator": "~2.3|~3.0",
1220 "symfony/yaml": "~2.3|~3.0",
1221 "willdurand/propel-typehintable-behavior": "~1.0"
1222 },
1223 "suggest": {
1224 "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
1225 },
1226 "type": "symfony-bundle",
1227 "extra": {
1228 "branch-alias": {
1229 "dev-master": "2.0.x-dev"
1230 }
1231 },
1232 "autoload": {
1233 "psr-4": {
1234 "FOS\\UserBundle\\": ""
1235 }
1236 },
1237 "notification-url": "https://packagist.org/downloads/",
1238 "license": [
1239 "MIT"
1240 ],
1241 "authors": [
1242 {
1243 "name": "Christophe Coevoet",
1244 "email": "stof@notk.org"
1245 },
1246 {
1247 "name": "FriendsOfSymfony Community",
1248 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
1249 },
1250 {
1251 "name": "Thibault Duplessis",
1252 "email": "thibault.duplessis@gmail.com"
1253 }
1254 ],
1255 "description": "Symfony FOSUserBundle",
1256 "homepage": "http://friendsofsymfony.github.com",
1257 "keywords": [
1258 "User management"
1259 ],
1260 "time": "2016-01-08 10:46:39"
1261 },
1262 {
1263 "name": "gedmo/doctrine-extensions",
1264 "version": "v2.4.10",
1265 "source": {
1266 "type": "git",
1267 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
1268 "reference": "7e7fc55fa3fad79031727fbc7d8e418b641be875"
1269 },
1270 "dist": {
1271 "type": "zip",
1272 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/7e7fc55fa3fad79031727fbc7d8e418b641be875",
1273 "reference": "7e7fc55fa3fad79031727fbc7d8e418b641be875",
1274 "shasum": ""
1275 },
1276 "require": {
1277 "behat/transliterator": "~1.0",
1278 "doctrine/common": "~2.4",
1279 "php": ">=5.3.2"
1280 },
1281 "require-dev": {
1282 "doctrine/common": ">=2.5.0",
1283 "doctrine/mongodb-odm": ">=1.0.2",
1284 "doctrine/orm": ">=2.5.0",
1285 "phpunit/phpunit": "~4.4",
1286 "phpunit/phpunit-mock-objects": "~2.3",
1287 "symfony/yaml": "~2.6"
1288 },
1289 "suggest": {
1290 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
1291 "doctrine/orm": "to use the extensions with the ORM"
1292 },
1293 "type": "library",
1294 "extra": {
1295 "branch-alias": {
1296 "dev-master": "2.4.x-dev"
1297 }
1298 },
1299 "autoload": {
1300 "psr-0": {
1301 "Gedmo\\": "lib/"
1302 }
1303 },
1304 "notification-url": "https://packagist.org/downloads/",
1305 "license": [
1306 "MIT"
1307 ],
1308 "authors": [
1309 {
1310 "name": "David Buchmann",
1311 "email": "david@liip.ch"
1312 },
1313 {
1314 "name": "Gediminas Morkevicius",
1315 "email": "gediminas.morkevicius@gmail.com"
1316 },
1317 {
1318 "name": "Gustavo Falco",
1319 "email": "comfortablynumb84@gmail.com"
1320 }
1321 ],
1322 "description": "Doctrine2 behavioral extensions",
1323 "homepage": "http://gediminasm.org/",
1324 "keywords": [
1325 "Blameable",
1326 "behaviors",
1327 "doctrine2",
1328 "extensions",
1329 "gedmo",
1330 "loggable",
1331 "nestedset",
1332 "sluggable",
1333 "sortable",
1334 "timestampable",
1335 "translatable",
1336 "tree",
1337 "uploadable"
1338 ],
1339 "time": "2015-12-18 20:34:21"
1340 },
1341 {
1342 "name": "grandt/binstring",
1343 "version": "1.0.0",
1344 "source": {
1345 "type": "git",
1346 "url": "https://github.com/Grandt/PHPBinString.git",
1347 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
1348 },
1349 "dist": {
1350 "type": "zip",
1351 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
1352 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
1353 "shasum": ""
1354 },
1355 "require": {
1356 "php": ">=5.0"
1357 },
1358 "type": "library",
1359 "autoload": {
1360 "classmap": [
1361 "BinString.php",
1362 "BinStringStatic.php"
1363 ]
1364 },
1365 "notification-url": "https://packagist.org/downloads/",
1366 "license": [
1367 "LGPL-2.1"
1368 ],
1369 "authors": [
1370 {
1371 "name": "A. Grandt",
1372 "email": "php@grandt.com",
1373 "role": "Developer"
1374 }
1375 ],
1376 "description": "A class for working around the use of mbstring.func_override",
1377 "homepage": "https://github.com/Grandt/PHPBinString",
1378 "keywords": [
1379 "binary strings",
1380 "mbstring"
1381 ],
1382 "time": "2015-08-13 06:14:41"
1383 },
1384 {
1385 "name": "grandt/phpepub",
1386 "version": "4.0.3",
1387 "source": {
1388 "type": "git",
1389 "url": "https://github.com/Grandt/PHPePub.git",
1390 "reference": "dee0c5549a8d2c6bf6a1ad5b4ee21d245b711fca"
1391 },
1392 "dist": {
1393 "type": "zip",
1394 "url": "https://api.github.com/repos/Grandt/PHPePub/zipball/dee0c5549a8d2c6bf6a1ad5b4ee21d245b711fca",
1395 "reference": "dee0c5549a8d2c6bf6a1ad5b4ee21d245b711fca",
1396 "shasum": ""
1397 },
1398 "require": {
1399 "grandt/phpresizegif": ">=1.0.3",
1400 "grandt/relativepath": ">=1.0.1",
1401 "php": ">=5.3.0",
1402 "phpzip/phpzip": ">=2.0.7"
1403 },
1404 "type": "library",
1405 "autoload": {
1406 "psr-4": {
1407 "PHPePub\\": "src/PHPePub"
1408 },
1409 "classmap": [
1410 "src/lib.uuid.php"
1411 ]
1412 },
1413 "notification-url": "https://packagist.org/downloads/",
1414 "license": [
1415 "LGPL-2.1"
1416 ],
1417 "authors": [
1418 {
1419 "name": "A. Grandt",
1420 "email": "php@grandt.com",
1421 "homepage": "http://grandt.com",
1422 "role": "Developer"
1423 }
1424 ],
1425 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
1426 "homepage": "https://github.com/Grandt/PHPZip",
1427 "keywords": [
1428 "e-book",
1429 "epub"
1430 ],
1431 "time": "2015-09-15 08:47:09"
1432 },
1433 {
1434 "name": "grandt/phpresizegif",
1435 "version": "1.0.3",
1436 "source": {
1437 "type": "git",
1438 "url": "https://github.com/Grandt/PHPResizeGif.git",
1439 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
1440 },
1441 "dist": {
1442 "type": "zip",
1443 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
1444 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
1445 "shasum": ""
1446 },
1447 "require": {
1448 "grandt/binstring": ">=0.2.0",
1449 "php": ">=5.3.0"
1450 },
1451 "type": "library",
1452 "autoload": {
1453 "psr-4": {
1454 "grandt\\ResizeGif\\": "src/ResizeGif",
1455 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
1456 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
1457 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
1458 }
1459 },
1460 "notification-url": "https://packagist.org/downloads/",
1461 "license": [
1462 "LGPL-2.1"
1463 ],
1464 "authors": [
1465 {
1466 "name": "A. Grandt",
1467 "email": "php@grandt.com",
1468 "homepage": "http://grandt.com",
1469 "role": "Developer"
1470 }
1471 ],
1472 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
1473 "homepage": "https://github.com/Grandt/PHPResizeGif",
1474 "keywords": [
1475 "GIF89a",
1476 "animated gif",
1477 "gif",
1478 "resize"
1479 ],
1480 "time": "2015-05-10 10:52:24"
1481 },
1482 {
1483 "name": "grandt/phpzipmerge",
1484 "version": "1.0.4",
1485 "source": {
1486 "type": "git",
1487 "url": "https://github.com/Grandt/PHPZipMerge.git",
1488 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
1489 },
1490 "dist": {
1491 "type": "zip",
1492 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
1493 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
1494 "shasum": ""
1495 },
1496 "require": {
1497 "grandt/binstring": ">=1.0.0",
1498 "grandt/relativepath": ">=1.0.1",
1499 "php": ">=5.3.0"
1500 },
1501 "type": "library",
1502 "autoload": {
1503 "psr-4": {
1504 "ZipMerge\\": "src/ZipMerge"
1505 }
1506 },
1507 "notification-url": "https://packagist.org/downloads/",
1508 "license": [
1509 "LGPL-2.1"
1510 ],
1511 "authors": [
1512 {
1513 "name": "A. Grandt",
1514 "email": "php@grandt.com",
1515 "homepage": "http://grandt.com",
1516 "role": "Developer"
1517 },
1518 {
1519 "name": "Greg Kappatos",
1520 "homepage": "http://websiteconnect.com.au",
1521 "role": "Developer"
1522 }
1523 ],
1524 "description": "Merge and stream multiple Zip files on the fly.",
1525 "homepage": "https://github.com/Grandt/PHPZipMerge",
1526 "keywords": [
1527 "archive",
1528 "compressed",
1529 "compression",
1530 "merge",
1531 "phpzip",
1532 "pkzip",
1533 "stream",
1534 "zip"
1535 ],
1536 "time": "2015-08-18 13:49:33"
1537 },
1538 {
1539 "name": "grandt/relativepath",
1540 "version": "1.0.2",
1541 "source": {
1542 "type": "git",
1543 "url": "https://github.com/Grandt/PHPRelativePath.git",
1544 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
1545 },
1546 "dist": {
1547 "type": "zip",
1548 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
1549 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
1550 "shasum": ""
1551 },
1552 "require": {
1553 "php": ">=5.0"
1554 },
1555 "type": "library",
1556 "autoload": {
1557 "classmap": [
1558 "RelativePath.php"
1559 ]
1560 },
1561 "notification-url": "https://packagist.org/downloads/",
1562 "license": [
1563 "LGPL-2.1"
1564 ],
1565 "authors": [
1566 {
1567 "name": "A. Grandt",
1568 "email": "php@grandt.com",
1569 "role": "Developer"
1570 }
1571 ],
1572 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
1573 "homepage": "https://github.com/Grandt/PHPRelativePath",
1574 "keywords": [
1575 "file path"
1576 ],
1577 "time": "2015-05-14 08:18:23"
1578 },
1579 {
1580 "name": "guzzlehttp/guzzle",
1581 "version": "5.3.0",
1582 "source": {
1583 "type": "git",
1584 "url": "https://github.com/guzzle/guzzle.git",
1585 "reference": "f3c8c22471cb55475105c14769644a49c3262b93"
1586 },
1587 "dist": {
1588 "type": "zip",
1589 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93",
1590 "reference": "f3c8c22471cb55475105c14769644a49c3262b93",
1591 "shasum": ""
1592 },
1593 "require": {
1594 "guzzlehttp/ringphp": "^1.1",
1595 "php": ">=5.4.0"
1596 },
1597 "require-dev": {
1598 "ext-curl": "*",
1599 "phpunit/phpunit": "^4.0",
1600 "psr/log": "^1.0"
1601 },
1602 "type": "library",
1603 "extra": {
1604 "branch-alias": {
1605 "dev-master": "5.0-dev"
1606 }
1607 },
1608 "autoload": {
1609 "psr-4": {
1610 "GuzzleHttp\\": "src/"
1611 }
1612 },
1613 "notification-url": "https://packagist.org/downloads/",
1614 "license": [
1615 "MIT"
1616 ],
1617 "authors": [
1618 {
1619 "name": "Michael Dowling",
1620 "email": "mtdowling@gmail.com",
1621 "homepage": "https://github.com/mtdowling"
1622 }
1623 ],
1624 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1625 "homepage": "http://guzzlephp.org/",
1626 "keywords": [
1627 "client",
1628 "curl",
1629 "framework",
1630 "http",
1631 "http client",
1632 "rest",
1633 "web service"
1634 ],
1635 "time": "2015-05-20 03:47:55"
1636 },
1637 {
1638 "name": "guzzlehttp/ringphp",
1639 "version": "1.1.0",
1640 "source": {
1641 "type": "git",
1642 "url": "https://github.com/guzzle/RingPHP.git",
1643 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
1644 },
1645 "dist": {
1646 "type": "zip",
1647 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1648 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1649 "shasum": ""
1650 },
1651 "require": {
1652 "guzzlehttp/streams": "~3.0",
1653 "php": ">=5.4.0",
1654 "react/promise": "~2.0"
1655 },
1656 "require-dev": {
1657 "ext-curl": "*",
1658 "phpunit/phpunit": "~4.0"
1659 },
1660 "suggest": {
1661 "ext-curl": "Guzzle will use specific adapters if cURL is present"
1662 },
1663 "type": "library",
1664 "extra": {
1665 "branch-alias": {
1666 "dev-master": "1.1-dev"
1667 }
1668 },
1669 "autoload": {
1670 "psr-4": {
1671 "GuzzleHttp\\Ring\\": "src/"
1672 }
1673 },
1674 "notification-url": "https://packagist.org/downloads/",
1675 "license": [
1676 "MIT"
1677 ],
1678 "authors": [
1679 {
1680 "name": "Michael Dowling",
1681 "email": "mtdowling@gmail.com",
1682 "homepage": "https://github.com/mtdowling"
1683 }
1684 ],
1685 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
1686 "time": "2015-05-20 03:37:09"
1687 },
1688 {
1689 "name": "guzzlehttp/streams",
1690 "version": "3.0.0",
1691 "source": {
1692 "type": "git",
1693 "url": "https://github.com/guzzle/streams.git",
1694 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
1695 },
1696 "dist": {
1697 "type": "zip",
1698 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1699 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1700 "shasum": ""
1701 },
1702 "require": {
1703 "php": ">=5.4.0"
1704 },
1705 "require-dev": {
1706 "phpunit/phpunit": "~4.0"
1707 },
1708 "type": "library",
1709 "extra": {
1710 "branch-alias": {
1711 "dev-master": "3.0-dev"
1712 }
1713 },
1714 "autoload": {
1715 "psr-4": {
1716 "GuzzleHttp\\Stream\\": "src/"
1717 }
1718 },
1719 "notification-url": "https://packagist.org/downloads/",
1720 "license": [
1721 "MIT"
1722 ],
1723 "authors": [
1724 {
1725 "name": "Michael Dowling",
1726 "email": "mtdowling@gmail.com",
1727 "homepage": "https://github.com/mtdowling"
1728 }
1729 ],
1730 "description": "Provides a simple abstraction over streams of data",
1731 "homepage": "http://guzzlephp.org/",
1732 "keywords": [
1733 "Guzzle",
1734 "stream"
1735 ],
1736 "time": "2014-10-12 19:18:40"
1737 },
1738 {
1739 "name": "hoa/compiler",
1740 "version": "2.15.10.29",
1741 "source": {
1742 "type": "git",
1743 "url": "https://github.com/hoaproject/Compiler.git",
1744 "reference": "ec0849fd3c1472fbcd86c3c961981f0cfe1f8d39"
1745 },
1746 "dist": {
1747 "type": "zip",
1748 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/ec0849fd3c1472fbcd86c3c961981f0cfe1f8d39",
1749 "reference": "ec0849fd3c1472fbcd86c3c961981f0cfe1f8d39",
1750 "shasum": ""
1751 },
1752 "require": {
1753 "hoa/core": "~2.0",
1754 "hoa/file": "~0.0",
1755 "hoa/iterator": "~1.0",
1756 "hoa/math": "~0.0",
1757 "hoa/regex": "~0.0",
1758 "hoa/visitor": "~1.0"
1759 },
1760 "require-dev": {
1761 "hoa/json": "~1.0",
1762 "hoa/test": "~1.0"
1763 },
1764 "type": "library",
1765 "extra": {
1766 "branch-alias": {
1767 "dev-master": "2.x-dev"
1768 }
1769 },
1770 "autoload": {
1771 "psr-4": {
1772 "Hoa\\Compiler\\": "."
1773 }
1774 },
1775 "notification-url": "https://packagist.org/downloads/",
1776 "license": [
1777 "BSD-3-Clause"
1778 ],
1779 "authors": [
1780 {
1781 "name": "Ivan Enderlin",
1782 "email": "ivan.enderlin@hoa-project.net"
1783 },
1784 {
1785 "name": "Hoa community",
1786 "homepage": "http://hoa-project.net/"
1787 }
1788 ],
1789 "description": "The Hoa\\Compiler library.",
1790 "homepage": "http://hoa-project.net/",
1791 "keywords": [
1792 "algebraic",
1793 "ast",
1794 "compiler",
1795 "context-free",
1796 "coverage",
1797 "exhaustive",
1798 "grammar",
1799 "isotropic",
1800 "language",
1801 "lexer",
1802 "library",
1803 "ll1",
1804 "llk",
1805 "parser",
1806 "pp",
1807 "random",
1808 "regular",
1809 "rule",
1810 "sampler",
1811 "syntax",
1812 "token",
1813 "trace",
1814 "uniform"
1815 ],
1816 "time": "2015-10-29 21:35:12"
1817 },
1818 {
1819 "name": "hoa/core",
1820 "version": "2.15.11.09",
1821 "source": {
1822 "type": "git",
1823 "url": "https://github.com/hoaproject/Core.git",
1824 "reference": "5538b1e90e2c66c90df5cc45e03fb85d047be900"
1825 },
1826 "dist": {
1827 "type": "zip",
1828 "url": "https://api.github.com/repos/hoaproject/Core/zipball/5538b1e90e2c66c90df5cc45e03fb85d047be900",
1829 "reference": "5538b1e90e2c66c90df5cc45e03fb85d047be900",
1830 "shasum": ""
1831 },
1832 "require": {
1833 "ext-spl": "*",
1834 "php": ">=5.4.0"
1835 },
1836 "require-dev": {
1837 "hoa/test": "~1.0"
1838 },
1839 "suggest": {
1840 "ext-mbstring": "ext/mbstring must be present (or a third implementation).",
1841 "hoa/cli": "To use the `hoa` script."
1842 },
1843 "type": "library",
1844 "extra": {
1845 "branch-alias": {
1846 "dev-master": "2.x-dev"
1847 }
1848 },
1849 "autoload": {
1850 "psr-4": {
1851 "Hoa\\Core\\": "."
1852 },
1853 "files": [
1854 "Core.php"
1855 ]
1856 },
1857 "notification-url": "https://packagist.org/downloads/",
1858 "license": [
1859 "BSD-3-Clause"
1860 ],
1861 "authors": [
1862 {
1863 "name": "Ivan Enderlin",
1864 "email": "ivan.enderlin@hoa-project.net"
1865 },
1866 {
1867 "name": "Hoa community",
1868 "homepage": "http://hoa-project.net/"
1869 }
1870 ],
1871 "description": "The Hoa\\Core library.",
1872 "homepage": "http://hoa-project.net/",
1873 "keywords": [
1874 "consistency",
1875 "core",
1876 "data",
1877 "event",
1878 "library",
1879 "listener",
1880 "parameter",
1881 "protocol"
1882 ],
1883 "time": "2015-11-09 06:51:06"
1884 },
1885 {
1886 "name": "hoa/file",
1887 "version": "0.15.11.09",
1888 "source": {
1889 "type": "git",
1890 "url": "https://github.com/hoaproject/File.git",
1891 "reference": "f46fe552ff79cb6c93a2ff9c25cfbc134fbd57ee"
1892 },
1893 "dist": {
1894 "type": "zip",
1895 "url": "https://api.github.com/repos/hoaproject/File/zipball/f46fe552ff79cb6c93a2ff9c25cfbc134fbd57ee",
1896 "reference": "f46fe552ff79cb6c93a2ff9c25cfbc134fbd57ee",
1897 "shasum": ""
1898 },
1899 "require": {
1900 "hoa/core": "~2.0",
1901 "hoa/iterator": "~1.0",
1902 "hoa/stream": "~0.0"
1903 },
1904 "require-dev": {
1905 "hoa/test": "~1.0"
1906 },
1907 "type": "library",
1908 "extra": {
1909 "branch-alias": {
1910 "dev-master": "0.x-dev"
1911 }
1912 },
1913 "autoload": {
1914 "psr-4": {
1915 "Hoa\\File\\": "."
1916 }
1917 },
1918 "notification-url": "https://packagist.org/downloads/",
1919 "license": [
1920 "BSD-3-Clause"
1921 ],
1922 "authors": [
1923 {
1924 "name": "Ivan Enderlin",
1925 "email": "ivan.enderlin@hoa-project.net"
1926 },
1927 {
1928 "name": "Hoa community",
1929 "homepage": "http://hoa-project.net/"
1930 }
1931 ],
1932 "description": "The Hoa\\File library.",
1933 "homepage": "http://hoa-project.net/",
1934 "keywords": [
1935 "Socket",
1936 "directory",
1937 "file",
1938 "finder",
1939 "library",
1940 "link",
1941 "temporary"
1942 ],
1943 "time": "2015-11-09 06:55:20"
1944 },
1945 {
1946 "name": "hoa/iterator",
1947 "version": "1.15.10.29",
1948 "source": {
1949 "type": "git",
1950 "url": "https://github.com/hoaproject/Iterator.git",
1951 "reference": "a64ed9fd62579a34e4450134d6d1abdf77d54435"
1952 },
1953 "dist": {
1954 "type": "zip",
1955 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/a64ed9fd62579a34e4450134d6d1abdf77d54435",
1956 "reference": "a64ed9fd62579a34e4450134d6d1abdf77d54435",
1957 "shasum": ""
1958 },
1959 "require": {
1960 "hoa/core": "~2.0"
1961 },
1962 "require-dev": {
1963 "hoa/test": "~1.0"
1964 },
1965 "type": "library",
1966 "extra": {
1967 "branch-alias": {
1968 "dev-master": "1.x-dev"
1969 }
1970 },
1971 "autoload": {
1972 "psr-4": {
1973 "Hoa\\Iterator\\": "."
1974 }
1975 },
1976 "notification-url": "https://packagist.org/downloads/",
1977 "license": [
1978 "BSD-3-Clause"
1979 ],
1980 "authors": [
1981 {
1982 "name": "Ivan Enderlin",
1983 "email": "ivan.enderlin@hoa-project.net"
1984 },
1985 {
1986 "name": "Hoa community",
1987 "homepage": "http://hoa-project.net/"
1988 }
1989 ],
1990 "description": "The Hoa\\Iterator library.",
1991 "homepage": "http://hoa-project.net/",
1992 "keywords": [
1993 "iterator",
1994 "library"
1995 ],
1996 "time": "2015-10-29 21:37:16"
1997 },
1998 {
1999 "name": "hoa/math",
2000 "version": "0.15.10.26",
2001 "source": {
2002 "type": "git",
2003 "url": "https://github.com/hoaproject/Math.git",
2004 "reference": "62631c65d9a4f1b8bb4c4a3d6cdff0e8971d684e"
2005 },
2006 "dist": {
2007 "type": "zip",
2008 "url": "https://api.github.com/repos/hoaproject/Math/zipball/62631c65d9a4f1b8bb4c4a3d6cdff0e8971d684e",
2009 "reference": "62631c65d9a4f1b8bb4c4a3d6cdff0e8971d684e",
2010 "shasum": ""
2011 },
2012 "require": {
2013 "hoa/compiler": "~2.0",
2014 "hoa/core": "~2.0",
2015 "hoa/iterator": "~1.0"
2016 },
2017 "require-dev": {
2018 "hoa/test": "~1.0"
2019 },
2020 "type": "library",
2021 "extra": {
2022 "branch-alias": {
2023 "dev-master": "0.x-dev"
2024 }
2025 },
2026 "autoload": {
2027 "psr-4": {
2028 "Hoa\\Math\\": "."
2029 }
2030 },
2031 "notification-url": "https://packagist.org/downloads/",
2032 "license": [
2033 "BSD-3-Clause"
2034 ],
2035 "authors": [
2036 {
2037 "name": "Ivan Enderlin",
2038 "email": "ivan.enderlin@hoa-project.net"
2039 },
2040 {
2041 "name": "Hoa community",
2042 "homepage": "http://hoa-project.net/"
2043 }
2044 ],
2045 "description": "The Hoa\\Math library.",
2046 "homepage": "http://hoa-project.net/",
2047 "keywords": [
2048 "arrangement",
2049 "combination",
2050 "combinatorics",
2051 "counting",
2052 "library",
2053 "math",
2054 "permutation",
2055 "sampler",
2056 "set"
2057 ],
2058 "time": "2015-10-26 15:22:52"
2059 },
2060 {
2061 "name": "hoa/regex",
2062 "version": "0.15.08.13",
2063 "source": {
2064 "type": "git",
2065 "url": "https://github.com/hoaproject/Regex.git",
2066 "reference": "2ef8a77ef3885ca202fcd9c31a8e54c44cd04232"
2067 },
2068 "dist": {
2069 "type": "zip",
2070 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/2ef8a77ef3885ca202fcd9c31a8e54c44cd04232",
2071 "reference": "2ef8a77ef3885ca202fcd9c31a8e54c44cd04232",
2072 "shasum": ""
2073 },
2074 "require": {
2075 "hoa/core": "~2.0",
2076 "hoa/math": "~0.0",
2077 "hoa/ustring": "~3.0",
2078 "hoa/visitor": "~1.0"
2079 },
2080 "type": "library",
2081 "extra": {
2082 "branch-alias": {
2083 "dev-master": "0.x-dev"
2084 }
2085 },
2086 "autoload": {
2087 "psr-4": {
2088 "Hoa\\Regex\\": "."
2089 }
2090 },
2091 "notification-url": "https://packagist.org/downloads/",
2092 "license": [
2093 "BSD-3-Clause"
2094 ],
2095 "authors": [
2096 {
2097 "name": "Ivan Enderlin",
2098 "email": "ivan.enderlin@hoa-project.net"
2099 },
2100 {
2101 "name": "Hoa community",
2102 "homepage": "http://hoa-project.net/"
2103 }
2104 ],
2105 "description": "The Hoa\\Regex library.",
2106 "homepage": "http://hoa-project.net/",
2107 "keywords": [
2108 "compiler",
2109 "library",
2110 "regex"
2111 ],
2112 "time": "2015-08-13 06:48:47"
2113 },
2114 {
2115 "name": "hoa/ruler",
2116 "version": "1.15.11.09",
2117 "source": {
2118 "type": "git",
2119 "url": "https://github.com/hoaproject/Ruler.git",
2120 "reference": "9afc9ae032d40b6dc10bff85c9126cf516953925"
2121 },
2122 "dist": {
2123 "type": "zip",
2124 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/9afc9ae032d40b6dc10bff85c9126cf516953925",
2125 "reference": "9afc9ae032d40b6dc10bff85c9126cf516953925",
2126 "shasum": ""
2127 },
2128 "require": {
2129 "hoa/compiler": "~2.0",
2130 "hoa/core": "~2.0",
2131 "hoa/file": "~0.0",
2132 "hoa/visitor": "~1.0"
2133 },
2134 "require-dev": {
2135 "hoa/test": "~1.0"
2136 },
2137 "type": "library",
2138 "extra": {
2139 "branch-alias": {
2140 "dev-master": "1.x-dev"
2141 }
2142 },
2143 "autoload": {
2144 "psr-4": {
2145 "Hoa\\Ruler\\": "."
2146 }
2147 },
2148 "notification-url": "https://packagist.org/downloads/",
2149 "license": [
2150 "BSD-3-Clause"
2151 ],
2152 "authors": [
2153 {
2154 "name": "Ivan Enderlin",
2155 "email": "ivan.enderlin@hoa-project.net"
2156 },
2157 {
2158 "name": "Hoa community",
2159 "homepage": "http://hoa-project.net/"
2160 }
2161 ],
2162 "description": "The Hoa\\Ruler library.",
2163 "homepage": "http://hoa-project.net/",
2164 "keywords": [
2165 "library",
2166 "ruler"
2167 ],
2168 "time": "2015-11-09 06:58:52"
2169 },
2170 {
2171 "name": "hoa/stream",
2172 "version": "0.15.08.28",
2173 "source": {
2174 "type": "git",
2175 "url": "https://github.com/hoaproject/Stream.git",
2176 "reference": "cbd0f4749e447f4d31001e7c898f5e794c5861cb"
2177 },
2178 "dist": {
2179 "type": "zip",
2180 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/cbd0f4749e447f4d31001e7c898f5e794c5861cb",
2181 "reference": "cbd0f4749e447f4d31001e7c898f5e794c5861cb",
2182 "shasum": ""
2183 },
2184 "require": {
2185 "hoa/core": "~2.0"
2186 },
2187 "type": "library",
2188 "extra": {
2189 "branch-alias": {
2190 "dev-master": "0.x-dev"
2191 }
2192 },
2193 "autoload": {
2194 "psr-4": {
2195 "Hoa\\Stream\\": "."
2196 }
2197 },
2198 "notification-url": "https://packagist.org/downloads/",
2199 "license": [
2200 "BSD-3-Clause"
2201 ],
2202 "authors": [
2203 {
2204 "name": "Ivan Enderlin",
2205 "email": "ivan.enderlin@hoa-project.net"
2206 },
2207 {
2208 "name": "Hoa community",
2209 "homepage": "http://hoa-project.net/"
2210 }
2211 ],
2212 "description": "The Hoa\\Stream library.",
2213 "homepage": "http://hoa-project.net/",
2214 "keywords": [
2215 "Context",
2216 "bucket",
2217 "composite",
2218 "filter",
2219 "in",
2220 "library",
2221 "out",
2222 "protocol",
2223 "stream",
2224 "wrapper"
2225 ],
2226 "time": "2015-08-28 07:31:43"
2227 },
2228 {
2229 "name": "hoa/ustring",
2230 "version": "3.15.11.09",
2231 "source": {
2232 "type": "git",
2233 "url": "https://github.com/hoaproject/Ustring.git",
2234 "reference": "8506be4910212b1a2beb9014763a8a4fbd871001"
2235 },
2236 "dist": {
2237 "type": "zip",
2238 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/8506be4910212b1a2beb9014763a8a4fbd871001",
2239 "reference": "8506be4910212b1a2beb9014763a8a4fbd871001",
2240 "shasum": ""
2241 },
2242 "require": {
2243 "hoa/core": "~2.0"
2244 },
2245 "require-dev": {
2246 "hoa/test": "~1.0"
2247 },
2248 "suggest": {
2249 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
2250 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
2251 },
2252 "type": "library",
2253 "extra": {
2254 "branch-alias": {
2255 "dev-master": "3.x-dev"
2256 }
2257 },
2258 "autoload": {
2259 "psr-4": {
2260 "Hoa\\Ustring\\": "."
2261 }
2262 },
2263 "notification-url": "https://packagist.org/downloads/",
2264 "license": [
2265 "BSD-3-Clause"
2266 ],
2267 "authors": [
2268 {
2269 "name": "Ivan Enderlin",
2270 "email": "ivan.enderlin@hoa-project.net"
2271 },
2272 {
2273 "name": "Hoa community",
2274 "homepage": "http://hoa-project.net/"
2275 }
2276 ],
2277 "description": "The Hoa\\Ustring library.",
2278 "homepage": "http://hoa-project.net/",
2279 "keywords": [
2280 "library",
2281 "search",
2282 "string",
2283 "unicode"
2284 ],
2285 "time": "2015-11-09 06:44:33"
2286 },
2287 {
2288 "name": "hoa/visitor",
2289 "version": "1.15.08.17",
2290 "source": {
2291 "type": "git",
2292 "url": "https://github.com/hoaproject/Visitor.git",
2293 "reference": "e30bfff741f71979f6476a41548e34afe8053c67"
2294 },
2295 "dist": {
2296 "type": "zip",
2297 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/e30bfff741f71979f6476a41548e34afe8053c67",
2298 "reference": "e30bfff741f71979f6476a41548e34afe8053c67",
2299 "shasum": ""
2300 },
2301 "require": {
2302 "hoa/core": "~2.0"
2303 },
2304 "require-dev": {
2305 "hoa/test": "~1.0"
2306 },
2307 "type": "library",
2308 "extra": {
2309 "branch-alias": {
2310 "dev-master": "1.x-dev"
2311 }
2312 },
2313 "autoload": {
2314 "psr-4": {
2315 "Hoa\\Visitor\\": "."
2316 }
2317 },
2318 "notification-url": "https://packagist.org/downloads/",
2319 "license": [
2320 "BSD-3-Clause"
2321 ],
2322 "authors": [
2323 {
2324 "name": "Ivan Enderlin",
2325 "email": "ivan.enderlin@hoa-project.net"
2326 },
2327 {
2328 "name": "Hoa community",
2329 "homepage": "http://hoa-project.net/"
2330 }
2331 ],
2332 "description": "The Hoa\\Visitor library.",
2333 "homepage": "http://hoa-project.net/",
2334 "keywords": [
2335 "library",
2336 "structure",
2337 "visit",
2338 "visitor"
2339 ],
2340 "time": "2015-08-17 06:30:58"
2341 },
2342 {
2343 "name": "htmlawed/htmlawed",
2344 "version": "1.1.19",
2345 "source": {
2346 "type": "git",
2347 "url": "https://github.com/kesar/HTMLawed.git",
2348 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf"
2349 },
2350 "dist": {
2351 "type": "zip",
2352 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/620c38edd57e680260ebd8dd0e98167d97e9a7bf",
2353 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf",
2354 "shasum": ""
2355 },
2356 "require": {
2357 "php": ">4.4.0"
2358 },
2359 "type": "library",
2360 "autoload": {
2361 "files": [
2362 "htmLawed.php"
2363 ]
2364 },
2365 "notification-url": "https://packagist.org/downloads/",
2366 "license": [
2367 "GPL-2.0+",
2368 "LGPL-3.0"
2369 ],
2370 "authors": [
2371 {
2372 "name": "Santosh Patnaik",
2373 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
2374 "role": "Developer"
2375 }
2376 ],
2377 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
2378 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
2379 "keywords": [
2380 "HTMLtidy",
2381 "html",
2382 "sanitize",
2383 "strip",
2384 "tags"
2385 ],
2386 "time": "2015-04-05 17:23:05"
2387 },
2388 {
2389 "name": "incenteev/composer-parameter-handler",
2390 "version": "v2.1.2",
2391 "source": {
2392 "type": "git",
2393 "url": "https://github.com/Incenteev/ParameterHandler.git",
2394 "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
2395 },
2396 "dist": {
2397 "type": "zip",
2398 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2399 "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2400 "shasum": ""
2401 },
2402 "require": {
2403 "php": ">=5.3.3",
2404 "symfony/yaml": "~2.3|~3.0"
2405 },
2406 "require-dev": {
2407 "composer/composer": "1.0.*@dev",
2408 "phpspec/prophecy-phpunit": "~1.0",
2409 "symfony/filesystem": "~2.2"
2410 },
2411 "type": "library",
2412 "extra": {
2413 "branch-alias": {
2414 "dev-master": "2.1.x-dev"
2415 }
2416 },
2417 "autoload": {
2418 "psr-4": {
2419 "Incenteev\\ParameterHandler\\": ""
2420 }
2421 },
2422 "notification-url": "https://packagist.org/downloads/",
2423 "license": [
2424 "MIT"
2425 ],
2426 "authors": [
2427 {
2428 "name": "Christophe Coevoet",
2429 "email": "stof@notk.org"
2430 }
2431 ],
2432 "description": "Composer script handling your ignored parameter file",
2433 "homepage": "https://github.com/Incenteev/ParameterHandler",
2434 "keywords": [
2435 "parameters management"
2436 ],
2437 "time": "2015-11-10 17:04:01"
2438 },
2439 {
2440 "name": "ircmaxell/password-compat",
2441 "version": "v1.0.4",
2442 "source": {
2443 "type": "git",
2444 "url": "https://github.com/ircmaxell/password_compat.git",
2445 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
2446 },
2447 "dist": {
2448 "type": "zip",
2449 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
2450 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
2451 "shasum": ""
2452 },
2453 "require-dev": {
2454 "phpunit/phpunit": "4.*"
2455 },
2456 "type": "library",
2457 "autoload": {
2458 "files": [
2459 "lib/password.php"
2460 ]
2461 },
2462 "notification-url": "https://packagist.org/downloads/",
2463 "license": [
2464 "MIT"
2465 ],
2466 "authors": [
2467 {
2468 "name": "Anthony Ferrara",
2469 "email": "ircmaxell@php.net",
2470 "homepage": "http://blog.ircmaxell.com"
2471 }
2472 ],
2473 "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
2474 "homepage": "https://github.com/ircmaxell/password_compat",
2475 "keywords": [
2476 "hashing",
2477 "password"
2478 ],
2479 "time": "2014-11-20 16:49:30"
2480 },
2481 {
2482 "name": "j0k3r/graby",
2483 "version": "1.0.7",
2484 "source": {
2485 "type": "git",
2486 "url": "https://github.com/j0k3r/graby.git",
2487 "reference": "301f8c492be4c9b2bed8f29c32641636de0eca0a"
2488 },
2489 "dist": {
2490 "type": "zip",
2491 "url": "https://api.github.com/repos/j0k3r/graby/zipball/301f8c492be4c9b2bed8f29c32641636de0eca0a",
2492 "reference": "301f8c492be4c9b2bed8f29c32641636de0eca0a",
2493 "shasum": ""
2494 },
2495 "require": {
2496 "ext-curl": "*",
2497 "guzzlehttp/guzzle": "^5.2.0",
2498 "htmlawed/htmlawed": "^1.1.19",
2499 "j0k3r/graby-site-config": "^1.0.0",
2500 "j0k3r/php-readability": "^1.0",
2501 "j0k3r/safecurl": "~2.0",
2502 "monolog/monolog": "^1.13.1",
2503 "neitanod/forceutf8": "^2.0",
2504 "php": ">=5.4",
2505 "simplepie/simplepie": "^1.3.1",
2506 "smalot/pdfparser": "~0.9.24",
2507 "symfony/options-resolver": "~2.6|~3.0"
2508 },
2509 "require-dev": {
2510 "satooshi/php-coveralls": "~0.6"
2511 },
2512 "type": "library",
2513 "autoload": {
2514 "psr-4": {
2515 "Graby\\": "src/"
2516 }
2517 },
2518 "notification-url": "https://packagist.org/downloads/",
2519 "license": [
2520 "AGPL-3.0"
2521 ],
2522 "authors": [
2523 {
2524 "name": "Jeremy Benoist",
2525 "email": "jeremy.benoist@gmail.com",
2526 "role": "Developer"
2527 },
2528 {
2529 "name": "FiveFilters.org",
2530 "email": "fivefilters@fivefilters.org",
2531 "role": "Developer (original version)"
2532 }
2533 ],
2534 "description": "Graby helps you extract article content from web pages",
2535 "time": "2015-12-16 10:21:48"
2536 },
2537 {
2538 "name": "j0k3r/graby-site-config",
2539 "version": "1.0.10",
2540 "source": {
2541 "type": "git",
2542 "url": "https://github.com/j0k3r/graby-site-config.git",
2543 "reference": "daea5cdd2c3d89cb90402205392423030f8eebce"
2544 },
2545 "dist": {
2546 "type": "zip",
2547 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/daea5cdd2c3d89cb90402205392423030f8eebce",
2548 "reference": "daea5cdd2c3d89cb90402205392423030f8eebce",
2549 "shasum": ""
2550 },
2551 "require": {
2552 "symfony/finder": "~2.6|~3.0"
2553 },
2554 "type": "library",
2555 "autoload": {
2556 "psr-4": {
2557 "GrabySiteConfig\\SiteConfig\\": "src/"
2558 }
2559 },
2560 "notification-url": "https://packagist.org/downloads/",
2561 "license": [
2562 "AGPL-3.0"
2563 ],
2564 "authors": [
2565 {
2566 "name": "Jeremy Benoist",
2567 "email": "jeremy.benoist@gmail.com"
2568 }
2569 ],
2570 "description": "Graby site config files",
2571 "time": "2015-12-16 10:27:19"
2572 },
2573 {
2574 "name": "j0k3r/php-readability",
2575 "version": "v1.0.9",
2576 "source": {
2577 "type": "git",
2578 "url": "https://github.com/j0k3r/php-readability.git",
2579 "reference": "41d7440c6e6130bacd50808342fe566e28f536fb"
2580 },
2581 "dist": {
2582 "type": "zip",
2583 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/41d7440c6e6130bacd50808342fe566e28f536fb",
2584 "reference": "41d7440c6e6130bacd50808342fe566e28f536fb",
2585 "shasum": ""
2586 },
2587 "require": {
2588 "php": ">=5.3.3"
2589 },
2590 "type": "library",
2591 "autoload": {
2592 "psr-4": {
2593 "Readability\\": "src/"
2594 }
2595 },
2596 "notification-url": "https://packagist.org/downloads/",
2597 "license": [
2598 "Apache-2.0"
2599 ],
2600 "authors": [
2601 {
2602 "name": "Keyvan Minoukadeh",
2603 "email": "keyvan@keyvan.net",
2604 "homepage": "http://keyvan.net",
2605 "role": "Developer (ported original JS code to PHP)"
2606 },
2607 {
2608 "name": "Arc90",
2609 "homepage": "http://arc90.com",
2610 "role": "Developer (original JS version)"
2611 },
2612 {
2613 "name": "Jeremy Benoist",
2614 "email": "jeremy.benoist@gmail.com",
2615 "homepage": "http://www.j0k3r.net",
2616 "role": "Developer"
2617 },
2618 {
2619 "name": "DitherSky",
2620 "homepage": "https://github.com/Dither",
2621 "role": "Developer (https://github.com/Dither/full-text-rss)"
2622 }
2623 ],
2624 "description": "Automatic article extraction from HTML",
2625 "keywords": [
2626 "article",
2627 "article extraction",
2628 "content",
2629 "content extraction",
2630 "extraction",
2631 "html"
2632 ],
2633 "time": "2015-11-10 08:55:29"
2634 },
2635 {
2636 "name": "j0k3r/safecurl",
2637 "version": "2.0.2",
2638 "source": {
2639 "type": "git",
2640 "url": "https://github.com/j0k3r/safecurl.git",
2641 "reference": "d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b"
2642 },
2643 "dist": {
2644 "type": "zip",
2645 "url": "https://api.github.com/repos/j0k3r/safecurl/zipball/d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b",
2646 "reference": "d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b",
2647 "shasum": ""
2648 },
2649 "require": {
2650 "ext-curl": "*",
2651 "php": ">=5.3.3"
2652 },
2653 "require-dev": {
2654 "phpunit/phpunit": "^4.0.0"
2655 },
2656 "type": "library",
2657 "autoload": {
2658 "psr-4": {
2659 "fin1te\\SafeCurl\\": "src/"
2660 }
2661 },
2662 "notification-url": "https://packagist.org/downloads/",
2663 "license": [
2664 "MIT"
2665 ],
2666 "authors": [
2667 {
2668 "name": "Jeremy Benoist",
2669 "email": "jeremy.benoist@gmail.com"
2670 },
2671 {
2672 "name": "Jack W",
2673 "email": "jack@fin1te.net",
2674 "role": "Developer (original version)"
2675 }
2676 ],
2677 "description": "A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.",
2678 "keywords": [
2679 "curl",
2680 "safe",
2681 "safecurl",
2682 "ssrf",
2683 "websec"
2684 ],
2685 "time": "2015-11-23 08:16:01"
2686 },
2687 {
2688 "name": "jdorn/sql-formatter",
2689 "version": "v1.2.17",
2690 "source": {
2691 "type": "git",
2692 "url": "https://github.com/jdorn/sql-formatter.git",
2693 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
2694 },
2695 "dist": {
2696 "type": "zip",
2697 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
2698 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
2699 "shasum": ""
2700 },
2701 "require": {
2702 "php": ">=5.2.4"
2703 },
2704 "require-dev": {
2705 "phpunit/phpunit": "3.7.*"
2706 },
2707 "type": "library",
2708 "extra": {
2709 "branch-alias": {
2710 "dev-master": "1.3.x-dev"
2711 }
2712 },
2713 "autoload": {
2714 "classmap": [
2715 "lib"
2716 ]
2717 },
2718 "notification-url": "https://packagist.org/downloads/",
2719 "license": [
2720 "MIT"
2721 ],
2722 "authors": [
2723 {
2724 "name": "Jeremy Dorn",
2725 "email": "jeremy@jeremydorn.com",
2726 "homepage": "http://jeremydorn.com/"
2727 }
2728 ],
2729 "description": "a PHP SQL highlighting library",
2730 "homepage": "https://github.com/jdorn/sql-formatter/",
2731 "keywords": [
2732 "highlight",
2733 "sql"
2734 ],
2735 "time": "2014-01-12 16:20:24"
2736 },
2737 {
2738 "name": "jms/metadata",
2739 "version": "1.5.1",
2740 "source": {
2741 "type": "git",
2742 "url": "https://github.com/schmittjoh/metadata.git",
2743 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
2744 },
2745 "dist": {
2746 "type": "zip",
2747 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
2748 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
2749 "shasum": ""
2750 },
2751 "require": {
2752 "php": ">=5.3.0"
2753 },
2754 "require-dev": {
2755 "doctrine/cache": "~1.0"
2756 },
2757 "type": "library",
2758 "extra": {
2759 "branch-alias": {
2760 "dev-master": "1.5.x-dev"
2761 }
2762 },
2763 "autoload": {
2764 "psr-0": {
2765 "Metadata\\": "src/"
2766 }
2767 },
2768 "notification-url": "https://packagist.org/downloads/",
2769 "license": [
2770 "Apache"
2771 ],
2772 "authors": [
2773 {
2774 "name": "Johannes Schmitt",
2775 "email": "schmittjoh@gmail.com",
2776 "homepage": "https://github.com/schmittjoh",
2777 "role": "Developer of wrapped JMSSerializerBundle"
2778 }
2779 ],
2780 "description": "Class/method/property metadata management in PHP",
2781 "keywords": [
2782 "annotations",
2783 "metadata",
2784 "xml",
2785 "yaml"
2786 ],
2787 "time": "2014-07-12 07:13:19"
2788 },
2789 {
2790 "name": "jms/parser-lib",
2791 "version": "1.0.0",
2792 "source": {
2793 "type": "git",
2794 "url": "https://github.com/schmittjoh/parser-lib.git",
2795 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
2796 },
2797 "dist": {
2798 "type": "zip",
2799 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2800 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2801 "shasum": ""
2802 },
2803 "require": {
2804 "phpoption/phpoption": ">=0.9,<2.0-dev"
2805 },
2806 "type": "library",
2807 "extra": {
2808 "branch-alias": {
2809 "dev-master": "1.0-dev"
2810 }
2811 },
2812 "autoload": {
2813 "psr-0": {
2814 "JMS\\": "src/"
2815 }
2816 },
2817 "notification-url": "https://packagist.org/downloads/",
2818 "license": [
2819 "Apache2"
2820 ],
2821 "description": "A library for easily creating recursive-descent parsers.",
2822 "time": "2012-11-18 18:08:43"
2823 },
2824 {
2825 "name": "jms/serializer",
2826 "version": "1.1.0",
2827 "source": {
2828 "type": "git",
2829 "url": "https://github.com/schmittjoh/serializer.git",
2830 "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
2831 },
2832 "dist": {
2833 "type": "zip",
2834 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2835 "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2836 "shasum": ""
2837 },
2838 "require": {
2839 "doctrine/annotations": "1.*",
2840 "doctrine/instantiator": "~1.0.3",
2841 "jms/metadata": "~1.1",
2842 "jms/parser-lib": "1.*",
2843 "php": ">=5.4.0",
2844 "phpcollection/phpcollection": "~0.1"
2845 },
2846 "conflict": {
2847 "twig/twig": "<1.12"
2848 },
2849 "require-dev": {
2850 "doctrine/orm": "~2.1",
2851 "doctrine/phpcr-odm": "~1.0.1",
2852 "jackalope/jackalope-doctrine-dbal": "1.0.*",
2853 "phpunit/phpunit": "~4.0",
2854 "propel/propel1": "~1.7",
2855 "symfony/filesystem": "2.*",
2856 "symfony/form": "~2.1",
2857 "symfony/translation": "~2.0",
2858 "symfony/validator": "~2.0",
2859 "symfony/yaml": "2.*",
2860 "twig/twig": "~1.12|~2.0"
2861 },
2862 "suggest": {
2863 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
2864 },
2865 "type": "library",
2866 "extra": {
2867 "branch-alias": {
2868 "dev-master": "1.1-dev"
2869 }
2870 },
2871 "autoload": {
2872 "psr-0": {
2873 "JMS\\Serializer": "src/"
2874 }
2875 },
2876 "notification-url": "https://packagist.org/downloads/",
2877 "license": [
2878 "Apache2"
2879 ],
2880 "authors": [
2881 {
2882 "name": "Johannes M. Schmitt",
2883 "email": "schmittjoh@gmail.com"
2884 }
2885 ],
2886 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
2887 "homepage": "http://jmsyst.com/libs/serializer",
2888 "keywords": [
2889 "deserialization",
2890 "jaxb",
2891 "json",
2892 "serialization",
2893 "xml"
2894 ],
2895 "time": "2015-10-27 09:24:41"
2896 },
2897 {
2898 "name": "jms/serializer-bundle",
2899 "version": "1.1.0",
2900 "target-dir": "JMS/SerializerBundle",
2901 "source": {
2902 "type": "git",
2903 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
2904 "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
2905 },
2906 "dist": {
2907 "type": "zip",
2908 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
2909 "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
2910 "shasum": ""
2911 },
2912 "require": {
2913 "jms/serializer": "^1.0.0",
2914 "php": ">=5.4.0",
2915 "phpoption/phpoption": "^1.1.0",
2916 "symfony/framework-bundle": "~2.3|~3.0"
2917 },
2918 "require-dev": {
2919 "doctrine/doctrine-bundle": "*",
2920 "doctrine/orm": "*",
2921 "symfony/browser-kit": "*",
2922 "symfony/class-loader": "*",
2923 "symfony/css-selector": "*",
2924 "symfony/finder": "*",
2925 "symfony/form": "*",
2926 "symfony/process": "*",
2927 "symfony/stopwatch": "*",
2928 "symfony/twig-bundle": "*",
2929 "symfony/validator": "*",
2930 "symfony/yaml": "*"
2931 },
2932 "suggest": {
2933 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
2934 },
2935 "type": "symfony-bundle",
2936 "extra": {
2937 "branch-alias": {
2938 "dev-master": "1.1-dev"
2939 }
2940 },
2941 "autoload": {
2942 "psr-0": {
2943 "JMS\\SerializerBundle": ""
2944 }
2945 },
2946 "notification-url": "https://packagist.org/downloads/",
2947 "license": [
2948 "Apache2"
2949 ],
2950 "authors": [
2951 {
2952 "name": "Johannes M. Schmitt",
2953 "email": "schmittjoh@gmail.com"
2954 }
2955 ],
2956 "description": "Allows you to easily serialize, and deserialize data of any complexity",
2957 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
2958 "keywords": [
2959 "deserialization",
2960 "jaxb",
2961 "json",
2962 "serialization",
2963 "xml"
2964 ],
2965 "time": "2015-11-10 12:26:42"
2966 },
2967 {
2968 "name": "kphoen/rulerz",
2969 "version": "0.16.2",
2970 "source": {
2971 "type": "git",
2972 "url": "https://github.com/K-Phoen/rulerz.git",
2973 "reference": "2b4fd796dadad204353e966b9f53040225ce6871"
2974 },
2975 "dist": {
2976 "type": "zip",
2977 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/2b4fd796dadad204353e966b9f53040225ce6871",
2978 "reference": "2b4fd796dadad204353e966b9f53040225ce6871",
2979 "shasum": ""
2980 },
2981 "require": {
2982 "hoa/ruler": "~1.0",
2983 "php": ">=5.5",
2984 "symfony/property-access": "~2.3"
2985 },
2986 "require-dev": {
2987 "behat/behat": "~3.0",
2988 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
2989 "doctrine/orm": "~2.4",
2990 "elasticsearch/elasticsearch": "~1.0",
2991 "illuminate/database": "~5.0",
2992 "mikey179/vfsstream": "~1.4",
2993 "phpspec/phpspec": "~2.0,>=2.4-dev",
2994 "pomm-project/cli": "~2.0@dev",
2995 "pomm-project/foundation": "~2.0@dev",
2996 "pomm-project/model-manager": "~2.0.@dev",
2997 "ruflin/elastica": "~1.0",
2998 "solarium/solarium": "~3.0",
2999 "vlucas/phpdotenv": "~2.1"
3000 },
3001 "suggest": {
3002 "doctrine/orm": "To execute rules as Doctrine queries",
3003 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
3004 "kphoen/rulerz-spec-builder": "If you want a specification builder",
3005 "pomm-project/model-manager": "To execute rules as Pomm queries",
3006 "solarium/solarium": "To execute rules as Solr queries"
3007 },
3008 "type": "library",
3009 "extra": {
3010 "branch-alias": {
3011 "dev-master": "1.0.x-dev"
3012 }
3013 },
3014 "autoload": {
3015 "psr-4": {
3016 "RulerZ\\": "src/"
3017 }
3018 },
3019 "notification-url": "https://packagist.org/downloads/",
3020 "license": [
3021 "MIT"
3022 ],
3023 "authors": [
3024 {
3025 "name": "Kévin Gomez",
3026 "email": "contact@kevingomez.fr"
3027 }
3028 ],
3029 "description": "Powerful implementation of the Specification pattern",
3030 "homepage": "https://github.com/K-Phoen/RulerZ",
3031 "keywords": [
3032 "doctrine",
3033 "specification"
3034 ],
3035 "time": "2015-12-07 22:24:24"
3036 },
3037 {
3038 "name": "kphoen/rulerz-bundle",
3039 "version": "0.11.0",
3040 "source": {
3041 "type": "git",
3042 "url": "https://github.com/K-Phoen/RulerZBundle.git",
3043 "reference": "dcaaed69d8252fa1e3a25802f8cf697947570778"
3044 },
3045 "dist": {
3046 "type": "zip",
3047 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/dcaaed69d8252fa1e3a25802f8cf697947570778",
3048 "reference": "dcaaed69d8252fa1e3a25802f8cf697947570778",
3049 "shasum": ""
3050 },
3051 "require": {
3052 "kphoen/rulerz": "~0.1, >=0.13.0",
3053 "symfony/framework-bundle": "~2.3|~3.0",
3054 "symfony/validator": "~2.3|~3.0"
3055 },
3056 "require-dev": {
3057 "matthiasnoback/symfony-dependency-injection-test": "~0.7",
3058 "mikey179/vfsstream": "~1.0",
3059 "phpunit/phpunit": "~4.8"
3060 },
3061 "type": "symfony-bundle",
3062 "autoload": {
3063 "psr-4": {
3064 "KPhoen\\RulerZBundle\\": ""
3065 }
3066 },
3067 "notification-url": "https://packagist.org/downloads/",
3068 "license": [
3069 "MIT"
3070 ],
3071 "authors": [
3072 {
3073 "name": "Kévin Gomez",
3074 "email": "contact@kevingomez.fr"
3075 }
3076 ],
3077 "description": "Symfony2 Bundle for RulerZ",
3078 "homepage": "https://github.com/K-Phoen/RulerZBundle",
3079 "keywords": [
3080 "doctrine",
3081 "ruler",
3082 "rulerz",
3083 "specification"
3084 ],
3085 "time": "2015-11-13 13:00:14"
3086 },
3087 {
3088 "name": "kriswallsmith/assetic",
3089 "version": "v1.3.2",
3090 "source": {
3091 "type": "git",
3092 "url": "https://github.com/kriswallsmith/assetic.git",
3093 "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
3094 },
3095 "dist": {
3096 "type": "zip",
3097 "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
3098 "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
3099 "shasum": ""
3100 },
3101 "require": {
3102 "php": ">=5.3.1",
3103 "symfony/process": "~2.1|~3.0"
3104 },
3105 "conflict": {
3106 "twig/twig": "<1.23"
3107 },
3108 "require-dev": {
3109 "cssmin/cssmin": "3.0.1",
3110 "joliclic/javascript-packer": "1.1",
3111 "kamicane/packager": "1.0",
3112 "leafo/lessphp": "^0.3.7",
3113 "leafo/scssphp": "~0.1",
3114 "mrclay/minify": "~2.2",
3115 "patchwork/jsqueeze": "~1.0|~2.0",
3116 "phpunit/phpunit": "~4.8",
3117 "psr/log": "~1.0",
3118 "ptachoire/cssembed": "~1.0",
3119 "symfony/phpunit-bridge": "~2.7|~3.0",
3120 "twig/twig": "~1.8|~2.0"
3121 },
3122 "suggest": {
3123 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
3124 "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
3125 "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
3126 "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
3127 "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
3128 "twig/twig": "Assetic provides the integration with the Twig templating engine"
3129 },
3130 "type": "library",
3131 "extra": {
3132 "branch-alias": {
3133 "dev-master": "1.4-dev"
3134 }
3135 },
3136 "autoload": {
3137 "psr-0": {
3138 "Assetic": "src/"
3139 },
3140 "files": [
3141 "src/functions.php"
3142 ]
3143 },
3144 "notification-url": "https://packagist.org/downloads/",
3145 "license": [
3146 "MIT"
3147 ],
3148 "authors": [
3149 {
3150 "name": "Kris Wallsmith",
3151 "email": "kris.wallsmith@gmail.com",
3152 "homepage": "http://kriswallsmith.net/"
3153 }
3154 ],
3155 "description": "Asset Management for PHP",
3156 "homepage": "https://github.com/kriswallsmith/assetic",
3157 "keywords": [
3158 "assets",
3159 "compression",
3160 "minification"
3161 ],
3162 "time": "2015-11-12 13:51:40"
3163 },
3164 {
3165 "name": "lexik/form-filter-bundle",
3166 "version": "v4.0.2",
3167 "source": {
3168 "type": "git",
3169 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
3170 "reference": "d6081d308b71e14509602722c78d28801e4ed78a"
3171 },
3172 "dist": {
3173 "type": "zip",
3174 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/d6081d308b71e14509602722c78d28801e4ed78a",
3175 "reference": "d6081d308b71e14509602722c78d28801e4ed78a",
3176 "shasum": ""
3177 },
3178 "require": {
3179 "doctrine/orm": "~2.2",
3180 "php": ">=5.3.2",
3181 "symfony/form": "~2.7",
3182 "symfony/framework-bundle": "~2.7"
3183 },
3184 "require-dev": {
3185 "phpunit/phpunit": "~3.7"
3186 },
3187 "type": "symfony-bundle",
3188 "extra": {
3189 "branch-alias": {
3190 "dev-master": "4.x.x-dev"
3191 }
3192 },
3193 "autoload": {
3194 "psr-4": {
3195 "Lexik\\Bundle\\FormFilterBundle\\": ""
3196 }
3197 },
3198 "notification-url": "https://packagist.org/downloads/",
3199 "license": [
3200 "MIT"
3201 ],
3202 "authors": [
3203 {
3204 "name": "Dev Lexik",
3205 "email": "dev@lexik.fr"
3206 },
3207 {
3208 "name": "Cedric Girard",
3209 "email": "c.girard@lexik.fr"
3210 }
3211 ],
3212 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
3213 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
3214 "keywords": [
3215 "Symfony2",
3216 "bundle",
3217 "doctrine",
3218 "filter",
3219 "form"
3220 ],
3221 "time": "2015-10-20 12:45:52"
3222 },
3223 {
3224 "name": "liip/theme-bundle",
3225 "version": "1.4.0",
3226 "source": {
3227 "type": "git",
3228 "url": "https://github.com/liip/LiipThemeBundle.git",
3229 "reference": "ae4f0f1b045689bed9150d5bd32d2f7f2f98b905"
3230 },
3231 "dist": {
3232 "type": "zip",
3233 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/ae4f0f1b045689bed9150d5bd32d2f7f2f98b905",
3234 "reference": "ae4f0f1b045689bed9150d5bd32d2f7f2f98b905",
3235 "shasum": ""
3236 },
3237 "require": {
3238 "php": "^5.3.9|^7.0",
3239 "psr/log": "~1.0",
3240 "symfony/framework-bundle": "~2.3|~3.0"
3241 },
3242 "require-dev": {
3243 "kriswallsmith/assetic": "~1.1",
3244 "phpunit/php-code-coverage": "~2.2@stable",
3245 "phpunit/phpunit": "~4.5@stable",
3246 "symfony/console": "~2.3|~3.0",
3247 "symfony/expression-language": "~2.6|~3.0",
3248 "twig/twig": "~1.4|~2.0@dev"
3249 },
3250 "type": "symfony-bundle",
3251 "extra": {
3252 "branch-alias": {
3253 "dev-master": "1.4-dev"
3254 }
3255 },
3256 "autoload": {
3257 "psr-4": {
3258 "Liip\\ThemeBundle\\": ""
3259 }
3260 },
3261 "notification-url": "https://packagist.org/downloads/",
3262 "license": [
3263 "MIT"
3264 ],
3265 "authors": [
3266 {
3267 "name": "Community contributions",
3268 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
3269 },
3270 {
3271 "name": "Liip AG",
3272 "homepage": "http://www.liip.ch/"
3273 }
3274 ],
3275 "description": "Provides theming support for #Symfony2 Bundles",
3276 "keywords": [
3277 "themes",
3278 "theming"
3279 ],
3280 "time": "2015-12-05 09:33:29"
3281 },
3282 {
3283 "name": "mgargano/simplehtmldom",
3284 "version": "1.5",
3285 "source": {
3286 "type": "git",
3287 "url": "https://github.com/matgargano/simplehtmldom.git",
3288 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
3289 },
3290 "dist": {
3291 "type": "zip",
3292 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
3293 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
3294 "shasum": ""
3295 },
3296 "require": {
3297 "php": ">=5.3.0"
3298 },
3299 "type": "library",
3300 "autoload": {
3301 "psr-0": {
3302 "SimpleHtmlDom": "src/"
3303 },
3304 "files": [
3305 "src/simple_html_dom.php"
3306 ]
3307 },
3308 "notification-url": "https://packagist.org/downloads/",
3309 "license": [
3310 "The MIT License"
3311 ],
3312 "authors": [
3313 {
3314 "name": "S.C. Chen",
3315 "email": "me578022@gmail.com"
3316 }
3317 ],
3318 "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",
3319 "homepage": "http://simplehtmldom.sourceforge.net/",
3320 "keywords": [
3321 "Simple",
3322 "dom",
3323 "html"
3324 ],
3325 "time": "2014-01-05 18:17:34"
3326 },
3327 {
3328 "name": "michelf/php-markdown",
3329 "version": "1.6.0",
3330 "source": {
3331 "type": "git",
3332 "url": "https://github.com/michelf/php-markdown.git",
3333 "reference": "156e56ee036505ec637d761ee62dc425d807183c"
3334 },
3335 "dist": {
3336 "type": "zip",
3337 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
3338 "reference": "156e56ee036505ec637d761ee62dc425d807183c",
3339 "shasum": ""
3340 },
3341 "require": {
3342 "php": ">=5.3.0"
3343 },
3344 "type": "library",
3345 "extra": {
3346 "branch-alias": {
3347 "dev-lib": "1.4.x-dev"
3348 }
3349 },
3350 "autoload": {
3351 "psr-0": {
3352 "Michelf": ""
3353 }
3354 },
3355 "notification-url": "https://packagist.org/downloads/",
3356 "license": [
3357 "BSD-3-Clause"
3358 ],
3359 "authors": [
3360 {
3361 "name": "Michel Fortin",
3362 "email": "michel.fortin@michelf.ca",
3363 "homepage": "https://michelf.ca/",
3364 "role": "Developer"
3365 },
3366 {
3367 "name": "John Gruber",
3368 "homepage": "https://daringfireball.net/"
3369 }
3370 ],
3371 "description": "PHP Markdown",
3372 "homepage": "https://michelf.ca/projects/php-markdown/",
3373 "keywords": [
3374 "markdown"
3375 ],
3376 "time": "2015-12-24 01:37:31"
3377 },
3378 {
3379 "name": "monolog/monolog",
3380 "version": "1.17.2",
3381 "source": {
3382 "type": "git",
3383 "url": "https://github.com/Seldaek/monolog.git",
3384 "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
3385 },
3386 "dist": {
3387 "type": "zip",
3388 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
3389 "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
3390 "shasum": ""
3391 },
3392 "require": {
3393 "php": ">=5.3.0",
3394 "psr/log": "~1.0"
3395 },
3396 "provide": {
3397 "psr/log-implementation": "1.0.0"
3398 },
3399 "require-dev": {
3400 "aws/aws-sdk-php": "^2.4.9",
3401 "doctrine/couchdb": "~1.0@dev",
3402 "graylog2/gelf-php": "~1.0",
3403 "jakub-onderka/php-parallel-lint": "0.9",
3404 "php-console/php-console": "^3.1.3",
3405 "phpunit/phpunit": "~4.5",
3406 "phpunit/phpunit-mock-objects": "2.3.0",
3407 "raven/raven": "^0.13",
3408 "ruflin/elastica": ">=0.90 <3.0",
3409 "swiftmailer/swiftmailer": "~5.3",
3410 "videlalvaro/php-amqplib": "~2.4"
3411 },
3412 "suggest": {
3413 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3414 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3415 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3416 "ext-mongo": "Allow sending log messages to a MongoDB server",
3417 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3418 "php-console/php-console": "Allow sending log messages to Google Chrome",
3419 "raven/raven": "Allow sending log messages to a Sentry server",
3420 "rollbar/rollbar": "Allow sending log messages to Rollbar",
3421 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
3422 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
3423 },
3424 "type": "library",
3425 "extra": {
3426 "branch-alias": {
3427 "dev-master": "1.16.x-dev"
3428 }
3429 },
3430 "autoload": {
3431 "psr-4": {
3432 "Monolog\\": "src/Monolog"
3433 }
3434 },
3435 "notification-url": "https://packagist.org/downloads/",
3436 "license": [
3437 "MIT"
3438 ],
3439 "authors": [
3440 {
3441 "name": "Jordi Boggiano",
3442 "email": "j.boggiano@seld.be",
3443 "homepage": "http://seld.be"
3444 }
3445 ],
3446 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3447 "homepage": "http://github.com/Seldaek/monolog",
3448 "keywords": [
3449 "log",
3450 "logging",
3451 "psr-3"
3452 ],
3453 "time": "2015-10-14 12:51:02"
3454 },
3455 {
3456 "name": "neitanod/forceutf8",
3457 "version": "v2.0",
3458 "source": {
3459 "type": "git",
3460 "url": "https://github.com/neitanod/forceutf8.git",
3461 "reference": "2c1b21e00ed16b2b083ae4e27901cb5f2856db90"
3462 },
3463 "dist": {
3464 "type": "zip",
3465 "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/2c1b21e00ed16b2b083ae4e27901cb5f2856db90",
3466 "reference": "2c1b21e00ed16b2b083ae4e27901cb5f2856db90",
3467 "shasum": ""
3468 },
3469 "require": {
3470 "php": ">=5.3.0"
3471 },
3472 "type": "library",
3473 "autoload": {
3474 "psr-0": {
3475 "ForceUTF8\\": "src/"
3476 }
3477 },
3478 "notification-url": "https://packagist.org/downloads/",
3479 "authors": [
3480 {
3481 "name": "Sebastián Grignoli",
3482 "email": "grignoli@gmail.com"
3483 }
3484 ],
3485 "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
3486 "homepage": "https://github.com/neitanod/forceutf8",
3487 "time": "2015-05-07 16:37:23"
3488 },
3489 {
3490 "name": "nelmio/api-doc-bundle",
3491 "version": "2.11.1",
3492 "target-dir": "Nelmio/ApiDocBundle",
3493 "source": {
3494 "type": "git",
3495 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
3496 "reference": "19d4e37365edd5104e31662a2d3b510d92a7e78a"
3497 },
3498 "dist": {
3499 "type": "zip",
3500 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/19d4e37365edd5104e31662a2d3b510d92a7e78a",
3501 "reference": "19d4e37365edd5104e31662a2d3b510d92a7e78a",
3502 "shasum": ""
3503 },
3504 "require": {
3505 "michelf/php-markdown": "~1.4",
3506 "php": ">=5.3",
3507 "symfony/console": "~2.3|~3.0",
3508 "symfony/framework-bundle": "~2.3|~3.0",
3509 "symfony/twig-bundle": "~2.3|~3.0"
3510 },
3511 "conflict": {
3512 "jms/serializer": "<0.12",
3513 "jms/serializer-bundle": "<0.11",
3514 "twig/twig": "<1.12"
3515 },
3516 "require-dev": {
3517 "doctrine/doctrine-bundle": "~1.5",
3518 "doctrine/orm": "~2.3",
3519 "dunglas/api-bundle": "~1.0@dev",
3520 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
3521 "jms/serializer-bundle": ">=0.11",
3522 "sensio/framework-extra-bundle": "~3.0",
3523 "symfony/browser-kit": "~2.3|~3.0",
3524 "symfony/css-selector": "~2.3|~3.0",
3525 "symfony/finder": "~2.3|~3.0",
3526 "symfony/form": "~2.3|~3.0",
3527 "symfony/phpunit-bridge": "~2.7|~3.0",
3528 "symfony/serializer": "~2.7|~3.0",
3529 "symfony/validator": "~2.3|~3.0",
3530 "symfony/yaml": "~2.3|~3.0"
3531 },
3532 "suggest": {
3533 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
3534 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
3535 "jms/serializer": "For making use of serializer information in the doc.",
3536 "symfony/form": "For using form definitions as input.",
3537 "symfony/validator": "For making use of validator information in the doc."
3538 },
3539 "type": "symfony-bundle",
3540 "extra": {
3541 "branch-alias": {
3542 "dev-master": "2.11-dev"
3543 }
3544 },
3545 "autoload": {
3546 "psr-0": {
3547 "Nelmio\\ApiDocBundle": ""
3548 }
3549 },
3550 "notification-url": "https://packagist.org/downloads/",
3551 "license": [
3552 "MIT"
3553 ],
3554 "authors": [
3555 {
3556 "name": "Nelmio",
3557 "homepage": "http://nelm.io"
3558 },
3559 {
3560 "name": "Symfony Community",
3561 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
3562 }
3563 ],
3564 "description": "Generates documentation for your REST API from annotations",
3565 "keywords": [
3566 "api",
3567 "doc",
3568 "documentation",
3569 "rest"
3570 ],
3571 "time": "2015-12-08 13:19:42"
3572 },
3573 {
3574 "name": "nelmio/cors-bundle",
3575 "version": "1.4.1",
3576 "source": {
3577 "type": "git",
3578 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
3579 "reference": "fa14a81737c605bf4766054cdcb72a16a433d537"
3580 },
3581 "dist": {
3582 "type": "zip",
3583 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/fa14a81737c605bf4766054cdcb72a16a433d537",
3584 "reference": "fa14a81737c605bf4766054cdcb72a16a433d537",
3585 "shasum": ""
3586 },
3587 "require": {
3588 "symfony/framework-bundle": "^2.2 || ^3.0"
3589 },
3590 "require-dev": {
3591 "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
3592 "mockery/mockery": "0.9.*"
3593 },
3594 "type": "symfony-bundle",
3595 "extra": {
3596 "branch-alias": {
3597 "dev-master": "1.4.x-dev"
3598 }
3599 },
3600 "autoload": {
3601 "psr-4": {
3602 "Nelmio\\CorsBundle\\": ""
3603 },
3604 "exclude-from-classmap": [
3605 "/Tests/"
3606 ]
3607 },
3608 "notification-url": "https://packagist.org/downloads/",
3609 "license": [
3610 "MIT"
3611 ],
3612 "authors": [
3613 {
3614 "name": "Nelmio",
3615 "homepage": "http://nelm.io"
3616 },
3617 {
3618 "name": "Symfony Community",
3619 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
3620 }
3621 ],
3622 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
3623 "keywords": [
3624 "api",
3625 "cors",
3626 "crossdomain"
3627 ],
3628 "time": "2015-12-09 17:26:34"
3629 },
3630 {
3631 "name": "pagerfanta/pagerfanta",
3632 "version": "v1.0.3",
3633 "source": {
3634 "type": "git",
3635 "url": "https://github.com/whiteoctober/Pagerfanta.git",
3636 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
3637 },
3638 "dist": {
3639 "type": "zip",
3640 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
3641 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
3642 "shasum": ""
3643 },
3644 "require": {
3645 "php": ">=5.3.0"
3646 },
3647 "require-dev": {
3648 "doctrine/orm": "~2.3",
3649 "doctrine/phpcr-odm": "1.*",
3650 "jackalope/jackalope-doctrine-dbal": "1.*",
3651 "jmikola/geojson": "~1.0",
3652 "mandango/mandango": "~1.0@dev",
3653 "mandango/mondator": "~1.0@dev",
3654 "phpunit/phpunit": "~4",
3655 "propel/propel1": "~1.6",
3656 "ruflin/elastica": "~1.3",
3657 "solarium/solarium": "~3.1"
3658 },
3659 "suggest": {
3660 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
3661 "doctrine/orm": "To use the DoctrineORMAdapter.",
3662 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
3663 "mandango/mandango": "To use the MandangoAdapter.",
3664 "propel/propel1": "To use the PropelAdapter",
3665 "solarium/solarium": "To use the SolariumAdapter."
3666 },
3667 "type": "library",
3668 "extra": {
3669 "branch-alias": {
3670 "dev-master": "1.0.x-dev"
3671 }
3672 },
3673 "autoload": {
3674 "psr-0": {
3675 "Pagerfanta\\": "src/"
3676 }
3677 },
3678 "notification-url": "https://packagist.org/downloads/",
3679 "license": [
3680 "MIT"
3681 ],
3682 "authors": [
3683 {
3684 "name": "Pablo Díez",
3685 "email": "pablodip@gmail.com"
3686 }
3687 ],
3688 "description": "Pagination for PHP 5.3",
3689 "keywords": [
3690 "page",
3691 "pagination",
3692 "paginator",
3693 "paging"
3694 ],
3695 "time": "2014-10-06 10:57:25"
3696 },
3697 {
3698 "name": "paragonie/random_compat",
3699 "version": "1.1.4",
3700 "source": {
3701 "type": "git",
3702 "url": "https://github.com/paragonie/random_compat.git",
3703 "reference": "d762ee5b099a29044603cd4649851e81aa66cb47"
3704 },
3705 "dist": {
3706 "type": "zip",
3707 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/d762ee5b099a29044603cd4649851e81aa66cb47",
3708 "reference": "d762ee5b099a29044603cd4649851e81aa66cb47",
3709 "shasum": ""
3710 },
3711 "require": {
3712 "php": ">=5.2.0"
3713 },
3714 "require-dev": {
3715 "phpunit/phpunit": "4.*|5.*"
3716 },
3717 "suggest": {
3718 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3719 },
3720 "type": "library",
3721 "autoload": {
3722 "files": [
3723 "lib/random.php"
3724 ]
3725 },
3726 "notification-url": "https://packagist.org/downloads/",
3727 "license": [
3728 "MIT"
3729 ],
3730 "authors": [
3731 {
3732 "name": "Paragon Initiative Enterprises",
3733 "email": "security@paragonie.com",
3734 "homepage": "https://paragonie.com"
3735 }
3736 ],
3737 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3738 "keywords": [
3739 "csprng",
3740 "pseudorandom",
3741 "random"
3742 ],
3743 "time": "2015-12-10 14:48:13"
3744 },
3745 {
3746 "name": "phpcollection/phpcollection",
3747 "version": "0.4.0",
3748 "source": {
3749 "type": "git",
3750 "url": "https://github.com/schmittjoh/php-collection.git",
3751 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
3752 },
3753 "dist": {
3754 "type": "zip",
3755 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
3756 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
3757 "shasum": ""
3758 },
3759 "require": {
3760 "phpoption/phpoption": "1.*"
3761 },
3762 "type": "library",
3763 "extra": {
3764 "branch-alias": {
3765 "dev-master": "0.3-dev"
3766 }
3767 },
3768 "autoload": {
3769 "psr-0": {
3770 "PhpCollection": "src/"
3771 }
3772 },
3773 "notification-url": "https://packagist.org/downloads/",
3774 "license": [
3775 "Apache2"
3776 ],
3777 "authors": [
3778 {
3779 "name": "Johannes Schmitt",
3780 "email": "schmittjoh@gmail.com",
3781 "homepage": "https://github.com/schmittjoh",
3782 "role": "Developer of wrapped JMSSerializerBundle"
3783 }
3784 ],
3785 "description": "General-Purpose Collection Library for PHP",
3786 "keywords": [
3787 "collection",
3788 "list",
3789 "map",
3790 "sequence",
3791 "set"
3792 ],
3793 "time": "2014-03-11 13:46:42"
3794 },
3795 {
3796 "name": "phpoption/phpoption",
3797 "version": "1.5.0",
3798 "source": {
3799 "type": "git",
3800 "url": "https://github.com/schmittjoh/php-option.git",
3801 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
3802 },
3803 "dist": {
3804 "type": "zip",
3805 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3806 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3807 "shasum": ""
3808 },
3809 "require": {
3810 "php": ">=5.3.0"
3811 },
3812 "require-dev": {
3813 "phpunit/phpunit": "4.7.*"
3814 },
3815 "type": "library",
3816 "extra": {
3817 "branch-alias": {
3818 "dev-master": "1.3-dev"
3819 }
3820 },
3821 "autoload": {
3822 "psr-0": {
3823 "PhpOption\\": "src/"
3824 }
3825 },
3826 "notification-url": "https://packagist.org/downloads/",
3827 "license": [
3828 "Apache2"
3829 ],
3830 "authors": [
3831 {
3832 "name": "Johannes M. Schmitt",
3833 "email": "schmittjoh@gmail.com"
3834 }
3835 ],
3836 "description": "Option Type for PHP",
3837 "keywords": [
3838 "language",
3839 "option",
3840 "php",
3841 "type"
3842 ],
3843 "time": "2015-07-25 16:39:46"
3844 },
3845 {
3846 "name": "phpzip/phpzip",
3847 "version": "2.0.8",
3848 "source": {
3849 "type": "git",
3850 "url": "https://github.com/Grandt/PHPZip.git",
3851 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
3852 },
3853 "dist": {
3854 "type": "zip",
3855 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
3856 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
3857 "shasum": ""
3858 },
3859 "require": {
3860 "grandt/binstring": ">=1.0.0",
3861 "grandt/phpzipmerge": ">=1.0.4",
3862 "grandt/relativepath": ">=1.0.2",
3863 "php": ">=5.3.0"
3864 },
3865 "type": "library",
3866 "autoload": {
3867 "psr-4": {
3868 "PHPZip\\Zip\\": "src/Zip"
3869 }
3870 },
3871 "notification-url": "https://packagist.org/downloads/",
3872 "license": [
3873 "LGPL-2.1"
3874 ],
3875 "authors": [
3876 {
3877 "name": "Adam Schmalhofer",
3878 "email": "Adam.Schmalhofer@gmx.de",
3879 "role": "Developer"
3880 },
3881 {
3882 "name": "A. Grandt",
3883 "email": "php@grandt.com",
3884 "homepage": "http://grandt.com",
3885 "role": "Developer"
3886 },
3887 {
3888 "name": "Greg Kappatos",
3889 "homepage": "http://websiteconnect.com.au",
3890 "role": "Developer"
3891 }
3892 ],
3893 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
3894 "homepage": "https://github.com/Grandt/PHPZip",
3895 "keywords": [
3896 "archive",
3897 "compressed",
3898 "compression",
3899 "phpzip",
3900 "pkzip",
3901 "stream",
3902 "zip"
3903 ],
3904 "time": "2015-11-16 16:30:51"
3905 },
3906 {
3907 "name": "psr/log",
3908 "version": "1.0.0",
3909 "source": {
3910 "type": "git",
3911 "url": "https://github.com/php-fig/log.git",
3912 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
3913 },
3914 "dist": {
3915 "type": "zip",
3916 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
3917 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
3918 "shasum": ""
3919 },
3920 "type": "library",
3921 "autoload": {
3922 "psr-0": {
3923 "Psr\\Log\\": ""
3924 }
3925 },
3926 "notification-url": "https://packagist.org/downloads/",
3927 "license": [
3928 "MIT"
3929 ],
3930 "authors": [
3931 {
3932 "name": "PHP-FIG",
3933 "homepage": "http://www.php-fig.org/"
3934 }
3935 ],
3936 "description": "Common interface for logging libraries",
3937 "keywords": [
3938 "log",
3939 "psr",
3940 "psr-3"
3941 ],
3942 "time": "2012-12-21 11:40:51"
3943 },
3944 {
3945 "name": "react/promise",
3946 "version": "v2.2.1",
3947 "source": {
3948 "type": "git",
3949 "url": "https://github.com/reactphp/promise.git",
3950 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627"
3951 },
3952 "dist": {
3953 "type": "zip",
3954 "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627",
3955 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627",
3956 "shasum": ""
3957 },
3958 "require": {
3959 "php": ">=5.4.0"
3960 },
3961 "type": "library",
3962 "extra": {
3963 "branch-alias": {
3964 "dev-master": "2.0-dev"
3965 }
3966 },
3967 "autoload": {
3968 "psr-4": {
3969 "React\\Promise\\": "src/"
3970 },
3971 "files": [
3972 "src/functions_include.php"
3973 ]
3974 },
3975 "notification-url": "https://packagist.org/downloads/",
3976 "license": [
3977 "MIT"
3978 ],
3979 "authors": [
3980 {
3981 "name": "Jan Sorgalla",
3982 "email": "jsorgalla@gmail.com"
3983 }
3984 ],
3985 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
3986 "time": "2015-07-03 13:48:55"
3987 },
3988 {
3989 "name": "scheb/two-factor-bundle",
3990 "version": "v1.5.0",
3991 "source": {
3992 "type": "git",
3993 "url": "https://github.com/scheb/two-factor-bundle.git",
3994 "reference": "b0da3a85b181237c3bebde88c99b18745313360b"
3995 },
3996 "dist": {
3997 "type": "zip",
3998 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/b0da3a85b181237c3bebde88c99b18745313360b",
3999 "reference": "b0da3a85b181237c3bebde88c99b18745313360b",
4000 "shasum": ""
4001 },
4002 "require": {
4003 "sonata-project/google-authenticator": "~1.0",
4004 "symfony/symfony": "~2.1"
4005 },
4006 "require-dev": {
4007 "satooshi/php-coveralls": "~0.6",
4008 "swiftmailer/swiftmailer": ">=4.3, <6.0",
4009 "symfony/phpunit-bridge": "~2.7"
4010 },
4011 "type": "symfony-bundle",
4012 "autoload": {
4013 "psr-4": {
4014 "Scheb\\TwoFactorBundle\\": ""
4015 }
4016 },
4017 "notification-url": "https://packagist.org/downloads/",
4018 "license": [
4019 "MIT"
4020 ],
4021 "authors": [
4022 {
4023 "name": "Christian Scheb",
4024 "email": "me@christianscheb.de"
4025 }
4026 ],
4027 "description": "Provides two-factor authenticaton for Symfony2",
4028 "homepage": "https://github.com/scheb/two-factor-bundle",
4029 "keywords": [
4030 "Authentication",
4031 "Symfony2",
4032 "two-factor",
4033 "two-step"
4034 ],
4035 "time": "2015-11-15 13:31:23"
4036 },
4037 {
4038 "name": "sensio/distribution-bundle",
4039 "version": "v5.0.3",
4040 "source": {
4041 "type": "git",
4042 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
4043 "reference": "419c1824af940e2be0f833aca2327e1181a6b503"
4044 },
4045 "dist": {
4046 "type": "zip",
4047 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/419c1824af940e2be0f833aca2327e1181a6b503",
4048 "reference": "419c1824af940e2be0f833aca2327e1181a6b503",
4049 "shasum": ""
4050 },
4051 "require": {
4052 "php": ">=5.3.9",
4053 "sensiolabs/security-checker": "~3.0",
4054 "symfony/class-loader": "~2.3|~3.0",
4055 "symfony/config": "~2.3|~3.0",
4056 "symfony/dependency-injection": "~2.3|~3.0",
4057 "symfony/filesystem": "~2.3|~3.0",
4058 "symfony/http-kernel": "~2.3|~3.0",
4059 "symfony/process": "~2.3|~3.0"
4060 },
4061 "type": "symfony-bundle",
4062 "extra": {
4063 "branch-alias": {
4064 "dev-master": "5.0.x-dev"
4065 }
4066 },
4067 "autoload": {
4068 "psr-4": {
4069 "Sensio\\Bundle\\DistributionBundle\\": ""
4070 }
4071 },
4072 "notification-url": "https://packagist.org/downloads/",
4073 "license": [
4074 "MIT"
4075 ],
4076 "authors": [
4077 {
4078 "name": "Fabien Potencier",
4079 "email": "fabien@symfony.com"
4080 }
4081 ],
4082 "description": "Base bundle for Symfony Distributions",
4083 "keywords": [
4084 "configuration",
4085 "distribution"
4086 ],
4087 "time": "2015-12-18 17:44:11"
4088 },
4089 {
4090 "name": "sensio/framework-extra-bundle",
4091 "version": "v3.0.12",
4092 "source": {
4093 "type": "git",
4094 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
4095 "reference": "3e8936fe13aa4086644977d334d8fcd275f50357"
4096 },
4097 "dist": {
4098 "type": "zip",
4099 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/3e8936fe13aa4086644977d334d8fcd275f50357",
4100 "reference": "3e8936fe13aa4086644977d334d8fcd275f50357",
4101 "shasum": ""
4102 },
4103 "require": {
4104 "doctrine/common": "~2.2",
4105 "symfony/framework-bundle": "~2.3|~3.0"
4106 },
4107 "require-dev": {
4108 "symfony/expression-language": "~2.4|~3.0",
4109 "symfony/security-bundle": "~2.4|~3.0"
4110 },
4111 "suggest": {
4112 "symfony/expression-language": "",
4113 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
4114 "symfony/security-bundle": ""
4115 },
4116 "type": "symfony-bundle",
4117 "extra": {
4118 "branch-alias": {
4119 "dev-master": "3.0.x-dev"
4120 }
4121 },
4122 "autoload": {
4123 "psr-4": {
4124 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
4125 }
4126 },
4127 "notification-url": "https://packagist.org/downloads/",
4128 "license": [
4129 "MIT"
4130 ],
4131 "authors": [
4132 {
4133 "name": "Fabien Potencier",
4134 "email": "fabien@symfony.com"
4135 }
4136 ],
4137 "description": "This bundle provides a way to configure your controllers with annotations",
4138 "keywords": [
4139 "annotations",
4140 "controllers"
4141 ],
4142 "time": "2015-12-18 17:39:27"
4143 },
4144 {
4145 "name": "sensiolabs/security-checker",
4146 "version": "v3.0.2",
4147 "source": {
4148 "type": "git",
4149 "url": "https://github.com/sensiolabs/security-checker.git",
4150 "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
4151 },
4152 "dist": {
4153 "type": "zip",
4154 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
4155 "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
4156 "shasum": ""
4157 },
4158 "require": {
4159 "symfony/console": "~2.0|~3.0"
4160 },
4161 "bin": [
4162 "security-checker"
4163 ],
4164 "type": "library",
4165 "extra": {
4166 "branch-alias": {
4167 "dev-master": "3.0-dev"
4168 }
4169 },
4170 "autoload": {
4171 "psr-0": {
4172 "SensioLabs\\Security": ""
4173 }
4174 },
4175 "notification-url": "https://packagist.org/downloads/",
4176 "license": [
4177 "MIT"
4178 ],
4179 "authors": [
4180 {
4181 "name": "Fabien Potencier",
4182 "email": "fabien.potencier@gmail.com"
4183 }
4184 ],
4185 "description": "A security checker for your composer.lock",
4186 "time": "2015-11-07 08:07:40"
4187 },
4188 {
4189 "name": "simplepie/simplepie",
4190 "version": "1.3.1",
4191 "source": {
4192 "type": "git",
4193 "url": "https://github.com/simplepie/simplepie.git",
4194 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
4195 },
4196 "dist": {
4197 "type": "zip",
4198 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
4199 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
4200 "shasum": ""
4201 },
4202 "require": {
4203 "php": ">=5.2.0"
4204 },
4205 "type": "library",
4206 "autoload": {
4207 "psr-0": {
4208 "SimplePie": "library"
4209 }
4210 },
4211 "notification-url": "https://packagist.org/downloads/",
4212 "license": [
4213 "BSD-3-Clause"
4214 ],
4215 "authors": [
4216 {
4217 "name": "Ryan Parman",
4218 "homepage": "http://ryanparman.com/",
4219 "role": "Creator, alumnus developer"
4220 },
4221 {
4222 "name": "Geoffrey Sneddon",
4223 "homepage": "http://gsnedders.com/",
4224 "role": "Alumnus developer"
4225 },
4226 {
4227 "name": "Ryan McCue",
4228 "email": "me@ryanmccue.info",
4229 "homepage": "http://ryanmccue.info/",
4230 "role": "Developer"
4231 }
4232 ],
4233 "description": "A simple Atom/RSS parsing library for PHP",
4234 "homepage": "http://simplepie.org/",
4235 "keywords": [
4236 "atom",
4237 "feeds",
4238 "rss"
4239 ],
4240 "time": "2012-10-30 17:54:03"
4241 },
4242 {
4243 "name": "smalot/pdfparser",
4244 "version": "v0.9.25",
4245 "source": {
4246 "type": "git",
4247 "url": "https://github.com/smalot/pdfparser.git",
4248 "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa"
4249 },
4250 "dist": {
4251 "type": "zip",
4252 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/31590f7938a22f1c7fc4fb292611e3742a62ebaa",
4253 "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa",
4254 "shasum": ""
4255 },
4256 "require": {
4257 "php": ">=5.3.0",
4258 "tecnickcom/tcpdf": ">=6.0.050"
4259 },
4260 "require-dev": {
4261 "atoum/atoum": "dev-master"
4262 },
4263 "type": "library",
4264 "autoload": {
4265 "psr-0": {
4266 "Smalot\\PdfParser\\": "src/"
4267 }
4268 },
4269 "notification-url": "https://packagist.org/downloads/",
4270 "license": [
4271 "GPL-3.0"
4272 ],
4273 "authors": [
4274 {
4275 "name": "Sebastien MALOT",
4276 "email": "sebastien@malot.fr",
4277 "homepage": "http://www.malot.fr",
4278 "role": "Developer"
4279 }
4280 ],
4281 "description": "Pdf parser library. Can read and extract information from pdf file.",
4282 "homepage": "http://www.pdfparser.org",
4283 "time": "2015-09-18 08:29:33"
4284 },
4285 {
4286 "name": "sonata-project/google-authenticator",
4287 "version": "1.0.2",
4288 "source": {
4289 "type": "git",
4290 "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
4291 "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4"
4292 },
4293 "dist": {
4294 "type": "zip",
4295 "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
4296 "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
4297 "shasum": ""
4298 },
4299 "require": {
4300 "php": ">=5.3.0"
4301 },
4302 "type": "library",
4303 "autoload": {
4304 "psr-4": {
4305 "Google\\Authenticator\\": "lib/",
4306 "Google\\Authenticator\\Tests\\": "tests/"
4307 }
4308 },
4309 "notification-url": "https://packagist.org/downloads/",
4310 "license": [
4311 "MIT"
4312 ],
4313 "authors": [
4314 {
4315 "name": "Thomas Rabaix",
4316 "email": "thomas.rabaix@gmail.com",
4317 "homepage": "http://sonata-project.org/"
4318 },
4319 {
4320 "name": "Christian Stocker",
4321 "email": "me@chregu.tv"
4322 },
4323 {
4324 "name": "Andre DeMarre",
4325 "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
4326 }
4327 ],
4328 "description": "Library to integrate Google Authenticator into a PHP project",
4329 "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
4330 "keywords": [
4331 "google authenticator"
4332 ],
4333 "time": "2014-03-31 09:18:53"
4334 },
4335 {
4336 "name": "stof/doctrine-extensions-bundle",
4337 "version": "v1.2.1",
4338 "source": {
4339 "type": "git",
4340 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
4341 "reference": "7b3144572617b0555f9a443317dbc2f9cf5b524e"
4342 },
4343 "dist": {
4344 "type": "zip",
4345 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/7b3144572617b0555f9a443317dbc2f9cf5b524e",
4346 "reference": "7b3144572617b0555f9a443317dbc2f9cf5b524e",
4347 "shasum": ""
4348 },
4349 "require": {
4350 "gedmo/doctrine-extensions": "^2.3.1",
4351 "php": ">=5.3.2",
4352 "symfony/framework-bundle": "~2.1"
4353 },
4354 "suggest": {
4355 "doctrine/doctrine-bundle": "to use the ORM extensions",
4356 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
4357 },
4358 "type": "symfony-bundle",
4359 "extra": {
4360 "branch-alias": {
4361 "dev-master": "1.2.x-dev"
4362 }
4363 },
4364 "autoload": {
4365 "psr-4": {
4366 "Stof\\DoctrineExtensionsBundle\\": ""
4367 }
4368 },
4369 "notification-url": "https://packagist.org/downloads/",
4370 "license": [
4371 "MIT"
4372 ],
4373 "authors": [
4374 {
4375 "name": "Christophe Coevoet",
4376 "email": "stof@notk.org"
4377 }
4378 ],
4379 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
4380 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
4381 "keywords": [
4382 "behaviors",
4383 "doctrine2",
4384 "extensions",
4385 "gedmo",
4386 "loggable",
4387 "nestedset",
4388 "sluggable",
4389 "sortable",
4390 "timestampable",
4391 "translatable",
4392 "tree"
4393 ],
4394 "time": "2015-08-12 16:23:48"
4395 },
4396 {
4397 "name": "swiftmailer/swiftmailer",
4398 "version": "v5.4.1",
4399 "source": {
4400 "type": "git",
4401 "url": "https://github.com/swiftmailer/swiftmailer.git",
4402 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
4403 },
4404 "dist": {
4405 "type": "zip",
4406 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
4407 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
4408 "shasum": ""
4409 },
4410 "require": {
4411 "php": ">=5.3.3"
4412 },
4413 "require-dev": {
4414 "mockery/mockery": "~0.9.1,<0.9.4"
4415 },
4416 "type": "library",
4417 "extra": {
4418 "branch-alias": {
4419 "dev-master": "5.4-dev"
4420 }
4421 },
4422 "autoload": {
4423 "files": [
4424 "lib/swift_required.php"
4425 ]
4426 },
4427 "notification-url": "https://packagist.org/downloads/",
4428 "license": [
4429 "MIT"
4430 ],
4431 "authors": [
4432 {
4433 "name": "Chris Corbyn"
4434 },
4435 {
4436 "name": "Fabien Potencier",
4437 "email": "fabien@symfony.com"
4438 }
4439 ],
4440 "description": "Swiftmailer, free feature-rich PHP mailer",
4441 "homepage": "http://swiftmailer.org",
4442 "keywords": [
4443 "email",
4444 "mail",
4445 "mailer"
4446 ],
4447 "time": "2015-06-06 14:19:39"
4448 },
4449 {
4450 "name": "symfony/assetic-bundle",
4451 "version": "v2.7.1",
4452 "source": {
4453 "type": "git",
4454 "url": "https://github.com/symfony/assetic-bundle.git",
4455 "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76"
4456 },
4457 "dist": {
4458 "type": "zip",
4459 "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
4460 "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
4461 "shasum": ""
4462 },
4463 "require": {
4464 "kriswallsmith/assetic": "~1.3",
4465 "php": ">=5.3.0",
4466 "symfony/console": "~2.3|~3.0",
4467 "symfony/dependency-injection": "~2.3|~3.0",
4468 "symfony/framework-bundle": "~2.3|~3.0",
4469 "symfony/yaml": "~2.3|~3.0"
4470 },
4471 "conflict": {
4472 "kriswallsmith/spork": "<=0.2",
4473 "twig/twig": "<1.20"
4474 },
4475 "require-dev": {
4476 "kriswallsmith/spork": "~0.3",
4477 "patchwork/jsqueeze": "~1.0",
4478 "symfony/class-loader": "~2.3|~3.0",
4479 "symfony/css-selector": "~2.3|~3.0",
4480 "symfony/dom-crawler": "~2.3|~3.0",
4481 "symfony/phpunit-bridge": "~2.7|~3.0",
4482 "symfony/twig-bundle": "~2.3|~3.0"
4483 },
4484 "suggest": {
4485 "kriswallsmith/spork": "to be able to dump assets in parallel",
4486 "symfony/twig-bundle": "to use the Twig integration"
4487 },
4488 "type": "symfony-bundle",
4489 "extra": {
4490 "branch-alias": {
4491 "dev-master": "2.7-dev"
4492 }
4493 },
4494 "autoload": {
4495 "psr-4": {
4496 "Symfony\\Bundle\\AsseticBundle\\": ""
4497 }
4498 },
4499 "notification-url": "https://packagist.org/downloads/",
4500 "license": [
4501 "MIT"
4502 ],
4503 "authors": [
4504 {
4505 "name": "Kris Wallsmith",
4506 "email": "kris.wallsmith@gmail.com",
4507 "homepage": "http://kriswallsmith.net/"
4508 }
4509 ],
4510 "description": "Integrates Assetic into Symfony2",
4511 "homepage": "https://github.com/symfony/AsseticBundle",
4512 "keywords": [
4513 "assets",
4514 "compression",
4515 "minification"
4516 ],
4517 "time": "2015-11-17 09:45:47"
4518 },
4519 {
4520 "name": "symfony/monolog-bundle",
4521 "version": "v2.8.2",
4522 "source": {
4523 "type": "git",
4524 "url": "https://github.com/symfony/monolog-bundle.git",
4525 "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f"
4526 },
4527 "dist": {
4528 "type": "zip",
4529 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/84785c4d44801c4dd82829fa2e1820cacfe2c46f",
4530 "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f",
4531 "shasum": ""
4532 },
4533 "require": {
4534 "monolog/monolog": "~1.8",
4535 "php": ">=5.3.2",
4536 "symfony/config": "~2.3|~3.0",
4537 "symfony/dependency-injection": "~2.3|~3.0",
4538 "symfony/http-kernel": "~2.3|~3.0",
4539 "symfony/monolog-bridge": "~2.3|~3.0"
4540 },
4541 "require-dev": {
4542 "symfony/console": "~2.3|~3.0",
4543 "symfony/yaml": "~2.3|~3.0"
4544 },
4545 "type": "symfony-bundle",
4546 "extra": {
4547 "branch-alias": {
4548 "dev-master": "2.8.x-dev"
4549 }
4550 },
4551 "autoload": {
4552 "psr-4": {
4553 "Symfony\\Bundle\\MonologBundle\\": ""
4554 }
4555 },
4556 "notification-url": "https://packagist.org/downloads/",
4557 "license": [
4558 "MIT"
4559 ],
4560 "authors": [
4561 {
4562 "name": "Symfony Community",
4563 "homepage": "http://symfony.com/contributors"
4564 },
4565 {
4566 "name": "Fabien Potencier",
4567 "email": "fabien@symfony.com"
4568 }
4569 ],
4570 "description": "Symfony MonologBundle",
4571 "homepage": "http://symfony.com",
4572 "keywords": [
4573 "log",
4574 "logging"
4575 ],
4576 "time": "2015-11-17 10:02:29"
4577 },
4578 {
4579 "name": "symfony/polyfill-intl-icu",
4580 "version": "v1.0.0",
4581 "source": {
4582 "type": "git",
4583 "url": "https://github.com/symfony/polyfill-intl-icu.git",
4584 "reference": "2deb44160e1c886241c06602b12b98779f728177"
4585 },
4586 "dist": {
4587 "type": "zip",
4588 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2deb44160e1c886241c06602b12b98779f728177",
4589 "reference": "2deb44160e1c886241c06602b12b98779f728177",
4590 "shasum": ""
4591 },
4592 "require": {
4593 "php": ">=5.3.3",
4594 "symfony/intl": "~2.3|~3.0"
4595 },
4596 "type": "library",
4597 "extra": {
4598 "branch-alias": {
4599 "dev-master": "1.0-dev"
4600 }
4601 },
4602 "autoload": {
4603 "files": [
4604 "bootstrap.php"
4605 ]
4606 },
4607 "notification-url": "https://packagist.org/downloads/",
4608 "license": [
4609 "MIT"
4610 ],
4611 "authors": [
4612 {
4613 "name": "Nicolas Grekas",
4614 "email": "p@tchwork.com"
4615 },
4616 {
4617 "name": "Symfony Community",
4618 "homepage": "https://symfony.com/contributors"
4619 }
4620 ],
4621 "description": "Symfony polyfill for intl's ICU-related data and classes",
4622 "homepage": "https://symfony.com",
4623 "keywords": [
4624 "compatibility",
4625 "icu",
4626 "intl",
4627 "polyfill",
4628 "portable",
4629 "shim"
4630 ],
4631 "time": "2015-11-04 20:28:58"
4632 },
4633 {
4634 "name": "symfony/polyfill-mbstring",
4635 "version": "v1.0.0",
4636 "source": {
4637 "type": "git",
4638 "url": "https://github.com/symfony/polyfill-mbstring.git",
4639 "reference": "0b6a8940385311a24e060ec1fe35680e17c74497"
4640 },
4641 "dist": {
4642 "type": "zip",
4643 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497",
4644 "reference": "0b6a8940385311a24e060ec1fe35680e17c74497",
4645 "shasum": ""
4646 },
4647 "require": {
4648 "php": ">=5.3.3"
4649 },
4650 "type": "library",
4651 "extra": {
4652 "branch-alias": {
4653 "dev-master": "1.0-dev"
4654 }
4655 },
4656 "autoload": {
4657 "psr-4": {
4658 "Symfony\\Polyfill\\Mbstring\\": ""
4659 },
4660 "files": [
4661 "bootstrap.php"
4662 ]
4663 },
4664 "notification-url": "https://packagist.org/downloads/",
4665 "license": [
4666 "MIT"
4667 ],
4668 "authors": [
4669 {
4670 "name": "Nicolas Grekas",
4671 "email": "p@tchwork.com"
4672 },
4673 {
4674 "name": "Symfony Community",
4675 "homepage": "https://symfony.com/contributors"
4676 }
4677 ],
4678 "description": "Symfony polyfill for the Mbstring extension",
4679 "homepage": "https://symfony.com",
4680 "keywords": [
4681 "compatibility",
4682 "mbstring",
4683 "polyfill",
4684 "portable",
4685 "shim"
4686 ],
4687 "time": "2015-11-04 20:28:58"
4688 },
4689 {
4690 "name": "symfony/polyfill-php54",
4691 "version": "v1.0.0",
4692 "source": {
4693 "type": "git",
4694 "url": "https://github.com/symfony/polyfill-php54.git",
4695 "reference": "2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc"
4696 },
4697 "dist": {
4698 "type": "zip",
4699 "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc",
4700 "reference": "2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc",
4701 "shasum": ""
4702 },
4703 "require": {
4704 "php": ">=5.3.3"
4705 },
4706 "type": "library",
4707 "extra": {
4708 "branch-alias": {
4709 "dev-master": "1.0-dev"
4710 }
4711 },
4712 "autoload": {
4713 "psr-4": {
4714 "Symfony\\Polyfill\\Php54\\": ""
4715 },
4716 "files": [
4717 "bootstrap.php"
4718 ],
4719 "classmap": [
4720 "Resources/stubs"
4721 ]
4722 },
4723 "notification-url": "https://packagist.org/downloads/",
4724 "license": [
4725 "MIT"
4726 ],
4727 "authors": [
4728 {
4729 "name": "Nicolas Grekas",
4730 "email": "p@tchwork.com"
4731 },
4732 {
4733 "name": "Symfony Community",
4734 "homepage": "https://symfony.com/contributors"
4735 }
4736 ],
4737 "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
4738 "homepage": "https://symfony.com",
4739 "keywords": [
4740 "compatibility",
4741 "polyfill",
4742 "portable",
4743 "shim"
4744 ],
4745 "time": "2015-11-04 20:28:58"
4746 },
4747 {
4748 "name": "symfony/polyfill-php55",
4749 "version": "v1.0.0",
4750 "source": {
4751 "type": "git",
4752 "url": "https://github.com/symfony/polyfill-php55.git",
4753 "reference": "3adc962a6250c02adb508e85ecfa6fcfee9eec47"
4754 },
4755 "dist": {
4756 "type": "zip",
4757 "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/3adc962a6250c02adb508e85ecfa6fcfee9eec47",
4758 "reference": "3adc962a6250c02adb508e85ecfa6fcfee9eec47",
4759 "shasum": ""
4760 },
4761 "require": {
4762 "ircmaxell/password-compat": "~1.0",
4763 "php": ">=5.3.3"
4764 },
4765 "type": "library",
4766 "extra": {
4767 "branch-alias": {
4768 "dev-master": "1.0-dev"
4769 }
4770 },
4771 "autoload": {
4772 "psr-4": {
4773 "Symfony\\Polyfill\\Php55\\": ""
4774 },
4775 "files": [
4776 "bootstrap.php"
4777 ]
4778 },
4779 "notification-url": "https://packagist.org/downloads/",
4780 "license": [
4781 "MIT"
4782 ],
4783 "authors": [
4784 {
4785 "name": "Nicolas Grekas",
4786 "email": "p@tchwork.com"
4787 },
4788 {
4789 "name": "Symfony Community",
4790 "homepage": "https://symfony.com/contributors"
4791 }
4792 ],
4793 "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
4794 "homepage": "https://symfony.com",
4795 "keywords": [
4796 "compatibility",
4797 "polyfill",
4798 "portable",
4799 "shim"
4800 ],
4801 "time": "2015-11-04 20:28:58"
4802 },
4803 {
4804 "name": "symfony/polyfill-php56",
4805 "version": "v1.0.0",
4806 "source": {
4807 "type": "git",
4808 "url": "https://github.com/symfony/polyfill-php56.git",
4809 "reference": "a6bd4770a6967517e6610529e14afaa3111094a3"
4810 },
4811 "dist": {
4812 "type": "zip",
4813 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/a6bd4770a6967517e6610529e14afaa3111094a3",
4814 "reference": "a6bd4770a6967517e6610529e14afaa3111094a3",
4815 "shasum": ""
4816 },
4817 "require": {
4818 "php": ">=5.3.3",
4819 "symfony/polyfill-util": "~1.0"
4820 },
4821 "type": "library",
4822 "extra": {
4823 "branch-alias": {
4824 "dev-master": "1.0-dev"
4825 }
4826 },
4827 "autoload": {
4828 "psr-4": {
4829 "Symfony\\Polyfill\\Php56\\": ""
4830 },
4831 "files": [
4832 "bootstrap.php"
4833 ]
4834 },
4835 "notification-url": "https://packagist.org/downloads/",
4836 "license": [
4837 "MIT"
4838 ],
4839 "authors": [
4840 {
4841 "name": "Nicolas Grekas",
4842 "email": "p@tchwork.com"
4843 },
4844 {
4845 "name": "Symfony Community",
4846 "homepage": "https://symfony.com/contributors"
4847 }
4848 ],
4849 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
4850 "homepage": "https://symfony.com",
4851 "keywords": [
4852 "compatibility",
4853 "polyfill",
4854 "portable",
4855 "shim"
4856 ],
4857 "time": "2015-11-04 20:28:58"
4858 },
4859 {
4860 "name": "symfony/polyfill-php70",
4861 "version": "v1.0.0",
4862 "source": {
4863 "type": "git",
4864 "url": "https://github.com/symfony/polyfill-php70.git",
4865 "reference": "7f7f3c9c2b9f17722e0cd64fdb4f957330c53146"
4866 },
4867 "dist": {
4868 "type": "zip",
4869 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/7f7f3c9c2b9f17722e0cd64fdb4f957330c53146",
4870 "reference": "7f7f3c9c2b9f17722e0cd64fdb4f957330c53146",
4871 "shasum": ""
4872 },
4873 "require": {
4874 "paragonie/random_compat": "~1.0",
4875 "php": ">=5.3.3"
4876 },
4877 "type": "library",
4878 "extra": {
4879 "branch-alias": {
4880 "dev-master": "1.0-dev"
4881 }
4882 },
4883 "autoload": {
4884 "psr-4": {
4885 "Symfony\\Polyfill\\Php70\\": ""
4886 },
4887 "files": [
4888 "bootstrap.php"
4889 ],
4890 "classmap": [
4891 "Resources/stubs"
4892 ]
4893 },
4894 "notification-url": "https://packagist.org/downloads/",
4895 "license": [
4896 "MIT"
4897 ],
4898 "authors": [
4899 {
4900 "name": "Nicolas Grekas",
4901 "email": "p@tchwork.com"
4902 },
4903 {
4904 "name": "Symfony Community",
4905 "homepage": "https://symfony.com/contributors"
4906 }
4907 ],
4908 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
4909 "homepage": "https://symfony.com",
4910 "keywords": [
4911 "compatibility",
4912 "polyfill",
4913 "portable",
4914 "shim"
4915 ],
4916 "time": "2015-11-04 20:28:58"
4917 },
4918 {
4919 "name": "symfony/polyfill-util",
4920 "version": "v1.0.0",
4921 "source": {
4922 "type": "git",
4923 "url": "https://github.com/symfony/polyfill-util.git",
4924 "reference": "4271c55cbc0a77b2641f861b978123e46b3da969"
4925 },
4926 "dist": {
4927 "type": "zip",
4928 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4271c55cbc0a77b2641f861b978123e46b3da969",
4929 "reference": "4271c55cbc0a77b2641f861b978123e46b3da969",
4930 "shasum": ""
4931 },
4932 "require": {
4933 "php": ">=5.3.3"
4934 },
4935 "type": "library",
4936 "extra": {
4937 "branch-alias": {
4938 "dev-master": "1.0-dev"
4939 }
4940 },
4941 "autoload": {
4942 "psr-4": {
4943 "Symfony\\Polyfill\\Util\\": ""
4944 }
4945 },
4946 "notification-url": "https://packagist.org/downloads/",
4947 "license": [
4948 "MIT"
4949 ],
4950 "authors": [
4951 {
4952 "name": "Nicolas Grekas",
4953 "email": "p@tchwork.com"
4954 },
4955 {
4956 "name": "Symfony Community",
4957 "homepage": "https://symfony.com/contributors"
4958 }
4959 ],
4960 "description": "Symfony utilities for portability of PHP codes",
4961 "homepage": "https://symfony.com",
4962 "keywords": [
4963 "compat",
4964 "compatibility",
4965 "polyfill",
4966 "shim"
4967 ],
4968 "time": "2015-11-04 20:28:58"
4969 },
4970 {
4971 "name": "symfony/security-acl",
4972 "version": "v2.7.7",
4973 "source": {
4974 "type": "git",
4975 "url": "https://github.com/symfony/security-acl.git",
4976 "reference": "9aec8062e33fca5e08d2a78669b2222252e8c3b6"
4977 },
4978 "dist": {
4979 "type": "zip",
4980 "url": "https://api.github.com/repos/symfony/security-acl/zipball/9aec8062e33fca5e08d2a78669b2222252e8c3b6",
4981 "reference": "9aec8062e33fca5e08d2a78669b2222252e8c3b6",
4982 "shasum": ""
4983 },
4984 "require": {
4985 "php": ">=5.3.9",
4986 "symfony/security-core": "~2.4"
4987 },
4988 "require-dev": {
4989 "doctrine/common": "~2.2",
4990 "doctrine/dbal": "~2.2",
4991 "psr/log": "~1.0"
4992 },
4993 "suggest": {
4994 "doctrine/dbal": "For using the built-in ACL implementation",
4995 "symfony/class-loader": "For using the ACL generateSql script",
4996 "symfony/finder": "For using the ACL generateSql script"
4997 },
4998 "type": "library",
4999 "extra": {
5000 "branch-alias": {
5001 "dev-master": "2.7-dev"
5002 }
5003 },
5004 "autoload": {
5005 "psr-4": {
5006 "Symfony\\Component\\Security\\Acl\\": ""
5007 },
5008 "exclude-from-classmap": [
5009 "/Tests/"
5010 ]
5011 },
5012 "notification-url": "https://packagist.org/downloads/",
5013 "license": [
5014 "MIT"
5015 ],
5016 "authors": [
5017 {
5018 "name": "Fabien Potencier",
5019 "email": "fabien@symfony.com"
5020 },
5021 {
5022 "name": "Symfony Community",
5023 "homepage": "https://symfony.com/contributors"
5024 }
5025 ],
5026 "description": "Symfony Security Component - ACL (Access Control List)",
5027 "homepage": "https://symfony.com",
5028 "time": "2015-11-18 13:41:01"
5029 >>>>>>> Update deps
5030 },
5031 {
5032 "name": "symfony/swiftmailer-bundle",
5033 "version": "v2.3.9",
5034 "source": {
5035 "type": "git",
5036 "url": "https://github.com/symfony/swiftmailer-bundle.git",
5037 "reference": "3d21ada19f23631f558ad6df653b168e35362e78"
5038 },
5039 "dist": {
5040 "type": "zip",
5041 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/3d21ada19f23631f558ad6df653b168e35362e78",
5042 "reference": "3d21ada19f23631f558ad6df653b168e35362e78",
5043 "shasum": ""
5044 },
5045 "require": {
5046 "php": ">=5.3.2",
5047 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
5048 "symfony/config": "~2.3|~3.0",
5049 "symfony/dependency-injection": "~2.3|~3.0",
5050 "symfony/http-kernel": "~2.3|~3.0",
5051 "symfony/yaml": "~2.3|~3.0"
5052 },
5053 "require-dev": {
5054 "symfony/phpunit-bridge": "~2.7|~3.0"
5055 },
5056 "suggest": {
5057 "psr/log": "Allows logging"
5058 },
5059 "type": "symfony-bundle",
5060 "extra": {
5061 "branch-alias": {
5062 "dev-master": "2.3-dev"
5063 }
5064 },
5065 "autoload": {
5066 "psr-4": {
5067 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
5068 }
5069 },
5070 "notification-url": "https://packagist.org/downloads/",
5071 "license": [
5072 "MIT"
5073 ],
5074 "authors": [
5075 {
5076 "name": "Symfony Community",
5077 "homepage": "http://symfony.com/contributors"
5078 },
5079 {
5080 "name": "Fabien Potencier",
5081 "email": "fabien@symfony.com"
5082 }
5083 ],
5084 "description": "Symfony SwiftmailerBundle",
5085 "homepage": "http://symfony.com",
5086 "time": "2015-11-28 10:59:29"
5087 },
5088 {
5089 "name": "symfony/symfony",
5090 "version": "v2.8.0",
5091 "source": {
5092 "type": "git",
5093 "url": "https://github.com/symfony/symfony.git",
5094 "reference": "5615b92cd452cd54f1433a3f53de87c096a1107f"
5095 },
5096 "dist": {
5097 "type": "zip",
5098 "url": "https://api.github.com/repos/symfony/symfony/zipball/5615b92cd452cd54f1433a3f53de87c096a1107f",
5099 "reference": "5615b92cd452cd54f1433a3f53de87c096a1107f",
5100 "shasum": ""
5101 },
5102 "require": {
5103 "doctrine/common": "~2.4",
5104 "php": ">=5.3.9",
5105 "psr/log": "~1.0",
5106 "symfony/polyfill-intl-icu": "~1.0",
5107 "symfony/polyfill-mbstring": "~1.0",
5108 "symfony/polyfill-php54": "~1.0",
5109 "symfony/polyfill-php55": "~1.0",
5110 "symfony/polyfill-php56": "~1.0",
5111 "symfony/polyfill-php70": "~1.0",
5112 "symfony/polyfill-util": "~1.0",
5113 "symfony/security-acl": "~2.7",
5114 "twig/twig": "~1.23|~2.0"
5115 },
5116 "conflict": {
5117 "phpdocumentor/reflection": "<1.0.7"
5118 },
5119 "replace": {
5120 "symfony/asset": "self.version",
5121 "symfony/browser-kit": "self.version",
5122 "symfony/class-loader": "self.version",
5123 "symfony/config": "self.version",
5124 "symfony/console": "self.version",
5125 "symfony/css-selector": "self.version",
5126 "symfony/debug": "self.version",
5127 "symfony/debug-bundle": "self.version",
5128 "symfony/dependency-injection": "self.version",
5129 "symfony/doctrine-bridge": "self.version",
5130 "symfony/dom-crawler": "self.version",
5131 "symfony/event-dispatcher": "self.version",
5132 "symfony/expression-language": "self.version",
5133 "symfony/filesystem": "self.version",
5134 "symfony/finder": "self.version",
5135 "symfony/form": "self.version",
5136 "symfony/framework-bundle": "self.version",
5137 "symfony/http-foundation": "self.version",
5138 "symfony/http-kernel": "self.version",
5139 "symfony/intl": "self.version",
5140 "symfony/ldap": "self.version",
5141 "symfony/locale": "self.version",
5142 "symfony/monolog-bridge": "self.version",
5143 "symfony/options-resolver": "self.version",
5144 "symfony/process": "self.version",
5145 "symfony/property-access": "self.version",
5146 "symfony/property-info": "self.version",
5147 "symfony/proxy-manager-bridge": "self.version",
5148 "symfony/routing": "self.version",
5149 "symfony/security": "self.version",
5150 "symfony/security-bundle": "self.version",
5151 "symfony/security-core": "self.version",
5152 "symfony/security-csrf": "self.version",
5153 "symfony/security-guard": "self.version",
5154 "symfony/security-http": "self.version",
5155 "symfony/serializer": "self.version",
5156 "symfony/stopwatch": "self.version",
5157 "symfony/swiftmailer-bridge": "self.version",
5158 "symfony/templating": "self.version",
5159 "symfony/translation": "self.version",
5160 "symfony/twig-bridge": "self.version",
5161 "symfony/twig-bundle": "self.version",
5162 "symfony/validator": "self.version",
5163 "symfony/var-dumper": "self.version",
5164 "symfony/web-profiler-bundle": "self.version",
5165 "symfony/yaml": "self.version"
5166 },
5167 "require-dev": {
5168 "doctrine/data-fixtures": "1.0.*",
5169 "doctrine/dbal": "~2.4",
5170 "doctrine/doctrine-bundle": "~1.2",
5171 "doctrine/orm": "~2.4,>=2.4.5",
5172 "egulias/email-validator": "~1.2",
5173 "monolog/monolog": "~1.11",
5174 "ocramius/proxy-manager": "~0.4|~1.0",
5175 "phpdocumentor/reflection": "^1.0.7"
5176 },
5177 "type": "library",
5178 "extra": {
5179 "branch-alias": {
5180 "dev-master": "2.8-dev"
5181 }
5182 },
5183 "autoload": {
5184 "psr-4": {
5185 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
5186 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
5187 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
5188 "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
5189 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
5190 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
5191 "Symfony\\Component\\": "src/Symfony/Component/"
5192 },
5193 "classmap": [
5194 "src/Symfony/Component/Intl/Resources/stubs"
5195 ],
5196 "exclude-from-classmap": [
5197 "**/Tests/"
5198 ]
5199 },
5200 "notification-url": "https://packagist.org/downloads/",
5201 "license": [
5202 "MIT"
5203 ],
5204 "authors": [
5205 {
5206 "name": "Fabien Potencier",
5207 "email": "fabien@symfony.com"
5208 },
5209 {
5210 "name": "Symfony Community",
5211 "homepage": "https://symfony.com/contributors"
5212 }
5213 ],
5214 "description": "The Symfony PHP framework",
5215 "homepage": "https://symfony.com",
5216 "keywords": [
5217 "framework"
5218 ],
5219 "time": "2015-11-30 17:26:10"
5220 },
5221 {
5222 "name": "tecnickcom/tcpdf",
5223 "version": "6.2.12",
5224 "source": {
5225 "type": "git",
5226 "url": "https://github.com/tecnickcom/TCPDF.git",
5227 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
5228 },
5229 "dist": {
5230 "type": "zip",
5231 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
5232 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
5233 "shasum": ""
5234 },
5235 "require": {
5236 "php": ">=5.3.0"
5237 },
5238 "type": "library",
5239 "autoload": {
5240 "classmap": [
5241 "fonts",
5242 "config",
5243 "include",
5244 "tcpdf.php",
5245 "tcpdf_parser.php",
5246 "tcpdf_import.php",
5247 "tcpdf_barcodes_1d.php",
5248 "tcpdf_barcodes_2d.php",
5249 "include/tcpdf_colors.php",
5250 "include/tcpdf_filters.php",
5251 "include/tcpdf_font_data.php",
5252 "include/tcpdf_fonts.php",
5253 "include/tcpdf_images.php",
5254 "include/tcpdf_static.php",
5255 "include/barcodes/datamatrix.php",
5256 "include/barcodes/pdf417.php",
5257 "include/barcodes/qrcode.php"
5258 ]
5259 },
5260 "notification-url": "https://packagist.org/downloads/",
5261 "license": [
5262 "LGPLv3"
5263 ],
5264 "authors": [
5265 {
5266 "name": "Nicola Asuni",
5267 "email": "info@tecnick.com",
5268 "homepage": "http://nicolaasuni.tecnick.com"
5269 }
5270 ],
5271 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
5272 "homepage": "http://www.tcpdf.org/",
5273 "keywords": [
5274 "PDFD32000-2008",
5275 "TCPDF",
5276 "barcodes",
5277 "datamatrix",
5278 "pdf",
5279 "pdf417",
5280 "qrcode"
5281 ],
5282 "time": "2015-09-12 10:08:34"
5283 },
5284 {
5285 "name": "twig/extensions",
5286 "version": "v1.3.0",
5287 "source": {
5288 "type": "git",
5289 "url": "https://github.com/twigphp/Twig-extensions.git",
5290 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
5291 },
5292 "dist": {
5293 "type": "zip",
5294 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
5295 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
5296 "shasum": ""
5297 },
5298 "require": {
5299 "twig/twig": "~1.20|~2.0"
5300 },
5301 "require-dev": {
5302 "symfony/translation": "~2.3"
5303 },
5304 "suggest": {
5305 "symfony/translation": "Allow the time_diff output to be translated"
5306 },
5307 "type": "library",
5308 "extra": {
5309 "branch-alias": {
5310 "dev-master": "1.3-dev"
5311 }
5312 },
5313 "autoload": {
5314 "psr-0": {
5315 "Twig_Extensions_": "lib/"
5316 }
5317 },
5318 "notification-url": "https://packagist.org/downloads/",
5319 "license": [
5320 "MIT"
5321 ],
5322 "authors": [
5323 {
5324 "name": "Fabien Potencier",
5325 "email": "fabien@symfony.com"
5326 }
5327 ],
5328 "description": "Common additional features for Twig that do not directly belong in core",
5329 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
5330 "keywords": [
5331 "i18n",
5332 "text"
5333 ],
5334 "time": "2015-08-22 16:38:35"
5335 },
5336 {
5337 "name": "twig/twig",
5338 "version": "v1.23.1",
5339 "source": {
5340 "type": "git",
5341 "url": "https://github.com/twigphp/Twig.git",
5342 "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
5343 },
5344 "dist": {
5345 "type": "zip",
5346 "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
5347 "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
5348 "shasum": ""
5349 },
5350 "require": {
5351 "php": ">=5.2.7"
5352 },
5353 "require-dev": {
5354 "symfony/debug": "~2.7",
5355 "symfony/phpunit-bridge": "~2.7"
5356 },
5357 "type": "library",
5358 "extra": {
5359 "branch-alias": {
5360 "dev-master": "1.23-dev"
5361 }
5362 },
5363 "autoload": {
5364 "psr-0": {
5365 "Twig_": "lib/"
5366 }
5367 },
5368 "notification-url": "https://packagist.org/downloads/",
5369 "license": [
5370 "BSD-3-Clause"
5371 ],
5372 "authors": [
5373 {
5374 "name": "Fabien Potencier",
5375 "email": "fabien@symfony.com",
5376 "homepage": "http://fabien.potencier.org",
5377 "role": "Lead Developer"
5378 },
5379 {
5380 "name": "Armin Ronacher",
5381 "email": "armin.ronacher@active-4.com",
5382 "role": "Project Founder"
5383 },
5384 {
5385 "name": "Twig Team",
5386 "homepage": "http://twig.sensiolabs.org/contributors",
5387 "role": "Contributors"
5388 }
5389 ],
5390 "description": "Twig, the flexible, fast, and secure template language for PHP",
5391 "homepage": "http://twig.sensiolabs.org",
5392 "keywords": [
5393 "templating"
5394 ],
5395 "time": "2015-11-05 12:49:06"
5396 },
5397 {
5398 "name": "wallabag/php-mobi",
5399 "version": "1.0.1",
5400 "source": {
5401 "type": "git",
5402 "url": "https://github.com/wallabag/php-mobi.git",
5403 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487"
5404 },
5405 "dist": {
5406 "type": "zip",
5407 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/1cd7d022fe6be838535d6bba917d19cc48dcf487",
5408 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487",
5409 "shasum": ""
5410 },
5411 "require": {
5412 "php": ">=5.3.0"
5413 },
5414 "replace": {
5415 "wallabag/phpmobi": "*"
5416 },
5417 "type": "library",
5418 "autoload": {
5419 "files": [
5420 "MOBIClass/MOBI.php"
5421 ]
5422 },
5423 "notification-url": "https://packagist.org/downloads/",
5424 "license": [
5425 "Apache-2.0"
5426 ],
5427 "authors": [
5428 {
5429 "name": "Nicolas LÅ“uillet",
5430 "email": "nicolas@loeuillet.org",
5431 "homepage": "http://www.cdetc.fr"
5432 },
5433 {
5434 "name": "Sander Kromwijk",
5435 "email": "s.kromwijk@gmail.co",
5436 "role": "Original developer"
5437 }
5438 ],
5439 "description": "A Mobipocket file (.mobi) creator in PHP.",
5440 "homepage": "https://github.com/wallabag/phpMobi",
5441 "time": "2015-10-16 08:42:42"
5442 },
5443 {
5444 "name": "willdurand/hateoas",
5445 "version": "v2.9.0",
5446 "source": {
5447 "type": "git",
5448 "url": "https://github.com/willdurand/Hateoas.git",
5449 "reference": "6e6ee945100bef3534c9276f0cf1c70d0115670c"
5450 },
5451 "dist": {
5452 "type": "zip",
5453 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/6e6ee945100bef3534c9276f0cf1c70d0115670c",
5454 "reference": "6e6ee945100bef3534c9276f0cf1c70d0115670c",
5455 "shasum": ""
5456 },
5457 "require": {
5458 "doctrine/annotations": "~1.0",
5459 "doctrine/common": "~2.0",
5460 "jms/metadata": "~1.1",
5461 "jms/serializer": "~1.0",
5462 "php": ">=5.4",
5463 "symfony/expression-language": "~2.4 || ~3.0"
5464 },
5465 "require-dev": {
5466 "atoum/atoum": "*@dev",
5467 "hautelook/frankenstein": "~0.1",
5468 "pagerfanta/pagerfanta": "~1.0",
5469 "phpunit/phpunit": "~3.7",
5470 "symfony/dependency-injection": "~2.0 || ~3.0",
5471 "symfony/routing": "~2.0 || ~3.0",
5472 "symfony/yaml": "~2.0 || ~3.0",
5473 "twig/twig": "~1.12"
5474 },
5475 "suggest": {
5476 "symfony/routing": "To use the SymfonyRouteFactory.",
5477 "symfony/yaml": "To use yaml based configuration.",
5478 "twig/twig": "To use the Twig extensions."
5479 },
5480 "type": "library",
5481 "extra": {
5482 "branch-alias": {
5483 "dev-master": "2.9-dev"
5484 }
5485 },
5486 "autoload": {
5487 "psr-0": {
5488 "Hateoas": "src/"
5489 }
5490 },
5491 "notification-url": "https://packagist.org/downloads/",
5492 "license": [
5493 "MIT"
5494 ],
5495 "authors": [
5496 {
5497 "name": "Adrien Brault",
5498 "email": "adrien.brault@gmail.com"
5499 },
5500 {
5501 "name": "William Durand",
5502 "email": "william.durand1@gmail.com"
5503 }
5504 ],
5505 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
5506 "time": "2015-12-04 15:31:02"
5507 },
5508 {
5509 "name": "willdurand/hateoas-bundle",
5510 "version": "1.1.0",
5511 "target-dir": "Bazinga/Bundle/HateoasBundle",
5512 "source": {
5513 "type": "git",
5514 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
5515 "reference": "205a5a16899716f33edfb7a5afc4d451d0d2d0b2"
5516 },
5517 "dist": {
5518 "type": "zip",
5519 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/205a5a16899716f33edfb7a5afc4d451d0d2d0b2",
5520 "reference": "205a5a16899716f33edfb7a5afc4d451d0d2d0b2",
5521 "shasum": ""
5522 },
5523 "require": {
5524 "jms/serializer-bundle": "~1.0",
5525 "symfony/framework-bundle": "~2.2 || ~3.0",
5526 "willdurand/hateoas": "~2.9"
5527 },
5528 "require-dev": {
5529 "symfony/expression-language": "~2.4 || ~3.0",
5530 "twig/twig": "~1.12"
5531 },
5532 "type": "symfony-bundle",
5533 "extra": {
5534 "branch-alias": {
5535 "dev-master": "1.2-dev"
5536 }
5537 },
5538 "autoload": {
5539 "psr-0": {
5540 "Bazinga\\Bundle\\HateoasBundle": ""
5541 }
5542 },
5543 "notification-url": "https://packagist.org/downloads/",
5544 "license": [
5545 "MIT"
5546 ],
5547 "authors": [
5548 {
5549 "name": "William Durand",
5550 "email": "william.durand1@gmail.com"
5551 }
5552 ],
5553 "description": "Integration of Hateoas into Symfony2.",
5554 "keywords": [
5555 "HATEOAS",
5556 "rest"
5557 ],
5558 "time": "2015-12-07 08:25:05"
5559 },
5560 {
5561 "name": "willdurand/jsonp-callback-validator",
5562 "version": "v1.1.0",
5563 "source": {
5564 "type": "git",
5565 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
5566 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
5567 },
5568 "dist": {
5569 "type": "zip",
5570 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
5571 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
5572 "shasum": ""
5573 },
5574 "require": {
5575 "php": ">=5.3.0"
5576 },
5577 "require-dev": {
5578 "phpunit/phpunit": "~3.7"
5579 },
5580 "type": "library",
5581 "autoload": {
5582 "psr-0": {
5583 "JsonpCallbackValidator": "src/"
5584 }
5585 },
5586 "notification-url": "https://packagist.org/downloads/",
5587 "license": [
5588 "MIT"
5589 ],
5590 "authors": [
5591 {
5592 "name": "William Durand",
5593 "email": "william.durand1@gmail.com",
5594 "homepage": "http://www.willdurand.fr"
5595 }
5596 ],
5597 "description": "JSONP callback validator.",
5598 "time": "2014-01-20 22:35:06"
5599 },
5600 {
5601 "name": "willdurand/negotiation",
5602 "version": "1.5.0",
5603 "source": {
5604 "type": "git",
5605 "url": "https://github.com/willdurand/Negotiation.git",
5606 "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
5607 },
5608 "dist": {
5609 "type": "zip",
5610 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
5611 "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
5612 "shasum": ""
5613 },
5614 "require": {
5615 "php": ">=5.3.0"
5616 },
5617 "type": "library",
5618 "extra": {
5619 "branch-alias": {
5620 "dev-master": "1.5-dev"
5621 }
5622 },
5623 "autoload": {
5624 "psr-4": {
5625 "Negotiation\\": "src/Negotiation"
5626 }
5627 },
5628 "notification-url": "https://packagist.org/downloads/",
5629 "license": [
5630 "MIT"
5631 ],
5632 "authors": [
5633 {
5634 "name": "William Durand",
5635 "email": "william.durand1@gmail.com"
5636 }
5637 ],
5638 "description": "Content Negotiation tools for PHP provided as a standalone library.",
5639 "homepage": "http://williamdurand.fr/Negotiation/",
5640 "keywords": [
5641 "accept",
5642 "content",
5643 "format",
5644 "header",
5645 "negotiation"
5646 ],
5647 "time": "2015-10-01 07:42:40"
5648 }
5649 ],
5650 "packages-dev": [
5651 {
5652 "name": "doctrine/data-fixtures",
5653 "version": "v1.1.1",
5654 "source": {
5655 "type": "git",
5656 "url": "https://github.com/doctrine/data-fixtures.git",
5657 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
5658 },
5659 "dist": {
5660 "type": "zip",
5661 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
5662 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
5663 "shasum": ""
5664 },
5665 "require": {
5666 "doctrine/common": "~2.2",
5667 "php": ">=5.3.2"
5668 },
5669 "conflict": {
5670 "doctrine/orm": "< 2.4"
5671 },
5672 "require-dev": {
5673 "doctrine/orm": "~2.4"
5674 },
5675 "suggest": {
5676 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
5677 "doctrine/orm": "For loading ORM fixtures",
5678 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
5679 },
5680 "type": "library",
5681 "extra": {
5682 "branch-alias": {
5683 "dev-master": "1.1.x-dev"
5684 }
5685 },
5686 "autoload": {
5687 "psr-0": {
5688 "Doctrine\\Common\\DataFixtures": "lib/"
5689 }
5690 },
5691 "notification-url": "https://packagist.org/downloads/",
5692 "license": [
5693 "MIT"
5694 ],
5695 "authors": [
5696 {
5697 "name": "Jonathan Wage",
5698 "email": "jonwage@gmail.com"
5699 }
5700 ],
5701 "description": "Data Fixtures for all Doctrine Object Managers",
5702 "homepage": "http://www.doctrine-project.org",
5703 "keywords": [
5704 "database"
5705 ],
5706 "time": "2015-03-30 12:14:13"
5707 },
5708 {
5709 "name": "doctrine/doctrine-fixtures-bundle",
5710 "version": "2.3.0",
5711 "source": {
5712 "type": "git",
5713 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
5714 "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029"
5715 },
5716 "dist": {
5717 "type": "zip",
5718 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029",
5719 "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029",
5720 "shasum": ""
5721 },
5722 "require": {
5723 "doctrine/data-fixtures": "~1.0",
5724 "doctrine/doctrine-bundle": "~1.0",
5725 "php": ">=5.3.2",
5726 "symfony/doctrine-bridge": "~2.3|~3.0"
5727 },
5728 "type": "symfony-bundle",
5729 "extra": {
5730 "branch-alias": {
5731 "dev-master": "2.2.x-dev"
5732 }
5733 },
5734 "autoload": {
5735 "psr-4": {
5736 "Doctrine\\Bundle\\FixturesBundle\\": ""
5737 }
5738 },
5739 "notification-url": "https://packagist.org/downloads/",
5740 "license": [
5741 "MIT"
5742 ],
5743 "authors": [
5744 {
5745 "name": "Symfony Community",
5746 "homepage": "http://symfony.com/contributors"
5747 },
5748 {
5749 "name": "Doctrine Project",
5750 "homepage": "http://www.doctrine-project.org"
5751 },
5752 {
5753 "name": "Fabien Potencier",
5754 "email": "fabien@symfony.com"
5755 }
5756 ],
5757 "description": "Symfony DoctrineFixturesBundle",
5758 "homepage": "http://www.doctrine-project.org",
5759 "keywords": [
5760 "Fixture",
5761 "persistence"
5762 ],
5763 "time": "2015-11-04 21:23:23"
5764 },
5765 {
5766 "name": "phpdocumentor/reflection-docblock",
5767 "version": "2.0.4",
5768 "source": {
5769 "type": "git",
5770 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
5771 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
5772 },
5773 "dist": {
5774 "type": "zip",
5775 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
5776 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
5777 "shasum": ""
5778 },
5779 "require": {
5780 "php": ">=5.3.3"
5781 },
5782 "require-dev": {
5783 "phpunit/phpunit": "~4.0"
5784 },
5785 "suggest": {
5786 "dflydev/markdown": "~1.0",
5787 "erusev/parsedown": "~1.0"
5788 },
5789 "type": "library",
5790 "extra": {
5791 "branch-alias": {
5792 "dev-master": "2.0.x-dev"
5793 }
5794 },
5795 "autoload": {
5796 "psr-0": {
5797 "phpDocumentor": [
5798 "src/"
5799 ]
5800 }
5801 },
5802 "notification-url": "https://packagist.org/downloads/",
5803 "license": [
5804 "MIT"
5805 ],
5806 "authors": [
5807 {
5808 "name": "Mike van Riel",
5809 "email": "mike.vanriel@naenius.com"
5810 }
5811 ],
5812 "time": "2015-02-03 12:10:50"
5813 },
5814 {
5815 "name": "phpspec/prophecy",
5816 "version": "v1.5.0",
5817 "source": {
5818 "type": "git",
5819 "url": "https://github.com/phpspec/prophecy.git",
5820 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
5821 },
5822 "dist": {
5823 "type": "zip",
5824 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
5825 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
5826 "shasum": ""
5827 },
5828 "require": {
5829 "doctrine/instantiator": "^1.0.2",
5830 "phpdocumentor/reflection-docblock": "~2.0",
5831 "sebastian/comparator": "~1.1"
5832 },
5833 "require-dev": {
5834 "phpspec/phpspec": "~2.0"
5835 },
5836 "type": "library",
5837 "extra": {
5838 "branch-alias": {
5839 "dev-master": "1.4.x-dev"
5840 }
5841 },
5842 "autoload": {
5843 "psr-0": {
5844 "Prophecy\\": "src/"
5845 }
5846 },
5847 "notification-url": "https://packagist.org/downloads/",
5848 "license": [
5849 "MIT"
5850 ],
5851 "authors": [
5852 {
5853 "name": "Konstantin Kudryashov",
5854 "email": "ever.zet@gmail.com",
5855 "homepage": "http://everzet.com"
5856 },
5857 {
5858 "name": "Marcello Duarte",
5859 "email": "marcello.duarte@gmail.com"
5860 }
5861 ],
5862 "description": "Highly opinionated mocking framework for PHP 5.3+",
5863 "homepage": "https://github.com/phpspec/prophecy",
5864 "keywords": [
5865 "Double",
5866 "Dummy",
5867 "fake",
5868 "mock",
5869 "spy",
5870 "stub"
5871 ],
5872 "time": "2015-08-13 10:07:40"
5873 },
5874 {
5875 "name": "phpunit/php-code-coverage",
5876 "version": "2.2.4",
5877 "source": {
5878 "type": "git",
5879 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
5880 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
5881 },
5882 "dist": {
5883 "type": "zip",
5884 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
5885 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
5886 "shasum": ""
5887 },
5888 "require": {
5889 "php": ">=5.3.3",
5890 "phpunit/php-file-iterator": "~1.3",
5891 "phpunit/php-text-template": "~1.2",
5892 "phpunit/php-token-stream": "~1.3",
5893 "sebastian/environment": "^1.3.2",
5894 "sebastian/version": "~1.0"
5895 },
5896 "require-dev": {
5897 "ext-xdebug": ">=2.1.4",
5898 "phpunit/phpunit": "~4"
5899 },
5900 "suggest": {
5901 "ext-dom": "*",
5902 "ext-xdebug": ">=2.2.1",
5903 "ext-xmlwriter": "*"
5904 },
5905 "type": "library",
5906 "extra": {
5907 "branch-alias": {
5908 "dev-master": "2.2.x-dev"
5909 }
5910 },
5911 "autoload": {
5912 "classmap": [
5913 "src/"
5914 ]
5915 },
5916 "notification-url": "https://packagist.org/downloads/",
5917 "license": [
5918 "BSD-3-Clause"
5919 ],
5920 "authors": [
5921 {
5922 "name": "Sebastian Bergmann",
5923 "email": "sb@sebastian-bergmann.de",
5924 "role": "lead"
5925 }
5926 ],
5927 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
5928 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
5929 "keywords": [
5930 "coverage",
5931 "testing",
5932 "xunit"
5933 ],
5934 "time": "2015-10-06 15:47:00"
5935 },
5936 {
5937 "name": "phpunit/php-file-iterator",
5938 "version": "1.4.1",
5939 "source": {
5940 "type": "git",
5941 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
5942 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
5943 },
5944 "dist": {
5945 "type": "zip",
5946 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
5947 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
5948 "shasum": ""
5949 },
5950 "require": {
5951 "php": ">=5.3.3"
5952 },
5953 "type": "library",
5954 "extra": {
5955 "branch-alias": {
5956 "dev-master": "1.4.x-dev"
5957 }
5958 },
5959 "autoload": {
5960 "classmap": [
5961 "src/"
5962 ]
5963 },
5964 "notification-url": "https://packagist.org/downloads/",
5965 "license": [
5966 "BSD-3-Clause"
5967 ],
5968 "authors": [
5969 {
5970 "name": "Sebastian Bergmann",
5971 "email": "sb@sebastian-bergmann.de",
5972 "role": "lead"
5973 }
5974 ],
5975 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
5976 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
5977 "keywords": [
5978 "filesystem",
5979 "iterator"
5980 ],
5981 "time": "2015-06-21 13:08:43"
5982 },
5983 {
5984 "name": "phpunit/php-text-template",
5985 "version": "1.2.1",
5986 "source": {
5987 "type": "git",
5988 "url": "https://github.com/sebastianbergmann/php-text-template.git",
5989 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
5990 },
5991 "dist": {
5992 "type": "zip",
5993 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5994 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5995 "shasum": ""
5996 },
5997 "require": {
5998 "php": ">=5.3.3"
5999 },
6000 "type": "library",
6001 "autoload": {
6002 "classmap": [
6003 "src/"
6004 ]
6005 },
6006 "notification-url": "https://packagist.org/downloads/",
6007 "license": [
6008 "BSD-3-Clause"
6009 ],
6010 "authors": [
6011 {
6012 "name": "Sebastian Bergmann",
6013 "email": "sebastian@phpunit.de",
6014 "role": "lead"
6015 }
6016 ],
6017 "description": "Simple template engine.",
6018 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
6019 "keywords": [
6020 "template"
6021 ],
6022 "time": "2015-06-21 13:50:34"
6023 },
6024 {
6025 "name": "phpunit/php-timer",
6026 "version": "1.0.7",
6027 "source": {
6028 "type": "git",
6029 "url": "https://github.com/sebastianbergmann/php-timer.git",
6030 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
6031 },
6032 "dist": {
6033 "type": "zip",
6034 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
6035 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
6036 "shasum": ""
6037 },
6038 "require": {
6039 "php": ">=5.3.3"
6040 },
6041 "type": "library",
6042 "autoload": {
6043 "classmap": [
6044 "src/"
6045 ]
6046 },
6047 "notification-url": "https://packagist.org/downloads/",
6048 "license": [
6049 "BSD-3-Clause"
6050 ],
6051 "authors": [
6052 {
6053 "name": "Sebastian Bergmann",
6054 "email": "sb@sebastian-bergmann.de",
6055 "role": "lead"
6056 }
6057 ],
6058 "description": "Utility class for timing",
6059 "homepage": "https://github.com/sebastianbergmann/php-timer/",
6060 "keywords": [
6061 "timer"
6062 ],
6063 "time": "2015-06-21 08:01:12"
6064 },
6065 {
6066 "name": "phpunit/php-token-stream",
6067 "version": "1.4.8",
6068 "source": {
6069 "type": "git",
6070 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
6071 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
6072 },
6073 "dist": {
6074 "type": "zip",
6075 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
6076 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
6077 "shasum": ""
6078 },
6079 "require": {
6080 "ext-tokenizer": "*",
6081 "php": ">=5.3.3"
6082 },
6083 "require-dev": {
6084 "phpunit/phpunit": "~4.2"
6085 },
6086 "type": "library",
6087 "extra": {
6088 "branch-alias": {
6089 "dev-master": "1.4-dev"
6090 }
6091 },
6092 "autoload": {
6093 "classmap": [
6094 "src/"
6095 ]
6096 },
6097 "notification-url": "https://packagist.org/downloads/",
6098 "license": [
6099 "BSD-3-Clause"
6100 ],
6101 "authors": [
6102 {
6103 "name": "Sebastian Bergmann",
6104 "email": "sebastian@phpunit.de"
6105 }
6106 ],
6107 "description": "Wrapper around PHP's tokenizer extension.",
6108 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
6109 "keywords": [
6110 "tokenizer"
6111 ],
6112 "time": "2015-09-15 10:49:45"
6113 },
6114 {
6115 "name": "phpunit/phpunit",
6116 "version": "4.8.21",
6117 "source": {
6118 "type": "git",
6119 "url": "https://github.com/sebastianbergmann/phpunit.git",
6120 "reference": "ea76b17bced0500a28098626b84eda12dbcf119c"
6121 },
6122 "dist": {
6123 "type": "zip",
6124 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea76b17bced0500a28098626b84eda12dbcf119c",
6125 "reference": "ea76b17bced0500a28098626b84eda12dbcf119c",
6126 "shasum": ""
6127 },
6128 "require": {
6129 "ext-dom": "*",
6130 "ext-json": "*",
6131 "ext-pcre": "*",
6132 "ext-reflection": "*",
6133 "ext-spl": "*",
6134 "php": ">=5.3.3",
6135 "phpspec/prophecy": "^1.3.1",
6136 "phpunit/php-code-coverage": "~2.1",
6137 "phpunit/php-file-iterator": "~1.4",
6138 "phpunit/php-text-template": "~1.2",
6139 "phpunit/php-timer": ">=1.0.6",
6140 "phpunit/phpunit-mock-objects": "~2.3",
6141 "sebastian/comparator": "~1.1",
6142 "sebastian/diff": "~1.2",
6143 "sebastian/environment": "~1.3",
6144 "sebastian/exporter": "~1.2",
6145 "sebastian/global-state": "~1.0",
6146 "sebastian/version": "~1.0",
6147 "symfony/yaml": "~2.1|~3.0"
6148 },
6149 "suggest": {
6150 "phpunit/php-invoker": "~1.1"
6151 },
6152 "bin": [
6153 "phpunit"
6154 ],
6155 "type": "library",
6156 "extra": {
6157 "branch-alias": {
6158 "dev-master": "4.8.x-dev"
6159 }
6160 },
6161 "autoload": {
6162 "classmap": [
6163 "src/"
6164 ]
6165 },
6166 "notification-url": "https://packagist.org/downloads/",
6167 "license": [
6168 "BSD-3-Clause"
6169 ],
6170 "authors": [
6171 {
6172 "name": "Sebastian Bergmann",
6173 "email": "sebastian@phpunit.de",
6174 "role": "lead"
6175 }
6176 ],
6177 "description": "The PHP Unit Testing framework.",
6178 "homepage": "https://phpunit.de/",
6179 "keywords": [
6180 "phpunit",
6181 "testing",
6182 "xunit"
6183 ],
6184 "time": "2015-12-12 07:45:58"
6185 },
6186 {
6187 "name": "phpunit/phpunit-mock-objects",
6188 "version": "2.3.8",
6189 "source": {
6190 "type": "git",
6191 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
6192 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
6193 },
6194 "dist": {
6195 "type": "zip",
6196 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
6197 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
6198 "shasum": ""
6199 },
6200 "require": {
6201 "doctrine/instantiator": "^1.0.2",
6202 "php": ">=5.3.3",
6203 "phpunit/php-text-template": "~1.2",
6204 "sebastian/exporter": "~1.2"
6205 },
6206 "require-dev": {
6207 "phpunit/phpunit": "~4.4"
6208 },
6209 "suggest": {
6210 "ext-soap": "*"
6211 },
6212 "type": "library",
6213 "extra": {
6214 "branch-alias": {
6215 "dev-master": "2.3.x-dev"
6216 }
6217 },
6218 "autoload": {
6219 "classmap": [
6220 "src/"
6221 ]
6222 },
6223 "notification-url": "https://packagist.org/downloads/",
6224 "license": [
6225 "BSD-3-Clause"
6226 ],
6227 "authors": [
6228 {
6229 "name": "Sebastian Bergmann",
6230 "email": "sb@sebastian-bergmann.de",
6231 "role": "lead"
6232 }
6233 ],
6234 "description": "Mock Object library for PHPUnit",
6235 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
6236 "keywords": [
6237 "mock",
6238 "xunit"
6239 ],
6240 "time": "2015-10-02 06:51:40"
6241 },
6242 {
6243 "name": "sebastian/comparator",
6244 "version": "1.2.0",
6245 "source": {
6246 "type": "git",
6247 "url": "https://github.com/sebastianbergmann/comparator.git",
6248 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
6249 },
6250 "dist": {
6251 "type": "zip",
6252 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
6253 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
6254 "shasum": ""
6255 },
6256 "require": {
6257 "php": ">=5.3.3",
6258 "sebastian/diff": "~1.2",
6259 "sebastian/exporter": "~1.2"
6260 },
6261 "require-dev": {
6262 "phpunit/phpunit": "~4.4"
6263 },
6264 "type": "library",
6265 "extra": {
6266 "branch-alias": {
6267 "dev-master": "1.2.x-dev"
6268 }
6269 },
6270 "autoload": {
6271 "classmap": [
6272 "src/"
6273 ]
6274 },
6275 "notification-url": "https://packagist.org/downloads/",
6276 "license": [
6277 "BSD-3-Clause"
6278 ],
6279 "authors": [
6280 {
6281 "name": "Jeff Welch",
6282 "email": "whatthejeff@gmail.com"
6283 },
6284 {
6285 "name": "Volker Dusch",
6286 "email": "github@wallbash.com"
6287 },
6288 {
6289 "name": "Bernhard Schussek",
6290 "email": "bschussek@2bepublished.at"
6291 },
6292 {
6293 "name": "Sebastian Bergmann",
6294 "email": "sebastian@phpunit.de"
6295 }
6296 ],
6297 "description": "Provides the functionality to compare PHP values for equality",
6298 "homepage": "http://www.github.com/sebastianbergmann/comparator",
6299 "keywords": [
6300 "comparator",
6301 "compare",
6302 "equality"
6303 ],
6304 "time": "2015-07-26 15:48:44"
6305 },
6306 {
6307 "name": "sebastian/diff",
6308 "version": "1.4.1",
6309 "source": {
6310 "type": "git",
6311 "url": "https://github.com/sebastianbergmann/diff.git",
6312 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
6313 },
6314 "dist": {
6315 "type": "zip",
6316 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
6317 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
6318 "shasum": ""
6319 },
6320 "require": {
6321 "php": ">=5.3.3"
6322 },
6323 "require-dev": {
6324 "phpunit/phpunit": "~4.8"
6325 },
6326 "type": "library",
6327 "extra": {
6328 "branch-alias": {
6329 "dev-master": "1.4-dev"
6330 }
6331 },
6332 "autoload": {
6333 "classmap": [
6334 "src/"
6335 ]
6336 },
6337 "notification-url": "https://packagist.org/downloads/",
6338 "license": [
6339 "BSD-3-Clause"
6340 ],
6341 "authors": [
6342 {
6343 "name": "Kore Nordmann",
6344 "email": "mail@kore-nordmann.de"
6345 },
6346 {
6347 "name": "Sebastian Bergmann",
6348 "email": "sebastian@phpunit.de"
6349 }
6350 ],
6351 "description": "Diff implementation",
6352 "homepage": "https://github.com/sebastianbergmann/diff",
6353 "keywords": [
6354 "diff"
6355 ],
6356 "time": "2015-12-08 07:14:41"
6357 },
6358 {
6359 "name": "sebastian/environment",
6360 "version": "1.3.3",
6361 "source": {
6362 "type": "git",
6363 "url": "https://github.com/sebastianbergmann/environment.git",
6364 "reference": "6e7133793a8e5a5714a551a8324337374be209df"
6365 },
6366 "dist": {
6367 "type": "zip",
6368 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
6369 "reference": "6e7133793a8e5a5714a551a8324337374be209df",
6370 "shasum": ""
6371 },
6372 "require": {
6373 "php": ">=5.3.3"
6374 },
6375 "require-dev": {
6376 "phpunit/phpunit": "~4.4"
6377 },
6378 "type": "library",
6379 "extra": {
6380 "branch-alias": {
6381 "dev-master": "1.3.x-dev"
6382 }
6383 },
6384 "autoload": {
6385 "classmap": [
6386 "src/"
6387 ]
6388 },
6389 "notification-url": "https://packagist.org/downloads/",
6390 "license": [
6391 "BSD-3-Clause"
6392 ],
6393 "authors": [
6394 {
6395 "name": "Sebastian Bergmann",
6396 "email": "sebastian@phpunit.de"
6397 }
6398 ],
6399 "description": "Provides functionality to handle HHVM/PHP environments",
6400 "homepage": "http://www.github.com/sebastianbergmann/environment",
6401 "keywords": [
6402 "Xdebug",
6403 "environment",
6404 "hhvm"
6405 ],
6406 "time": "2015-12-02 08:37:27"
6407 },
6408 {
6409 "name": "sebastian/exporter",
6410 "version": "1.2.1",
6411 "source": {
6412 "type": "git",
6413 "url": "https://github.com/sebastianbergmann/exporter.git",
6414 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
6415 },
6416 "dist": {
6417 "type": "zip",
6418 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
6419 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
6420 "shasum": ""
6421 },
6422 "require": {
6423 "php": ">=5.3.3",
6424 "sebastian/recursion-context": "~1.0"
6425 },
6426 "require-dev": {
6427 "phpunit/phpunit": "~4.4"
6428 },
6429 "type": "library",
6430 "extra": {
6431 "branch-alias": {
6432 "dev-master": "1.2.x-dev"
6433 }
6434 },
6435 "autoload": {
6436 "classmap": [
6437 "src/"
6438 ]
6439 },
6440 "notification-url": "https://packagist.org/downloads/",
6441 "license": [
6442 "BSD-3-Clause"
6443 ],
6444 "authors": [
6445 {
6446 "name": "Jeff Welch",
6447 "email": "whatthejeff@gmail.com"
6448 },
6449 {
6450 "name": "Volker Dusch",
6451 "email": "github@wallbash.com"
6452 },
6453 {
6454 "name": "Bernhard Schussek",
6455 "email": "bschussek@2bepublished.at"
6456 },
6457 {
6458 "name": "Sebastian Bergmann",
6459 "email": "sebastian@phpunit.de"
6460 },
6461 {
6462 "name": "Adam Harvey",
6463 "email": "aharvey@php.net"
6464 }
6465 ],
6466 "description": "Provides the functionality to export PHP variables for visualization",
6467 "homepage": "http://www.github.com/sebastianbergmann/exporter",
6468 "keywords": [
6469 "export",
6470 "exporter"
6471 ],
6472 "time": "2015-06-21 07:55:53"
6473 },
6474 {
6475 "name": "sebastian/global-state",
6476 "version": "1.1.1",
6477 "source": {
6478 "type": "git",
6479 "url": "https://github.com/sebastianbergmann/global-state.git",
6480 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
6481 },
6482 "dist": {
6483 "type": "zip",
6484 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
6485 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
6486 "shasum": ""
6487 },
6488 "require": {
6489 "php": ">=5.3.3"
6490 },
6491 "require-dev": {
6492 "phpunit/phpunit": "~4.2"
6493 },
6494 "suggest": {
6495 "ext-uopz": "*"
6496 },
6497 "type": "library",
6498 "extra": {
6499 "branch-alias": {
6500 "dev-master": "1.0-dev"
6501 }
6502 },
6503 "autoload": {
6504 "classmap": [
6505 "src/"
6506 ]
6507 },
6508 "notification-url": "https://packagist.org/downloads/",
6509 "license": [
6510 "BSD-3-Clause"
6511 ],
6512 "authors": [
6513 {
6514 "name": "Sebastian Bergmann",
6515 "email": "sebastian@phpunit.de"
6516 }
6517 ],
6518 "description": "Snapshotting of global state",
6519 "homepage": "http://www.github.com/sebastianbergmann/global-state",
6520 "keywords": [
6521 "global state"
6522 ],
6523 "time": "2015-10-12 03:26:01"
6524 },
6525 {
6526 "name": "sebastian/recursion-context",
6527 "version": "1.0.2",
6528 "source": {
6529 "type": "git",
6530 "url": "https://github.com/sebastianbergmann/recursion-context.git",
6531 "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
6532 },
6533 "dist": {
6534 "type": "zip",
6535 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
6536 "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
6537 "shasum": ""
6538 },
6539 "require": {
6540 "php": ">=5.3.3"
6541 },
6542 "require-dev": {
6543 "phpunit/phpunit": "~4.4"
6544 },
6545 "type": "library",
6546 "extra": {
6547 "branch-alias": {
6548 "dev-master": "1.0.x-dev"
6549 }
6550 },
6551 "autoload": {
6552 "classmap": [
6553 "src/"
6554 ]
6555 },
6556 "notification-url": "https://packagist.org/downloads/",
6557 "license": [
6558 "BSD-3-Clause"
6559 ],
6560 "authors": [
6561 {
6562 "name": "Jeff Welch",
6563 "email": "whatthejeff@gmail.com"
6564 },
6565 {
6566 "name": "Sebastian Bergmann",
6567 "email": "sebastian@phpunit.de"
6568 },
6569 {
6570 "name": "Adam Harvey",
6571 "email": "aharvey@php.net"
6572 }
6573 ],
6574 "description": "Provides functionality to recursively process PHP variables",
6575 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
6576 "time": "2015-11-11 19:50:13"
6577 },
6578 {
6579 "name": "sebastian/version",
6580 "version": "1.0.6",
6581 "source": {
6582 "type": "git",
6583 "url": "https://github.com/sebastianbergmann/version.git",
6584 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
6585 },
6586 "dist": {
6587 "type": "zip",
6588 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
6589 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
6590 "shasum": ""
6591 },
6592 "type": "library",
6593 "autoload": {
6594 "classmap": [
6595 "src/"
6596 ]
6597 },
6598 "notification-url": "https://packagist.org/downloads/",
6599 "license": [
6600 "BSD-3-Clause"
6601 ],
6602 "authors": [
6603 {
6604 "name": "Sebastian Bergmann",
6605 "email": "sebastian@phpunit.de",
6606 "role": "lead"
6607 }
6608 ],
6609 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
6610 "homepage": "https://github.com/sebastianbergmann/version",
6611 "time": "2015-06-21 13:59:46"
6612 },
6613 {
6614 "name": "sensio/generator-bundle",
6615 "version": "v3.0.3",
6616 "source": {
6617 "type": "git",
6618 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
6619 "reference": "525e078ff7d5e9f19b0ef912bb6d6753673b3c66"
6620 },
6621 "dist": {
6622 "type": "zip",
6623 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/525e078ff7d5e9f19b0ef912bb6d6753673b3c66",
6624 "reference": "525e078ff7d5e9f19b0ef912bb6d6753673b3c66",
6625 "shasum": ""
6626 },
6627 "require": {
6628 "symfony/console": "~2.7|~3.0",
6629 "symfony/framework-bundle": "~2.7|~3.0",
6630 "symfony/process": "~2.7|~3.0",
6631 "symfony/yaml": "~2.7|~3.0"
6632 },
6633 "require-dev": {
6634 "doctrine/orm": "~2.4",
6635 "symfony/doctrine-bridge": "~2.7|~3.0",
6636 "twig/twig": "~1.18"
6637 },
6638 "type": "symfony-bundle",
6639 "extra": {
6640 "branch-alias": {
6641 "dev-master": "3.0.x-dev"
6642 }
6643 },
6644 "autoload": {
6645 "psr-4": {
6646 "Sensio\\Bundle\\GeneratorBundle\\": ""
6647 },
6648 "exclude-from-classmap": [
6649 "/Tests/"
6650 ]
6651 },
6652 "notification-url": "https://packagist.org/downloads/",
6653 "license": [
6654 "MIT"
6655 ],
6656 "authors": [
6657 {
6658 "name": "Fabien Potencier",
6659 "email": "fabien@symfony.com"
6660 }
6661 ],
6662 "description": "This bundle generates code for you",
6663 "time": "2015-12-20 20:01:41"
6664 },
6665 {
6666 "name": "symfony/phpunit-bridge",
6667 "version": "v2.8.0",
6668 "source": {
6669 "type": "git",
6670 "url": "https://github.com/symfony/phpunit-bridge.git",
6671 "reference": "fb79ac646c342fdff19864619943a6c58bb28893"
6672 },
6673 "dist": {
6674 "type": "zip",
6675 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/fb79ac646c342fdff19864619943a6c58bb28893",
6676 "reference": "fb79ac646c342fdff19864619943a6c58bb28893",
6677 "shasum": ""
6678 },
6679 "require": {
6680 "php": ">=5.3.9"
6681 },
6682 "suggest": {
6683 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
6684 },
6685 "type": "symfony-bridge",
6686 "extra": {
6687 "branch-alias": {
6688 "dev-master": "2.8-dev"
6689 }
6690 },
6691 "autoload": {
6692 "files": [
6693 "bootstrap.php"
6694 ],
6695 "psr-4": {
6696 "Symfony\\Bridge\\PhpUnit\\": ""
6697 },
6698 "exclude-from-classmap": [
6699 "/Tests/"
6700 ]
6701 },
6702 "notification-url": "https://packagist.org/downloads/",
6703 "license": [
6704 "MIT"
6705 ],
6706 "authors": [
6707 {
6708 "name": "Nicolas Grekas",
6709 "email": "p@tchwork.com"
6710 },
6711 {
6712 "name": "Symfony Community",
6713 "homepage": "https://symfony.com/contributors"
6714 }
6715 ],
6716 "description": "Symfony PHPUnit Bridge",
6717 "homepage": "https://symfony.com",
6718 "time": "2015-11-27 22:51:43"
6719 }
6720 ],
6721 "aliases": [],
6722 "minimum-stability": "dev",
6723 "stability-flags": {
6724 "friendsofsymfony/user-bundle": 20,
6725 "friendsofsymfony/oauth-server-bundle": 20,
6726 "stof/doctrine-extensions-bundle": 20
6727 },
6728 "prefer-stable": true,
6729 "prefer-lowest": false,
6730 "platform": {
6731 "php": ">=5.5"
6732 },
6733 "platform-dev": []
6734 }