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