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