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