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