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