aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2018-01-22 10:10:02 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2018-01-22 11:10:39 +0100
commitb1b4ae6f86bfe6fa2dca9abc879cd5c307b9626e (patch)
treee4e4f9b02e380aba4c1c79f45b70b997bc9f5854
parentf24e9bfab0f5d8b1bbac11e3ba731bd81157ee51 (diff)
downloadwallabag-b1b4ae6f86bfe6fa2dca9abc879cd5c307b9626e.tar.gz
wallabag-b1b4ae6f86bfe6fa2dca9abc879cd5c307b9626e.tar.zst
wallabag-b1b4ae6f86bfe6fa2dca9abc879cd5c307b9626e.zip
Release wallabag 2.3.22.3.2
-rw-r--r--.travis.yml2
-rw-r--r--composer.lock7594
2 files changed, 7595 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..75e03e04
--- /dev/null
+++ b/composer.lock
@@ -0,0 +1,7594 @@
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.1.0",
161 "source": {
162 "type": "git",
163 "url": "https://github.com/craue/CraueConfigBundle.git",
164 "reference": "9b6dffb96dd15183b4255db234284776bffa4dde"
165 },
166 "dist": {
167 "type": "zip",
168 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/9b6dffb96dd15183b4255db234284776bffa4dde",
169 "reference": "9b6dffb96dd15183b4255db234284776bffa4dde",
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|~4.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/phpunit-bridge": "~3.2|~4.0",
182 "symfony/symfony": "~2.7|~3.0|~4.0"
183 },
184 "type": "symfony-bundle",
185 "extra": {
186 "branch-alias": {
187 "dev-master": "2.1.x-dev"
188 }
189 },
190 "autoload": {
191 "psr-4": {
192 "Craue\\ConfigBundle\\": ""
193 }
194 },
195 "notification-url": "https://packagist.org/downloads/",
196 "license": [
197 "MIT"
198 ],
199 "authors": [
200 {
201 "name": "Christian Raue",
202 "email": "christian.raue@gmail.com"
203 },
204 {
205 "name": "Symfony Community",
206 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
207 }
208 ],
209 "description": "Database-stored settings made available via a service for your Symfony project.",
210 "homepage": "https://github.com/craue/CraueConfigBundle",
211 "keywords": [
212 "Symfony2",
213 "config",
214 "symfony3",
215 "symfony4"
216 ],
217 "time": "2018-01-02T19:53:16+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.2",
1430 "source": {
1431 "type": "git",
1432 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1433 "reference": "486a6a5f70c3bfe8284a1e7e7b4b029b772d5b93"
1434 },
1435 "dist": {
1436 "type": "zip",
1437 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/486a6a5f70c3bfe8284a1e7e7b4b029b772d5b93",
1438 "reference": "486a6a5f70c3bfe8284a1e7e7b4b029b772d5b93",
1439 "shasum": ""
1440 },
1441 "require": {
1442 "php": ">=5.3.2",
1443 "symfony/http-foundation": "~2.0|~3.0|~4.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": "2018-01-05T15:20:40+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.33",
1663 "source": {
1664 "type": "git",
1665 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
1666 "reference": "d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78"
1667 },
1668 "dist": {
1669 "type": "zip",
1670 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78",
1671 "reference": "d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78",
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|~4.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": "2018-01-08T14:13:45+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.2",
1979 "source": {
1980 "type": "git",
1981 "url": "https://github.com/guzzle/guzzle.git",
1982 "reference": "f9acb4761844317e626a32259205bec1f1bc60d2"
1983 },
1984 "dist": {
1985 "type": "zip",
1986 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f9acb4761844317e626a32259205bec1f1bc60d2",
1987 "reference": "f9acb4761844317e626a32259205bec1f1bc60d2",
1988 "shasum": ""
1989 },
1990 "require": {
1991 "guzzlehttp/ringphp": "^1.1",
1992 "php": ">=5.4.0",
1993 "react/promise": "^2.2"
1994 },
1995 "require-dev": {
1996 "ext-curl": "*",
1997 "phpunit/phpunit": "^4.0"
1998 },
1999 "type": "library",
2000 "autoload": {
2001 "psr-4": {
2002 "GuzzleHttp\\": "src/"
2003 }
2004 },
2005 "notification-url": "https://packagist.org/downloads/",
2006 "license": [
2007 "MIT"
2008 ],
2009 "authors": [
2010 {
2011 "name": "Michael Dowling",
2012 "email": "mtdowling@gmail.com",
2013 "homepage": "https://github.com/mtdowling"
2014 }
2015 ],
2016 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2017 "homepage": "http://guzzlephp.org/",
2018 "keywords": [
2019 "client",
2020 "curl",
2021 "framework",
2022 "http",
2023 "http client",
2024 "rest",
2025 "web service"
2026 ],
2027 "time": "2018-01-15T07:18:01+00:00"
2028 },
2029 {
2030 "name": "guzzlehttp/ringphp",
2031 "version": "1.1.0",
2032 "source": {
2033 "type": "git",
2034 "url": "https://github.com/guzzle/RingPHP.git",
2035 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
2036 },
2037 "dist": {
2038 "type": "zip",
2039 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
2040 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
2041 "shasum": ""
2042 },
2043 "require": {
2044 "guzzlehttp/streams": "~3.0",
2045 "php": ">=5.4.0",
2046 "react/promise": "~2.0"
2047 },
2048 "require-dev": {
2049 "ext-curl": "*",
2050 "phpunit/phpunit": "~4.0"
2051 },
2052 "suggest": {
2053 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2054 },
2055 "type": "library",
2056 "extra": {
2057 "branch-alias": {
2058 "dev-master": "1.1-dev"
2059 }
2060 },
2061 "autoload": {
2062 "psr-4": {
2063 "GuzzleHttp\\Ring\\": "src/"
2064 }
2065 },
2066 "notification-url": "https://packagist.org/downloads/",
2067 "license": [
2068 "MIT"
2069 ],
2070 "authors": [
2071 {
2072 "name": "Michael Dowling",
2073 "email": "mtdowling@gmail.com",
2074 "homepage": "https://github.com/mtdowling"
2075 }
2076 ],
2077 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2078 "time": "2015-05-20T03:37:09+00:00"
2079 },
2080 {
2081 "name": "guzzlehttp/streams",
2082 "version": "3.0.0",
2083 "source": {
2084 "type": "git",
2085 "url": "https://github.com/guzzle/streams.git",
2086 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2087 },
2088 "dist": {
2089 "type": "zip",
2090 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2091 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2092 "shasum": ""
2093 },
2094 "require": {
2095 "php": ">=5.4.0"
2096 },
2097 "require-dev": {
2098 "phpunit/phpunit": "~4.0"
2099 },
2100 "type": "library",
2101 "extra": {
2102 "branch-alias": {
2103 "dev-master": "3.0-dev"
2104 }
2105 },
2106 "autoload": {
2107 "psr-4": {
2108 "GuzzleHttp\\Stream\\": "src/"
2109 }
2110 },
2111 "notification-url": "https://packagist.org/downloads/",
2112 "license": [
2113 "MIT"
2114 ],
2115 "authors": [
2116 {
2117 "name": "Michael Dowling",
2118 "email": "mtdowling@gmail.com",
2119 "homepage": "https://github.com/mtdowling"
2120 }
2121 ],
2122 "description": "Provides a simple abstraction over streams of data",
2123 "homepage": "http://guzzlephp.org/",
2124 "keywords": [
2125 "Guzzle",
2126 "stream"
2127 ],
2128 "time": "2014-10-12T19:18:40+00:00"
2129 },
2130 {
2131 "name": "hoa/compiler",
2132 "version": "3.17.08.08",
2133 "source": {
2134 "type": "git",
2135 "url": "https://github.com/hoaproject/Compiler.git",
2136 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2137 },
2138 "dist": {
2139 "type": "zip",
2140 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2141 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2142 "shasum": ""
2143 },
2144 "require": {
2145 "hoa/consistency": "~1.0",
2146 "hoa/exception": "~1.0",
2147 "hoa/file": "~1.0",
2148 "hoa/iterator": "~2.0",
2149 "hoa/math": "~1.0",
2150 "hoa/protocol": "~1.0",
2151 "hoa/regex": "~1.0",
2152 "hoa/visitor": "~2.0"
2153 },
2154 "require-dev": {
2155 "hoa/json": "~2.0",
2156 "hoa/test": "~2.0"
2157 },
2158 "type": "library",
2159 "extra": {
2160 "branch-alias": {
2161 "dev-master": "3.x-dev"
2162 }
2163 },
2164 "autoload": {
2165 "psr-4": {
2166 "Hoa\\Compiler\\": "."
2167 }
2168 },
2169 "notification-url": "https://packagist.org/downloads/",
2170 "license": [
2171 "BSD-3-Clause"
2172 ],
2173 "authors": [
2174 {
2175 "name": "Ivan Enderlin",
2176 "email": "ivan.enderlin@hoa-project.net"
2177 },
2178 {
2179 "name": "Hoa community",
2180 "homepage": "https://hoa-project.net/"
2181 }
2182 ],
2183 "description": "The Hoa\\Compiler library.",
2184 "homepage": "https://hoa-project.net/",
2185 "keywords": [
2186 "algebraic",
2187 "ast",
2188 "compiler",
2189 "context-free",
2190 "coverage",
2191 "exhaustive",
2192 "grammar",
2193 "isotropic",
2194 "language",
2195 "lexer",
2196 "library",
2197 "ll1",
2198 "llk",
2199 "parser",
2200 "pp",
2201 "random",
2202 "regular",
2203 "rule",
2204 "sampler",
2205 "syntax",
2206 "token",
2207 "trace",
2208 "uniform"
2209 ],
2210 "time": "2017-08-08T07:44:07+00:00"
2211 },
2212 {
2213 "name": "hoa/consistency",
2214 "version": "1.17.05.02",
2215 "source": {
2216 "type": "git",
2217 "url": "https://github.com/hoaproject/Consistency.git",
2218 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2219 },
2220 "dist": {
2221 "type": "zip",
2222 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2223 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2224 "shasum": ""
2225 },
2226 "require": {
2227 "hoa/exception": "~1.0",
2228 "php": ">=5.5.0"
2229 },
2230 "require-dev": {
2231 "hoa/stream": "~1.0",
2232 "hoa/test": "~2.0"
2233 },
2234 "type": "library",
2235 "extra": {
2236 "branch-alias": {
2237 "dev-master": "1.x-dev"
2238 }
2239 },
2240 "autoload": {
2241 "psr-4": {
2242 "Hoa\\Consistency\\": "."
2243 },
2244 "files": [
2245 "Prelude.php"
2246 ]
2247 },
2248 "notification-url": "https://packagist.org/downloads/",
2249 "license": [
2250 "BSD-3-Clause"
2251 ],
2252 "authors": [
2253 {
2254 "name": "Ivan Enderlin",
2255 "email": "ivan.enderlin@hoa-project.net"
2256 },
2257 {
2258 "name": "Hoa community",
2259 "homepage": "https://hoa-project.net/"
2260 }
2261 ],
2262 "description": "The Hoa\\Consistency library.",
2263 "homepage": "https://hoa-project.net/",
2264 "keywords": [
2265 "autoloader",
2266 "callable",
2267 "consistency",
2268 "entity",
2269 "flex",
2270 "keyword",
2271 "library"
2272 ],
2273 "time": "2017-05-02T12:18:12+00:00"
2274 },
2275 {
2276 "name": "hoa/event",
2277 "version": "1.17.01.13",
2278 "source": {
2279 "type": "git",
2280 "url": "https://github.com/hoaproject/Event.git",
2281 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2282 },
2283 "dist": {
2284 "type": "zip",
2285 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2286 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2287 "shasum": ""
2288 },
2289 "require": {
2290 "hoa/consistency": "~1.0",
2291 "hoa/exception": "~1.0"
2292 },
2293 "require-dev": {
2294 "hoa/test": "~2.0"
2295 },
2296 "type": "library",
2297 "extra": {
2298 "branch-alias": {
2299 "dev-master": "1.x-dev"
2300 }
2301 },
2302 "autoload": {
2303 "psr-4": {
2304 "Hoa\\Event\\": "."
2305 }
2306 },
2307 "notification-url": "https://packagist.org/downloads/",
2308 "license": [
2309 "BSD-3-Clause"
2310 ],
2311 "authors": [
2312 {
2313 "name": "Ivan Enderlin",
2314 "email": "ivan.enderlin@hoa-project.net"
2315 },
2316 {
2317 "name": "Hoa community",
2318 "homepage": "https://hoa-project.net/"
2319 }
2320 ],
2321 "description": "The Hoa\\Event library.",
2322 "homepage": "https://hoa-project.net/",
2323 "keywords": [
2324 "event",
2325 "library",
2326 "listener",
2327 "observer"
2328 ],
2329 "time": "2017-01-13T15:30:50+00:00"
2330 },
2331 {
2332 "name": "hoa/exception",
2333 "version": "1.17.01.16",
2334 "source": {
2335 "type": "git",
2336 "url": "https://github.com/hoaproject/Exception.git",
2337 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2338 },
2339 "dist": {
2340 "type": "zip",
2341 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2342 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2343 "shasum": ""
2344 },
2345 "require": {
2346 "hoa/consistency": "~1.0",
2347 "hoa/event": "~1.0"
2348 },
2349 "require-dev": {
2350 "hoa/test": "~2.0"
2351 },
2352 "type": "library",
2353 "extra": {
2354 "branch-alias": {
2355 "dev-master": "1.x-dev"
2356 }
2357 },
2358 "autoload": {
2359 "psr-4": {
2360 "Hoa\\Exception\\": "."
2361 }
2362 },
2363 "notification-url": "https://packagist.org/downloads/",
2364 "license": [
2365 "BSD-3-Clause"
2366 ],
2367 "authors": [
2368 {
2369 "name": "Ivan Enderlin",
2370 "email": "ivan.enderlin@hoa-project.net"
2371 },
2372 {
2373 "name": "Hoa community",
2374 "homepage": "https://hoa-project.net/"
2375 }
2376 ],
2377 "description": "The Hoa\\Exception library.",
2378 "homepage": "https://hoa-project.net/",
2379 "keywords": [
2380 "exception",
2381 "library"
2382 ],
2383 "time": "2017-01-16T07:53:27+00:00"
2384 },
2385 {
2386 "name": "hoa/file",
2387 "version": "1.17.07.11",
2388 "source": {
2389 "type": "git",
2390 "url": "https://github.com/hoaproject/File.git",
2391 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
2392 },
2393 "dist": {
2394 "type": "zip",
2395 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2396 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2397 "shasum": ""
2398 },
2399 "require": {
2400 "hoa/consistency": "~1.0",
2401 "hoa/event": "~1.0",
2402 "hoa/exception": "~1.0",
2403 "hoa/iterator": "~2.0",
2404 "hoa/stream": "~1.0"
2405 },
2406 "require-dev": {
2407 "hoa/test": "~2.0"
2408 },
2409 "type": "library",
2410 "extra": {
2411 "branch-alias": {
2412 "dev-master": "1.x-dev"
2413 }
2414 },
2415 "autoload": {
2416 "psr-4": {
2417 "Hoa\\File\\": "."
2418 }
2419 },
2420 "notification-url": "https://packagist.org/downloads/",
2421 "license": [
2422 "BSD-3-Clause"
2423 ],
2424 "authors": [
2425 {
2426 "name": "Ivan Enderlin",
2427 "email": "ivan.enderlin@hoa-project.net"
2428 },
2429 {
2430 "name": "Hoa community",
2431 "homepage": "https://hoa-project.net/"
2432 }
2433 ],
2434 "description": "The Hoa\\File library.",
2435 "homepage": "https://hoa-project.net/",
2436 "keywords": [
2437 "Socket",
2438 "directory",
2439 "file",
2440 "finder",
2441 "library",
2442 "link",
2443 "temporary"
2444 ],
2445 "time": "2017-07-11T07:42:15+00:00"
2446 },
2447 {
2448 "name": "hoa/iterator",
2449 "version": "2.17.01.10",
2450 "source": {
2451 "type": "git",
2452 "url": "https://github.com/hoaproject/Iterator.git",
2453 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
2454 },
2455 "dist": {
2456 "type": "zip",
2457 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
2458 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
2459 "shasum": ""
2460 },
2461 "require": {
2462 "hoa/consistency": "~1.0",
2463 "hoa/exception": "~1.0"
2464 },
2465 "require-dev": {
2466 "hoa/test": "~2.0"
2467 },
2468 "type": "library",
2469 "extra": {
2470 "branch-alias": {
2471 "dev-master": "2.x-dev"
2472 }
2473 },
2474 "autoload": {
2475 "psr-4": {
2476 "Hoa\\Iterator\\": "."
2477 }
2478 },
2479 "notification-url": "https://packagist.org/downloads/",
2480 "license": [
2481 "BSD-3-Clause"
2482 ],
2483 "authors": [
2484 {
2485 "name": "Ivan Enderlin",
2486 "email": "ivan.enderlin@hoa-project.net"
2487 },
2488 {
2489 "name": "Hoa community",
2490 "homepage": "https://hoa-project.net/"
2491 }
2492 ],
2493 "description": "The Hoa\\Iterator library.",
2494 "homepage": "https://hoa-project.net/",
2495 "keywords": [
2496 "iterator",
2497 "library"
2498 ],
2499 "time": "2017-01-10T10:34:47+00:00"
2500 },
2501 {
2502 "name": "hoa/math",
2503 "version": "1.17.05.16",
2504 "source": {
2505 "type": "git",
2506 "url": "https://github.com/hoaproject/Math.git",
2507 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
2508 },
2509 "dist": {
2510 "type": "zip",
2511 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
2512 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
2513 "shasum": ""
2514 },
2515 "require": {
2516 "hoa/compiler": "~3.0",
2517 "hoa/consistency": "~1.0",
2518 "hoa/exception": "~1.0",
2519 "hoa/iterator": "~2.0",
2520 "hoa/protocol": "~1.0",
2521 "hoa/zformat": "~1.0"
2522 },
2523 "require-dev": {
2524 "hoa/test": "~2.0"
2525 },
2526 "type": "library",
2527 "extra": {
2528 "branch-alias": {
2529 "dev-master": "1.x-dev"
2530 }
2531 },
2532 "autoload": {
2533 "psr-4": {
2534 "Hoa\\Math\\": "."
2535 }
2536 },
2537 "notification-url": "https://packagist.org/downloads/",
2538 "license": [
2539 "BSD-3-Clause"
2540 ],
2541 "authors": [
2542 {
2543 "name": "Ivan Enderlin",
2544 "email": "ivan.enderlin@hoa-project.net"
2545 },
2546 {
2547 "name": "Hoa community",
2548 "homepage": "https://hoa-project.net/"
2549 }
2550 ],
2551 "description": "The Hoa\\Math library.",
2552 "homepage": "https://hoa-project.net/",
2553 "keywords": [
2554 "arrangement",
2555 "combination",
2556 "combinatorics",
2557 "counting",
2558 "library",
2559 "math",
2560 "permutation",
2561 "sampler",
2562 "set"
2563 ],
2564 "time": "2017-05-16T08:02:17+00:00"
2565 },
2566 {
2567 "name": "hoa/protocol",
2568 "version": "1.17.01.14",
2569 "source": {
2570 "type": "git",
2571 "url": "https://github.com/hoaproject/Protocol.git",
2572 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
2573 },
2574 "dist": {
2575 "type": "zip",
2576 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
2577 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
2578 "shasum": ""
2579 },
2580 "require": {
2581 "hoa/consistency": "~1.0",
2582 "hoa/exception": "~1.0"
2583 },
2584 "require-dev": {
2585 "hoa/test": "~2.0"
2586 },
2587 "type": "library",
2588 "extra": {
2589 "branch-alias": {
2590 "dev-master": "1.x-dev"
2591 }
2592 },
2593 "autoload": {
2594 "psr-4": {
2595 "Hoa\\Protocol\\": "."
2596 },
2597 "files": [
2598 "Wrapper.php"
2599 ]
2600 },
2601 "notification-url": "https://packagist.org/downloads/",
2602 "license": [
2603 "BSD-3-Clause"
2604 ],
2605 "authors": [
2606 {
2607 "name": "Ivan Enderlin",
2608 "email": "ivan.enderlin@hoa-project.net"
2609 },
2610 {
2611 "name": "Hoa community",
2612 "homepage": "https://hoa-project.net/"
2613 }
2614 ],
2615 "description": "The Hoa\\Protocol library.",
2616 "homepage": "https://hoa-project.net/",
2617 "keywords": [
2618 "library",
2619 "protocol",
2620 "resource",
2621 "stream",
2622 "wrapper"
2623 ],
2624 "time": "2017-01-14T12:26:10+00:00"
2625 },
2626 {
2627 "name": "hoa/regex",
2628 "version": "1.17.01.13",
2629 "source": {
2630 "type": "git",
2631 "url": "https://github.com/hoaproject/Regex.git",
2632 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
2633 },
2634 "dist": {
2635 "type": "zip",
2636 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
2637 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
2638 "shasum": ""
2639 },
2640 "require": {
2641 "hoa/consistency": "~1.0",
2642 "hoa/exception": "~1.0",
2643 "hoa/math": "~1.0",
2644 "hoa/protocol": "~1.0",
2645 "hoa/ustring": "~4.0",
2646 "hoa/visitor": "~2.0"
2647 },
2648 "type": "library",
2649 "extra": {
2650 "branch-alias": {
2651 "dev-master": "1.x-dev"
2652 }
2653 },
2654 "autoload": {
2655 "psr-4": {
2656 "Hoa\\Regex\\": "."
2657 }
2658 },
2659 "notification-url": "https://packagist.org/downloads/",
2660 "license": [
2661 "BSD-3-Clause"
2662 ],
2663 "authors": [
2664 {
2665 "name": "Ivan Enderlin",
2666 "email": "ivan.enderlin@hoa-project.net"
2667 },
2668 {
2669 "name": "Hoa community",
2670 "homepage": "https://hoa-project.net/"
2671 }
2672 ],
2673 "description": "The Hoa\\Regex library.",
2674 "homepage": "https://hoa-project.net/",
2675 "keywords": [
2676 "compiler",
2677 "library",
2678 "regex"
2679 ],
2680 "time": "2017-01-13T16:10:24+00:00"
2681 },
2682 {
2683 "name": "hoa/ruler",
2684 "version": "2.17.05.16",
2685 "source": {
2686 "type": "git",
2687 "url": "https://github.com/hoaproject/Ruler.git",
2688 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
2689 },
2690 "dist": {
2691 "type": "zip",
2692 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
2693 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
2694 "shasum": ""
2695 },
2696 "require": {
2697 "hoa/compiler": "~3.0",
2698 "hoa/consistency": "~1.0",
2699 "hoa/exception": "~1.0",
2700 "hoa/file": "~1.0",
2701 "hoa/protocol": "~1.0",
2702 "hoa/visitor": "~2.0"
2703 },
2704 "require-dev": {
2705 "hoa/test": "~2.0"
2706 },
2707 "type": "library",
2708 "extra": {
2709 "branch-alias": {
2710 "dev-master": "2.x-dev"
2711 }
2712 },
2713 "autoload": {
2714 "psr-4": {
2715 "Hoa\\Ruler\\": "."
2716 }
2717 },
2718 "notification-url": "https://packagist.org/downloads/",
2719 "license": [
2720 "BSD-3-Clause"
2721 ],
2722 "authors": [
2723 {
2724 "name": "Ivan Enderlin",
2725 "email": "ivan.enderlin@hoa-project.net"
2726 },
2727 {
2728 "name": "Hoa community",
2729 "homepage": "https://hoa-project.net/"
2730 }
2731 ],
2732 "description": "The Hoa\\Ruler library.",
2733 "homepage": "https://hoa-project.net/",
2734 "keywords": [
2735 "library",
2736 "ruler"
2737 ],
2738 "time": "2017-05-16T07:52:21+00:00"
2739 },
2740 {
2741 "name": "hoa/stream",
2742 "version": "1.17.02.21",
2743 "source": {
2744 "type": "git",
2745 "url": "https://github.com/hoaproject/Stream.git",
2746 "reference": "3293cfffca2de10525df51436adf88a559151d82"
2747 },
2748 "dist": {
2749 "type": "zip",
2750 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
2751 "reference": "3293cfffca2de10525df51436adf88a559151d82",
2752 "shasum": ""
2753 },
2754 "require": {
2755 "hoa/consistency": "~1.0",
2756 "hoa/event": "~1.0",
2757 "hoa/exception": "~1.0",
2758 "hoa/protocol": "~1.0"
2759 },
2760 "require-dev": {
2761 "hoa/test": "~2.0"
2762 },
2763 "type": "library",
2764 "extra": {
2765 "branch-alias": {
2766 "dev-master": "1.x-dev"
2767 }
2768 },
2769 "autoload": {
2770 "psr-4": {
2771 "Hoa\\Stream\\": "."
2772 }
2773 },
2774 "notification-url": "https://packagist.org/downloads/",
2775 "license": [
2776 "BSD-3-Clause"
2777 ],
2778 "authors": [
2779 {
2780 "name": "Ivan Enderlin",
2781 "email": "ivan.enderlin@hoa-project.net"
2782 },
2783 {
2784 "name": "Hoa community",
2785 "homepage": "https://hoa-project.net/"
2786 }
2787 ],
2788 "description": "The Hoa\\Stream library.",
2789 "homepage": "https://hoa-project.net/",
2790 "keywords": [
2791 "Context",
2792 "bucket",
2793 "composite",
2794 "filter",
2795 "in",
2796 "library",
2797 "out",
2798 "protocol",
2799 "stream",
2800 "wrapper"
2801 ],
2802 "time": "2017-02-21T16:01:06+00:00"
2803 },
2804 {
2805 "name": "hoa/ustring",
2806 "version": "4.17.01.16",
2807 "source": {
2808 "type": "git",
2809 "url": "https://github.com/hoaproject/Ustring.git",
2810 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
2811 },
2812 "dist": {
2813 "type": "zip",
2814 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
2815 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
2816 "shasum": ""
2817 },
2818 "require": {
2819 "hoa/consistency": "~1.0",
2820 "hoa/exception": "~1.0"
2821 },
2822 "require-dev": {
2823 "hoa/test": "~2.0"
2824 },
2825 "suggest": {
2826 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
2827 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
2828 },
2829 "type": "library",
2830 "extra": {
2831 "branch-alias": {
2832 "dev-master": "4.x-dev"
2833 }
2834 },
2835 "autoload": {
2836 "psr-4": {
2837 "Hoa\\Ustring\\": "."
2838 }
2839 },
2840 "notification-url": "https://packagist.org/downloads/",
2841 "license": [
2842 "BSD-3-Clause"
2843 ],
2844 "authors": [
2845 {
2846 "name": "Ivan Enderlin",
2847 "email": "ivan.enderlin@hoa-project.net"
2848 },
2849 {
2850 "name": "Hoa community",
2851 "homepage": "https://hoa-project.net/"
2852 }
2853 ],
2854 "description": "The Hoa\\Ustring library.",
2855 "homepage": "https://hoa-project.net/",
2856 "keywords": [
2857 "library",
2858 "search",
2859 "string",
2860 "unicode"
2861 ],
2862 "time": "2017-01-16T07:08:25+00:00"
2863 },
2864 {
2865 "name": "hoa/visitor",
2866 "version": "2.17.01.16",
2867 "source": {
2868 "type": "git",
2869 "url": "https://github.com/hoaproject/Visitor.git",
2870 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
2871 },
2872 "dist": {
2873 "type": "zip",
2874 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
2875 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
2876 "shasum": ""
2877 },
2878 "require": {
2879 "hoa/consistency": "~1.0"
2880 },
2881 "require-dev": {
2882 "hoa/test": "~2.0"
2883 },
2884 "type": "library",
2885 "extra": {
2886 "branch-alias": {
2887 "dev-master": "2.x-dev"
2888 }
2889 },
2890 "autoload": {
2891 "psr-4": {
2892 "Hoa\\Visitor\\": "."
2893 }
2894 },
2895 "notification-url": "https://packagist.org/downloads/",
2896 "license": [
2897 "BSD-3-Clause"
2898 ],
2899 "authors": [
2900 {
2901 "name": "Ivan Enderlin",
2902 "email": "ivan.enderlin@hoa-project.net"
2903 },
2904 {
2905 "name": "Hoa community",
2906 "homepage": "https://hoa-project.net/"
2907 }
2908 ],
2909 "description": "The Hoa\\Visitor library.",
2910 "homepage": "https://hoa-project.net/",
2911 "keywords": [
2912 "library",
2913 "structure",
2914 "visit",
2915 "visitor"
2916 ],
2917 "time": "2017-01-16T07:02:03+00:00"
2918 },
2919 {
2920 "name": "hoa/zformat",
2921 "version": "1.17.01.10",
2922 "source": {
2923 "type": "git",
2924 "url": "https://github.com/hoaproject/Zformat.git",
2925 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
2926 },
2927 "dist": {
2928 "type": "zip",
2929 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
2930 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
2931 "shasum": ""
2932 },
2933 "require": {
2934 "hoa/consistency": "~1.0",
2935 "hoa/exception": "~1.0"
2936 },
2937 "type": "library",
2938 "extra": {
2939 "branch-alias": {
2940 "dev-master": "1.x-dev"
2941 }
2942 },
2943 "autoload": {
2944 "psr-4": {
2945 "Hoa\\Zformat\\": "."
2946 }
2947 },
2948 "notification-url": "https://packagist.org/downloads/",
2949 "license": [
2950 "BSD-3-Clause"
2951 ],
2952 "authors": [
2953 {
2954 "name": "Ivan Enderlin",
2955 "email": "ivan.enderlin@hoa-project.net"
2956 },
2957 {
2958 "name": "Hoa community",
2959 "homepage": "https://hoa-project.net/"
2960 }
2961 ],
2962 "description": "The Hoa\\Zformat library.",
2963 "homepage": "https://hoa-project.net/",
2964 "keywords": [
2965 "library",
2966 "parameter",
2967 "zformat"
2968 ],
2969 "time": "2017-01-10T10:39:54+00:00"
2970 },
2971 {
2972 "name": "html2text/html2text",
2973 "version": "4.1.0",
2974 "source": {
2975 "type": "git",
2976 "url": "https://github.com/mtibben/html2text.git",
2977 "reference": "bf613dc8d3389d70c891cd847954346acab16574"
2978 },
2979 "dist": {
2980 "type": "zip",
2981 "url": "https://api.github.com/repos/mtibben/html2text/zipball/bf613dc8d3389d70c891cd847954346acab16574",
2982 "reference": "bf613dc8d3389d70c891cd847954346acab16574",
2983 "shasum": ""
2984 },
2985 "require-dev": {
2986 "phpunit/phpunit": "~4"
2987 },
2988 "suggest": {
2989 "ext-mbstring": "For best performance",
2990 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
2991 },
2992 "type": "library",
2993 "autoload": {
2994 "psr-4": {
2995 "Html2Text\\": [
2996 "src/",
2997 "test/"
2998 ]
2999 }
3000 },
3001 "notification-url": "https://packagist.org/downloads/",
3002 "license": [
3003 "GPLv2"
3004 ],
3005 "description": "Converts HTML to formatted plain text",
3006 "time": "2017-05-15T01:50:59+00:00"
3007 },
3008 {
3009 "name": "htmlawed/htmlawed",
3010 "version": "dev-master",
3011 "source": {
3012 "type": "git",
3013 "url": "https://github.com/kesar/HTMLawed.git",
3014 "reference": "62a8d139bd4ae075634032c019c02839721ae078"
3015 },
3016 "dist": {
3017 "type": "zip",
3018 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/62a8d139bd4ae075634032c019c02839721ae078",
3019 "reference": "62a8d139bd4ae075634032c019c02839721ae078",
3020 "shasum": ""
3021 },
3022 "require": {
3023 "php": ">4.4.0"
3024 },
3025 "type": "library",
3026 "autoload": {
3027 "files": [
3028 "htmLawed.php"
3029 ]
3030 },
3031 "notification-url": "https://packagist.org/downloads/",
3032 "license": [
3033 "GPL-2.0+",
3034 "LGPL-3.0"
3035 ],
3036 "authors": [
3037 {
3038 "name": "Santosh Patnaik",
3039 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
3040 "role": "Developer"
3041 }
3042 ],
3043 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
3044 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
3045 "keywords": [
3046 "HTMLtidy",
3047 "html",
3048 "sanitize",
3049 "strip",
3050 "tags"
3051 ],
3052 "time": "2017-02-13T22:15:20+00:00"
3053 },
3054 {
3055 "name": "incenteev/composer-parameter-handler",
3056 "version": "v2.1.2",
3057 "source": {
3058 "type": "git",
3059 "url": "https://github.com/Incenteev/ParameterHandler.git",
3060 "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
3061 },
3062 "dist": {
3063 "type": "zip",
3064 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
3065 "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
3066 "shasum": ""
3067 },
3068 "require": {
3069 "php": ">=5.3.3",
3070 "symfony/yaml": "~2.3|~3.0"
3071 },
3072 "require-dev": {
3073 "composer/composer": "1.0.*@dev",
3074 "phpspec/prophecy-phpunit": "~1.0",
3075 "symfony/filesystem": "~2.2"
3076 },
3077 "type": "library",
3078 "extra": {
3079 "branch-alias": {
3080 "dev-master": "2.1.x-dev"
3081 }
3082 },
3083 "autoload": {
3084 "psr-4": {
3085 "Incenteev\\ParameterHandler\\": ""
3086 }
3087 },
3088 "notification-url": "https://packagist.org/downloads/",
3089 "license": [
3090 "MIT"
3091 ],
3092 "authors": [
3093 {
3094 "name": "Christophe Coevoet",
3095 "email": "stof@notk.org"
3096 }
3097 ],
3098 "description": "Composer script handling your ignored parameter file",
3099 "homepage": "https://github.com/Incenteev/ParameterHandler",
3100 "keywords": [
3101 "parameters management"
3102 ],
3103 "time": "2015-11-10T17:04:01+00:00"
3104 },
3105 {
3106 "name": "j0k3r/graby",
3107 "version": "1.12.0",
3108 "source": {
3109 "type": "git",
3110 "url": "https://github.com/j0k3r/graby.git",
3111 "reference": "ed5b8cc39f24aef911cfe9f6ed94469327576774"
3112 },
3113 "dist": {
3114 "type": "zip",
3115 "url": "https://api.github.com/repos/j0k3r/graby/zipball/ed5b8cc39f24aef911cfe9f6ed94469327576774",
3116 "reference": "ed5b8cc39f24aef911cfe9f6ed94469327576774",
3117 "shasum": ""
3118 },
3119 "require": {
3120 "ext-curl": "*",
3121 "guzzlehttp/guzzle": "^5.2.0",
3122 "htmlawed/htmlawed": "dev-master",
3123 "j0k3r/graby-site-config": "^1.0",
3124 "j0k3r/php-readability": "^1.0",
3125 "j0k3r/safecurl": "~2.0",
3126 "monolog/monolog": "^1.13.1",
3127 "php": ">=5.4",
3128 "simplepie/simplepie": "^1.3.1",
3129 "smalot/pdfparser": "~0.11",
3130 "symfony/options-resolver": "~2.6|~3.0",
3131 "true/punycode": "~2.0",
3132 "wallabag/tcpdf": "^6.2"
3133 },
3134 "require-dev": {
3135 "friendsofphp/php-cs-fixer": "~2.0",
3136 "satooshi/php-coveralls": "~0.6",
3137 "symfony/phpunit-bridge": "~2.6|~3.0"
3138 },
3139 "type": "library",
3140 "autoload": {
3141 "psr-4": {
3142 "Graby\\": "src/"
3143 }
3144 },
3145 "notification-url": "https://packagist.org/downloads/",
3146 "license": [
3147 "MIT"
3148 ],
3149 "authors": [
3150 {
3151 "name": "Jeremy Benoist",
3152 "email": "jeremy.benoist@gmail.com",
3153 "role": "Developer"
3154 },
3155 {
3156 "name": "FiveFilters.org",
3157 "email": "fivefilters@fivefilters.org",
3158 "role": "Developer (original version)"
3159 }
3160 ],
3161 "description": "Graby helps you extract article content from web pages",
3162 "time": "2017-11-28T16:29:31+00:00"
3163 },
3164 {
3165 "name": "j0k3r/graby-site-config",
3166 "version": "1.0.45",
3167 "source": {
3168 "type": "git",
3169 "url": "https://github.com/j0k3r/graby-site-config.git",
3170 "reference": "e99620998179ff96d8972dc12c2602735c5a6004"
3171 },
3172 "dist": {
3173 "type": "zip",
3174 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/e99620998179ff96d8972dc12c2602735c5a6004",
3175 "reference": "e99620998179ff96d8972dc12c2602735c5a6004",
3176 "shasum": ""
3177 },
3178 "require": {
3179 "symfony/finder": "~2.6|~3.0"
3180 },
3181 "require-dev": {
3182 "symfony/phpunit-bridge": "^3.2"
3183 },
3184 "type": "library",
3185 "autoload": {
3186 "psr-4": {
3187 "GrabySiteConfig\\SiteConfig\\": "src/"
3188 }
3189 },
3190 "notification-url": "https://packagist.org/downloads/",
3191 "license": [
3192 "CC0-1.0"
3193 ],
3194 "authors": [
3195 {
3196 "name": "Jeremy Benoist",
3197 "email": "jeremy.benoist@gmail.com"
3198 }
3199 ],
3200 "description": "Graby site config files",
3201 "time": "2018-01-03T09:45:44+00:00"
3202 },
3203 {
3204 "name": "j0k3r/php-readability",
3205 "version": "1.1.9",
3206 "source": {
3207 "type": "git",
3208 "url": "https://github.com/j0k3r/php-readability.git",
3209 "reference": "6427dd7371d797ba49a5ed22db8b56198a430eb5"
3210 },
3211 "dist": {
3212 "type": "zip",
3213 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/6427dd7371d797ba49a5ed22db8b56198a430eb5",
3214 "reference": "6427dd7371d797ba49a5ed22db8b56198a430eb5",
3215 "shasum": ""
3216 },
3217 "require": {
3218 "electrolinux/php-html5lib": "^0.1.0",
3219 "ext-mbstring": "*",
3220 "php": ">=5.3.3",
3221 "psr/log": "^1.0"
3222 },
3223 "require-dev": {
3224 "friendsofphp/php-cs-fixer": "<2",
3225 "monolog/monolog": "^1.13",
3226 "satooshi/php-coveralls": "~0.6",
3227 "symfony/phpunit-bridge": "^3.2"
3228 },
3229 "suggest": {
3230 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3231 },
3232 "type": "library",
3233 "autoload": {
3234 "psr-4": {
3235 "Readability\\": "src/"
3236 }
3237 },
3238 "notification-url": "https://packagist.org/downloads/",
3239 "license": [
3240 "Apache-2.0"
3241 ],
3242 "authors": [
3243 {
3244 "name": "Keyvan Minoukadeh",
3245 "email": "keyvan@keyvan.net",
3246 "homepage": "http://keyvan.net",
3247 "role": "Developer (ported original JS code to PHP)"
3248 },
3249 {
3250 "name": "Arc90",
3251 "homepage": "http://arc90.com",
3252 "role": "Developer (original JS version)"
3253 },
3254 {
3255 "name": "Jeremy Benoist",
3256 "email": "jeremy.benoist@gmail.com",
3257 "homepage": "http://www.j0k3r.net",
3258 "role": "Developer"
3259 },
3260 {
3261 "name": "DitherSky",
3262 "homepage": "https://github.com/Dither",
3263 "role": "Developer (https://github.com/Dither/full-text-rss)"
3264 }
3265 ],
3266 "description": "Automatic article extraction from HTML",
3267 "keywords": [
3268 "article",
3269 "article extraction",
3270 "content",
3271 "content extraction",
3272 "extraction",
3273 "html"
3274 ],
3275 "time": "2017-06-30T14:50:09+00:00"
3276 },
3277 {
3278 "name": "j0k3r/safecurl",
3279 "version": "2.0.2",
3280 "source": {
3281 "type": "git",
3282 "url": "https://github.com/j0k3r/safecurl.git",
3283 "reference": "d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b"
3284 },
3285 "dist": {
3286 "type": "zip",
3287 "url": "https://api.github.com/repos/j0k3r/safecurl/zipball/d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b",
3288 "reference": "d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b",
3289 "shasum": ""
3290 },
3291 "require": {
3292 "ext-curl": "*",
3293 "php": ">=5.3.3"
3294 },
3295 "require-dev": {
3296 "phpunit/phpunit": "^4.0.0"
3297 },
3298 "type": "library",
3299 "autoload": {
3300 "psr-4": {
3301 "fin1te\\SafeCurl\\": "src/"
3302 }
3303 },
3304 "notification-url": "https://packagist.org/downloads/",
3305 "license": [
3306 "MIT"
3307 ],
3308 "authors": [
3309 {
3310 "name": "Jeremy Benoist",
3311 "email": "jeremy.benoist@gmail.com"
3312 },
3313 {
3314 "name": "Jack W",
3315 "email": "jack@fin1te.net",
3316 "role": "Developer (original version)"
3317 }
3318 ],
3319 "description": "A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.",
3320 "keywords": [
3321 "curl",
3322 "safe",
3323 "safecurl",
3324 "ssrf",
3325 "websec"
3326 ],
3327 "time": "2015-11-23T08:16:01+00:00"
3328 },
3329 {
3330 "name": "javibravo/simpleue",
3331 "version": "2.1.0",
3332 "source": {
3333 "type": "git",
3334 "url": "https://github.com/javibravo/simpleue.git",
3335 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
3336 },
3337 "dist": {
3338 "type": "zip",
3339 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3340 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3341 "shasum": ""
3342 },
3343 "require": {
3344 "php": ">=5.5",
3345 "psr/log": "~1.0"
3346 },
3347 "require-dev": {
3348 "aws/aws-sdk-php": "^3.9",
3349 "pda/pheanstalk": "^3.1",
3350 "phpunit/phpunit": "4.0.*",
3351 "predis/predis": "^1.0"
3352 },
3353 "suggest": {
3354 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
3355 "ext-redis": "Allow work with Redis Locker",
3356 "pda/pheanstalk": "Allow work with Beanstalkd queues",
3357 "predis/predis": "Allow work with Redis queues"
3358 },
3359 "type": "library",
3360 "autoload": {
3361 "psr-4": {
3362 "Simpleue\\": "src/Simpleue"
3363 }
3364 },
3365 "notification-url": "https://packagist.org/downloads/",
3366 "license": [
3367 "MIT"
3368 ],
3369 "authors": [
3370 {
3371 "name": "Javier Bravo",
3372 "email": "javibravo85@gmail.com"
3373 }
3374 ],
3375 "description": "Php package to manage queue tasks in a simple way",
3376 "homepage": "http://github.com/javibravo/simpleue",
3377 "keywords": [
3378 "job",
3379 "queue",
3380 "redis",
3381 "sqs",
3382 "task"
3383 ],
3384 "time": "2017-11-15T13:41:13+00:00"
3385 },
3386 {
3387 "name": "jdorn/sql-formatter",
3388 "version": "v1.2.17",
3389 "source": {
3390 "type": "git",
3391 "url": "https://github.com/jdorn/sql-formatter.git",
3392 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
3393 },
3394 "dist": {
3395 "type": "zip",
3396 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
3397 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
3398 "shasum": ""
3399 },
3400 "require": {
3401 "php": ">=5.2.4"
3402 },
3403 "require-dev": {
3404 "phpunit/phpunit": "3.7.*"
3405 },
3406 "type": "library",
3407 "extra": {
3408 "branch-alias": {
3409 "dev-master": "1.3.x-dev"
3410 }
3411 },
3412 "autoload": {
3413 "classmap": [
3414 "lib"
3415 ]
3416 },
3417 "notification-url": "https://packagist.org/downloads/",
3418 "license": [
3419 "MIT"
3420 ],
3421 "authors": [
3422 {
3423 "name": "Jeremy Dorn",
3424 "email": "jeremy@jeremydorn.com",
3425 "homepage": "http://jeremydorn.com/"
3426 }
3427 ],
3428 "description": "a PHP SQL highlighting library",
3429 "homepage": "https://github.com/jdorn/sql-formatter/",
3430 "keywords": [
3431 "highlight",
3432 "sql"
3433 ],
3434 "time": "2014-01-12T16:20:24+00:00"
3435 },
3436 {
3437 "name": "jms/metadata",
3438 "version": "1.6.0",
3439 "source": {
3440 "type": "git",
3441 "url": "https://github.com/schmittjoh/metadata.git",
3442 "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
3443 },
3444 "dist": {
3445 "type": "zip",
3446 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
3447 "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
3448 "shasum": ""
3449 },
3450 "require": {
3451 "php": ">=5.3.0"
3452 },
3453 "require-dev": {
3454 "doctrine/cache": "~1.0",
3455 "symfony/cache": "~3.1"
3456 },
3457 "type": "library",
3458 "extra": {
3459 "branch-alias": {
3460 "dev-master": "1.5.x-dev"
3461 }
3462 },
3463 "autoload": {
3464 "psr-0": {
3465 "Metadata\\": "src/"
3466 }
3467 },
3468 "notification-url": "https://packagist.org/downloads/",
3469 "license": [
3470 "Apache-2.0"
3471 ],
3472 "authors": [
3473 {
3474 "name": "Johannes M. Schmitt",
3475 "email": "schmittjoh@gmail.com"
3476 }
3477 ],
3478 "description": "Class/method/property metadata management in PHP",
3479 "keywords": [
3480 "annotations",
3481 "metadata",
3482 "xml",
3483 "yaml"
3484 ],
3485 "time": "2016-12-05T10:18:33+00:00"
3486 },
3487 {
3488 "name": "jms/parser-lib",
3489 "version": "1.0.0",
3490 "source": {
3491 "type": "git",
3492 "url": "https://github.com/schmittjoh/parser-lib.git",
3493 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
3494 },
3495 "dist": {
3496 "type": "zip",
3497 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
3498 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
3499 "shasum": ""
3500 },
3501 "require": {
3502 "phpoption/phpoption": ">=0.9,<2.0-dev"
3503 },
3504 "type": "library",
3505 "extra": {
3506 "branch-alias": {
3507 "dev-master": "1.0-dev"
3508 }
3509 },
3510 "autoload": {
3511 "psr-0": {
3512 "JMS\\": "src/"
3513 }
3514 },
3515 "notification-url": "https://packagist.org/downloads/",
3516 "license": [
3517 "Apache2"
3518 ],
3519 "description": "A library for easily creating recursive-descent parsers.",
3520 "time": "2012-11-18T18:08:43+00:00"
3521 },
3522 {
3523 "name": "jms/serializer",
3524 "version": "1.10.0",
3525 "source": {
3526 "type": "git",
3527 "url": "https://github.com/schmittjoh/serializer.git",
3528 "reference": "62c7ff6d61f8692eac8be024c542b3d9d0ab8c8a"
3529 },
3530 "dist": {
3531 "type": "zip",
3532 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/62c7ff6d61f8692eac8be024c542b3d9d0ab8c8a",
3533 "reference": "62c7ff6d61f8692eac8be024c542b3d9d0ab8c8a",
3534 "shasum": ""
3535 },
3536 "require": {
3537 "doctrine/annotations": "^1.0",
3538 "doctrine/instantiator": "^1.0.3",
3539 "jms/metadata": "~1.1",
3540 "jms/parser-lib": "1.*",
3541 "php": ">=5.5.0",
3542 "phpcollection/phpcollection": "~0.1",
3543 "phpoption/phpoption": "^1.1"
3544 },
3545 "conflict": {
3546 "jms/serializer-bundle": "<1.2.1",
3547 "twig/twig": "<1.12"
3548 },
3549 "require-dev": {
3550 "doctrine/orm": "~2.1",
3551 "doctrine/phpcr-odm": "^1.3|^2.0",
3552 "ext-pdo_sqlite": "*",
3553 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
3554 "phpunit/phpunit": "^4.8|^5.0",
3555 "propel/propel1": "~1.7",
3556 "psr/container": "^1.0",
3557 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
3558 "symfony/expression-language": "^2.6|^3.0",
3559 "symfony/filesystem": "^2.1",
3560 "symfony/form": "~2.1|^3.0",
3561 "symfony/translation": "^2.1|^3.0",
3562 "symfony/validator": "^2.2|^3.0",
3563 "symfony/yaml": "^2.1|^3.0",
3564 "twig/twig": "~1.12|~2.0"
3565 },
3566 "suggest": {
3567 "doctrine/cache": "Required if you like to use cache functionality.",
3568 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
3569 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
3570 },
3571 "type": "library",
3572 "extra": {
3573 "branch-alias": {
3574 "dev-master": "1.10-dev"
3575 }
3576 },
3577 "autoload": {
3578 "psr-0": {
3579 "JMS\\Serializer": "src/"
3580 }
3581 },
3582 "notification-url": "https://packagist.org/downloads/",
3583 "license": [
3584 "Apache-2.0"
3585 ],
3586 "authors": [
3587 {
3588 "name": "Asmir Mustafic",
3589 "email": "goetas@gmail.com"
3590 },
3591 {
3592 "name": "Johannes M. Schmitt",
3593 "email": "schmittjoh@gmail.com"
3594 }
3595 ],
3596 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
3597 "homepage": "http://jmsyst.com/libs/serializer",
3598 "keywords": [
3599 "deserialization",
3600 "jaxb",
3601 "json",
3602 "serialization",
3603 "xml"
3604 ],
3605 "time": "2017-11-30T18:23:40+00:00"
3606 },
3607 {
3608 "name": "jms/serializer-bundle",
3609 "version": "2.3.1",
3610 "source": {
3611 "type": "git",
3612 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
3613 "reference": "9dec7ab62248aa97f33cce70c301af15154f8f0b"
3614 },
3615 "dist": {
3616 "type": "zip",
3617 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/9dec7ab62248aa97f33cce70c301af15154f8f0b",
3618 "reference": "9dec7ab62248aa97f33cce70c301af15154f8f0b",
3619 "shasum": ""
3620 },
3621 "require": {
3622 "jms/serializer": "^1.10",
3623 "php": "^5.4|^7.0",
3624 "phpoption/phpoption": "^1.1.0",
3625 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
3626 },
3627 "require-dev": {
3628 "doctrine/orm": "*",
3629 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
3630 "symfony/expression-language": "~2.6|~3.0|~4.0",
3631 "symfony/finder": "^2.3|^3.0|^4.0",
3632 "symfony/form": "*",
3633 "symfony/stopwatch": "*",
3634 "symfony/twig-bundle": "*",
3635 "symfony/validator": "*",
3636 "symfony/yaml": "*"
3637 },
3638 "suggest": {
3639 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
3640 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
3641 },
3642 "type": "symfony-bundle",
3643 "extra": {
3644 "branch-alias": {
3645 "dev-master": "2.3-dev"
3646 }
3647 },
3648 "autoload": {
3649 "psr-4": {
3650 "JMS\\SerializerBundle\\": ""
3651 },
3652 "exclude-from-classmap": [
3653 "/Tests/"
3654 ]
3655 },
3656 "notification-url": "https://packagist.org/downloads/",
3657 "license": [
3658 "Apache-2.0"
3659 ],
3660 "authors": [
3661 {
3662 "name": "Asmir Mustafic",
3663 "email": "goetas@gmail.com"
3664 },
3665 {
3666 "name": "Johannes M. Schmitt",
3667 "email": "schmittjoh@gmail.com"
3668 }
3669 ],
3670 "description": "Allows you to easily serialize, and deserialize data of any complexity",
3671 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
3672 "keywords": [
3673 "deserialization",
3674 "jaxb",
3675 "json",
3676 "serialization",
3677 "xml"
3678 ],
3679 "time": "2017-12-08T19:49:08+00:00"
3680 },
3681 {
3682 "name": "kphoen/rulerz",
3683 "version": "0.20.5",
3684 "source": {
3685 "type": "git",
3686 "url": "https://github.com/K-Phoen/rulerz.git",
3687 "reference": "42fc542d338717c4649786b4b9e3195cb66c421a"
3688 },
3689 "dist": {
3690 "type": "zip",
3691 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/42fc542d338717c4649786b4b9e3195cb66c421a",
3692 "reference": "42fc542d338717c4649786b4b9e3195cb66c421a",
3693 "shasum": ""
3694 },
3695 "require": {
3696 "hoa/ruler": "~2.0",
3697 "php": ">=5.5",
3698 "symfony/property-access": "~2.3|~3.0"
3699 },
3700 "require-dev": {
3701 "behat/behat": "~3.0",
3702 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
3703 "doctrine/orm": "~2.4",
3704 "elasticsearch/elasticsearch": "~1.0",
3705 "illuminate/database": "~5.0",
3706 "liip/rmt": "^1.2",
3707 "mikey179/vfsstream": "~1.4",
3708 "phpspec/phpspec": "~2.0,>=2.4-dev",
3709 "pomm-project/cli": "~2.0@dev",
3710 "pomm-project/foundation": "~2.0@dev",
3711 "pomm-project/model-manager": "~2.0.@dev",
3712 "ruflin/elastica": "~1.0",
3713 "solarium/solarium": "~3.0",
3714 "vlucas/phpdotenv": "~2.1"
3715 },
3716 "suggest": {
3717 "doctrine/orm": "To execute rules as Doctrine queries",
3718 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
3719 "kphoen/rulerz-spec-builder": "If you want a specification builder",
3720 "pomm-project/model-manager": "To execute rules as Pomm queries",
3721 "solarium/solarium": "To execute rules as Solr queries"
3722 },
3723 "type": "library",
3724 "extra": {
3725 "branch-alias": {
3726 "dev-master": "1.0.x-dev"
3727 }
3728 },
3729 "autoload": {
3730 "psr-4": {
3731 "RulerZ\\": "src/"
3732 }
3733 },
3734 "notification-url": "https://packagist.org/downloads/",
3735 "license": [
3736 "MIT"
3737 ],
3738 "authors": [
3739 {
3740 "name": "Kévin Gomez",
3741 "email": "contact@kevingomez.fr"
3742 }
3743 ],
3744 "description": "Powerful implementation of the Specification pattern",
3745 "homepage": "https://github.com/K-Phoen/RulerZ",
3746 "keywords": [
3747 "doctrine",
3748 "specification"
3749 ],
3750 "time": "2017-12-29T23:36:53+00:00"
3751 },
3752 {
3753 "name": "kphoen/rulerz-bridge",
3754 "version": "1.0.1",
3755 "source": {
3756 "type": "git",
3757 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
3758 "reference": "d0dbf900f93723e82350b307e5d694bb3acc46e3"
3759 },
3760 "dist": {
3761 "type": "zip",
3762 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/d0dbf900f93723e82350b307e5d694bb3acc46e3",
3763 "reference": "d0dbf900f93723e82350b307e5d694bb3acc46e3",
3764 "shasum": ""
3765 },
3766 "require": {
3767 "kphoen/rulerz": "~0.19,>=0.19.3",
3768 "symfony/form": "^2.8|^3.0",
3769 "symfony/validator": "^2.8|^3.0"
3770 },
3771 "require-dev": {
3772 "liip/rmt": "^1.2",
3773 "phpunit/phpunit": "~4.8",
3774 "symfony/phpunit-bridge": "^2.7|^3.0"
3775 },
3776 "type": "symfony-bridge",
3777 "autoload": {
3778 "psr-4": {
3779 "Symfony\\Bridge\\RulerZ\\": ""
3780 },
3781 "exclude-from-classmap": [
3782 "/Tests/"
3783 ]
3784 },
3785 "notification-url": "https://packagist.org/downloads/",
3786 "license": [
3787 "MIT"
3788 ],
3789 "authors": [
3790 {
3791 "name": "Kévin Gomez",
3792 "email": "contact@kevingomez.fr"
3793 }
3794 ],
3795 "description": "Symfony RulerZ Bridge",
3796 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
3797 "keywords": [
3798 "Bridge",
3799 "doctrine",
3800 "ruler",
3801 "rulerz",
3802 "specification",
3803 "symfony"
3804 ],
3805 "time": "2017-10-09T20:31:47+00:00"
3806 },
3807 {
3808 "name": "kphoen/rulerz-bundle",
3809 "version": "0.14.1",
3810 "source": {
3811 "type": "git",
3812 "url": "https://github.com/K-Phoen/RulerZBundle.git",
3813 "reference": "a78a4b431b00f6ab12805c01aace090924a7b33a"
3814 },
3815 "dist": {
3816 "type": "zip",
3817 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/a78a4b431b00f6ab12805c01aace090924a7b33a",
3818 "reference": "a78a4b431b00f6ab12805c01aace090924a7b33a",
3819 "shasum": ""
3820 },
3821 "require": {
3822 "kphoen/rulerz": "~0.17,>=0.19.3",
3823 "kphoen/rulerz-bridge": "^1.0",
3824 "symfony/framework-bundle": "^2.8|^3.0",
3825 "symfony/validator": "^2.8|^3.0"
3826 },
3827 "require-dev": {
3828 "liip/rmt": "^1.2",
3829 "matthiasnoback/symfony-dependency-injection-test": "~0.7",
3830 "mikey179/vfsstream": "~1.0",
3831 "phpunit/phpunit": "^5.0",
3832 "symfony/phpunit-bridge": "^2.7|^3.0"
3833 },
3834 "type": "symfony-bundle",
3835 "autoload": {
3836 "psr-4": {
3837 "KPhoen\\RulerZBundle\\": ""
3838 }
3839 },
3840 "notification-url": "https://packagist.org/downloads/",
3841 "license": [
3842 "MIT"
3843 ],
3844 "authors": [
3845 {
3846 "name": "Kévin Gomez",
3847 "email": "contact@kevingomez.fr"
3848 }
3849 ],
3850 "description": "Symfony2 Bundle for RulerZ",
3851 "homepage": "https://github.com/K-Phoen/RulerZBundle",
3852 "keywords": [
3853 "doctrine",
3854 "ruler",
3855 "rulerz",
3856 "specification"
3857 ],
3858 "time": "2017-10-22T16:37:45+00:00"
3859 },
3860 {
3861 "name": "lexik/form-filter-bundle",
3862 "version": "v5.0.4",
3863 "source": {
3864 "type": "git",
3865 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
3866 "reference": "28c09d6d9f278875ca9648c4b66eeb457c37d3b6"
3867 },
3868 "dist": {
3869 "type": "zip",
3870 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/28c09d6d9f278875ca9648c4b66eeb457c37d3b6",
3871 "reference": "28c09d6d9f278875ca9648c4b66eeb457c37d3b6",
3872 "shasum": ""
3873 },
3874 "require": {
3875 "doctrine/orm": "^2.4.8",
3876 "php": ">=5.5.9",
3877 "symfony/form": "~2.8|~3.0",
3878 "symfony/framework-bundle": "~2.8|~3.0"
3879 },
3880 "require-dev": {
3881 "doctrine/mongodb-odm-bundle": "~3.0",
3882 "phpunit/phpunit": "~3.7"
3883 },
3884 "type": "symfony-bundle",
3885 "extra": {
3886 "branch-alias": {
3887 "dev-master": "5.x.x-dev"
3888 }
3889 },
3890 "autoload": {
3891 "psr-4": {
3892 "Lexik\\Bundle\\FormFilterBundle\\": ""
3893 }
3894 },
3895 "notification-url": "https://packagist.org/downloads/",
3896 "license": [
3897 "MIT"
3898 ],
3899 "authors": [
3900 {
3901 "name": "Dev Lexik",
3902 "email": "dev@lexik.fr"
3903 },
3904 {
3905 "name": "Cedric Girard",
3906 "email": "c.girard@lexik.fr"
3907 }
3908 ],
3909 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
3910 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
3911 "keywords": [
3912 "bundle",
3913 "doctrine",
3914 "filter",
3915 "form",
3916 "symfony"
3917 ],
3918 "time": "2017-03-27T07:28:34+00:00"
3919 },
3920 {
3921 "name": "liip/theme-bundle",
3922 "version": "1.5.2",
3923 "source": {
3924 "type": "git",
3925 "url": "https://github.com/liip/LiipThemeBundle.git",
3926 "reference": "ce951857a0ad88d93a49d920be9a2e352cf15340"
3927 },
3928 "dist": {
3929 "type": "zip",
3930 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/ce951857a0ad88d93a49d920be9a2e352cf15340",
3931 "reference": "ce951857a0ad88d93a49d920be9a2e352cf15340",
3932 "shasum": ""
3933 },
3934 "require": {
3935 "php": "^5.3.9|^7.0",
3936 "psr/log": "~1.0",
3937 "symfony/finder": "^2.7|^3.0|^4.0",
3938 "symfony/framework-bundle": "^2.7|^3.0|^4.0",
3939 "symfony/templating": "^2.7|^3.0|^4.0",
3940 "symfony/twig-bundle": "^2.7|^3.0|^4.0",
3941 "twig/twig": "^1.27|^2.0"
3942 },
3943 "conflict": {
3944 "sebastian/comparator": "1.2.3"
3945 },
3946 "require-dev": {
3947 "phpunit/phpunit": "^4.8.35|^6.0",
3948 "symfony/console": "^2.7|^3.0|^4.0",
3949 "symfony/expression-language": "^2.7|^3.0|^4.0"
3950 },
3951 "type": "symfony-bundle",
3952 "extra": {
3953 "branch-alias": {
3954 "dev-master": "1.4-dev"
3955 }
3956 },
3957 "autoload": {
3958 "psr-4": {
3959 "Liip\\ThemeBundle\\": ""
3960 }
3961 },
3962 "notification-url": "https://packagist.org/downloads/",
3963 "license": [
3964 "MIT"
3965 ],
3966 "authors": [
3967 {
3968 "name": "Community contributions",
3969 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
3970 },
3971 {
3972 "name": "Liip AG",
3973 "homepage": "http://www.liip.ch/"
3974 }
3975 ],
3976 "description": "Provides theming support for #Symfony2 Bundles",
3977 "keywords": [
3978 "themes",
3979 "theming"
3980 ],
3981 "time": "2017-12-19T14:03:21+00:00"
3982 },
3983 {
3984 "name": "mgargano/simplehtmldom",
3985 "version": "1.5",
3986 "source": {
3987 "type": "git",
3988 "url": "https://github.com/matgargano/simplehtmldom.git",
3989 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
3990 },
3991 "dist": {
3992 "type": "zip",
3993 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
3994 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
3995 "shasum": ""
3996 },
3997 "require": {
3998 "php": ">=5.3.0"
3999 },
4000 "type": "library",
4001 "autoload": {
4002 "psr-0": {
4003 "SimpleHtmlDom": "src/"
4004 },
4005 "files": [
4006 "src/simple_html_dom.php"
4007 ]
4008 },
4009 "notification-url": "https://packagist.org/downloads/",
4010 "license": [
4011 "The MIT License"
4012 ],
4013 "authors": [
4014 {
4015 "name": "S.C. Chen",
4016 "email": "me578022@gmail.com"
4017 }
4018 ],
4019 "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",
4020 "homepage": "http://simplehtmldom.sourceforge.net/",
4021 "keywords": [
4022 "Simple",
4023 "dom",
4024 "html"
4025 ],
4026 "time": "2014-01-05T18:17:34+00:00"
4027 },
4028 {
4029 "name": "michelf/php-markdown",
4030 "version": "1.8.0",
4031 "source": {
4032 "type": "git",
4033 "url": "https://github.com/michelf/php-markdown.git",
4034 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
4035 },
4036 "dist": {
4037 "type": "zip",
4038 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
4039 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
4040 "shasum": ""
4041 },
4042 "require": {
4043 "php": ">=5.3.0"
4044 },
4045 "type": "library",
4046 "autoload": {
4047 "psr-4": {
4048 "Michelf\\": "Michelf/"
4049 }
4050 },
4051 "notification-url": "https://packagist.org/downloads/",
4052 "license": [
4053 "BSD-3-Clause"
4054 ],
4055 "authors": [
4056 {
4057 "name": "Michel Fortin",
4058 "email": "michel.fortin@michelf.ca",
4059 "homepage": "https://michelf.ca/",
4060 "role": "Developer"
4061 },
4062 {
4063 "name": "John Gruber",
4064 "homepage": "https://daringfireball.net/"
4065 }
4066 ],
4067 "description": "PHP Markdown",
4068 "homepage": "https://michelf.ca/projects/php-markdown/",
4069 "keywords": [
4070 "markdown"
4071 ],
4072 "time": "2018-01-15T00:49:33+00:00"
4073 },
4074 {
4075 "name": "mnapoli/piwik-twig-extension",
4076 "version": "1.0.0",
4077 "source": {
4078 "type": "git",
4079 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
4080 "reference": "5171ab7221830a9d377add03dd60dbe6bd7b331f"
4081 },
4082 "dist": {
4083 "type": "zip",
4084 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/5171ab7221830a9d377add03dd60dbe6bd7b331f",
4085 "reference": "5171ab7221830a9d377add03dd60dbe6bd7b331f",
4086 "shasum": ""
4087 },
4088 "require": {
4089 "php": ">=5.4",
4090 "twig/twig": "~1.10"
4091 },
4092 "require-dev": {
4093 "phpunit/phpunit": "~4.0"
4094 },
4095 "type": "library",
4096 "autoload": {
4097 "psr-4": {
4098 "PiwikTwigExtension\\": "src/"
4099 }
4100 },
4101 "notification-url": "https://packagist.org/downloads/",
4102 "license": [
4103 "MIT"
4104 ],
4105 "time": "2014-09-16T06:51:19+00:00"
4106 },
4107 {
4108 "name": "monolog/monolog",
4109 "version": "1.23.0",
4110 "source": {
4111 "type": "git",
4112 "url": "https://github.com/Seldaek/monolog.git",
4113 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
4114 },
4115 "dist": {
4116 "type": "zip",
4117 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
4118 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
4119 "shasum": ""
4120 },
4121 "require": {
4122 "php": ">=5.3.0",
4123 "psr/log": "~1.0"
4124 },
4125 "provide": {
4126 "psr/log-implementation": "1.0.0"
4127 },
4128 "require-dev": {
4129 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4130 "doctrine/couchdb": "~1.0@dev",
4131 "graylog2/gelf-php": "~1.0",
4132 "jakub-onderka/php-parallel-lint": "0.9",
4133 "php-amqplib/php-amqplib": "~2.4",
4134 "php-console/php-console": "^3.1.3",
4135 "phpunit/phpunit": "~4.5",
4136 "phpunit/phpunit-mock-objects": "2.3.0",
4137 "ruflin/elastica": ">=0.90 <3.0",
4138 "sentry/sentry": "^0.13",
4139 "swiftmailer/swiftmailer": "^5.3|^6.0"
4140 },
4141 "suggest": {
4142 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4143 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4144 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4145 "ext-mongo": "Allow sending log messages to a MongoDB server",
4146 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4147 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
4148 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4149 "php-console/php-console": "Allow sending log messages to Google Chrome",
4150 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4151 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
4152 "sentry/sentry": "Allow sending log messages to a Sentry server"
4153 },
4154 "type": "library",
4155 "extra": {
4156 "branch-alias": {
4157 "dev-master": "2.0.x-dev"
4158 }
4159 },
4160 "autoload": {
4161 "psr-4": {
4162 "Monolog\\": "src/Monolog"
4163 }
4164 },
4165 "notification-url": "https://packagist.org/downloads/",
4166 "license": [
4167 "MIT"
4168 ],
4169 "authors": [
4170 {
4171 "name": "Jordi Boggiano",
4172 "email": "j.boggiano@seld.be",
4173 "homepage": "http://seld.be"
4174 }
4175 ],
4176 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
4177 "homepage": "http://github.com/Seldaek/monolog",
4178 "keywords": [
4179 "log",
4180 "logging",
4181 "psr-3"
4182 ],
4183 "time": "2017-06-19T01:22:40+00:00"
4184 },
4185 {
4186 "name": "nelmio/api-doc-bundle",
4187 "version": "2.13.3",
4188 "target-dir": "Nelmio/ApiDocBundle",
4189 "source": {
4190 "type": "git",
4191 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
4192 "reference": "f0a606b6362c363043e01aa079bee2b0b5eb47a2"
4193 },
4194 "dist": {
4195 "type": "zip",
4196 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/f0a606b6362c363043e01aa079bee2b0b5eb47a2",
4197 "reference": "f0a606b6362c363043e01aa079bee2b0b5eb47a2",
4198 "shasum": ""
4199 },
4200 "require": {
4201 "michelf/php-markdown": "~1.4",
4202 "php": ">=5.4",
4203 "symfony/console": "~2.3|~3.0|~4.0",
4204 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
4205 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
4206 },
4207 "conflict": {
4208 "jms/serializer": "<0.12",
4209 "jms/serializer-bundle": "<0.11",
4210 "symfony/symfony": "~2.7.8",
4211 "twig/twig": "<1.12"
4212 },
4213 "require-dev": {
4214 "doctrine/doctrine-bundle": "~1.5",
4215 "doctrine/orm": "~2.3",
4216 "dunglas/api-bundle": "~1.0",
4217 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
4218 "jms/serializer-bundle": ">=0.11",
4219 "sensio/framework-extra-bundle": "~3.0",
4220 "symfony/browser-kit": "~2.3|~3.0|~4.0",
4221 "symfony/css-selector": "~2.3|~3.0|~4.0",
4222 "symfony/finder": "~2.3|~3.0|~4.0",
4223 "symfony/form": "~2.3|~3.0|~4.0",
4224 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
4225 "symfony/serializer": "~2.7|~3.0|~4.0",
4226 "symfony/validator": "~2.3|~3.0|~4.0",
4227 "symfony/yaml": "~2.3|~3.0|~4.0"
4228 },
4229 "suggest": {
4230 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
4231 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
4232 "jms/serializer": "For making use of serializer information in the doc.",
4233 "symfony/form": "For using form definitions as input.",
4234 "symfony/validator": "For making use of validator information in the doc."
4235 },
4236 "type": "symfony-bundle",
4237 "extra": {
4238 "branch-alias": {
4239 "dev-2.x": "2.13-dev"
4240 }
4241 },
4242 "autoload": {
4243 "psr-0": {
4244 "Nelmio\\ApiDocBundle": ""
4245 }
4246 },
4247 "notification-url": "https://packagist.org/downloads/",
4248 "license": [
4249 "MIT"
4250 ],
4251 "authors": [
4252 {
4253 "name": "Nelmio",
4254 "homepage": "http://nelm.io"
4255 },
4256 {
4257 "name": "Symfony Community",
4258 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
4259 }
4260 ],
4261 "description": "Generates documentation for your REST API from annotations",
4262 "keywords": [
4263 "api",
4264 "doc",
4265 "documentation",
4266 "rest"
4267 ],
4268 "time": "2017-12-05T06:14:09+00:00"
4269 },
4270 {
4271 "name": "nelmio/cors-bundle",
4272 "version": "1.5.4",
4273 "source": {
4274 "type": "git",
4275 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
4276 "reference": "548dc8ebd3984acd2f6d8787ab1dac2e9aa14254"
4277 },
4278 "dist": {
4279 "type": "zip",
4280 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/548dc8ebd3984acd2f6d8787ab1dac2e9aa14254",
4281 "reference": "548dc8ebd3984acd2f6d8787ab1dac2e9aa14254",
4282 "shasum": ""
4283 },
4284 "require": {
4285 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
4286 },
4287 "require-dev": {
4288 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
4289 "mockery/mockery": "^0.9 || ^1.0",
4290 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
4291 },
4292 "type": "symfony-bundle",
4293 "extra": {
4294 "branch-alias": {
4295 "dev-master": "1.5.x-dev"
4296 }
4297 },
4298 "autoload": {
4299 "psr-4": {
4300 "Nelmio\\CorsBundle\\": ""
4301 },
4302 "exclude-from-classmap": [
4303 "/Tests/"
4304 ]
4305 },
4306 "notification-url": "https://packagist.org/downloads/",
4307 "license": [
4308 "MIT"
4309 ],
4310 "authors": [
4311 {
4312 "name": "Nelmio",
4313 "homepage": "http://nelm.io"
4314 },
4315 {
4316 "name": "Symfony Community",
4317 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
4318 }
4319 ],
4320 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
4321 "keywords": [
4322 "api",
4323 "cors",
4324 "crossdomain"
4325 ],
4326 "time": "2017-12-11T18:41:54+00:00"
4327 },
4328 {
4329 "name": "ocramius/proxy-manager",
4330 "version": "1.0.2",
4331 "source": {
4332 "type": "git",
4333 "url": "https://github.com/Ocramius/ProxyManager.git",
4334 "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
4335 },
4336 "dist": {
4337 "type": "zip",
4338 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
4339 "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
4340 "shasum": ""
4341 },
4342 "require": {
4343 "php": ">=5.3.3",
4344 "zendframework/zend-code": ">2.2.5,<3.0"
4345 },
4346 "require-dev": {
4347 "ext-phar": "*",
4348 "phpunit/phpunit": "~4.0",
4349 "squizlabs/php_codesniffer": "1.5.*"
4350 },
4351 "suggest": {
4352 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
4353 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
4354 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
4355 "zendframework/zend-stdlib": "To use the hydrator proxy",
4356 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
4357 },
4358 "type": "library",
4359 "extra": {
4360 "branch-alias": {
4361 "dev-master": "2.0.x-dev"
4362 }
4363 },
4364 "autoload": {
4365 "psr-0": {
4366 "ProxyManager\\": "src"
4367 }
4368 },
4369 "notification-url": "https://packagist.org/downloads/",
4370 "license": [
4371 "MIT"
4372 ],
4373 "authors": [
4374 {
4375 "name": "Marco Pivetta",
4376 "email": "ocramius@gmail.com",
4377 "homepage": "http://ocramius.github.com/"
4378 }
4379 ],
4380 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
4381 "homepage": "https://github.com/Ocramius/ProxyManager",
4382 "keywords": [
4383 "aop",
4384 "lazy loading",
4385 "proxy",
4386 "proxy pattern",
4387 "service proxies"
4388 ],
4389 "time": "2015-08-09T04:28:19+00:00"
4390 },
4391 {
4392 "name": "pagerfanta/pagerfanta",
4393 "version": "v1.0.5",
4394 "source": {
4395 "type": "git",
4396 "url": "https://github.com/whiteoctober/Pagerfanta.git",
4397 "reference": "29aade64addfdfb12c05aabf160f09d1aea6b143"
4398 },
4399 "dist": {
4400 "type": "zip",
4401 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/29aade64addfdfb12c05aabf160f09d1aea6b143",
4402 "reference": "29aade64addfdfb12c05aabf160f09d1aea6b143",
4403 "shasum": ""
4404 },
4405 "require": {
4406 "php": ">=5.3.0"
4407 },
4408 "require-dev": {
4409 "doctrine/orm": "~2.3",
4410 "doctrine/phpcr-odm": "1.*",
4411 "jackalope/jackalope-doctrine-dbal": "1.*",
4412 "jmikola/geojson": "~1.0",
4413 "mandango/mandango": "~1.0@dev",
4414 "mandango/mondator": "~1.0@dev",
4415 "phpunit/phpunit": "~4 | ~5",
4416 "propel/propel": "~2.0@dev",
4417 "propel/propel1": "~1.6",
4418 "ruflin/elastica": "~1.3",
4419 "solarium/solarium": "~3.1"
4420 },
4421 "suggest": {
4422 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
4423 "doctrine/orm": "To use the DoctrineORMAdapter.",
4424 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
4425 "mandango/mandango": "To use the MandangoAdapter.",
4426 "propel/propel": "To use the Propel2Adapter",
4427 "propel/propel1": "To use the PropelAdapter",
4428 "solarium/solarium": "To use the SolariumAdapter."
4429 },
4430 "type": "library",
4431 "extra": {
4432 "branch-alias": {
4433 "dev-master": "1.0.x-dev"
4434 }
4435 },
4436 "autoload": {
4437 "psr-0": {
4438 "Pagerfanta\\": "src/"
4439 }
4440 },
4441 "notification-url": "https://packagist.org/downloads/",
4442 "license": [
4443 "MIT"
4444 ],
4445 "authors": [
4446 {
4447 "name": "Pablo Díez",
4448 "email": "pablodip@gmail.com"
4449 }
4450 ],
4451 "description": "Pagination for PHP 5.3",
4452 "keywords": [
4453 "page",
4454 "pagination",
4455 "paginator",
4456 "paging"
4457 ],
4458 "time": "2017-03-20T13:46:15+00:00"
4459 },
4460 {
4461 "name": "paragonie/random_compat",
4462 "version": "v2.0.11",
4463 "source": {
4464 "type": "git",
4465 "url": "https://github.com/paragonie/random_compat.git",
4466 "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
4467 },
4468 "dist": {
4469 "type": "zip",
4470 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
4471 "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
4472 "shasum": ""
4473 },
4474 "require": {
4475 "php": ">=5.2.0"
4476 },
4477 "require-dev": {
4478 "phpunit/phpunit": "4.*|5.*"
4479 },
4480 "suggest": {
4481 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
4482 },
4483 "type": "library",
4484 "autoload": {
4485 "files": [
4486 "lib/random.php"
4487 ]
4488 },
4489 "notification-url": "https://packagist.org/downloads/",
4490 "license": [
4491 "MIT"
4492 ],
4493 "authors": [
4494 {
4495 "name": "Paragon Initiative Enterprises",
4496 "email": "security@paragonie.com",
4497 "homepage": "https://paragonie.com"
4498 }
4499 ],
4500 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
4501 "keywords": [
4502 "csprng",
4503 "pseudorandom",
4504 "random"
4505 ],
4506 "time": "2017-09-27T21:40:39+00:00"
4507 },
4508 {
4509 "name": "php-amqplib/php-amqplib",
4510 "version": "v2.7.0",
4511 "source": {
4512 "type": "git",
4513 "url": "https://github.com/php-amqplib/php-amqplib.git",
4514 "reference": "f48748546e398d846134c594dfca9070c4c3b356"
4515 },
4516 "dist": {
4517 "type": "zip",
4518 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/f48748546e398d846134c594dfca9070c4c3b356",
4519 "reference": "f48748546e398d846134c594dfca9070c4c3b356",
4520 "shasum": ""
4521 },
4522 "require": {
4523 "ext-bcmath": "*",
4524 "ext-mbstring": "*",
4525 "php": ">=5.3.0"
4526 },
4527 "replace": {
4528 "videlalvaro/php-amqplib": "self.version"
4529 },
4530 "require-dev": {
4531 "phpunit/phpunit": "^4.8",
4532 "scrutinizer/ocular": "^1.1",
4533 "squizlabs/php_codesniffer": "^2.5"
4534 },
4535 "suggest": {
4536 "ext-sockets": "Use AMQPSocketConnection"
4537 },
4538 "type": "library",
4539 "extra": {
4540 "branch-alias": {
4541 "dev-master": "2.7-dev"
4542 }
4543 },
4544 "autoload": {
4545 "psr-4": {
4546 "PhpAmqpLib\\": "PhpAmqpLib/"
4547 }
4548 },
4549 "notification-url": "https://packagist.org/downloads/",
4550 "license": [
4551 "LGPL-2.1"
4552 ],
4553 "authors": [
4554 {
4555 "name": "Alvaro Videla",
4556 "role": "Original Maintainer"
4557 },
4558 {
4559 "name": "John Kelly",
4560 "email": "johnmkelly86@gmail.com",
4561 "role": "Maintainer"
4562 },
4563 {
4564 "name": "Raúl Araya",
4565 "email": "nubeiro@gmail.com",
4566 "role": "Maintainer"
4567 }
4568 ],
4569 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
4570 "homepage": "https://github.com/php-amqplib/php-amqplib/",
4571 "keywords": [
4572 "message",
4573 "queue",
4574 "rabbitmq"
4575 ],
4576 "time": "2017-08-03T22:06:21+00:00"
4577 },
4578 {
4579 "name": "php-amqplib/rabbitmq-bundle",
4580 "version": "v1.14.2",
4581 "source": {
4582 "type": "git",
4583 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
4584 "reference": "6c0407c69b3ddb05294c67cd5acd14b73670554b"
4585 },
4586 "dist": {
4587 "type": "zip",
4588 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/6c0407c69b3ddb05294c67cd5acd14b73670554b",
4589 "reference": "6c0407c69b3ddb05294c67cd5acd14b73670554b",
4590 "shasum": ""
4591 },
4592 "require": {
4593 "php": "^5.3.9|^7.0",
4594 "php-amqplib/php-amqplib": "^2.6",
4595 "psr/log": "^1.0",
4596 "symfony/config": "^2.7|^3.0|^4.0",
4597 "symfony/console": "^2.7|^3.0|^4.0",
4598 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
4599 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
4600 "symfony/yaml": "^2.7|^3.0|^4.0"
4601 },
4602 "replace": {
4603 "oldsound/rabbitmq-bundle": "self.version"
4604 },
4605 "require-dev": {
4606 "phpunit/phpunit": "^4.8.35|^5.4.3",
4607 "symfony/debug": "^2.7|^3.0|^4.0",
4608 "symfony/serializer": "^2.7|^3.0|^4.0"
4609 },
4610 "suggest": {
4611 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
4612 },
4613 "type": "symfony-bundle",
4614 "extra": {
4615 "branch-alias": {
4616 "dev-master": "1.10.x-dev"
4617 }
4618 },
4619 "autoload": {
4620 "psr-4": {
4621 "OldSound\\RabbitMqBundle\\": ""
4622 },
4623 "exclude-from-classmap": [
4624 "/Tests/"
4625 ]
4626 },
4627 "notification-url": "https://packagist.org/downloads/",
4628 "license": [
4629 "MIT"
4630 ],
4631 "authors": [
4632 {
4633 "name": "Alvaro Videla"
4634 }
4635 ],
4636 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
4637 "keywords": [
4638 "AMQP",
4639 "Symfony2",
4640 "message",
4641 "queue",
4642 "rabbitmq"
4643 ],
4644 "time": "2017-12-08T12:54:50+00:00"
4645 },
4646 {
4647 "name": "phpcollection/phpcollection",
4648 "version": "0.5.0",
4649 "source": {
4650 "type": "git",
4651 "url": "https://github.com/schmittjoh/php-collection.git",
4652 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
4653 },
4654 "dist": {
4655 "type": "zip",
4656 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
4657 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
4658 "shasum": ""
4659 },
4660 "require": {
4661 "phpoption/phpoption": "1.*"
4662 },
4663 "type": "library",
4664 "extra": {
4665 "branch-alias": {
4666 "dev-master": "0.4-dev"
4667 }
4668 },
4669 "autoload": {
4670 "psr-0": {
4671 "PhpCollection": "src/"
4672 }
4673 },
4674 "notification-url": "https://packagist.org/downloads/",
4675 "license": [
4676 "Apache2"
4677 ],
4678 "authors": [
4679 {
4680 "name": "Johannes M. Schmitt",
4681 "email": "schmittjoh@gmail.com"
4682 }
4683 ],
4684 "description": "General-Purpose Collection Library for PHP",
4685 "keywords": [
4686 "collection",
4687 "list",
4688 "map",
4689 "sequence",
4690 "set"
4691 ],
4692 "time": "2015-05-17T12:39:23+00:00"
4693 },
4694 {
4695 "name": "phpoption/phpoption",
4696 "version": "1.5.0",
4697 "source": {
4698 "type": "git",
4699 "url": "https://github.com/schmittjoh/php-option.git",
4700 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
4701 },
4702 "dist": {
4703 "type": "zip",
4704 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
4705 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
4706 "shasum": ""
4707 },
4708 "require": {
4709 "php": ">=5.3.0"
4710 },
4711 "require-dev": {
4712 "phpunit/phpunit": "4.7.*"
4713 },
4714 "type": "library",
4715 "extra": {
4716 "branch-alias": {
4717 "dev-master": "1.3-dev"
4718 }
4719 },
4720 "autoload": {
4721 "psr-0": {
4722 "PhpOption\\": "src/"
4723 }
4724 },
4725 "notification-url": "https://packagist.org/downloads/",
4726 "license": [
4727 "Apache2"
4728 ],
4729 "authors": [
4730 {
4731 "name": "Johannes M. Schmitt",
4732 "email": "schmittjoh@gmail.com"
4733 }
4734 ],
4735 "description": "Option Type for PHP",
4736 "keywords": [
4737 "language",
4738 "option",
4739 "php",
4740 "type"
4741 ],
4742 "time": "2015-07-25T16:39:46+00:00"
4743 },
4744 {
4745 "name": "phpzip/phpzip",
4746 "version": "2.0.8",
4747 "source": {
4748 "type": "git",
4749 "url": "https://github.com/Grandt/PHPZip.git",
4750 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
4751 },
4752 "dist": {
4753 "type": "zip",
4754 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
4755 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
4756 "shasum": ""
4757 },
4758 "require": {
4759 "grandt/binstring": ">=1.0.0",
4760 "grandt/phpzipmerge": ">=1.0.4",
4761 "grandt/relativepath": ">=1.0.2",
4762 "php": ">=5.3.0"
4763 },
4764 "type": "library",
4765 "autoload": {
4766 "psr-4": {
4767 "PHPZip\\Zip\\": "src/Zip"
4768 }
4769 },
4770 "notification-url": "https://packagist.org/downloads/",
4771 "license": [
4772 "LGPL-2.1"
4773 ],
4774 "authors": [
4775 {
4776 "name": "Adam Schmalhofer",
4777 "email": "Adam.Schmalhofer@gmx.de",
4778 "role": "Developer"
4779 },
4780 {
4781 "name": "A. Grandt",
4782 "email": "php@grandt.com",
4783 "homepage": "http://grandt.com",
4784 "role": "Developer"
4785 },
4786 {
4787 "name": "Greg Kappatos",
4788 "homepage": "http://websiteconnect.com.au",
4789 "role": "Developer"
4790 }
4791 ],
4792 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
4793 "homepage": "https://github.com/Grandt/PHPZip",
4794 "keywords": [
4795 "archive",
4796 "compressed",
4797 "compression",
4798 "phpzip",
4799 "pkzip",
4800 "stream",
4801 "zip"
4802 ],
4803 "time": "2015-11-16T16:30:51+00:00"
4804 },
4805 {
4806 "name": "predis/predis",
4807 "version": "v1.1.1",
4808 "source": {
4809 "type": "git",
4810 "url": "https://github.com/nrk/predis.git",
4811 "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
4812 },
4813 "dist": {
4814 "type": "zip",
4815 "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
4816 "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
4817 "shasum": ""
4818 },
4819 "require": {
4820 "php": ">=5.3.9"
4821 },
4822 "require-dev": {
4823 "phpunit/phpunit": "~4.8"
4824 },
4825 "suggest": {
4826 "ext-curl": "Allows access to Webdis when paired with phpiredis",
4827 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
4828 },
4829 "type": "library",
4830 "autoload": {
4831 "psr-4": {
4832 "Predis\\": "src/"
4833 }
4834 },
4835 "notification-url": "https://packagist.org/downloads/",
4836 "license": [
4837 "MIT"
4838 ],
4839 "authors": [
4840 {
4841 "name": "Daniele Alessandri",
4842 "email": "suppakilla@gmail.com",
4843 "homepage": "http://clorophilla.net"
4844 }
4845 ],
4846 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
4847 "homepage": "http://github.com/nrk/predis",
4848 "keywords": [
4849 "nosql",
4850 "predis",
4851 "redis"
4852 ],
4853 "time": "2016-06-16T16:22:20+00:00"
4854 },
4855 {
4856 "name": "psr/cache",
4857 "version": "1.0.1",
4858 "source": {
4859 "type": "git",
4860 "url": "https://github.com/php-fig/cache.git",
4861 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
4862 },
4863 "dist": {
4864 "type": "zip",
4865 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
4866 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
4867 "shasum": ""
4868 },
4869 "require": {
4870 "php": ">=5.3.0"
4871 },
4872 "type": "library",
4873 "extra": {
4874 "branch-alias": {
4875 "dev-master": "1.0.x-dev"
4876 }
4877 },
4878 "autoload": {
4879 "psr-4": {
4880 "Psr\\Cache\\": "src/"
4881 }
4882 },
4883 "notification-url": "https://packagist.org/downloads/",
4884 "license": [
4885 "MIT"
4886 ],
4887 "authors": [
4888 {
4889 "name": "PHP-FIG",
4890 "homepage": "http://www.php-fig.org/"
4891 }
4892 ],
4893 "description": "Common interface for caching libraries",
4894 "keywords": [
4895 "cache",
4896 "psr",
4897 "psr-6"
4898 ],
4899 "time": "2016-08-06T20:24:11+00:00"
4900 },
4901 {
4902 "name": "psr/container",
4903 "version": "1.0.0",
4904 "source": {
4905 "type": "git",
4906 "url": "https://github.com/php-fig/container.git",
4907 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
4908 },
4909 "dist": {
4910 "type": "zip",
4911 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
4912 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
4913 "shasum": ""
4914 },
4915 "require": {
4916 "php": ">=5.3.0"
4917 },
4918 "type": "library",
4919 "extra": {
4920 "branch-alias": {
4921 "dev-master": "1.0.x-dev"
4922 }
4923 },
4924 "autoload": {
4925 "psr-4": {
4926 "Psr\\Container\\": "src/"
4927 }
4928 },
4929 "notification-url": "https://packagist.org/downloads/",
4930 "license": [
4931 "MIT"
4932 ],
4933 "authors": [
4934 {
4935 "name": "PHP-FIG",
4936 "homepage": "http://www.php-fig.org/"
4937 }
4938 ],
4939 "description": "Common Container Interface (PHP FIG PSR-11)",
4940 "homepage": "https://github.com/php-fig/container",
4941 "keywords": [
4942 "PSR-11",
4943 "container",
4944 "container-interface",
4945 "container-interop",
4946 "psr"
4947 ],
4948 "time": "2017-02-14T16:28:37+00:00"
4949 },
4950 {
4951 "name": "psr/link",
4952 "version": "1.0.0",
4953 "source": {
4954 "type": "git",
4955 "url": "https://github.com/php-fig/link.git",
4956 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
4957 },
4958 "dist": {
4959 "type": "zip",
4960 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
4961 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
4962 "shasum": ""
4963 },
4964 "require": {
4965 "php": ">=5.3.0"
4966 },
4967 "type": "library",
4968 "extra": {
4969 "branch-alias": {
4970 "dev-master": "1.0.x-dev"
4971 }
4972 },
4973 "autoload": {
4974 "psr-4": {
4975 "Psr\\Link\\": "src/"
4976 }
4977 },
4978 "notification-url": "https://packagist.org/downloads/",
4979 "license": [
4980 "MIT"
4981 ],
4982 "authors": [
4983 {
4984 "name": "PHP-FIG",
4985 "homepage": "http://www.php-fig.org/"
4986 }
4987 ],
4988 "description": "Common interfaces for HTTP links",
4989 "keywords": [
4990 "http",
4991 "http-link",
4992 "link",
4993 "psr",
4994 "psr-13",
4995 "rest"
4996 ],
4997 "time": "2016-10-28T16:06:13+00:00"
4998 },
4999 {
5000 "name": "psr/log",
5001 "version": "1.0.2",
5002 "source": {
5003 "type": "git",
5004 "url": "https://github.com/php-fig/log.git",
5005 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
5006 },
5007 "dist": {
5008 "type": "zip",
5009 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
5010 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
5011 "shasum": ""
5012 },
5013 "require": {
5014 "php": ">=5.3.0"
5015 },
5016 "type": "library",
5017 "extra": {
5018 "branch-alias": {
5019 "dev-master": "1.0.x-dev"
5020 }
5021 },
5022 "autoload": {
5023 "psr-4": {
5024 "Psr\\Log\\": "Psr/Log/"
5025 }
5026 },
5027 "notification-url": "https://packagist.org/downloads/",
5028 "license": [
5029 "MIT"
5030 ],
5031 "authors": [
5032 {
5033 "name": "PHP-FIG",
5034 "homepage": "http://www.php-fig.org/"
5035 }
5036 ],
5037 "description": "Common interface for logging libraries",
5038 "homepage": "https://github.com/php-fig/log",
5039 "keywords": [
5040 "log",
5041 "psr",
5042 "psr-3"
5043 ],
5044 "time": "2016-10-10T12:19:37+00:00"
5045 },
5046 {
5047 "name": "psr/simple-cache",
5048 "version": "1.0.0",
5049 "source": {
5050 "type": "git",
5051 "url": "https://github.com/php-fig/simple-cache.git",
5052 "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
5053 },
5054 "dist": {
5055 "type": "zip",
5056 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
5057 "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
5058 "shasum": ""
5059 },
5060 "require": {
5061 "php": ">=5.3.0"
5062 },
5063 "type": "library",
5064 "extra": {
5065 "branch-alias": {
5066 "dev-master": "1.0.x-dev"
5067 }
5068 },
5069 "autoload": {
5070 "psr-4": {
5071 "Psr\\SimpleCache\\": "src/"
5072 }
5073 },
5074 "notification-url": "https://packagist.org/downloads/",
5075 "license": [
5076 "MIT"
5077 ],
5078 "authors": [
5079 {
5080 "name": "PHP-FIG",
5081 "homepage": "http://www.php-fig.org/"
5082 }
5083 ],
5084 "description": "Common interfaces for simple caching",
5085 "keywords": [
5086 "cache",
5087 "caching",
5088 "psr",
5089 "psr-16",
5090 "simple-cache"
5091 ],
5092 "time": "2017-01-02T13:31:39+00:00"
5093 },
5094 {
5095 "name": "react/promise",
5096 "version": "v2.5.1",
5097 "source": {
5098 "type": "git",
5099 "url": "https://github.com/reactphp/promise.git",
5100 "reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
5101 },
5102 "dist": {
5103 "type": "zip",
5104 "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
5105 "reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
5106 "shasum": ""
5107 },
5108 "require": {
5109 "php": ">=5.4.0"
5110 },
5111 "require-dev": {
5112 "phpunit/phpunit": "~4.8"
5113 },
5114 "type": "library",
5115 "autoload": {
5116 "psr-4": {
5117 "React\\Promise\\": "src/"
5118 },
5119 "files": [
5120 "src/functions_include.php"
5121 ]
5122 },
5123 "notification-url": "https://packagist.org/downloads/",
5124 "license": [
5125 "MIT"
5126 ],
5127 "authors": [
5128 {
5129 "name": "Jan Sorgalla",
5130 "email": "jsorgalla@gmail.com"
5131 }
5132 ],
5133 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
5134 "keywords": [
5135 "promise",
5136 "promises"
5137 ],
5138 "time": "2017-03-25T12:08:31+00:00"
5139 },
5140 {
5141 "name": "scheb/two-factor-bundle",
5142 "version": "v2.14.0",
5143 "source": {
5144 "type": "git",
5145 "url": "https://github.com/scheb/two-factor-bundle.git",
5146 "reference": "6ba7afc0e79fd3321e7c4f9974ff9b6d2f751222"
5147 },
5148 "dist": {
5149 "type": "zip",
5150 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/6ba7afc0e79fd3321e7c4f9974ff9b6d2f751222",
5151 "reference": "6ba7afc0e79fd3321e7c4f9974ff9b6d2f751222",
5152 "shasum": ""
5153 },
5154 "require": {
5155 "paragonie/random_compat": "~1.0|~2.0",
5156 "sonata-project/google-authenticator": "~1.0",
5157 "symfony/config": "~2.6|~3.0|^4.0",
5158 "symfony/console": "~2.6|~3.0|^4.0",
5159 "symfony/dependency-injection": "~2.6|~3.0|^4.0",
5160 "symfony/event-dispatcher": "~2.6|~3.0|^4.0",
5161 "symfony/framework-bundle": "~2.6|~3.0|^4.0",
5162 "symfony/http-foundation": "~2.6|~3.0|^4.0",
5163 "symfony/http-kernel": "~2.6|~3.0|^4.0",
5164 "symfony/security-core": "~2.6|~3.0|^4.0",
5165 "symfony/security-http": "~2.6|~3.0|^4.0"
5166 },
5167 "require-dev": {
5168 "doctrine/orm": "~2.4,>=2.4.5",
5169 "phpunit/phpunit": ">=4.8,<6.0",
5170 "satooshi/php-coveralls": "~0.6",
5171 "swiftmailer/swiftmailer": ">=4.3,<6.0",
5172 "symfony/phpunit-bridge": "~2.7|~3.0|^4.0",
5173 "symfony/templating": "~2.6|~3.0|^4.0"
5174 },
5175 "suggest": {
5176 "ocramius/proxy-manager": "For performance improvements",
5177 "r/u2f-two-factor-bundle": "Two-factor provider for U2F Yuibkey"
5178 },
5179 "type": "symfony-bundle",
5180 "autoload": {
5181 "psr-4": {
5182 "Scheb\\TwoFactorBundle\\": ""
5183 }
5184 },
5185 "notification-url": "https://packagist.org/downloads/",
5186 "license": [
5187 "MIT"
5188 ],
5189 "authors": [
5190 {
5191 "name": "Christian Scheb",
5192 "email": "me@christianscheb.de"
5193 }
5194 ],
5195 "description": "Provides two-factor authentication for Symfony applications",
5196 "homepage": "https://github.com/scheb/two-factor-bundle",
5197 "keywords": [
5198 "Authentication",
5199 "security",
5200 "symfony",
5201 "two-factor",
5202 "two-step"
5203 ],
5204 "time": "2017-11-18T10:48:13+00:00"
5205 },
5206 {
5207 "name": "sensio/distribution-bundle",
5208 "version": "v5.0.21",
5209 "source": {
5210 "type": "git",
5211 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
5212 "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a"
5213 },
5214 "dist": {
5215 "type": "zip",
5216 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/eb6266b3b472e4002538610b28a0a04bcf94891a",
5217 "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a",
5218 "shasum": ""
5219 },
5220 "require": {
5221 "php": ">=5.3.9",
5222 "sensiolabs/security-checker": "~3.0|~4.0",
5223 "symfony/class-loader": "~2.3|~3.0",
5224 "symfony/config": "~2.3|~3.0",
5225 "symfony/dependency-injection": "~2.3|~3.0",
5226 "symfony/filesystem": "~2.3|~3.0",
5227 "symfony/http-kernel": "~2.3|~3.0",
5228 "symfony/process": "~2.3|~3.0"
5229 },
5230 "type": "symfony-bundle",
5231 "extra": {
5232 "branch-alias": {
5233 "dev-master": "5.0.x-dev"
5234 }
5235 },
5236 "autoload": {
5237 "psr-4": {
5238 "Sensio\\Bundle\\DistributionBundle\\": ""
5239 }
5240 },
5241 "notification-url": "https://packagist.org/downloads/",
5242 "license": [
5243 "MIT"
5244 ],
5245 "authors": [
5246 {
5247 "name": "Fabien Potencier",
5248 "email": "fabien@symfony.com"
5249 }
5250 ],
5251 "description": "Base bundle for Symfony Distributions",
5252 "keywords": [
5253 "configuration",
5254 "distribution"
5255 ],
5256 "time": "2017-08-25T16:55:44+00:00"
5257 },
5258 {
5259 "name": "sensio/framework-extra-bundle",
5260 "version": "v3.0.29",
5261 "source": {
5262 "type": "git",
5263 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
5264 "reference": "bb907234df776b68922eb4b25bfa061683597b6a"
5265 },
5266 "dist": {
5267 "type": "zip",
5268 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bb907234df776b68922eb4b25bfa061683597b6a",
5269 "reference": "bb907234df776b68922eb4b25bfa061683597b6a",
5270 "shasum": ""
5271 },
5272 "require": {
5273 "doctrine/common": "~2.2",
5274 "symfony/dependency-injection": "~2.3|~3.0",
5275 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
5276 },
5277 "require-dev": {
5278 "doctrine/doctrine-bundle": "~1.5",
5279 "doctrine/orm": "~2.4,>=2.4.5",
5280 "symfony/asset": "~2.7|~3.0|~4.0",
5281 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5282 "symfony/dom-crawler": "~2.3|~3.0|~4.0",
5283 "symfony/expression-language": "~2.4|~3.0|~4.0",
5284 "symfony/finder": "~2.3|~3.0|~4.0",
5285 "symfony/phpunit-bridge": "~3.2|~4.0",
5286 "symfony/psr-http-message-bridge": "^0.3|^1.0",
5287 "symfony/security-bundle": "~2.4|~3.0|~4.0",
5288 "symfony/templating": "~2.3|~3.0|~4.0",
5289 "symfony/translation": "~2.3|~3.0|~4.0",
5290 "symfony/twig-bundle": "~2.3|~3.0|~4.0",
5291 "symfony/yaml": "~2.3|~3.0|~4.0",
5292 "twig/twig": "~1.12|~2.0",
5293 "zendframework/zend-diactoros": "^1.3"
5294 },
5295 "suggest": {
5296 "symfony/expression-language": "",
5297 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
5298 "symfony/security-bundle": ""
5299 },
5300 "type": "symfony-bundle",
5301 "extra": {
5302 "branch-alias": {
5303 "dev-master": "3.0.x-dev"
5304 }
5305 },
5306 "autoload": {
5307 "psr-4": {
5308 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
5309 }
5310 },
5311 "notification-url": "https://packagist.org/downloads/",
5312 "license": [
5313 "MIT"
5314 ],
5315 "authors": [
5316 {
5317 "name": "Fabien Potencier",
5318 "email": "fabien@symfony.com"
5319 }
5320 ],
5321 "description": "This bundle provides a way to configure your controllers with annotations",
5322 "keywords": [
5323 "annotations",
5324 "controllers"
5325 ],
5326 "time": "2017-12-14T19:03:23+00:00"
5327 },
5328 {
5329 "name": "sensiolabs/security-checker",
5330 "version": "v4.1.7",
5331 "source": {
5332 "type": "git",
5333 "url": "https://github.com/sensiolabs/security-checker.git",
5334 "reference": "d539ccba2b4dce515de04f16b7ed7ae5b9eeb434"
5335 },
5336 "dist": {
5337 "type": "zip",
5338 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/d539ccba2b4dce515de04f16b7ed7ae5b9eeb434",
5339 "reference": "d539ccba2b4dce515de04f16b7ed7ae5b9eeb434",
5340 "shasum": ""
5341 },
5342 "require": {
5343 "composer/ca-bundle": "^1.0",
5344 "symfony/console": "~2.7|~3.0|~4.0"
5345 },
5346 "bin": [
5347 "security-checker"
5348 ],
5349 "type": "library",
5350 "extra": {
5351 "branch-alias": {
5352 "dev-master": "4.1-dev"
5353 }
5354 },
5355 "autoload": {
5356 "psr-0": {
5357 "SensioLabs\\Security": ""
5358 }
5359 },
5360 "notification-url": "https://packagist.org/downloads/",
5361 "license": [
5362 "MIT"
5363 ],
5364 "authors": [
5365 {
5366 "name": "Fabien Potencier",
5367 "email": "fabien.potencier@gmail.com"
5368 }
5369 ],
5370 "description": "A security checker for your composer.lock",
5371 "time": "2018-01-11T05:54:03+00:00"
5372 },
5373 {
5374 "name": "simplepie/simplepie",
5375 "version": "1.5.1",
5376 "source": {
5377 "type": "git",
5378 "url": "https://github.com/simplepie/simplepie.git",
5379 "reference": "db9fff27b6d49eed3d4047cd3211ec8dba2f5d6e"
5380 },
5381 "dist": {
5382 "type": "zip",
5383 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/db9fff27b6d49eed3d4047cd3211ec8dba2f5d6e",
5384 "reference": "db9fff27b6d49eed3d4047cd3211ec8dba2f5d6e",
5385 "shasum": ""
5386 },
5387 "require": {
5388 "php": ">=5.3.0"
5389 },
5390 "require-dev": {
5391 "phpunit/phpunit": "~4 || ~5"
5392 },
5393 "suggest": {
5394 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
5395 },
5396 "type": "library",
5397 "autoload": {
5398 "psr-0": {
5399 "SimplePie": "library"
5400 }
5401 },
5402 "notification-url": "https://packagist.org/downloads/",
5403 "license": [
5404 "BSD-3-Clause"
5405 ],
5406 "authors": [
5407 {
5408 "name": "Ryan Parman",
5409 "homepage": "http://ryanparman.com/",
5410 "role": "Creator, alumnus developer"
5411 },
5412 {
5413 "name": "Geoffrey Sneddon",
5414 "homepage": "http://gsnedders.com/",
5415 "role": "Alumnus developer"
5416 },
5417 {
5418 "name": "Ryan McCue",
5419 "email": "me@ryanmccue.info",
5420 "homepage": "http://ryanmccue.info/",
5421 "role": "Developer"
5422 }
5423 ],
5424 "description": "A simple Atom/RSS parsing library for PHP",
5425 "homepage": "http://simplepie.org/",
5426 "keywords": [
5427 "atom",
5428 "feeds",
5429 "rss"
5430 ],
5431 "time": "2017-11-12T02:03:34+00:00"
5432 },
5433 {
5434 "name": "smalot/pdfparser",
5435 "version": "v0.11",
5436 "source": {
5437 "type": "git",
5438 "url": "https://github.com/smalot/pdfparser.git",
5439 "reference": "40462c1a662d5fbc8f48d30626695a06f047e0cf"
5440 },
5441 "dist": {
5442 "type": "zip",
5443 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/40462c1a662d5fbc8f48d30626695a06f047e0cf",
5444 "reference": "40462c1a662d5fbc8f48d30626695a06f047e0cf",
5445 "shasum": ""
5446 },
5447 "require": {
5448 "ext-iconv": "*",
5449 "php": ">=5.3.0",
5450 "tecnickcom/tcpdf": "~6.0"
5451 },
5452 "require-dev": {
5453 "atoum/atoum": "^2.8 | ^3.0"
5454 },
5455 "type": "library",
5456 "autoload": {
5457 "psr-0": {
5458 "Smalot\\PdfParser\\": "src/"
5459 }
5460 },
5461 "notification-url": "https://packagist.org/downloads/",
5462 "license": [
5463 "LGPLv3"
5464 ],
5465 "authors": [
5466 {
5467 "name": "Sebastien Malot",
5468 "email": "sebastien@malot.fr"
5469 }
5470 ],
5471 "description": "Pdf parser library. Can read and extract information from pdf file.",
5472 "homepage": "http://www.pdfparser.org",
5473 "keywords": [
5474 "extract",
5475 "parse",
5476 "parser",
5477 "pdf",
5478 "text"
5479 ],
5480 "time": "2017-09-14T12:26:16+00:00"
5481 },
5482 {
5483 "name": "sonata-project/google-authenticator",
5484 "version": "1.1.0",
5485 "source": {
5486 "type": "git",
5487 "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
5488 "reference": "ccf7ecb68e875562c70b28a470fe0daf48625b39"
5489 },
5490 "dist": {
5491 "type": "zip",
5492 "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/ccf7ecb68e875562c70b28a470fe0daf48625b39",
5493 "reference": "ccf7ecb68e875562c70b28a470fe0daf48625b39",
5494 "shasum": ""
5495 },
5496 "require": {
5497 "paragonie/random_compat": "^2.0",
5498 "php": "^5.3 || ^7.0"
5499 },
5500 "require-dev": {
5501 "sllh/php-cs-fixer-styleci-bridge": "^2.0",
5502 "symfony/phpunit-bridge": "~2.7|~3.0"
5503 },
5504 "type": "library",
5505 "extra": {
5506 "branch-alias": {
5507 "dev-master": "1.x-dev"
5508 }
5509 },
5510 "autoload": {
5511 "psr-4": {
5512 "Google\\Authenticator\\": "src/"
5513 }
5514 },
5515 "notification-url": "https://packagist.org/downloads/",
5516 "license": [
5517 "MIT"
5518 ],
5519 "authors": [
5520 {
5521 "name": "Christian Stocker",
5522 "email": "me@chregu.tv"
5523 },
5524 {
5525 "name": "Andre DeMarre",
5526 "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
5527 },
5528 {
5529 "name": "Thomas Rabaix",
5530 "email": "thomas.rabaix@gmail.com"
5531 }
5532 ],
5533 "description": "Library to integrate Google Authenticator into a PHP project",
5534 "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
5535 "keywords": [
5536 "google authenticator"
5537 ],
5538 "time": "2017-04-19T14:00:07+00:00"
5539 },
5540 {
5541 "name": "stof/doctrine-extensions-bundle",
5542 "version": "v1.3.0",
5543 "source": {
5544 "type": "git",
5545 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
5546 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
5547 },
5548 "dist": {
5549 "type": "zip",
5550 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
5551 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
5552 "shasum": ""
5553 },
5554 "require": {
5555 "gedmo/doctrine-extensions": "^2.3.4",
5556 "php": ">=5.3.2",
5557 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
5558 },
5559 "require-dev": {
5560 "symfony/phpunit-bridge": "^4.0",
5561 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
5562 },
5563 "suggest": {
5564 "doctrine/doctrine-bundle": "to use the ORM extensions",
5565 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
5566 },
5567 "type": "symfony-bundle",
5568 "extra": {
5569 "branch-alias": {
5570 "dev-master": "1.3.x-dev"
5571 }
5572 },
5573 "autoload": {
5574 "psr-4": {
5575 "Stof\\DoctrineExtensionsBundle\\": ""
5576 }
5577 },
5578 "notification-url": "https://packagist.org/downloads/",
5579 "license": [
5580 "MIT"
5581 ],
5582 "authors": [
5583 {
5584 "name": "Christophe Coevoet",
5585 "email": "stof@notk.org"
5586 }
5587 ],
5588 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
5589 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
5590 "keywords": [
5591 "behaviors",
5592 "doctrine2",
5593 "extensions",
5594 "gedmo",
5595 "loggable",
5596 "nestedset",
5597 "sluggable",
5598 "sortable",
5599 "timestampable",
5600 "translatable",
5601 "tree"
5602 ],
5603 "time": "2017-12-24T16:06:50+00:00"
5604 },
5605 {
5606 "name": "swiftmailer/swiftmailer",
5607 "version": "v5.4.8",
5608 "source": {
5609 "type": "git",
5610 "url": "https://github.com/swiftmailer/swiftmailer.git",
5611 "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
5612 },
5613 "dist": {
5614 "type": "zip",
5615 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
5616 "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
5617 "shasum": ""
5618 },
5619 "require": {
5620 "php": ">=5.3.3"
5621 },
5622 "require-dev": {
5623 "mockery/mockery": "~0.9.1",
5624 "symfony/phpunit-bridge": "~3.2"
5625 },
5626 "type": "library",
5627 "extra": {
5628 "branch-alias": {
5629 "dev-master": "5.4-dev"
5630 }
5631 },
5632 "autoload": {
5633 "files": [
5634 "lib/swift_required.php"
5635 ]
5636 },
5637 "notification-url": "https://packagist.org/downloads/",
5638 "license": [
5639 "MIT"
5640 ],
5641 "authors": [
5642 {
5643 "name": "Chris Corbyn"
5644 },
5645 {
5646 "name": "Fabien Potencier",
5647 "email": "fabien@symfony.com"
5648 }
5649 ],
5650 "description": "Swiftmailer, free feature-rich PHP mailer",
5651 "homepage": "http://swiftmailer.org",
5652 "keywords": [
5653 "email",
5654 "mail",
5655 "mailer"
5656 ],
5657 "time": "2017-05-01T15:54:03+00:00"
5658 },
5659 {
5660 "name": "symfony/monolog-bundle",
5661 "version": "v3.1.2",
5662 "source": {
5663 "type": "git",
5664 "url": "https://github.com/symfony/monolog-bundle.git",
5665 "reference": "2b41b8b6d2c6edb1a5494f02f8e4129be2a44784"
5666 },
5667 "dist": {
5668 "type": "zip",
5669 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/2b41b8b6d2c6edb1a5494f02f8e4129be2a44784",
5670 "reference": "2b41b8b6d2c6edb1a5494f02f8e4129be2a44784",
5671 "shasum": ""
5672 },
5673 "require": {
5674 "monolog/monolog": "~1.22",
5675 "php": ">=5.3.2",
5676 "symfony/config": "~2.7|~3.0|~4.0",
5677 "symfony/dependency-injection": "~2.7|~3.0|~4.0",
5678 "symfony/http-kernel": "~2.7|~3.0|~4.0",
5679 "symfony/monolog-bridge": "~2.7|~3.0|~4.0"
5680 },
5681 "require-dev": {
5682 "symfony/console": "~2.3|~3.0|~4.0",
5683 "symfony/phpunit-bridge": "^3.3|^4.0",
5684 "symfony/yaml": "~2.3|~3.0|~4.0"
5685 },
5686 "type": "symfony-bundle",
5687 "extra": {
5688 "branch-alias": {
5689 "dev-master": "3.x-dev"
5690 }
5691 },
5692 "autoload": {
5693 "psr-4": {
5694 "Symfony\\Bundle\\MonologBundle\\": ""
5695 },
5696 "exclude-from-classmap": [
5697 "/Tests/"
5698 ]
5699 },
5700 "notification-url": "https://packagist.org/downloads/",
5701 "license": [
5702 "MIT"
5703 ],
5704 "authors": [
5705 {
5706 "name": "Symfony Community",
5707 "homepage": "http://symfony.com/contributors"
5708 },
5709 {
5710 "name": "Fabien Potencier",
5711 "email": "fabien@symfony.com"
5712 }
5713 ],
5714 "description": "Symfony MonologBundle",
5715 "homepage": "http://symfony.com",
5716 "keywords": [
5717 "log",
5718 "logging"
5719 ],
5720 "time": "2017-11-06T16:02:17+00:00"
5721 },
5722 {
5723 "name": "symfony/polyfill-apcu",
5724 "version": "v1.6.0",
5725 "source": {
5726 "type": "git",
5727 "url": "https://github.com/symfony/polyfill-apcu.git",
5728 "reference": "04f62674339602def515bff4bc6901fc1d4951e8"
5729 },
5730 "dist": {
5731 "type": "zip",
5732 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/04f62674339602def515bff4bc6901fc1d4951e8",
5733 "reference": "04f62674339602def515bff4bc6901fc1d4951e8",
5734 "shasum": ""
5735 },
5736 "require": {
5737 "php": ">=5.3.3"
5738 },
5739 "type": "library",
5740 "extra": {
5741 "branch-alias": {
5742 "dev-master": "1.6-dev"
5743 }
5744 },
5745 "autoload": {
5746 "psr-4": {
5747 "Symfony\\Polyfill\\Apcu\\": ""
5748 },
5749 "files": [
5750 "bootstrap.php"
5751 ]
5752 },
5753 "notification-url": "https://packagist.org/downloads/",
5754 "license": [
5755 "MIT"
5756 ],
5757 "authors": [
5758 {
5759 "name": "Nicolas Grekas",
5760 "email": "p@tchwork.com"
5761 },
5762 {
5763 "name": "Symfony Community",
5764 "homepage": "https://symfony.com/contributors"
5765 }
5766 ],
5767 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
5768 "homepage": "https://symfony.com",
5769 "keywords": [
5770 "apcu",
5771 "compatibility",
5772 "polyfill",
5773 "portable",
5774 "shim"
5775 ],
5776 "time": "2017-10-11T12:05:26+00:00"
5777 },
5778 {
5779 "name": "symfony/polyfill-intl-icu",
5780 "version": "v1.6.0",
5781 "source": {
5782 "type": "git",
5783 "url": "https://github.com/symfony/polyfill-intl-icu.git",
5784 "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497"
5785 },
5786 "dist": {
5787 "type": "zip",
5788 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/d2bb2ef00dd8605d6fbd4db53ed4af1395953497",
5789 "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497",
5790 "shasum": ""
5791 },
5792 "require": {
5793 "php": ">=5.3.3",
5794 "symfony/intl": "~2.3|~3.0|~4.0"
5795 },
5796 "suggest": {
5797 "ext-intl": "For best performance"
5798 },
5799 "type": "library",
5800 "extra": {
5801 "branch-alias": {
5802 "dev-master": "1.6-dev"
5803 }
5804 },
5805 "autoload": {
5806 "files": [
5807 "bootstrap.php"
5808 ]
5809 },
5810 "notification-url": "https://packagist.org/downloads/",
5811 "license": [
5812 "MIT"
5813 ],
5814 "authors": [
5815 {
5816 "name": "Nicolas Grekas",
5817 "email": "p@tchwork.com"
5818 },
5819 {
5820 "name": "Symfony Community",
5821 "homepage": "https://symfony.com/contributors"
5822 }
5823 ],
5824 "description": "Symfony polyfill for intl's ICU-related data and classes",
5825 "homepage": "https://symfony.com",
5826 "keywords": [
5827 "compatibility",
5828 "icu",
5829 "intl",
5830 "polyfill",
5831 "portable",
5832 "shim"
5833 ],
5834 "time": "2017-10-11T12:05:26+00:00"
5835 },
5836 {
5837 "name": "symfony/polyfill-mbstring",
5838 "version": "v1.6.0",
5839 "source": {
5840 "type": "git",
5841 "url": "https://github.com/symfony/polyfill-mbstring.git",
5842 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
5843 },
5844 "dist": {
5845 "type": "zip",
5846 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
5847 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
5848 "shasum": ""
5849 },
5850 "require": {
5851 "php": ">=5.3.3"
5852 },
5853 "suggest": {
5854 "ext-mbstring": "For best performance"
5855 },
5856 "type": "library",
5857 "extra": {
5858 "branch-alias": {
5859 "dev-master": "1.6-dev"
5860 }
5861 },
5862 "autoload": {
5863 "psr-4": {
5864 "Symfony\\Polyfill\\Mbstring\\": ""
5865 },
5866 "files": [
5867 "bootstrap.php"
5868 ]
5869 },
5870 "notification-url": "https://packagist.org/downloads/",
5871 "license": [
5872 "MIT"
5873 ],
5874 "authors": [
5875 {
5876 "name": "Nicolas Grekas",
5877 "email": "p@tchwork.com"
5878 },
5879 {
5880 "name": "Symfony Community",
5881 "homepage": "https://symfony.com/contributors"
5882 }
5883 ],
5884 "description": "Symfony polyfill for the Mbstring extension",
5885 "homepage": "https://symfony.com",
5886 "keywords": [
5887 "compatibility",
5888 "mbstring",
5889 "polyfill",
5890 "portable",
5891 "shim"
5892 ],
5893 "time": "2017-10-11T12:05:26+00:00"
5894 },
5895 {
5896 "name": "symfony/polyfill-php56",
5897 "version": "v1.6.0",
5898 "source": {
5899 "type": "git",
5900 "url": "https://github.com/symfony/polyfill-php56.git",
5901 "reference": "265fc96795492430762c29be291a371494ba3a5b"
5902 },
5903 "dist": {
5904 "type": "zip",
5905 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/265fc96795492430762c29be291a371494ba3a5b",
5906 "reference": "265fc96795492430762c29be291a371494ba3a5b",
5907 "shasum": ""
5908 },
5909 "require": {
5910 "php": ">=5.3.3",
5911 "symfony/polyfill-util": "~1.0"
5912 },
5913 "type": "library",
5914 "extra": {
5915 "branch-alias": {
5916 "dev-master": "1.6-dev"
5917 }
5918 },
5919 "autoload": {
5920 "psr-4": {
5921 "Symfony\\Polyfill\\Php56\\": ""
5922 },
5923 "files": [
5924 "bootstrap.php"
5925 ]
5926 },
5927 "notification-url": "https://packagist.org/downloads/",
5928 "license": [
5929 "MIT"
5930 ],
5931 "authors": [
5932 {
5933 "name": "Nicolas Grekas",
5934 "email": "p@tchwork.com"
5935 },
5936 {
5937 "name": "Symfony Community",
5938 "homepage": "https://symfony.com/contributors"
5939 }
5940 ],
5941 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
5942 "homepage": "https://symfony.com",
5943 "keywords": [
5944 "compatibility",
5945 "polyfill",
5946 "portable",
5947 "shim"
5948 ],
5949 "time": "2017-10-11T12:05:26+00:00"
5950 },
5951 {
5952 "name": "symfony/polyfill-php70",
5953 "version": "v1.6.0",
5954 "source": {
5955 "type": "git",
5956 "url": "https://github.com/symfony/polyfill-php70.git",
5957 "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff"
5958 },
5959 "dist": {
5960 "type": "zip",
5961 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
5962 "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
5963 "shasum": ""
5964 },
5965 "require": {
5966 "paragonie/random_compat": "~1.0|~2.0",
5967 "php": ">=5.3.3"
5968 },
5969 "type": "library",
5970 "extra": {
5971 "branch-alias": {
5972 "dev-master": "1.6-dev"
5973 }
5974 },
5975 "autoload": {
5976 "psr-4": {
5977 "Symfony\\Polyfill\\Php70\\": ""
5978 },
5979 "files": [
5980 "bootstrap.php"
5981 ],
5982 "classmap": [
5983 "Resources/stubs"
5984 ]
5985 },
5986 "notification-url": "https://packagist.org/downloads/",
5987 "license": [
5988 "MIT"
5989 ],
5990 "authors": [
5991 {
5992 "name": "Nicolas Grekas",
5993 "email": "p@tchwork.com"
5994 },
5995 {
5996 "name": "Symfony Community",
5997 "homepage": "https://symfony.com/contributors"
5998 }
5999 ],
6000 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
6001 "homepage": "https://symfony.com",
6002 "keywords": [
6003 "compatibility",
6004 "polyfill",
6005 "portable",
6006 "shim"
6007 ],
6008 "time": "2017-10-11T12:05:26+00:00"
6009 },
6010 {
6011 "name": "symfony/polyfill-util",
6012 "version": "v1.6.0",
6013 "source": {
6014 "type": "git",
6015 "url": "https://github.com/symfony/polyfill-util.git",
6016 "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176"
6017 },
6018 "dist": {
6019 "type": "zip",
6020 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/6e719200c8e540e0c0effeb31f96bdb344b94176",
6021 "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176",
6022 "shasum": ""
6023 },
6024 "require": {
6025 "php": ">=5.3.3"
6026 },
6027 "type": "library",
6028 "extra": {
6029 "branch-alias": {
6030 "dev-master": "1.6-dev"
6031 }
6032 },
6033 "autoload": {
6034 "psr-4": {
6035 "Symfony\\Polyfill\\Util\\": ""
6036 }
6037 },
6038 "notification-url": "https://packagist.org/downloads/",
6039 "license": [
6040 "MIT"
6041 ],
6042 "authors": [
6043 {
6044 "name": "Nicolas Grekas",
6045 "email": "p@tchwork.com"
6046 },
6047 {
6048 "name": "Symfony Community",
6049 "homepage": "https://symfony.com/contributors"
6050 }
6051 ],
6052 "description": "Symfony utilities for portability of PHP codes",
6053 "homepage": "https://symfony.com",
6054 "keywords": [
6055 "compat",
6056 "compatibility",
6057 "polyfill",
6058 "shim"
6059 ],
6060 "time": "2017-10-11T12:05:26+00:00"
6061 },
6062 {
6063 "name": "symfony/swiftmailer-bundle",
6064 "version": "v2.6.7",
6065 "source": {
6066 "type": "git",
6067 "url": "https://github.com/symfony/swiftmailer-bundle.git",
6068 "reference": "c4808f5169efc05567be983909d00f00521c53ec"
6069 },
6070 "dist": {
6071 "type": "zip",
6072 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/c4808f5169efc05567be983909d00f00521c53ec",
6073 "reference": "c4808f5169efc05567be983909d00f00521c53ec",
6074 "shasum": ""
6075 },
6076 "require": {
6077 "php": ">=5.3.2",
6078 "swiftmailer/swiftmailer": "~4.2|~5.0",
6079 "symfony/config": "~2.7|~3.0",
6080 "symfony/dependency-injection": "~2.7|~3.0",
6081 "symfony/http-kernel": "~2.7|~3.0"
6082 },
6083 "require-dev": {
6084 "symfony/console": "~2.7|~3.0",
6085 "symfony/framework-bundle": "~2.7|~3.0",
6086 "symfony/phpunit-bridge": "~3.3@dev",
6087 "symfony/yaml": "~2.7|~3.0"
6088 },
6089 "suggest": {
6090 "psr/log": "Allows logging"
6091 },
6092 "type": "symfony-bundle",
6093 "extra": {
6094 "branch-alias": {
6095 "dev-master": "2.6-dev"
6096 }
6097 },
6098 "autoload": {
6099 "psr-4": {
6100 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
6101 }
6102 },
6103 "notification-url": "https://packagist.org/downloads/",
6104 "license": [
6105 "MIT"
6106 ],
6107 "authors": [
6108 {
6109 "name": "Symfony Community",
6110 "homepage": "http://symfony.com/contributors"
6111 },
6112 {
6113 "name": "Fabien Potencier",
6114 "email": "fabien@symfony.com"
6115 }
6116 ],
6117 "description": "Symfony SwiftmailerBundle",
6118 "homepage": "http://symfony.com",
6119 "time": "2017-10-19T01:06:41+00:00"
6120 },
6121 {
6122 "name": "symfony/symfony",
6123 "version": "v3.3.15",
6124 "source": {
6125 "type": "git",
6126 "url": "https://github.com/symfony/symfony.git",
6127 "reference": "6e2feb700fc20f6ced75d3e8c273b0ecd3dba835"
6128 },
6129 "dist": {
6130 "type": "zip",
6131 "url": "https://api.github.com/repos/symfony/symfony/zipball/6e2feb700fc20f6ced75d3e8c273b0ecd3dba835",
6132 "reference": "6e2feb700fc20f6ced75d3e8c273b0ecd3dba835",
6133 "shasum": ""
6134 },
6135 "require": {
6136 "doctrine/common": "~2.4",
6137 "ext-xml": "*",
6138 "fig/link-util": "^1.0",
6139 "php": "^5.5.9|>=7.0.8",
6140 "psr/cache": "~1.0",
6141 "psr/container": "^1.0",
6142 "psr/link": "^1.0",
6143 "psr/log": "~1.0",
6144 "psr/simple-cache": "^1.0",
6145 "symfony/polyfill-apcu": "~1.1",
6146 "symfony/polyfill-intl-icu": "~1.0",
6147 "symfony/polyfill-mbstring": "~1.0",
6148 "symfony/polyfill-php56": "~1.0",
6149 "symfony/polyfill-php70": "~1.0",
6150 "symfony/polyfill-util": "~1.0",
6151 "twig/twig": "~1.34|~2.4"
6152 },
6153 "conflict": {
6154 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
6155 "phpdocumentor/type-resolver": "<0.2.1",
6156 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
6157 },
6158 "provide": {
6159 "psr/cache-implementation": "1.0",
6160 "psr/container-implementation": "1.0",
6161 "psr/simple-cache-implementation": "1.0"
6162 },
6163 "replace": {
6164 "symfony/asset": "self.version",
6165 "symfony/browser-kit": "self.version",
6166 "symfony/cache": "self.version",
6167 "symfony/class-loader": "self.version",
6168 "symfony/config": "self.version",
6169 "symfony/console": "self.version",
6170 "symfony/css-selector": "self.version",
6171 "symfony/debug": "self.version",
6172 "symfony/debug-bundle": "self.version",
6173 "symfony/dependency-injection": "self.version",
6174 "symfony/doctrine-bridge": "self.version",
6175 "symfony/dom-crawler": "self.version",
6176 "symfony/dotenv": "self.version",
6177 "symfony/event-dispatcher": "self.version",
6178 "symfony/expression-language": "self.version",
6179 "symfony/filesystem": "self.version",
6180 "symfony/finder": "self.version",
6181 "symfony/form": "self.version",
6182 "symfony/framework-bundle": "self.version",
6183 "symfony/http-foundation": "self.version",
6184 "symfony/http-kernel": "self.version",
6185 "symfony/inflector": "self.version",
6186 "symfony/intl": "self.version",
6187 "symfony/ldap": "self.version",
6188 "symfony/monolog-bridge": "self.version",
6189 "symfony/options-resolver": "self.version",
6190 "symfony/process": "self.version",
6191 "symfony/property-access": "self.version",
6192 "symfony/property-info": "self.version",
6193 "symfony/proxy-manager-bridge": "self.version",
6194 "symfony/routing": "self.version",
6195 "symfony/security": "self.version",
6196 "symfony/security-bundle": "self.version",
6197 "symfony/security-core": "self.version",
6198 "symfony/security-csrf": "self.version",
6199 "symfony/security-guard": "self.version",
6200 "symfony/security-http": "self.version",
6201 "symfony/serializer": "self.version",
6202 "symfony/stopwatch": "self.version",
6203 "symfony/templating": "self.version",
6204 "symfony/translation": "self.version",
6205 "symfony/twig-bridge": "self.version",
6206 "symfony/twig-bundle": "self.version",
6207 "symfony/validator": "self.version",
6208 "symfony/var-dumper": "self.version",
6209 "symfony/web-link": "self.version",
6210 "symfony/web-profiler-bundle": "self.version",
6211 "symfony/web-server-bundle": "self.version",
6212 "symfony/workflow": "self.version",
6213 "symfony/yaml": "self.version"
6214 },
6215 "require-dev": {
6216 "cache/integration-tests": "dev-master",
6217 "doctrine/annotations": "~1.0",
6218 "doctrine/cache": "~1.6",
6219 "doctrine/data-fixtures": "1.0.*",
6220 "doctrine/dbal": "~2.4",
6221 "doctrine/doctrine-bundle": "~1.4",
6222 "doctrine/orm": "~2.4,>=2.4.5",
6223 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
6224 "monolog/monolog": "~1.11",
6225 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
6226 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
6227 "predis/predis": "~1.0",
6228 "sensio/framework-extra-bundle": "^3.0.2",
6229 "symfony/phpunit-bridge": "~3.4|~4.0",
6230 "symfony/security-acl": "~2.8|~3.0"
6231 },
6232 "type": "library",
6233 "extra": {
6234 "branch-alias": {
6235 "dev-master": "3.3-dev"
6236 }
6237 },
6238 "autoload": {
6239 "psr-4": {
6240 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
6241 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
6242 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
6243 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
6244 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
6245 "Symfony\\Component\\": "src/Symfony/Component/"
6246 },
6247 "classmap": [
6248 "src/Symfony/Component/Intl/Resources/stubs"
6249 ],
6250 "exclude-from-classmap": [
6251 "**/Tests/"
6252 ]
6253 },
6254 "notification-url": "https://packagist.org/downloads/",
6255 "license": [
6256 "MIT"
6257 ],
6258 "authors": [
6259 {
6260 "name": "Fabien Potencier",
6261 "email": "fabien@symfony.com"
6262 },
6263 {
6264 "name": "Symfony Community",
6265 "homepage": "https://symfony.com/contributors"
6266 }
6267 ],
6268 "description": "The Symfony PHP framework",
6269 "homepage": "https://symfony.com",
6270 "keywords": [
6271 "framework"
6272 ],
6273 "time": "2018-01-05T07:28:58+00:00"
6274 },
6275 {
6276 "name": "true/punycode",
6277 "version": "v2.1.1",
6278 "source": {
6279 "type": "git",
6280 "url": "https://github.com/true/php-punycode.git",
6281 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
6282 },
6283 "dist": {
6284 "type": "zip",
6285 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
6286 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
6287 "shasum": ""
6288 },
6289 "require": {
6290 "php": ">=5.3.0",
6291 "symfony/polyfill-mbstring": "^1.3"
6292 },
6293 "require-dev": {
6294 "phpunit/phpunit": "~4.7",
6295 "squizlabs/php_codesniffer": "~2.0"
6296 },
6297 "type": "library",
6298 "autoload": {
6299 "psr-4": {
6300 "TrueBV\\": "src/"
6301 }
6302 },
6303 "notification-url": "https://packagist.org/downloads/",
6304 "license": [
6305 "MIT"
6306 ],
6307 "authors": [
6308 {
6309 "name": "Renan Gonçalves",
6310 "email": "renan.saddam@gmail.com"
6311 }
6312 ],
6313 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
6314 "homepage": "https://github.com/true/php-punycode",
6315 "keywords": [
6316 "idna",
6317 "punycode"
6318 ],
6319 "time": "2016-11-16T10:37:54+00:00"
6320 },
6321 {
6322 "name": "twig/extensions",
6323 "version": "v1.5.1",
6324 "source": {
6325 "type": "git",
6326 "url": "https://github.com/twigphp/Twig-extensions.git",
6327 "reference": "d188c76168b853481cc75879ea045bf93d718e9c"
6328 },
6329 "dist": {
6330 "type": "zip",
6331 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/d188c76168b853481cc75879ea045bf93d718e9c",
6332 "reference": "d188c76168b853481cc75879ea045bf93d718e9c",
6333 "shasum": ""
6334 },
6335 "require": {
6336 "twig/twig": "~1.27|~2.0"
6337 },
6338 "require-dev": {
6339 "symfony/phpunit-bridge": "~3.3@dev",
6340 "symfony/translation": "~2.3|~3.0"
6341 },
6342 "suggest": {
6343 "symfony/translation": "Allow the time_diff output to be translated"
6344 },
6345 "type": "library",
6346 "extra": {
6347 "branch-alias": {
6348 "dev-master": "1.5-dev"
6349 }
6350 },
6351 "autoload": {
6352 "psr-0": {
6353 "Twig_Extensions_": "lib/"
6354 },
6355 "psr-4": {
6356 "Twig\\Extensions\\": "src/"
6357 }
6358 },
6359 "notification-url": "https://packagist.org/downloads/",
6360 "license": [
6361 "MIT"
6362 ],
6363 "authors": [
6364 {
6365 "name": "Fabien Potencier",
6366 "email": "fabien@symfony.com"
6367 }
6368 ],
6369 "description": "Common additional features for Twig that do not directly belong in core",
6370 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
6371 "keywords": [
6372 "i18n",
6373 "text"
6374 ],
6375 "time": "2017-06-08T18:19:53+00:00"
6376 },
6377 {
6378 "name": "twig/twig",
6379 "version": "v1.35.0",
6380 "source": {
6381 "type": "git",
6382 "url": "https://github.com/twigphp/Twig.git",
6383 "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f"
6384 },
6385 "dist": {
6386 "type": "zip",
6387 "url": "https://api.github.com/repos/twigphp/Twig/zipball/daa657073e55b0a78cce8fdd22682fddecc6385f",
6388 "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f",
6389 "shasum": ""
6390 },
6391 "require": {
6392 "php": ">=5.3.3"
6393 },
6394 "require-dev": {
6395 "psr/container": "^1.0",
6396 "symfony/debug": "~2.7",
6397 "symfony/phpunit-bridge": "~3.3@dev"
6398 },
6399 "type": "library",
6400 "extra": {
6401 "branch-alias": {
6402 "dev-master": "1.35-dev"
6403 }
6404 },
6405 "autoload": {
6406 "psr-0": {
6407 "Twig_": "lib/"
6408 },
6409 "psr-4": {
6410 "Twig\\": "src/"
6411 }
6412 },
6413 "notification-url": "https://packagist.org/downloads/",
6414 "license": [
6415 "BSD-3-Clause"
6416 ],
6417 "authors": [
6418 {
6419 "name": "Fabien Potencier",
6420 "email": "fabien@symfony.com",
6421 "homepage": "http://fabien.potencier.org",
6422 "role": "Lead Developer"
6423 },
6424 {
6425 "name": "Armin Ronacher",
6426 "email": "armin.ronacher@active-4.com",
6427 "role": "Project Founder"
6428 },
6429 {
6430 "name": "Twig Team",
6431 "homepage": "http://twig.sensiolabs.org/contributors",
6432 "role": "Contributors"
6433 }
6434 ],
6435 "description": "Twig, the flexible, fast, and secure template language for PHP",
6436 "homepage": "http://twig.sensiolabs.org",
6437 "keywords": [
6438 "templating"
6439 ],
6440 "time": "2017-09-27T18:06:46+00:00"
6441 },
6442 {
6443 "name": "wallabag/php-mobi",
6444 "version": "1.0.1",
6445 "source": {
6446 "type": "git",
6447 "url": "https://github.com/wallabag/php-mobi.git",
6448 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487"
6449 },
6450 "dist": {
6451 "type": "zip",
6452 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/1cd7d022fe6be838535d6bba917d19cc48dcf487",
6453 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487",
6454 "shasum": ""
6455 },
6456 "require": {
6457 "php": ">=5.3.0"
6458 },
6459 "replace": {
6460 "wallabag/phpmobi": "*"
6461 },
6462 "type": "library",
6463 "autoload": {
6464 "files": [
6465 "MOBIClass/MOBI.php"
6466 ]
6467 },
6468 "notification-url": "https://packagist.org/downloads/",
6469 "license": [
6470 "Apache-2.0"
6471 ],
6472 "authors": [
6473 {
6474 "name": "Nicolas LÅ“uillet",
6475 "email": "nicolas@loeuillet.org",
6476 "homepage": "http://www.cdetc.fr"
6477 },
6478 {
6479 "name": "Sander Kromwijk",
6480 "email": "s.kromwijk@gmail.co",
6481 "role": "Original developer"
6482 }
6483 ],
6484 "description": "A Mobipocket file (.mobi) creator in PHP.",
6485 "homepage": "https://github.com/wallabag/phpMobi",
6486 "time": "2015-10-16T08:42:42+00:00"
6487 },
6488 {
6489 "name": "wallabag/tcpdf",
6490 "version": "6.2.15",
6491 "source": {
6492 "type": "git",
6493 "url": "https://github.com/wallabag/TCPDF.git",
6494 "reference": "f67b0b0cadb10d9bd4af2da769374b0820f05a02"
6495 },
6496 "dist": {
6497 "type": "zip",
6498 "url": "https://api.github.com/repos/wallabag/TCPDF/zipball/f67b0b0cadb10d9bd4af2da769374b0820f05a02",
6499 "reference": "f67b0b0cadb10d9bd4af2da769374b0820f05a02",
6500 "shasum": ""
6501 },
6502 "require": {
6503 "php": ">=5.3.0"
6504 },
6505 "replace": {
6506 "tecnickcom/tcpdf": "6.2.*"
6507 },
6508 "type": "library",
6509 "autoload": {
6510 "classmap": [
6511 "fonts",
6512 "config",
6513 "include",
6514 "tcpdf.php",
6515 "tcpdf_parser.php",
6516 "tcpdf_import.php",
6517 "tcpdf_barcodes_1d.php",
6518 "tcpdf_barcodes_2d.php",
6519 "include/tcpdf_colors.php",
6520 "include/tcpdf_filters.php",
6521 "include/tcpdf_font_data.php",
6522 "include/tcpdf_fonts.php",
6523 "include/tcpdf_images.php",
6524 "include/tcpdf_static.php",
6525 "include/barcodes/datamatrix.php",
6526 "include/barcodes/pdf417.php",
6527 "include/barcodes/qrcode.php"
6528 ]
6529 },
6530 "notification-url": "https://packagist.org/downloads/",
6531 "license": [
6532 "LGPL-3.0"
6533 ],
6534 "authors": [
6535 {
6536 "name": "Nicola Asuni",
6537 "email": "info@tecnick.com",
6538 "homepage": "http://nicolaasuni.tecnick.com",
6539 "role": "Main developer"
6540 },
6541 {
6542 "name": "wallabag/core",
6543 "homepage": "https://www.wallabag.org",
6544 "role": "Developers"
6545 }
6546 ],
6547 "description": "Keeping a working 6.2.x TCPDF version.",
6548 "homepage": "https://www.wallabag.org/",
6549 "keywords": [
6550 "PDFD32000-2008",
6551 "TCPDF",
6552 "barcodes",
6553 "datamatrix",
6554 "pdf",
6555 "pdf417",
6556 "qrcode"
6557 ],
6558 "time": "2017-02-24T13:01:16+00:00"
6559 },
6560 {
6561 "name": "white-october/pagerfanta-bundle",
6562 "version": "v1.1.2",
6563 "source": {
6564 "type": "git",
6565 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
6566 "reference": "b783a86877eaa5e9844449db1c86d68ace804ae3"
6567 },
6568 "dist": {
6569 "type": "zip",
6570 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/b783a86877eaa5e9844449db1c86d68ace804ae3",
6571 "reference": "b783a86877eaa5e9844449db1c86d68ace804ae3",
6572 "shasum": ""
6573 },
6574 "require": {
6575 "pagerfanta/pagerfanta": "1.0.*",
6576 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
6577 "symfony/property-access": "~2.3|~3.0|~4.0",
6578 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
6579 },
6580 "require-dev": {
6581 "phpunit/phpunit": "~3.7|~4.0",
6582 "symfony/symfony": "~2.3|~3.0|~4.0"
6583 },
6584 "type": "symfony-bundle",
6585 "extra": {
6586 "branch-alias": {
6587 "dev-master": "1.0.x-dev"
6588 }
6589 },
6590 "autoload": {
6591 "psr-4": {
6592 "WhiteOctober\\PagerfantaBundle\\": ""
6593 }
6594 },
6595 "notification-url": "https://packagist.org/downloads/",
6596 "license": [
6597 "MIT"
6598 ],
6599 "authors": [
6600 {
6601 "name": "Pablo Díez",
6602 "email": "pablodip@gmail.com"
6603 }
6604 ],
6605 "description": "Bundle to use Pagerfanta with Symfony2",
6606 "keywords": [
6607 "page",
6608 "paging"
6609 ],
6610 "time": "2018-01-03T08:27:40+00:00"
6611 },
6612 {
6613 "name": "willdurand/hateoas",
6614 "version": "2.11.0",
6615 "source": {
6616 "type": "git",
6617 "url": "https://github.com/willdurand/Hateoas.git",
6618 "reference": "bc5c1035f7f040f13810fbed9ac87ba540af7758"
6619 },
6620 "dist": {
6621 "type": "zip",
6622 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/bc5c1035f7f040f13810fbed9ac87ba540af7758",
6623 "reference": "bc5c1035f7f040f13810fbed9ac87ba540af7758",
6624 "shasum": ""
6625 },
6626 "require": {
6627 "doctrine/annotations": "~1.0",
6628 "doctrine/common": "~2.0",
6629 "jms/metadata": "~1.1",
6630 "jms/serializer": "^1.7",
6631 "php": "^5.5|^7.0",
6632 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
6633 "symfony/expression-language": "~2.4 || ~3.0"
6634 },
6635 "require-dev": {
6636 "pagerfanta/pagerfanta": "~1.0",
6637 "phpunit/phpunit": "~4.5",
6638 "symfony/dependency-injection": "~2.4 || ~3.0",
6639 "symfony/routing": "~2.4 || ~3.0",
6640 "symfony/yaml": "~2.4 || ~3.0",
6641 "twig/twig": "~1.12"
6642 },
6643 "suggest": {
6644 "symfony/routing": "To use the SymfonyRouteFactory.",
6645 "symfony/yaml": "To use yaml based configuration.",
6646 "twig/twig": "To use the Twig extensions."
6647 },
6648 "type": "library",
6649 "extra": {
6650 "branch-alias": {
6651 "dev-master": "2.11-dev"
6652 }
6653 },
6654 "autoload": {
6655 "psr-0": {
6656 "Hateoas": "src/"
6657 }
6658 },
6659 "notification-url": "https://packagist.org/downloads/",
6660 "license": [
6661 "MIT"
6662 ],
6663 "authors": [
6664 {
6665 "name": "Adrien Brault",
6666 "email": "adrien.brault@gmail.com"
6667 },
6668 {
6669 "name": "William Durand",
6670 "email": "william.durand1@gmail.com"
6671 }
6672 ],
6673 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
6674 "time": "2017-05-22T10:27:33+00:00"
6675 },
6676 {
6677 "name": "willdurand/hateoas-bundle",
6678 "version": "1.3.0",
6679 "source": {
6680 "type": "git",
6681 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
6682 "reference": "bf57a3e45a26937726f370933eec4d8a7062733c"
6683 },
6684 "dist": {
6685 "type": "zip",
6686 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/bf57a3e45a26937726f370933eec4d8a7062733c",
6687 "reference": "bf57a3e45a26937726f370933eec4d8a7062733c",
6688 "shasum": ""
6689 },
6690 "require": {
6691 "jms/serializer-bundle": "~1.0 || ^2.0",
6692 "php": ">5.4",
6693 "symfony/framework-bundle": "~2.3 || ~3.0",
6694 "willdurand/hateoas": "^2.10.0"
6695 },
6696 "require-dev": {
6697 "phpunit/phpunit": "~4.5",
6698 "symfony/expression-language": "~2.4 || ~3.0",
6699 "twig/twig": "~1.12"
6700 },
6701 "type": "symfony-bundle",
6702 "extra": {
6703 "branch-alias": {
6704 "dev-master": "1.3-dev"
6705 }
6706 },
6707 "autoload": {
6708 "psr-4": {
6709 "Bazinga\\Bundle\\HateoasBundle\\": ""
6710 }
6711 },
6712 "notification-url": "https://packagist.org/downloads/",
6713 "license": [
6714 "MIT"
6715 ],
6716 "authors": [
6717 {
6718 "name": "William Durand",
6719 "email": "william.durand1@gmail.com"
6720 }
6721 ],
6722 "description": "Integration of Hateoas into Symfony2.",
6723 "keywords": [
6724 "HATEOAS",
6725 "rest"
6726 ],
6727 "time": "2017-06-07T17:54:37+00:00"
6728 },
6729 {
6730 "name": "willdurand/jsonp-callback-validator",
6731 "version": "v1.1.0",
6732 "source": {
6733 "type": "git",
6734 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
6735 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
6736 },
6737 "dist": {
6738 "type": "zip",
6739 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
6740 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
6741 "shasum": ""
6742 },
6743 "require": {
6744 "php": ">=5.3.0"
6745 },
6746 "require-dev": {
6747 "phpunit/phpunit": "~3.7"
6748 },
6749 "type": "library",
6750 "autoload": {
6751 "psr-0": {
6752 "JsonpCallbackValidator": "src/"
6753 }
6754 },
6755 "notification-url": "https://packagist.org/downloads/",
6756 "license": [
6757 "MIT"
6758 ],
6759 "authors": [
6760 {
6761 "name": "William Durand",
6762 "email": "william.durand1@gmail.com",
6763 "homepage": "http://www.willdurand.fr"
6764 }
6765 ],
6766 "description": "JSONP callback validator.",
6767 "time": "2014-01-20T22:35:06+00:00"
6768 },
6769 {
6770 "name": "willdurand/negotiation",
6771 "version": "v2.3.1",
6772 "source": {
6773 "type": "git",
6774 "url": "https://github.com/willdurand/Negotiation.git",
6775 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
6776 },
6777 "dist": {
6778 "type": "zip",
6779 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
6780 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
6781 "shasum": ""
6782 },
6783 "require": {
6784 "php": ">=5.4.0"
6785 },
6786 "require-dev": {
6787 "phpunit/phpunit": "~4.5"
6788 },
6789 "type": "library",
6790 "extra": {
6791 "branch-alias": {
6792 "dev-master": "2.3-dev"
6793 }
6794 },
6795 "autoload": {
6796 "psr-4": {
6797 "Negotiation\\": "src/Negotiation"
6798 }
6799 },
6800 "notification-url": "https://packagist.org/downloads/",
6801 "license": [
6802 "MIT"
6803 ],
6804 "authors": [
6805 {
6806 "name": "William Durand",
6807 "email": "will+git@drnd.me"
6808 }
6809 ],
6810 "description": "Content Negotiation tools for PHP provided as a standalone library.",
6811 "homepage": "http://williamdurand.fr/Negotiation/",
6812 "keywords": [
6813 "accept",
6814 "content",
6815 "format",
6816 "header",
6817 "negotiation"
6818 ],
6819 "time": "2017-05-14T17:21:12+00:00"
6820 },
6821 {
6822 "name": "zendframework/zend-code",
6823 "version": "2.6.3",
6824 "source": {
6825 "type": "git",
6826 "url": "https://github.com/zendframework/zend-code.git",
6827 "reference": "95033f061b083e16cdee60530ec260d7d628b887"
6828 },
6829 "dist": {
6830 "type": "zip",
6831 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
6832 "reference": "95033f061b083e16cdee60530ec260d7d628b887",
6833 "shasum": ""
6834 },
6835 "require": {
6836 "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
6837 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
6838 },
6839 "require-dev": {
6840 "doctrine/annotations": "~1.0",
6841 "fabpot/php-cs-fixer": "1.7.*",
6842 "phpunit/phpunit": "^4.8.21",
6843 "zendframework/zend-stdlib": "^2.7 || ^3.0"
6844 },
6845 "suggest": {
6846 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
6847 "zendframework/zend-stdlib": "Zend\\Stdlib component"
6848 },
6849 "type": "library",
6850 "extra": {
6851 "branch-alias": {
6852 "dev-master": "2.6-dev",
6853 "dev-develop": "2.7-dev"
6854 }
6855 },
6856 "autoload": {
6857 "psr-4": {
6858 "Zend\\Code\\": "src/"
6859 }
6860 },
6861 "notification-url": "https://packagist.org/downloads/",
6862 "license": [
6863 "BSD-3-Clause"
6864 ],
6865 "description": "provides facilities to generate arbitrary code using an object oriented interface",
6866 "homepage": "https://github.com/zendframework/zend-code",
6867 "keywords": [
6868 "code",
6869 "zf2"
6870 ],
6871 "time": "2016-04-20T17:26:42+00:00"
6872 },
6873 {
6874 "name": "zendframework/zend-eventmanager",
6875 "version": "3.2.0",
6876 "source": {
6877 "type": "git",
6878 "url": "https://github.com/zendframework/zend-eventmanager.git",
6879 "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c"
6880 },
6881 "dist": {
6882 "type": "zip",
6883 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/9d72db10ceb6e42fb92350c0cb54460da61bd79c",
6884 "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c",
6885 "shasum": ""
6886 },
6887 "require": {
6888 "php": "^5.6 || ^7.0"
6889 },
6890 "require-dev": {
6891 "athletic/athletic": "^0.1",
6892 "container-interop/container-interop": "^1.1.0",
6893 "phpunit/phpunit": "^6.0.7 || ^5.7.14",
6894 "zendframework/zend-coding-standard": "~1.0.0",
6895 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
6896 },
6897 "suggest": {
6898 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
6899 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
6900 },
6901 "type": "library",
6902 "extra": {
6903 "branch-alias": {
6904 "dev-master": "3.2-dev",
6905 "dev-develop": "3.3-dev"
6906 }
6907 },
6908 "autoload": {
6909 "psr-4": {
6910 "Zend\\EventManager\\": "src/"
6911 }
6912 },
6913 "notification-url": "https://packagist.org/downloads/",
6914 "license": [
6915 "BSD-3-Clause"
6916 ],
6917 "description": "Trigger and listen to events within a PHP application",
6918 "homepage": "https://github.com/zendframework/zend-eventmanager",
6919 "keywords": [
6920 "event",
6921 "eventmanager",
6922 "events",
6923 "zf2"
6924 ],
6925 "time": "2017-07-11T19:17:22+00:00"
6926 }
6927 ],
6928 "packages-dev": [
6929 {
6930 "name": "composer/semver",
6931 "version": "1.4.2",
6932 "source": {
6933 "type": "git",
6934 "url": "https://github.com/composer/semver.git",
6935 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
6936 },
6937 "dist": {
6938 "type": "zip",
6939 "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
6940 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
6941 "shasum": ""
6942 },
6943 "require": {
6944 "php": "^5.3.2 || ^7.0"
6945 },
6946 "require-dev": {
6947 "phpunit/phpunit": "^4.5 || ^5.0.5",
6948 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
6949 },
6950 "type": "library",
6951 "extra": {
6952 "branch-alias": {
6953 "dev-master": "1.x-dev"
6954 }
6955 },
6956 "autoload": {
6957 "psr-4": {
6958 "Composer\\Semver\\": "src"
6959 }
6960 },
6961 "notification-url": "https://packagist.org/downloads/",
6962 "license": [
6963 "MIT"
6964 ],
6965 "authors": [
6966 {
6967 "name": "Nils Adermann",
6968 "email": "naderman@naderman.de",
6969 "homepage": "http://www.naderman.de"
6970 },
6971 {
6972 "name": "Jordi Boggiano",
6973 "email": "j.boggiano@seld.be",
6974 "homepage": "http://seld.be"
6975 },
6976 {
6977 "name": "Rob Bast",
6978 "email": "rob.bast@gmail.com",
6979 "homepage": "http://robbast.nl"
6980 }
6981 ],
6982 "description": "Semver library that offers utilities, version constraint parsing and validation.",
6983 "keywords": [
6984 "semantic",
6985 "semver",
6986 "validation",
6987 "versioning"
6988 ],
6989 "time": "2016-08-30T16:08:34+00:00"
6990 },
6991 {
6992 "name": "dama/doctrine-test-bundle",
6993 "version": "v4.0.2",
6994 "source": {
6995 "type": "git",
6996 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
6997 "reference": "438346b3380cc7675e37fbcdca912fdc33471d32"
6998 },
6999 "dist": {
7000 "type": "zip",
7001 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/438346b3380cc7675e37fbcdca912fdc33471d32",
7002 "reference": "438346b3380cc7675e37fbcdca912fdc33471d32",
7003 "shasum": ""
7004 },
7005 "require": {
7006 "doctrine/dbal": "~2.5",
7007 "doctrine/doctrine-bundle": "~1.4",
7008 "php": ">=5.5.0",
7009 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
7010 },
7011 "require-dev": {
7012 "phpunit/phpunit": "^5.4.4|~6.0",
7013 "symfony/yaml": "~2.7|~3.0"
7014 },
7015 "type": "symfony-bundle",
7016 "extra": {
7017 "branch-alias": {
7018 "dev-master": "4.1.x-dev"
7019 }
7020 },
7021 "autoload": {
7022 "psr-4": {
7023 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
7024 }
7025 },
7026 "notification-url": "https://packagist.org/downloads/",
7027 "license": [
7028 "MIT"
7029 ],
7030 "authors": [
7031 {
7032 "name": "David Maicher",
7033 "email": "mail@dmaicher.de"
7034 }
7035 ],
7036 "description": "Symfony 2/3 bundle to isolate doctrine database tests and improve test performance",
7037 "keywords": [
7038 "Symfony 3",
7039 "doctrine",
7040 "isolation",
7041 "performance",
7042 "symfony",
7043 "symfony 2",
7044 "tests"
7045 ],
7046 "time": "2018-01-13T13:14:27+00:00"
7047 },
7048 {
7049 "name": "doctrine/data-fixtures",
7050 "version": "v1.2.2",
7051 "source": {
7052 "type": "git",
7053 "url": "https://github.com/doctrine/data-fixtures.git",
7054 "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e"
7055 },
7056 "dist": {
7057 "type": "zip",
7058 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
7059 "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
7060 "shasum": ""
7061 },
7062 "require": {
7063 "doctrine/common": "~2.2",
7064 "php": "^5.6 || ^7.0"
7065 },
7066 "conflict": {
7067 "doctrine/orm": "< 2.4"
7068 },
7069 "require-dev": {
7070 "doctrine/dbal": "^2.5.4",
7071 "doctrine/orm": "^2.5.4",
7072 "phpunit/phpunit": "^5.4.6"
7073 },
7074 "suggest": {
7075 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
7076 "doctrine/orm": "For loading ORM fixtures",
7077 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
7078 },
7079 "type": "library",
7080 "extra": {
7081 "branch-alias": {
7082 "dev-master": "1.3.x-dev"
7083 }
7084 },
7085 "autoload": {
7086 "psr-0": {
7087 "Doctrine\\Common\\DataFixtures": "lib/"
7088 }
7089 },
7090 "notification-url": "https://packagist.org/downloads/",
7091 "license": [
7092 "MIT"
7093 ],
7094 "authors": [
7095 {
7096 "name": "Jonathan Wage",
7097 "email": "jonwage@gmail.com"
7098 }
7099 ],
7100 "description": "Data Fixtures for all Doctrine Object Managers",
7101 "homepage": "http://www.doctrine-project.org",
7102 "keywords": [
7103 "database"
7104 ],
7105 "time": "2016-09-20T10:07:57+00:00"
7106 },
7107 {
7108 "name": "doctrine/doctrine-fixtures-bundle",
7109 "version": "v2.4.1",
7110 "source": {
7111 "type": "git",
7112 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
7113 "reference": "74b8cc70a4a25b774628ee59f4cdf3623a146273"
7114 },
7115 "dist": {
7116 "type": "zip",
7117 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/74b8cc70a4a25b774628ee59f4cdf3623a146273",
7118 "reference": "74b8cc70a4a25b774628ee59f4cdf3623a146273",
7119 "shasum": ""
7120 },
7121 "require": {
7122 "doctrine/data-fixtures": "~1.0",
7123 "doctrine/doctrine-bundle": "~1.0",
7124 "php": ">=5.3.2",
7125 "symfony/doctrine-bridge": "~2.7|~3.0|~4.0"
7126 },
7127 "type": "symfony-bundle",
7128 "extra": {
7129 "branch-alias": {
7130 "dev-master": "2.4.x-dev"
7131 }
7132 },
7133 "autoload": {
7134 "psr-4": {
7135 "Doctrine\\Bundle\\FixturesBundle\\": ""
7136 }
7137 },
7138 "notification-url": "https://packagist.org/downloads/",
7139 "license": [
7140 "MIT"
7141 ],
7142 "authors": [
7143 {
7144 "name": "Symfony Community",
7145 "homepage": "http://symfony.com/contributors"
7146 },
7147 {
7148 "name": "Doctrine Project",
7149 "homepage": "http://www.doctrine-project.org"
7150 },
7151 {
7152 "name": "Fabien Potencier",
7153 "email": "fabien@symfony.com"
7154 }
7155 ],
7156 "description": "Symfony DoctrineFixturesBundle",
7157 "homepage": "http://www.doctrine-project.org",
7158 "keywords": [
7159 "Fixture",
7160 "persistence"
7161 ],
7162 "time": "2017-10-30T19:26:42+00:00"
7163 },
7164 {
7165 "name": "friendsofphp/php-cs-fixer",
7166 "version": "v2.10.0",
7167 "source": {
7168 "type": "git",
7169 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
7170 "reference": "513a3765b56dd029175f9f32995566657ee89dda"
7171 },
7172 "dist": {
7173 "type": "zip",
7174 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/513a3765b56dd029175f9f32995566657ee89dda",
7175 "reference": "513a3765b56dd029175f9f32995566657ee89dda",
7176 "shasum": ""
7177 },
7178 "require": {
7179 "composer/semver": "^1.4",
7180 "doctrine/annotations": "^1.2",
7181 "ext-json": "*",
7182 "ext-tokenizer": "*",
7183 "gecko-packages/gecko-php-unit": "^2.0 || ^3.0",
7184 "php": "^5.6 || >=7.0 <7.3",
7185 "php-cs-fixer/diff": "^1.2",
7186 "symfony/console": "^3.2 || ^4.0",
7187 "symfony/event-dispatcher": "^3.0 || ^4.0",
7188 "symfony/filesystem": "^3.0 || ^4.0",
7189 "symfony/finder": "^3.0 || ^4.0",
7190 "symfony/options-resolver": "^3.0 || ^4.0",
7191 "symfony/polyfill-php70": "^1.0",
7192 "symfony/polyfill-php72": "^1.4",
7193 "symfony/process": "^3.0 || ^4.0",
7194 "symfony/stopwatch": "^3.0 || ^4.0"
7195 },
7196 "conflict": {
7197 "hhvm": "*"
7198 },
7199 "require-dev": {
7200 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0@dev",
7201 "justinrainbow/json-schema": "^5.0",
7202 "keradus/cli-executor": "^1.0",
7203 "mikey179/vfsstream": "^1.6",
7204 "php-coveralls/php-coveralls": "^2.0",
7205 "php-cs-fixer/accessible-object": "^1.0",
7206 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
7207 "phpunitgoodpractices/traits": "^1.0",
7208 "symfony/phpunit-bridge": "^3.2.2 || ^4.0"
7209 },
7210 "suggest": {
7211 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
7212 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
7213 },
7214 "bin": [
7215 "php-cs-fixer"
7216 ],
7217 "type": "application",
7218 "extra": {
7219 "branch-alias": {
7220 "dev-master": "2.10-dev"
7221 }
7222 },
7223 "autoload": {
7224 "psr-4": {
7225 "PhpCsFixer\\": "src/"
7226 },
7227 "classmap": [
7228 "tests/Test/AbstractFixerTestCase.php",
7229 "tests/Test/AbstractIntegrationTestCase.php",
7230 "tests/Test/Assert/AssertTokensTrait.php",
7231 "tests/Test/IntegrationCase.php",
7232 "tests/Test/IntegrationCaseFactory.php",
7233 "tests/TestCase.php"
7234 ]
7235 },
7236 "notification-url": "https://packagist.org/downloads/",
7237 "license": [
7238 "MIT"
7239 ],
7240 "authors": [
7241 {
7242 "name": "Dariusz Rumiński",
7243 "email": "dariusz.ruminski@gmail.com"
7244 },
7245 {
7246 "name": "Fabien Potencier",
7247 "email": "fabien@symfony.com"
7248 }
7249 ],
7250 "description": "A tool to automatically fix PHP code style",
7251 "time": "2018-01-10T17:16:15+00:00"
7252 },
7253 {
7254 "name": "gecko-packages/gecko-php-unit",
7255 "version": "v2.2",
7256 "source": {
7257 "type": "git",
7258 "url": "https://github.com/GeckoPackages/GeckoPHPUnit.git",
7259 "reference": "ab525fac9a9ffea219687f261b02008b18ebf2d1"
7260 },
7261 "dist": {
7262 "type": "zip",
7263 "url": "https://api.github.com/repos/GeckoPackages/GeckoPHPUnit/zipball/ab525fac9a9ffea219687f261b02008b18ebf2d1",
7264 "reference": "ab525fac9a9ffea219687f261b02008b18ebf2d1",
7265 "shasum": ""
7266 },
7267 "require": {
7268 "php": "^5.3.6 || ^7.0"
7269 },
7270 "require-dev": {
7271 "phpunit/phpunit": "^4.8.35 || ^5.4.3"
7272 },
7273 "suggest": {
7274 "ext-dom": "When testing with xml.",
7275 "ext-libxml": "When testing with xml.",
7276 "phpunit/phpunit": "This is an extension for it so make sure you have it some way."
7277 },
7278 "type": "library",
7279 "autoload": {
7280 "psr-4": {
7281 "GeckoPackages\\PHPUnit\\": "src/PHPUnit"
7282 }
7283 },
7284 "notification-url": "https://packagist.org/downloads/",
7285 "license": [
7286 "MIT"
7287 ],
7288 "description": "Additional PHPUnit asserts and constraints.",
7289 "homepage": "https://github.com/GeckoPackages",
7290 "keywords": [
7291 "extension",
7292 "filesystem",
7293 "phpunit"
7294 ],
7295 "time": "2017-08-23T07:39:54+00:00"
7296 },
7297 {
7298 "name": "m6web/redis-mock",
7299 "version": "v2.8.0",
7300 "source": {
7301 "type": "git",
7302 "url": "https://github.com/M6Web/RedisMock.git",
7303 "reference": "a869f5374645830869a464dbb14c18acf80a1bef"
7304 },
7305 "dist": {
7306 "type": "zip",
7307 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/a869f5374645830869a464dbb14c18acf80a1bef",
7308 "reference": "a869f5374645830869a464dbb14c18acf80a1bef",
7309 "shasum": ""
7310 },
7311 "require": {
7312 "php": ">=5.3.3"
7313 },
7314 "require-dev": {
7315 "atoum/atoum": "master-dev",
7316 "predis/predis": "~0.8"
7317 },
7318 "type": "library",
7319 "autoload": {
7320 "psr-0": {
7321 "M6Web\\Component\\RedisMock": "src/"
7322 }
7323 },
7324 "notification-url": "https://packagist.org/downloads/",
7325 "license": [
7326 "MIT"
7327 ],
7328 "authors": [
7329 {
7330 "name": "M6Web",
7331 "email": "opensource@m6web.fr",
7332 "homepage": "http://tech.m6web.fr/"
7333 }
7334 ],
7335 "description": "Library providing a PHP mock for Redis",
7336 "keywords": [
7337 "mock",
7338 "redis"
7339 ],
7340 "time": "2016-10-30T19:34:36+00:00"
7341 },
7342 {
7343 "name": "php-cs-fixer/diff",
7344 "version": "v1.2.0",
7345 "source": {
7346 "type": "git",
7347 "url": "https://github.com/PHP-CS-Fixer/diff.git",
7348 "reference": "f0ef6133d674137e902fdf8a6f2e8e97e14a087b"
7349 },
7350 "dist": {
7351 "type": "zip",
7352 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/f0ef6133d674137e902fdf8a6f2e8e97e14a087b",
7353 "reference": "f0ef6133d674137e902fdf8a6f2e8e97e14a087b",
7354 "shasum": ""
7355 },
7356 "require": {
7357 "php": "^5.6 || ^7.0"
7358 },
7359 "require-dev": {
7360 "phpunit/phpunit": "^4.8.35 || ^5.4.3",
7361 "symfony/process": "^3.3"
7362 },
7363 "type": "library",
7364 "autoload": {
7365 "classmap": [
7366 "src/"
7367 ]
7368 },
7369 "notification-url": "https://packagist.org/downloads/",
7370 "authors": [
7371 {
7372 "name": "Kore Nordmann",
7373 "email": "mail@kore-nordmann.de"
7374 },
7375 {
7376 "name": "Sebastian Bergmann",
7377 "email": "sebastian@phpunit.de"
7378 },
7379 {
7380 "name": "SpacePossum"
7381 }
7382 ],
7383 "description": "sebastian/diff v2 backport support for PHP5.6",
7384 "homepage": "https://github.com/PHP-CS-Fixer",
7385 "keywords": [
7386 "diff"
7387 ],
7388 "time": "2017-10-19T09:58:18+00:00"
7389 },
7390 {
7391 "name": "sensio/generator-bundle",
7392 "version": "v3.1.7",
7393 "source": {
7394 "type": "git",
7395 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
7396 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
7397 },
7398 "dist": {
7399 "type": "zip",
7400 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
7401 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
7402 "shasum": ""
7403 },
7404 "require": {
7405 "symfony/console": "~2.7|~3.0",
7406 "symfony/framework-bundle": "~2.7|~3.0",
7407 "symfony/process": "~2.7|~3.0",
7408 "symfony/yaml": "~2.7|~3.0",
7409 "twig/twig": "^1.28.2|^2.0"
7410 },
7411 "require-dev": {
7412 "doctrine/orm": "~2.4",
7413 "symfony/doctrine-bridge": "~2.7|~3.0",
7414 "symfony/filesystem": "~2.7|~3.0",
7415 "symfony/phpunit-bridge": "^3.3"
7416 },
7417 "type": "symfony-bundle",
7418 "extra": {
7419 "branch-alias": {
7420 "dev-master": "3.1.x-dev"
7421 }
7422 },
7423 "autoload": {
7424 "psr-4": {
7425 "Sensio\\Bundle\\GeneratorBundle\\": ""
7426 },
7427 "exclude-from-classmap": [
7428 "/Tests/"
7429 ]
7430 },
7431 "notification-url": "https://packagist.org/downloads/",
7432 "license": [
7433 "MIT"
7434 ],
7435 "authors": [
7436 {
7437 "name": "Fabien Potencier",
7438 "email": "fabien@symfony.com"
7439 }
7440 ],
7441 "description": "This bundle generates code for you",
7442 "time": "2017-12-07T15:36:41+00:00"
7443 },
7444 {
7445 "name": "symfony/phpunit-bridge",
7446 "version": "v3.4.3",
7447 "source": {
7448 "type": "git",
7449 "url": "https://github.com/symfony/phpunit-bridge.git",
7450 "reference": "24ffb71a115c25f5ee56cbfd38e56ed2cdbeb0a9"
7451 },
7452 "dist": {
7453 "type": "zip",
7454 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/24ffb71a115c25f5ee56cbfd38e56ed2cdbeb0a9",
7455 "reference": "24ffb71a115c25f5ee56cbfd38e56ed2cdbeb0a9",
7456 "shasum": ""
7457 },
7458 "require": {
7459 "php": ">=5.3.3"
7460 },
7461 "conflict": {
7462 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
7463 },
7464 "suggest": {
7465 "ext-zip": "Zip support is required when using bin/simple-phpunit",
7466 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
7467 },
7468 "bin": [
7469 "bin/simple-phpunit"
7470 ],
7471 "type": "symfony-bridge",
7472 "extra": {
7473 "branch-alias": {
7474 "dev-master": "3.4-dev"
7475 },
7476 "thanks": {
7477 "name": "phpunit/phpunit",
7478 "url": "https://github.com/sebastianbergmann/phpunit"
7479 }
7480 },
7481 "autoload": {
7482 "files": [
7483 "bootstrap.php"
7484 ],
7485 "psr-4": {
7486 "Symfony\\Bridge\\PhpUnit\\": ""
7487 },
7488 "exclude-from-classmap": [
7489 "/Tests/"
7490 ]
7491 },
7492 "notification-url": "https://packagist.org/downloads/",
7493 "license": [
7494 "MIT"
7495 ],
7496 "authors": [
7497 {
7498 "name": "Nicolas Grekas",
7499 "email": "p@tchwork.com"
7500 },
7501 {
7502 "name": "Symfony Community",
7503 "homepage": "https://symfony.com/contributors"
7504 }
7505 ],
7506 "description": "Symfony PHPUnit Bridge",
7507 "homepage": "https://symfony.com",
7508 "time": "2018-01-04T17:19:23+00:00"
7509 },
7510 {
7511 "name": "symfony/polyfill-php72",
7512 "version": "v1.6.0",
7513 "source": {
7514 "type": "git",
7515 "url": "https://github.com/symfony/polyfill-php72.git",
7516 "reference": "6de4f4884b97abbbed9f0a84a95ff2ff77254254"
7517 },
7518 "dist": {
7519 "type": "zip",
7520 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/6de4f4884b97abbbed9f0a84a95ff2ff77254254",
7521 "reference": "6de4f4884b97abbbed9f0a84a95ff2ff77254254",
7522 "shasum": ""
7523 },
7524 "require": {
7525 "php": ">=5.3.3"
7526 },
7527 "type": "library",
7528 "extra": {
7529 "branch-alias": {
7530 "dev-master": "1.6-dev"
7531 }
7532 },
7533 "autoload": {
7534 "psr-4": {
7535 "Symfony\\Polyfill\\Php72\\": ""
7536 },
7537 "files": [
7538 "bootstrap.php"
7539 ]
7540 },
7541 "notification-url": "https://packagist.org/downloads/",
7542 "license": [
7543 "MIT"
7544 ],
7545 "authors": [
7546 {
7547 "name": "Nicolas Grekas",
7548 "email": "p@tchwork.com"
7549 },
7550 {
7551 "name": "Symfony Community",
7552 "homepage": "https://symfony.com/contributors"
7553 }
7554 ],
7555 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
7556 "homepage": "https://symfony.com",
7557 "keywords": [
7558 "compatibility",
7559 "polyfill",
7560 "portable",
7561 "shim"
7562 ],
7563 "time": "2017-10-11T12:05:26+00:00"
7564 }
7565 ],
7566 "aliases": [],
7567 "minimum-stability": "dev",
7568 "stability-flags": {
7569 "bdunogier/guzzle-site-authenticator": 20
7570 },
7571 "prefer-stable": true,
7572 "prefer-lowest": false,
7573 "platform": {
7574 "php": ">=5.6.0",
7575 "ext-pcre": "*",
7576 "ext-dom": "*",
7577 "ext-curl": "*",
7578 "ext-gd": "*",
7579 "ext-session": "*",
7580 "ext-ctype": "*",
7581 "ext-hash": "*",
7582 "ext-simplexml": "*",
7583 "ext-json": "*",
7584 "ext-mbstring": "*",
7585 "ext-xml": "*",
7586 "ext-iconv": "*",
7587 "ext-tokenizer": "*",
7588 "ext-pdo": "*"
7589 },
7590 "platform-dev": [],
7591 "platform-overrides": {
7592 "php": "5.6.0"
7593 }
7594}