Fix the localisations resssource.
[Project_proches_de_moi-server.git] / composer.lock
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": "b8c3ae46c2d8fe5118889c4b43aa7739",
8 "packages": [
9 {
10 "name": "doctrine/annotations",
11 "version": "v1.6.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/doctrine/annotations.git",
15 "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
20 "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
21 "shasum": ""
22 },
23 "require": {
24 "doctrine/lexer": "1.*",
25 "php": "^7.1"
26 },
27 "require-dev": {
28 "doctrine/cache": "1.*",
29 "phpunit/phpunit": "^6.4"
30 },
31 "type": "library",
32 "extra": {
33 "branch-alias": {
34 "dev-master": "1.6.x-dev"
35 }
36 },
37 "autoload": {
38 "psr-4": {
39 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
40 }
41 },
42 "notification-url": "https://packagist.org/downloads/",
43 "license": [
44 "MIT"
45 ],
46 "authors": [
47 {
48 "name": "Roman Borschel",
49 "email": "roman@code-factory.org"
50 },
51 {
52 "name": "Benjamin Eberlei",
53 "email": "kontakt@beberlei.de"
54 },
55 {
56 "name": "Guilherme Blanco",
57 "email": "guilhermeblanco@gmail.com"
58 },
59 {
60 "name": "Jonathan Wage",
61 "email": "jonwage@gmail.com"
62 },
63 {
64 "name": "Johannes Schmitt",
65 "email": "schmittjoh@gmail.com"
66 }
67 ],
68 "description": "Docblock Annotations Parser",
69 "homepage": "http://www.doctrine-project.org",
70 "keywords": [
71 "annotations",
72 "docblock",
73 "parser"
74 ],
75 "time": "2017-12-06T07:11:42+00:00"
76 },
77 {
78 "name": "doctrine/cache",
79 "version": "v1.7.1",
80 "source": {
81 "type": "git",
82 "url": "https://github.com/doctrine/cache.git",
83 "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
84 },
85 "dist": {
86 "type": "zip",
87 "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
88 "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
89 "shasum": ""
90 },
91 "require": {
92 "php": "~7.1"
93 },
94 "conflict": {
95 "doctrine/common": ">2.2,<2.4"
96 },
97 "require-dev": {
98 "alcaeus/mongo-php-adapter": "^1.1",
99 "mongodb/mongodb": "^1.1",
100 "phpunit/phpunit": "^5.7",
101 "predis/predis": "~1.0"
102 },
103 "suggest": {
104 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
105 },
106 "type": "library",
107 "extra": {
108 "branch-alias": {
109 "dev-master": "1.7.x-dev"
110 }
111 },
112 "autoload": {
113 "psr-4": {
114 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
115 }
116 },
117 "notification-url": "https://packagist.org/downloads/",
118 "license": [
119 "MIT"
120 ],
121 "authors": [
122 {
123 "name": "Roman Borschel",
124 "email": "roman@code-factory.org"
125 },
126 {
127 "name": "Benjamin Eberlei",
128 "email": "kontakt@beberlei.de"
129 },
130 {
131 "name": "Guilherme Blanco",
132 "email": "guilhermeblanco@gmail.com"
133 },
134 {
135 "name": "Jonathan Wage",
136 "email": "jonwage@gmail.com"
137 },
138 {
139 "name": "Johannes Schmitt",
140 "email": "schmittjoh@gmail.com"
141 }
142 ],
143 "description": "Caching library offering an object-oriented API for many cache backends",
144 "homepage": "http://www.doctrine-project.org",
145 "keywords": [
146 "cache",
147 "caching"
148 ],
149 "time": "2017-08-25T07:02:50+00:00"
150 },
151 {
152 "name": "doctrine/collections",
153 "version": "v1.5.0",
154 "source": {
155 "type": "git",
156 "url": "https://github.com/doctrine/collections.git",
157 "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
158 },
159 "dist": {
160 "type": "zip",
161 "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
162 "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
163 "shasum": ""
164 },
165 "require": {
166 "php": "^7.1"
167 },
168 "require-dev": {
169 "doctrine/coding-standard": "~0.1@dev",
170 "phpunit/phpunit": "^5.7"
171 },
172 "type": "library",
173 "extra": {
174 "branch-alias": {
175 "dev-master": "1.3.x-dev"
176 }
177 },
178 "autoload": {
179 "psr-0": {
180 "Doctrine\\Common\\Collections\\": "lib/"
181 }
182 },
183 "notification-url": "https://packagist.org/downloads/",
184 "license": [
185 "MIT"
186 ],
187 "authors": [
188 {
189 "name": "Roman Borschel",
190 "email": "roman@code-factory.org"
191 },
192 {
193 "name": "Benjamin Eberlei",
194 "email": "kontakt@beberlei.de"
195 },
196 {
197 "name": "Guilherme Blanco",
198 "email": "guilhermeblanco@gmail.com"
199 },
200 {
201 "name": "Jonathan Wage",
202 "email": "jonwage@gmail.com"
203 },
204 {
205 "name": "Johannes Schmitt",
206 "email": "schmittjoh@gmail.com"
207 }
208 ],
209 "description": "Collections Abstraction library",
210 "homepage": "http://www.doctrine-project.org",
211 "keywords": [
212 "array",
213 "collections",
214 "iterator"
215 ],
216 "time": "2017-07-22T10:37:32+00:00"
217 },
218 {
219 "name": "doctrine/common",
220 "version": "v2.8.1",
221 "source": {
222 "type": "git",
223 "url": "https://github.com/doctrine/common.git",
224 "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
225 },
226 "dist": {
227 "type": "zip",
228 "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
229 "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
230 "shasum": ""
231 },
232 "require": {
233 "doctrine/annotations": "1.*",
234 "doctrine/cache": "1.*",
235 "doctrine/collections": "1.*",
236 "doctrine/inflector": "1.*",
237 "doctrine/lexer": "1.*",
238 "php": "~7.1"
239 },
240 "require-dev": {
241 "phpunit/phpunit": "^5.7"
242 },
243 "type": "library",
244 "extra": {
245 "branch-alias": {
246 "dev-master": "2.8.x-dev"
247 }
248 },
249 "autoload": {
250 "psr-4": {
251 "Doctrine\\Common\\": "lib/Doctrine/Common"
252 }
253 },
254 "notification-url": "https://packagist.org/downloads/",
255 "license": [
256 "MIT"
257 ],
258 "authors": [
259 {
260 "name": "Roman Borschel",
261 "email": "roman@code-factory.org"
262 },
263 {
264 "name": "Benjamin Eberlei",
265 "email": "kontakt@beberlei.de"
266 },
267 {
268 "name": "Guilherme Blanco",
269 "email": "guilhermeblanco@gmail.com"
270 },
271 {
272 "name": "Jonathan Wage",
273 "email": "jonwage@gmail.com"
274 },
275 {
276 "name": "Johannes Schmitt",
277 "email": "schmittjoh@gmail.com"
278 }
279 ],
280 "description": "Common Library for Doctrine projects",
281 "homepage": "http://www.doctrine-project.org",
282 "keywords": [
283 "annotations",
284 "collections",
285 "eventmanager",
286 "persistence",
287 "spl"
288 ],
289 "time": "2017-08-31T08:43:38+00:00"
290 },
291 {
292 "name": "doctrine/dbal",
293 "version": "v2.7.1",
294 "source": {
295 "type": "git",
296 "url": "https://github.com/doctrine/dbal.git",
297 "reference": "11037b4352c008373561dc6fc836834eed80c3b5"
298 },
299 "dist": {
300 "type": "zip",
301 "url": "https://api.github.com/repos/doctrine/dbal/zipball/11037b4352c008373561dc6fc836834eed80c3b5",
302 "reference": "11037b4352c008373561dc6fc836834eed80c3b5",
303 "shasum": ""
304 },
305 "require": {
306 "doctrine/common": "^2.7.1",
307 "ext-pdo": "*",
308 "php": "^7.1"
309 },
310 "require-dev": {
311 "doctrine/coding-standard": "^4.0",
312 "phpunit/phpunit": "^7.0",
313 "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
314 "symfony/console": "^2.0.5||^3.0",
315 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
316 },
317 "suggest": {
318 "symfony/console": "For helpful console commands such as SQL execution and import of files."
319 },
320 "bin": [
321 "bin/doctrine-dbal"
322 ],
323 "type": "library",
324 "extra": {
325 "branch-alias": {
326 "dev-master": "2.7.x-dev"
327 }
328 },
329 "autoload": {
330 "psr-0": {
331 "Doctrine\\DBAL\\": "lib/"
332 }
333 },
334 "notification-url": "https://packagist.org/downloads/",
335 "license": [
336 "MIT"
337 ],
338 "authors": [
339 {
340 "name": "Roman Borschel",
341 "email": "roman@code-factory.org"
342 },
343 {
344 "name": "Benjamin Eberlei",
345 "email": "kontakt@beberlei.de"
346 },
347 {
348 "name": "Guilherme Blanco",
349 "email": "guilhermeblanco@gmail.com"
350 },
351 {
352 "name": "Jonathan Wage",
353 "email": "jonwage@gmail.com"
354 }
355 ],
356 "description": "Database Abstraction Layer",
357 "homepage": "http://www.doctrine-project.org",
358 "keywords": [
359 "database",
360 "dbal",
361 "persistence",
362 "queryobject"
363 ],
364 "time": "2018-04-07T18:44:18+00:00"
365 },
366 {
367 "name": "doctrine/doctrine-bundle",
368 "version": "1.9.1",
369 "source": {
370 "type": "git",
371 "url": "https://github.com/doctrine/DoctrineBundle.git",
372 "reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f"
373 },
374 "dist": {
375 "type": "zip",
376 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/703fad32e4c8cbe609caf45a71a1d4266c830f0f",
377 "reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f",
378 "shasum": ""
379 },
380 "require": {
381 "doctrine/dbal": "^2.5.12",
382 "doctrine/doctrine-cache-bundle": "~1.2",
383 "jdorn/sql-formatter": "^1.2.16",
384 "php": "^5.5.9|^7.0",
385 "symfony/console": "~2.7|~3.0|~4.0",
386 "symfony/dependency-injection": "~2.7|~3.0|~4.0",
387 "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
388 "symfony/framework-bundle": "^2.7.22|~3.0|~4.0"
389 },
390 "conflict": {
391 "symfony/http-foundation": "<2.6"
392 },
393 "require-dev": {
394 "doctrine/orm": "~2.4",
395 "phpunit/phpunit": "^4.8.36|^5.7|^6.4",
396 "satooshi/php-coveralls": "^1.0",
397 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
398 "symfony/property-info": "~2.8|~3.0|~4.0",
399 "symfony/validator": "~2.7|~3.0|~4.0",
400 "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0",
401 "symfony/yaml": "~2.7|~3.0|~4.0",
402 "twig/twig": "~1.26|~2.0"
403 },
404 "suggest": {
405 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
406 "symfony/web-profiler-bundle": "To use the data collector."
407 },
408 "type": "symfony-bundle",
409 "extra": {
410 "branch-alias": {
411 "dev-master": "1.8.x-dev"
412 }
413 },
414 "autoload": {
415 "psr-4": {
416 "Doctrine\\Bundle\\DoctrineBundle\\": ""
417 }
418 },
419 "notification-url": "https://packagist.org/downloads/",
420 "license": [
421 "MIT"
422 ],
423 "authors": [
424 {
425 "name": "Symfony Community",
426 "homepage": "http://symfony.com/contributors"
427 },
428 {
429 "name": "Benjamin Eberlei",
430 "email": "kontakt@beberlei.de"
431 },
432 {
433 "name": "Doctrine Project",
434 "homepage": "http://www.doctrine-project.org/"
435 },
436 {
437 "name": "Fabien Potencier",
438 "email": "fabien@symfony.com"
439 }
440 ],
441 "description": "Symfony DoctrineBundle",
442 "homepage": "http://www.doctrine-project.org",
443 "keywords": [
444 "database",
445 "dbal",
446 "orm",
447 "persistence"
448 ],
449 "time": "2018-04-19T14:07:39+00:00"
450 },
451 {
452 "name": "doctrine/doctrine-cache-bundle",
453 "version": "1.3.3",
454 "source": {
455 "type": "git",
456 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
457 "reference": "4c8e363f96427924e7e519c5b5119b4f54512697"
458 },
459 "dist": {
460 "type": "zip",
461 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/4c8e363f96427924e7e519c5b5119b4f54512697",
462 "reference": "4c8e363f96427924e7e519c5b5119b4f54512697",
463 "shasum": ""
464 },
465 "require": {
466 "doctrine/cache": "^1.4.2",
467 "doctrine/inflector": "~1.0",
468 "php": ">=5.3.2",
469 "symfony/doctrine-bridge": "~2.7|~3.3|~4.0"
470 },
471 "require-dev": {
472 "instaclick/coding-standard": "~1.1",
473 "instaclick/object-calisthenics-sniffs": "dev-master",
474 "instaclick/symfony2-coding-standard": "dev-remaster",
475 "phpunit/phpunit": "~4|~5",
476 "predis/predis": "~0.8",
477 "satooshi/php-coveralls": "^1.0",
478 "squizlabs/php_codesniffer": "~1.5",
479 "symfony/console": "~2.7|~3.3|~4.0",
480 "symfony/finder": "~2.7|~3.3|~4.0",
481 "symfony/framework-bundle": "~2.7|~3.3|~4.0",
482 "symfony/phpunit-bridge": "~2.7|~3.3|~4.0",
483 "symfony/security-acl": "~2.7|~3.3",
484 "symfony/validator": "~2.7|~3.3|~4.0",
485 "symfony/yaml": "~2.7|~3.3|~4.0"
486 },
487 "suggest": {
488 "symfony/security-acl": "For using this bundle to cache ACLs"
489 },
490 "type": "symfony-bundle",
491 "extra": {
492 "branch-alias": {
493 "dev-master": "1.3.x-dev"
494 }
495 },
496 "autoload": {
497 "psr-4": {
498 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
499 }
500 },
501 "notification-url": "https://packagist.org/downloads/",
502 "license": [
503 "MIT"
504 ],
505 "authors": [
506 {
507 "name": "Symfony Community",
508 "homepage": "http://symfony.com/contributors"
509 },
510 {
511 "name": "Benjamin Eberlei",
512 "email": "kontakt@beberlei.de"
513 },
514 {
515 "name": "Fabio B. Silva",
516 "email": "fabio.bat.silva@gmail.com"
517 },
518 {
519 "name": "Guilherme Blanco",
520 "email": "guilhermeblanco@hotmail.com"
521 },
522 {
523 "name": "Doctrine Project",
524 "homepage": "http://www.doctrine-project.org/"
525 },
526 {
527 "name": "Fabien Potencier",
528 "email": "fabien@symfony.com"
529 }
530 ],
531 "description": "Symfony Bundle for Doctrine Cache",
532 "homepage": "http://www.doctrine-project.org",
533 "keywords": [
534 "cache",
535 "caching"
536 ],
537 "time": "2018-03-27T09:22:12+00:00"
538 },
539 {
540 "name": "doctrine/inflector",
541 "version": "v1.3.0",
542 "source": {
543 "type": "git",
544 "url": "https://github.com/doctrine/inflector.git",
545 "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
546 },
547 "dist": {
548 "type": "zip",
549 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
550 "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
551 "shasum": ""
552 },
553 "require": {
554 "php": "^7.1"
555 },
556 "require-dev": {
557 "phpunit/phpunit": "^6.2"
558 },
559 "type": "library",
560 "extra": {
561 "branch-alias": {
562 "dev-master": "1.3.x-dev"
563 }
564 },
565 "autoload": {
566 "psr-4": {
567 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
568 }
569 },
570 "notification-url": "https://packagist.org/downloads/",
571 "license": [
572 "MIT"
573 ],
574 "authors": [
575 {
576 "name": "Roman Borschel",
577 "email": "roman@code-factory.org"
578 },
579 {
580 "name": "Benjamin Eberlei",
581 "email": "kontakt@beberlei.de"
582 },
583 {
584 "name": "Guilherme Blanco",
585 "email": "guilhermeblanco@gmail.com"
586 },
587 {
588 "name": "Jonathan Wage",
589 "email": "jonwage@gmail.com"
590 },
591 {
592 "name": "Johannes Schmitt",
593 "email": "schmittjoh@gmail.com"
594 }
595 ],
596 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
597 "homepage": "http://www.doctrine-project.org",
598 "keywords": [
599 "inflection",
600 "pluralize",
601 "singularize",
602 "string"
603 ],
604 "time": "2018-01-09T20:05:19+00:00"
605 },
606 {
607 "name": "doctrine/instantiator",
608 "version": "1.1.0",
609 "source": {
610 "type": "git",
611 "url": "https://github.com/doctrine/instantiator.git",
612 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
613 },
614 "dist": {
615 "type": "zip",
616 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
617 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
618 "shasum": ""
619 },
620 "require": {
621 "php": "^7.1"
622 },
623 "require-dev": {
624 "athletic/athletic": "~0.1.8",
625 "ext-pdo": "*",
626 "ext-phar": "*",
627 "phpunit/phpunit": "^6.2.3",
628 "squizlabs/php_codesniffer": "^3.0.2"
629 },
630 "type": "library",
631 "extra": {
632 "branch-alias": {
633 "dev-master": "1.2.x-dev"
634 }
635 },
636 "autoload": {
637 "psr-4": {
638 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
639 }
640 },
641 "notification-url": "https://packagist.org/downloads/",
642 "license": [
643 "MIT"
644 ],
645 "authors": [
646 {
647 "name": "Marco Pivetta",
648 "email": "ocramius@gmail.com",
649 "homepage": "http://ocramius.github.com/"
650 }
651 ],
652 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
653 "homepage": "https://github.com/doctrine/instantiator",
654 "keywords": [
655 "constructor",
656 "instantiate"
657 ],
658 "time": "2017-07-22T11:58:36+00:00"
659 },
660 {
661 "name": "doctrine/lexer",
662 "version": "v1.0.1",
663 "source": {
664 "type": "git",
665 "url": "https://github.com/doctrine/lexer.git",
666 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
667 },
668 "dist": {
669 "type": "zip",
670 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
671 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
672 "shasum": ""
673 },
674 "require": {
675 "php": ">=5.3.2"
676 },
677 "type": "library",
678 "extra": {
679 "branch-alias": {
680 "dev-master": "1.0.x-dev"
681 }
682 },
683 "autoload": {
684 "psr-0": {
685 "Doctrine\\Common\\Lexer\\": "lib/"
686 }
687 },
688 "notification-url": "https://packagist.org/downloads/",
689 "license": [
690 "MIT"
691 ],
692 "authors": [
693 {
694 "name": "Roman Borschel",
695 "email": "roman@code-factory.org"
696 },
697 {
698 "name": "Guilherme Blanco",
699 "email": "guilhermeblanco@gmail.com"
700 },
701 {
702 "name": "Johannes Schmitt",
703 "email": "schmittjoh@gmail.com"
704 }
705 ],
706 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
707 "homepage": "http://www.doctrine-project.org",
708 "keywords": [
709 "lexer",
710 "parser"
711 ],
712 "time": "2014-09-09T13:34:57+00:00"
713 },
714 {
715 "name": "doctrine/orm",
716 "version": "v2.6.1",
717 "source": {
718 "type": "git",
719 "url": "https://github.com/doctrine/doctrine2.git",
720 "reference": "87ee409783a4a322b5597ebaae558661404055a7"
721 },
722 "dist": {
723 "type": "zip",
724 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/87ee409783a4a322b5597ebaae558661404055a7",
725 "reference": "87ee409783a4a322b5597ebaae558661404055a7",
726 "shasum": ""
727 },
728 "require": {
729 "doctrine/annotations": "~1.5",
730 "doctrine/cache": "~1.6",
731 "doctrine/collections": "^1.4",
732 "doctrine/common": "^2.7.1",
733 "doctrine/dbal": "^2.6",
734 "doctrine/instantiator": "~1.1",
735 "ext-pdo": "*",
736 "php": "^7.1",
737 "symfony/console": "~3.0|~4.0"
738 },
739 "require-dev": {
740 "doctrine/coding-standard": "^1.0",
741 "phpunit/phpunit": "^6.5",
742 "squizlabs/php_codesniffer": "^3.2",
743 "symfony/yaml": "~3.4|~4.0"
744 },
745 "suggest": {
746 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
747 },
748 "bin": [
749 "bin/doctrine"
750 ],
751 "type": "library",
752 "extra": {
753 "branch-alias": {
754 "dev-master": "2.6.x-dev"
755 }
756 },
757 "autoload": {
758 "psr-4": {
759 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
760 }
761 },
762 "notification-url": "https://packagist.org/downloads/",
763 "license": [
764 "MIT"
765 ],
766 "authors": [
767 {
768 "name": "Roman Borschel",
769 "email": "roman@code-factory.org"
770 },
771 {
772 "name": "Benjamin Eberlei",
773 "email": "kontakt@beberlei.de"
774 },
775 {
776 "name": "Guilherme Blanco",
777 "email": "guilhermeblanco@gmail.com"
778 },
779 {
780 "name": "Jonathan Wage",
781 "email": "jonwage@gmail.com"
782 },
783 {
784 "name": "Marco Pivetta",
785 "email": "ocramius@gmail.com"
786 }
787 ],
788 "description": "Object-Relational-Mapper for PHP",
789 "homepage": "http://www.doctrine-project.org",
790 "keywords": [
791 "database",
792 "orm"
793 ],
794 "time": "2018-02-27T07:30:56+00:00"
795 },
796 {
797 "name": "friendsofsymfony/rest-bundle",
798 "version": "2.3.1",
799 "source": {
800 "type": "git",
801 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
802 "reference": "1abdf3d82502ac67b93c7f84c844fa147f0ec70e"
803 },
804 "dist": {
805 "type": "zip",
806 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/1abdf3d82502ac67b93c7f84c844fa147f0ec70e",
807 "reference": "1abdf3d82502ac67b93c7f84c844fa147f0ec70e",
808 "shasum": ""
809 },
810 "require": {
811 "doctrine/inflector": "^1.0",
812 "php": "^5.5.9|~7.0",
813 "psr/log": "^1.0",
814 "symfony/config": "^2.7|^3.0|^4.0",
815 "symfony/debug": "^2.7|^3.0|^4.0",
816 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
817 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
818 "symfony/finder": "^2.7|^3.0|^4.0",
819 "symfony/framework-bundle": "^2.7|^3.0|^4.0",
820 "symfony/http-foundation": "^2.7|^3.0|^4.0",
821 "symfony/http-kernel": "^2.7|^3.0|^4.0",
822 "symfony/routing": "^2.7|^3.0|^4.0",
823 "symfony/security-core": "^2.7|^3.0|^4.0",
824 "symfony/templating": "^2.7|^3.0|^4.0",
825 "willdurand/jsonp-callback-validator": "^1.0",
826 "willdurand/negotiation": "^2.0"
827 },
828 "conflict": {
829 "jms/serializer": "1.3.0",
830 "jms/serializer-bundle": "<1.2.0",
831 "sensio/framework-extra-bundle": "<3.0.13"
832 },
833 "require-dev": {
834 "jms/serializer-bundle": "^1.2|^2.0",
835 "phpoption/phpoption": "^1.1",
836 "psr/http-message": "^1.0",
837 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
838 "symfony/asset": "^2.7|^3.0|^4.0",
839 "symfony/browser-kit": "^2.7|^3.0|^4.0",
840 "symfony/css-selector": "^2.7|^3.0|^4.0",
841 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
842 "symfony/expression-language": "~2.7|^3.0|^4.0",
843 "symfony/form": "^2.7|^3.0|^4.0",
844 "symfony/phpunit-bridge": "^3.2|^4.0",
845 "symfony/security-bundle": "^2.7|^3.0|^4.0",
846 "symfony/serializer": "^2.7.11|^3.0.4|^4.0",
847 "symfony/twig-bundle": "^2.7|^3.0|^4.0",
848 "symfony/validator": "^2.7|^3.0|^4.0",
849 "symfony/web-profiler-bundle": "^2.7|^3.0|^4.0",
850 "symfony/yaml": "^2.7|^3.0|^4.0"
851 },
852 "suggest": {
853 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^1.0",
854 "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ^3.0",
855 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
856 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
857 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
858 },
859 "type": "symfony-bundle",
860 "extra": {
861 "branch-alias": {
862 "dev-master": "2.3-dev"
863 }
864 },
865 "autoload": {
866 "psr-4": {
867 "FOS\\RestBundle\\": ""
868 },
869 "exclude-from-classmap": [
870 "Tests/"
871 ]
872 },
873 "notification-url": "https://packagist.org/downloads/",
874 "license": [
875 "MIT"
876 ],
877 "authors": [
878 {
879 "name": "Lukas Kahwe Smith",
880 "email": "smith@pooteeweet.org"
881 },
882 {
883 "name": "FriendsOfSymfony Community",
884 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
885 },
886 {
887 "name": "Konstantin Kudryashov",
888 "email": "ever.zet@gmail.com"
889 }
890 ],
891 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
892 "homepage": "http://friendsofsymfony.github.com",
893 "keywords": [
894 "rest"
895 ],
896 "time": "2018-02-28T13:57:04+00:00"
897 },
898 {
899 "name": "jdorn/sql-formatter",
900 "version": "v1.2.17",
901 "source": {
902 "type": "git",
903 "url": "https://github.com/jdorn/sql-formatter.git",
904 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
905 },
906 "dist": {
907 "type": "zip",
908 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
909 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
910 "shasum": ""
911 },
912 "require": {
913 "php": ">=5.2.4"
914 },
915 "require-dev": {
916 "phpunit/phpunit": "3.7.*"
917 },
918 "type": "library",
919 "extra": {
920 "branch-alias": {
921 "dev-master": "1.3.x-dev"
922 }
923 },
924 "autoload": {
925 "classmap": [
926 "lib"
927 ]
928 },
929 "notification-url": "https://packagist.org/downloads/",
930 "license": [
931 "MIT"
932 ],
933 "authors": [
934 {
935 "name": "Jeremy Dorn",
936 "email": "jeremy@jeremydorn.com",
937 "homepage": "http://jeremydorn.com/"
938 }
939 ],
940 "description": "a PHP SQL highlighting library",
941 "homepage": "https://github.com/jdorn/sql-formatter/",
942 "keywords": [
943 "highlight",
944 "sql"
945 ],
946 "time": "2014-01-12T16:20:24+00:00"
947 },
948 {
949 "name": "jms/metadata",
950 "version": "1.6.0",
951 "source": {
952 "type": "git",
953 "url": "https://github.com/schmittjoh/metadata.git",
954 "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
955 },
956 "dist": {
957 "type": "zip",
958 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
959 "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
960 "shasum": ""
961 },
962 "require": {
963 "php": ">=5.3.0"
964 },
965 "require-dev": {
966 "doctrine/cache": "~1.0",
967 "symfony/cache": "~3.1"
968 },
969 "type": "library",
970 "extra": {
971 "branch-alias": {
972 "dev-master": "1.5.x-dev"
973 }
974 },
975 "autoload": {
976 "psr-0": {
977 "Metadata\\": "src/"
978 }
979 },
980 "notification-url": "https://packagist.org/downloads/",
981 "license": [
982 "Apache-2.0"
983 ],
984 "authors": [
985 {
986 "name": "Johannes M. Schmitt",
987 "email": "schmittjoh@gmail.com"
988 }
989 ],
990 "description": "Class/method/property metadata management in PHP",
991 "keywords": [
992 "annotations",
993 "metadata",
994 "xml",
995 "yaml"
996 ],
997 "time": "2016-12-05T10:18:33+00:00"
998 },
999 {
1000 "name": "jms/parser-lib",
1001 "version": "1.0.0",
1002 "source": {
1003 "type": "git",
1004 "url": "https://github.com/schmittjoh/parser-lib.git",
1005 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1006 },
1007 "dist": {
1008 "type": "zip",
1009 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1010 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1011 "shasum": ""
1012 },
1013 "require": {
1014 "phpoption/phpoption": ">=0.9,<2.0-dev"
1015 },
1016 "type": "library",
1017 "extra": {
1018 "branch-alias": {
1019 "dev-master": "1.0-dev"
1020 }
1021 },
1022 "autoload": {
1023 "psr-0": {
1024 "JMS\\": "src/"
1025 }
1026 },
1027 "notification-url": "https://packagist.org/downloads/",
1028 "license": [
1029 "Apache2"
1030 ],
1031 "description": "A library for easily creating recursive-descent parsers.",
1032 "time": "2012-11-18T18:08:43+00:00"
1033 },
1034 {
1035 "name": "jms/serializer",
1036 "version": "1.12.1",
1037 "source": {
1038 "type": "git",
1039 "url": "https://github.com/schmittjoh/serializer.git",
1040 "reference": "93d6e03fcb71d45854cc44b5a84d645c02c5d763"
1041 },
1042 "dist": {
1043 "type": "zip",
1044 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/93d6e03fcb71d45854cc44b5a84d645c02c5d763",
1045 "reference": "93d6e03fcb71d45854cc44b5a84d645c02c5d763",
1046 "shasum": ""
1047 },
1048 "require": {
1049 "doctrine/annotations": "^1.0",
1050 "doctrine/instantiator": "^1.0.3",
1051 "jms/metadata": "^1.3",
1052 "jms/parser-lib": "1.*",
1053 "php": "^5.5|^7.0",
1054 "phpcollection/phpcollection": "~0.1",
1055 "phpoption/phpoption": "^1.1"
1056 },
1057 "conflict": {
1058 "twig/twig": "<1.12"
1059 },
1060 "require-dev": {
1061 "doctrine/orm": "~2.1",
1062 "doctrine/phpcr-odm": "^1.3|^2.0",
1063 "ext-pdo_sqlite": "*",
1064 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
1065 "phpunit/phpunit": "^4.8|^5.0",
1066 "propel/propel1": "~1.7",
1067 "psr/container": "^1.0",
1068 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
1069 "symfony/expression-language": "^2.6|^3.0",
1070 "symfony/filesystem": "^2.1",
1071 "symfony/form": "~2.1|^3.0",
1072 "symfony/translation": "^2.1|^3.0",
1073 "symfony/validator": "^2.2|^3.0",
1074 "symfony/yaml": "^2.1|^3.0",
1075 "twig/twig": "~1.12|~2.0"
1076 },
1077 "suggest": {
1078 "doctrine/cache": "Required if you like to use cache functionality.",
1079 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
1080 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1081 },
1082 "type": "library",
1083 "extra": {
1084 "branch-alias": {
1085 "dev-1.x": "1.11-dev"
1086 }
1087 },
1088 "autoload": {
1089 "psr-0": {
1090 "JMS\\Serializer": "src/"
1091 }
1092 },
1093 "notification-url": "https://packagist.org/downloads/",
1094 "license": [
1095 "MIT"
1096 ],
1097 "authors": [
1098 {
1099 "name": "Asmir Mustafic",
1100 "email": "goetas@gmail.com"
1101 },
1102 {
1103 "name": "Johannes M. Schmitt",
1104 "email": "schmittjoh@gmail.com"
1105 }
1106 ],
1107 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1108 "homepage": "http://jmsyst.com/libs/serializer",
1109 "keywords": [
1110 "deserialization",
1111 "jaxb",
1112 "json",
1113 "serialization",
1114 "xml"
1115 ],
1116 "time": "2018-06-01T12:10:12+00:00"
1117 },
1118 {
1119 "name": "jms/serializer-bundle",
1120 "version": "2.4.2",
1121 "source": {
1122 "type": "git",
1123 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
1124 "reference": "22eb9a2f7983394b0770237ca91e879eb2a4b4a6"
1125 },
1126 "dist": {
1127 "type": "zip",
1128 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/22eb9a2f7983394b0770237ca91e879eb2a4b4a6",
1129 "reference": "22eb9a2f7983394b0770237ca91e879eb2a4b4a6",
1130 "shasum": ""
1131 },
1132 "require": {
1133 "jms/serializer": "^1.10",
1134 "php": "^5.4|^7.0",
1135 "phpoption/phpoption": "^1.1.0",
1136 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
1137 },
1138 "require-dev": {
1139 "doctrine/orm": "*",
1140 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
1141 "symfony/expression-language": "~2.6|~3.0|~4.0",
1142 "symfony/finder": "^2.3|^3.0|^4.0",
1143 "symfony/form": "*",
1144 "symfony/stopwatch": "*",
1145 "symfony/twig-bundle": "*",
1146 "symfony/validator": "*",
1147 "symfony/yaml": "*"
1148 },
1149 "suggest": {
1150 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
1151 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
1152 },
1153 "type": "symfony-bundle",
1154 "extra": {
1155 "branch-alias": {
1156 "dev-master": "2.4-dev"
1157 }
1158 },
1159 "autoload": {
1160 "psr-4": {
1161 "JMS\\SerializerBundle\\": ""
1162 },
1163 "exclude-from-classmap": [
1164 "/Tests/"
1165 ]
1166 },
1167 "notification-url": "https://packagist.org/downloads/",
1168 "license": [
1169 "MIT"
1170 ],
1171 "authors": [
1172 {
1173 "name": "Asmir Mustafic",
1174 "email": "goetas@gmail.com"
1175 },
1176 {
1177 "name": "Johannes M. Schmitt",
1178 "email": "schmittjoh@gmail.com"
1179 }
1180 ],
1181 "description": "Allows you to easily serialize, and deserialize data of any complexity",
1182 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
1183 "keywords": [
1184 "deserialization",
1185 "jaxb",
1186 "json",
1187 "serialization",
1188 "xml"
1189 ],
1190 "time": "2018-06-19T13:39:25+00:00"
1191 },
1192 {
1193 "name": "phpcollection/phpcollection",
1194 "version": "0.5.0",
1195 "source": {
1196 "type": "git",
1197 "url": "https://github.com/schmittjoh/php-collection.git",
1198 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
1199 },
1200 "dist": {
1201 "type": "zip",
1202 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1203 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1204 "shasum": ""
1205 },
1206 "require": {
1207 "phpoption/phpoption": "1.*"
1208 },
1209 "type": "library",
1210 "extra": {
1211 "branch-alias": {
1212 "dev-master": "0.4-dev"
1213 }
1214 },
1215 "autoload": {
1216 "psr-0": {
1217 "PhpCollection": "src/"
1218 }
1219 },
1220 "notification-url": "https://packagist.org/downloads/",
1221 "license": [
1222 "Apache2"
1223 ],
1224 "authors": [
1225 {
1226 "name": "Johannes M. Schmitt",
1227 "email": "schmittjoh@gmail.com"
1228 }
1229 ],
1230 "description": "General-Purpose Collection Library for PHP",
1231 "keywords": [
1232 "collection",
1233 "list",
1234 "map",
1235 "sequence",
1236 "set"
1237 ],
1238 "time": "2015-05-17T12:39:23+00:00"
1239 },
1240 {
1241 "name": "phpoption/phpoption",
1242 "version": "1.5.0",
1243 "source": {
1244 "type": "git",
1245 "url": "https://github.com/schmittjoh/php-option.git",
1246 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1247 },
1248 "dist": {
1249 "type": "zip",
1250 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1251 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1252 "shasum": ""
1253 },
1254 "require": {
1255 "php": ">=5.3.0"
1256 },
1257 "require-dev": {
1258 "phpunit/phpunit": "4.7.*"
1259 },
1260 "type": "library",
1261 "extra": {
1262 "branch-alias": {
1263 "dev-master": "1.3-dev"
1264 }
1265 },
1266 "autoload": {
1267 "psr-0": {
1268 "PhpOption\\": "src/"
1269 }
1270 },
1271 "notification-url": "https://packagist.org/downloads/",
1272 "license": [
1273 "Apache2"
1274 ],
1275 "authors": [
1276 {
1277 "name": "Johannes M. Schmitt",
1278 "email": "schmittjoh@gmail.com"
1279 }
1280 ],
1281 "description": "Option Type for PHP",
1282 "keywords": [
1283 "language",
1284 "option",
1285 "php",
1286 "type"
1287 ],
1288 "time": "2015-07-25T16:39:46+00:00"
1289 },
1290 {
1291 "name": "psr/cache",
1292 "version": "1.0.1",
1293 "source": {
1294 "type": "git",
1295 "url": "https://github.com/php-fig/cache.git",
1296 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1297 },
1298 "dist": {
1299 "type": "zip",
1300 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1301 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1302 "shasum": ""
1303 },
1304 "require": {
1305 "php": ">=5.3.0"
1306 },
1307 "type": "library",
1308 "extra": {
1309 "branch-alias": {
1310 "dev-master": "1.0.x-dev"
1311 }
1312 },
1313 "autoload": {
1314 "psr-4": {
1315 "Psr\\Cache\\": "src/"
1316 }
1317 },
1318 "notification-url": "https://packagist.org/downloads/",
1319 "license": [
1320 "MIT"
1321 ],
1322 "authors": [
1323 {
1324 "name": "PHP-FIG",
1325 "homepage": "http://www.php-fig.org/"
1326 }
1327 ],
1328 "description": "Common interface for caching libraries",
1329 "keywords": [
1330 "cache",
1331 "psr",
1332 "psr-6"
1333 ],
1334 "time": "2016-08-06T20:24:11+00:00"
1335 },
1336 {
1337 "name": "psr/container",
1338 "version": "1.0.0",
1339 "source": {
1340 "type": "git",
1341 "url": "https://github.com/php-fig/container.git",
1342 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1343 },
1344 "dist": {
1345 "type": "zip",
1346 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1347 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1348 "shasum": ""
1349 },
1350 "require": {
1351 "php": ">=5.3.0"
1352 },
1353 "type": "library",
1354 "extra": {
1355 "branch-alias": {
1356 "dev-master": "1.0.x-dev"
1357 }
1358 },
1359 "autoload": {
1360 "psr-4": {
1361 "Psr\\Container\\": "src/"
1362 }
1363 },
1364 "notification-url": "https://packagist.org/downloads/",
1365 "license": [
1366 "MIT"
1367 ],
1368 "authors": [
1369 {
1370 "name": "PHP-FIG",
1371 "homepage": "http://www.php-fig.org/"
1372 }
1373 ],
1374 "description": "Common Container Interface (PHP FIG PSR-11)",
1375 "homepage": "https://github.com/php-fig/container",
1376 "keywords": [
1377 "PSR-11",
1378 "container",
1379 "container-interface",
1380 "container-interop",
1381 "psr"
1382 ],
1383 "time": "2017-02-14T16:28:37+00:00"
1384 },
1385 {
1386 "name": "psr/log",
1387 "version": "1.0.2",
1388 "source": {
1389 "type": "git",
1390 "url": "https://github.com/php-fig/log.git",
1391 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1392 },
1393 "dist": {
1394 "type": "zip",
1395 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1396 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1397 "shasum": ""
1398 },
1399 "require": {
1400 "php": ">=5.3.0"
1401 },
1402 "type": "library",
1403 "extra": {
1404 "branch-alias": {
1405 "dev-master": "1.0.x-dev"
1406 }
1407 },
1408 "autoload": {
1409 "psr-4": {
1410 "Psr\\Log\\": "Psr/Log/"
1411 }
1412 },
1413 "notification-url": "https://packagist.org/downloads/",
1414 "license": [
1415 "MIT"
1416 ],
1417 "authors": [
1418 {
1419 "name": "PHP-FIG",
1420 "homepage": "http://www.php-fig.org/"
1421 }
1422 ],
1423 "description": "Common interface for logging libraries",
1424 "homepage": "https://github.com/php-fig/log",
1425 "keywords": [
1426 "log",
1427 "psr",
1428 "psr-3"
1429 ],
1430 "time": "2016-10-10T12:19:37+00:00"
1431 },
1432 {
1433 "name": "psr/simple-cache",
1434 "version": "1.0.1",
1435 "source": {
1436 "type": "git",
1437 "url": "https://github.com/php-fig/simple-cache.git",
1438 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1439 },
1440 "dist": {
1441 "type": "zip",
1442 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1443 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1444 "shasum": ""
1445 },
1446 "require": {
1447 "php": ">=5.3.0"
1448 },
1449 "type": "library",
1450 "extra": {
1451 "branch-alias": {
1452 "dev-master": "1.0.x-dev"
1453 }
1454 },
1455 "autoload": {
1456 "psr-4": {
1457 "Psr\\SimpleCache\\": "src/"
1458 }
1459 },
1460 "notification-url": "https://packagist.org/downloads/",
1461 "license": [
1462 "MIT"
1463 ],
1464 "authors": [
1465 {
1466 "name": "PHP-FIG",
1467 "homepage": "http://www.php-fig.org/"
1468 }
1469 ],
1470 "description": "Common interfaces for simple caching",
1471 "keywords": [
1472 "cache",
1473 "caching",
1474 "psr",
1475 "psr-16",
1476 "simple-cache"
1477 ],
1478 "time": "2017-10-23T01:57:42+00:00"
1479 },
1480 {
1481 "name": "sensio/framework-extra-bundle",
1482 "version": "v5.1.6",
1483 "source": {
1484 "type": "git",
1485 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1486 "reference": "bf4940572e43af679aaa13be98f3446a1c237bd8"
1487 },
1488 "dist": {
1489 "type": "zip",
1490 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bf4940572e43af679aaa13be98f3446a1c237bd8",
1491 "reference": "bf4940572e43af679aaa13be98f3446a1c237bd8",
1492 "shasum": ""
1493 },
1494 "require": {
1495 "doctrine/common": "^2.2",
1496 "symfony/config": "^3.3|^4.0",
1497 "symfony/dependency-injection": "^3.3|^4.0",
1498 "symfony/framework-bundle": "^3.3|^4.0",
1499 "symfony/http-kernel": "^3.3|^4.0"
1500 },
1501 "require-dev": {
1502 "doctrine/doctrine-bundle": "^1.6",
1503 "doctrine/orm": "^2.5",
1504 "symfony/browser-kit": "^3.3|^4.0",
1505 "symfony/dom-crawler": "^3.3|^4.0",
1506 "symfony/expression-language": "^3.3|^4.0",
1507 "symfony/finder": "^3.3|^4.0",
1508 "symfony/phpunit-bridge": "^3.3|^4.0",
1509 "symfony/psr-http-message-bridge": "^0.3",
1510 "symfony/security-bundle": "^3.3|^4.0",
1511 "symfony/twig-bundle": "^3.3|^4.0",
1512 "symfony/yaml": "^3.3|^4.0",
1513 "twig/twig": "~1.12|~2.0",
1514 "zendframework/zend-diactoros": "^1.3"
1515 },
1516 "suggest": {
1517 "symfony/expression-language": "",
1518 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1519 "symfony/security-bundle": ""
1520 },
1521 "type": "symfony-bundle",
1522 "extra": {
1523 "branch-alias": {
1524 "dev-master": "5.1.x-dev"
1525 }
1526 },
1527 "autoload": {
1528 "psr-4": {
1529 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1530 }
1531 },
1532 "notification-url": "https://packagist.org/downloads/",
1533 "license": [
1534 "MIT"
1535 ],
1536 "authors": [
1537 {
1538 "name": "Fabien Potencier",
1539 "email": "fabien@symfony.com"
1540 }
1541 ],
1542 "description": "This bundle provides a way to configure your controllers with annotations",
1543 "keywords": [
1544 "annotations",
1545 "controllers"
1546 ],
1547 "time": "2018-02-14T08:40:54+00:00"
1548 },
1549 {
1550 "name": "symfony/cache",
1551 "version": "v4.1.1",
1552 "source": {
1553 "type": "git",
1554 "url": "https://github.com/symfony/cache.git",
1555 "reference": "be95ef3665747e6ff9d883a8adc87085769009f0"
1556 },
1557 "dist": {
1558 "type": "zip",
1559 "url": "https://api.github.com/repos/symfony/cache/zipball/be95ef3665747e6ff9d883a8adc87085769009f0",
1560 "reference": "be95ef3665747e6ff9d883a8adc87085769009f0",
1561 "shasum": ""
1562 },
1563 "require": {
1564 "php": "^7.1.3",
1565 "psr/cache": "~1.0",
1566 "psr/log": "~1.0",
1567 "psr/simple-cache": "^1.0"
1568 },
1569 "conflict": {
1570 "symfony/var-dumper": "<3.4"
1571 },
1572 "provide": {
1573 "psr/cache-implementation": "1.0",
1574 "psr/simple-cache-implementation": "1.0"
1575 },
1576 "require-dev": {
1577 "cache/integration-tests": "dev-master",
1578 "doctrine/cache": "~1.6",
1579 "doctrine/dbal": "~2.4",
1580 "predis/predis": "~1.0"
1581 },
1582 "type": "library",
1583 "extra": {
1584 "branch-alias": {
1585 "dev-master": "4.1-dev"
1586 }
1587 },
1588 "autoload": {
1589 "psr-4": {
1590 "Symfony\\Component\\Cache\\": ""
1591 },
1592 "exclude-from-classmap": [
1593 "/Tests/"
1594 ]
1595 },
1596 "notification-url": "https://packagist.org/downloads/",
1597 "license": [
1598 "MIT"
1599 ],
1600 "authors": [
1601 {
1602 "name": "Nicolas Grekas",
1603 "email": "p@tchwork.com"
1604 },
1605 {
1606 "name": "Symfony Community",
1607 "homepage": "https://symfony.com/contributors"
1608 }
1609 ],
1610 "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
1611 "homepage": "https://symfony.com",
1612 "keywords": [
1613 "caching",
1614 "psr6"
1615 ],
1616 "time": "2018-06-22T08:59:39+00:00"
1617 },
1618 {
1619 "name": "symfony/config",
1620 "version": "v4.1.1",
1621 "source": {
1622 "type": "git",
1623 "url": "https://github.com/symfony/config.git",
1624 "reference": "e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5"
1625 },
1626 "dist": {
1627 "type": "zip",
1628 "url": "https://api.github.com/repos/symfony/config/zipball/e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5",
1629 "reference": "e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5",
1630 "shasum": ""
1631 },
1632 "require": {
1633 "php": "^7.1.3",
1634 "symfony/filesystem": "~3.4|~4.0",
1635 "symfony/polyfill-ctype": "~1.8"
1636 },
1637 "conflict": {
1638 "symfony/finder": "<3.4"
1639 },
1640 "require-dev": {
1641 "symfony/dependency-injection": "~3.4|~4.0",
1642 "symfony/event-dispatcher": "~3.4|~4.0",
1643 "symfony/finder": "~3.4|~4.0",
1644 "symfony/yaml": "~3.4|~4.0"
1645 },
1646 "suggest": {
1647 "symfony/yaml": "To use the yaml reference dumper"
1648 },
1649 "type": "library",
1650 "extra": {
1651 "branch-alias": {
1652 "dev-master": "4.1-dev"
1653 }
1654 },
1655 "autoload": {
1656 "psr-4": {
1657 "Symfony\\Component\\Config\\": ""
1658 },
1659 "exclude-from-classmap": [
1660 "/Tests/"
1661 ]
1662 },
1663 "notification-url": "https://packagist.org/downloads/",
1664 "license": [
1665 "MIT"
1666 ],
1667 "authors": [
1668 {
1669 "name": "Fabien Potencier",
1670 "email": "fabien@symfony.com"
1671 },
1672 {
1673 "name": "Symfony Community",
1674 "homepage": "https://symfony.com/contributors"
1675 }
1676 ],
1677 "description": "Symfony Config Component",
1678 "homepage": "https://symfony.com",
1679 "time": "2018-06-20T11:15:17+00:00"
1680 },
1681 {
1682 "name": "symfony/console",
1683 "version": "v4.1.1",
1684 "source": {
1685 "type": "git",
1686 "url": "https://github.com/symfony/console.git",
1687 "reference": "70591cda56b4b47c55776ac78e157c4bb6c8b43f"
1688 },
1689 "dist": {
1690 "type": "zip",
1691 "url": "https://api.github.com/repos/symfony/console/zipball/70591cda56b4b47c55776ac78e157c4bb6c8b43f",
1692 "reference": "70591cda56b4b47c55776ac78e157c4bb6c8b43f",
1693 "shasum": ""
1694 },
1695 "require": {
1696 "php": "^7.1.3",
1697 "symfony/polyfill-mbstring": "~1.0"
1698 },
1699 "conflict": {
1700 "symfony/dependency-injection": "<3.4",
1701 "symfony/process": "<3.3"
1702 },
1703 "require-dev": {
1704 "psr/log": "~1.0",
1705 "symfony/config": "~3.4|~4.0",
1706 "symfony/dependency-injection": "~3.4|~4.0",
1707 "symfony/event-dispatcher": "~3.4|~4.0",
1708 "symfony/lock": "~3.4|~4.0",
1709 "symfony/process": "~3.4|~4.0"
1710 },
1711 "suggest": {
1712 "psr/log-implementation": "For using the console logger",
1713 "symfony/event-dispatcher": "",
1714 "symfony/lock": "",
1715 "symfony/process": ""
1716 },
1717 "type": "library",
1718 "extra": {
1719 "branch-alias": {
1720 "dev-master": "4.1-dev"
1721 }
1722 },
1723 "autoload": {
1724 "psr-4": {
1725 "Symfony\\Component\\Console\\": ""
1726 },
1727 "exclude-from-classmap": [
1728 "/Tests/"
1729 ]
1730 },
1731 "notification-url": "https://packagist.org/downloads/",
1732 "license": [
1733 "MIT"
1734 ],
1735 "authors": [
1736 {
1737 "name": "Fabien Potencier",
1738 "email": "fabien@symfony.com"
1739 },
1740 {
1741 "name": "Symfony Community",
1742 "homepage": "https://symfony.com/contributors"
1743 }
1744 ],
1745 "description": "Symfony Console Component",
1746 "homepage": "https://symfony.com",
1747 "time": "2018-05-31T10:17:53+00:00"
1748 },
1749 {
1750 "name": "symfony/debug",
1751 "version": "v4.1.1",
1752 "source": {
1753 "type": "git",
1754 "url": "https://github.com/symfony/debug.git",
1755 "reference": "dbe0fad88046a755dcf9379f2964c61a02f5ae3d"
1756 },
1757 "dist": {
1758 "type": "zip",
1759 "url": "https://api.github.com/repos/symfony/debug/zipball/dbe0fad88046a755dcf9379f2964c61a02f5ae3d",
1760 "reference": "dbe0fad88046a755dcf9379f2964c61a02f5ae3d",
1761 "shasum": ""
1762 },
1763 "require": {
1764 "php": "^7.1.3",
1765 "psr/log": "~1.0"
1766 },
1767 "conflict": {
1768 "symfony/http-kernel": "<3.4"
1769 },
1770 "require-dev": {
1771 "symfony/http-kernel": "~3.4|~4.0"
1772 },
1773 "type": "library",
1774 "extra": {
1775 "branch-alias": {
1776 "dev-master": "4.1-dev"
1777 }
1778 },
1779 "autoload": {
1780 "psr-4": {
1781 "Symfony\\Component\\Debug\\": ""
1782 },
1783 "exclude-from-classmap": [
1784 "/Tests/"
1785 ]
1786 },
1787 "notification-url": "https://packagist.org/downloads/",
1788 "license": [
1789 "MIT"
1790 ],
1791 "authors": [
1792 {
1793 "name": "Fabien Potencier",
1794 "email": "fabien@symfony.com"
1795 },
1796 {
1797 "name": "Symfony Community",
1798 "homepage": "https://symfony.com/contributors"
1799 }
1800 ],
1801 "description": "Symfony Debug Component",
1802 "homepage": "https://symfony.com",
1803 "time": "2018-06-08T09:39:36+00:00"
1804 },
1805 {
1806 "name": "symfony/dependency-injection",
1807 "version": "v4.1.1",
1808 "source": {
1809 "type": "git",
1810 "url": "https://github.com/symfony/dependency-injection.git",
1811 "reference": "e761828a85d7dfc00b927f94ccbe1851ce0b6535"
1812 },
1813 "dist": {
1814 "type": "zip",
1815 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e761828a85d7dfc00b927f94ccbe1851ce0b6535",
1816 "reference": "e761828a85d7dfc00b927f94ccbe1851ce0b6535",
1817 "shasum": ""
1818 },
1819 "require": {
1820 "php": "^7.1.3",
1821 "psr/container": "^1.0"
1822 },
1823 "conflict": {
1824 "symfony/config": "<4.1.1",
1825 "symfony/finder": "<3.4",
1826 "symfony/proxy-manager-bridge": "<3.4",
1827 "symfony/yaml": "<3.4"
1828 },
1829 "provide": {
1830 "psr/container-implementation": "1.0"
1831 },
1832 "require-dev": {
1833 "symfony/config": "~4.1",
1834 "symfony/expression-language": "~3.4|~4.0",
1835 "symfony/yaml": "~3.4|~4.0"
1836 },
1837 "suggest": {
1838 "symfony/config": "",
1839 "symfony/expression-language": "For using expressions in service container configuration",
1840 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
1841 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1842 "symfony/yaml": ""
1843 },
1844 "type": "library",
1845 "extra": {
1846 "branch-alias": {
1847 "dev-master": "4.1-dev"
1848 }
1849 },
1850 "autoload": {
1851 "psr-4": {
1852 "Symfony\\Component\\DependencyInjection\\": ""
1853 },
1854 "exclude-from-classmap": [
1855 "/Tests/"
1856 ]
1857 },
1858 "notification-url": "https://packagist.org/downloads/",
1859 "license": [
1860 "MIT"
1861 ],
1862 "authors": [
1863 {
1864 "name": "Fabien Potencier",
1865 "email": "fabien@symfony.com"
1866 },
1867 {
1868 "name": "Symfony Community",
1869 "homepage": "https://symfony.com/contributors"
1870 }
1871 ],
1872 "description": "Symfony DependencyInjection Component",
1873 "homepage": "https://symfony.com",
1874 "time": "2018-06-25T11:12:43+00:00"
1875 },
1876 {
1877 "name": "symfony/doctrine-bridge",
1878 "version": "v4.1.1",
1879 "source": {
1880 "type": "git",
1881 "url": "https://github.com/symfony/doctrine-bridge.git",
1882 "reference": "a7751cc8d949c16366976633678116f85662b989"
1883 },
1884 "dist": {
1885 "type": "zip",
1886 "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/a7751cc8d949c16366976633678116f85662b989",
1887 "reference": "a7751cc8d949c16366976633678116f85662b989",
1888 "shasum": ""
1889 },
1890 "require": {
1891 "doctrine/common": "~2.4@stable",
1892 "php": "^7.1.3",
1893 "symfony/polyfill-ctype": "~1.8",
1894 "symfony/polyfill-mbstring": "~1.0"
1895 },
1896 "conflict": {
1897 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
1898 "symfony/dependency-injection": "<3.4"
1899 },
1900 "require-dev": {
1901 "doctrine/data-fixtures": "1.0.*",
1902 "doctrine/dbal": "~2.4",
1903 "doctrine/orm": "^2.4.5",
1904 "symfony/dependency-injection": "~3.4|~4.0",
1905 "symfony/expression-language": "~3.4|~4.0",
1906 "symfony/form": "~3.4|~4.0",
1907 "symfony/http-kernel": "~3.4|~4.0",
1908 "symfony/property-access": "~3.4|~4.0",
1909 "symfony/property-info": "~3.4|~4.0",
1910 "symfony/proxy-manager-bridge": "~3.4|~4.0",
1911 "symfony/security": "~3.4|~4.0",
1912 "symfony/stopwatch": "~3.4|~4.0",
1913 "symfony/translation": "~3.4|~4.0",
1914 "symfony/validator": "~3.4|~4.0"
1915 },
1916 "suggest": {
1917 "doctrine/data-fixtures": "",
1918 "doctrine/dbal": "",
1919 "doctrine/orm": "",
1920 "symfony/form": "",
1921 "symfony/property-info": "",
1922 "symfony/validator": ""
1923 },
1924 "type": "symfony-bridge",
1925 "extra": {
1926 "branch-alias": {
1927 "dev-master": "4.1-dev"
1928 }
1929 },
1930 "autoload": {
1931 "psr-4": {
1932 "Symfony\\Bridge\\Doctrine\\": ""
1933 },
1934 "exclude-from-classmap": [
1935 "/Tests/"
1936 ]
1937 },
1938 "notification-url": "https://packagist.org/downloads/",
1939 "license": [
1940 "MIT"
1941 ],
1942 "authors": [
1943 {
1944 "name": "Fabien Potencier",
1945 "email": "fabien@symfony.com"
1946 },
1947 {
1948 "name": "Symfony Community",
1949 "homepage": "https://symfony.com/contributors"
1950 }
1951 ],
1952 "description": "Symfony Doctrine Bridge",
1953 "homepage": "https://symfony.com",
1954 "time": "2018-06-25T11:31:22+00:00"
1955 },
1956 {
1957 "name": "symfony/event-dispatcher",
1958 "version": "v4.1.1",
1959 "source": {
1960 "type": "git",
1961 "url": "https://github.com/symfony/event-dispatcher.git",
1962 "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5"
1963 },
1964 "dist": {
1965 "type": "zip",
1966 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2391ed210a239868e7256eb6921b1bd83f3087b5",
1967 "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5",
1968 "shasum": ""
1969 },
1970 "require": {
1971 "php": "^7.1.3"
1972 },
1973 "conflict": {
1974 "symfony/dependency-injection": "<3.4"
1975 },
1976 "require-dev": {
1977 "psr/log": "~1.0",
1978 "symfony/config": "~3.4|~4.0",
1979 "symfony/dependency-injection": "~3.4|~4.0",
1980 "symfony/expression-language": "~3.4|~4.0",
1981 "symfony/stopwatch": "~3.4|~4.0"
1982 },
1983 "suggest": {
1984 "symfony/dependency-injection": "",
1985 "symfony/http-kernel": ""
1986 },
1987 "type": "library",
1988 "extra": {
1989 "branch-alias": {
1990 "dev-master": "4.1-dev"
1991 }
1992 },
1993 "autoload": {
1994 "psr-4": {
1995 "Symfony\\Component\\EventDispatcher\\": ""
1996 },
1997 "exclude-from-classmap": [
1998 "/Tests/"
1999 ]
2000 },
2001 "notification-url": "https://packagist.org/downloads/",
2002 "license": [
2003 "MIT"
2004 ],
2005 "authors": [
2006 {
2007 "name": "Fabien Potencier",
2008 "email": "fabien@symfony.com"
2009 },
2010 {
2011 "name": "Symfony Community",
2012 "homepage": "https://symfony.com/contributors"
2013 }
2014 ],
2015 "description": "Symfony EventDispatcher Component",
2016 "homepage": "https://symfony.com",
2017 "time": "2018-04-06T07:35:57+00:00"
2018 },
2019 {
2020 "name": "symfony/filesystem",
2021 "version": "v4.1.1",
2022 "source": {
2023 "type": "git",
2024 "url": "https://github.com/symfony/filesystem.git",
2025 "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c"
2026 },
2027 "dist": {
2028 "type": "zip",
2029 "url": "https://api.github.com/repos/symfony/filesystem/zipball/562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
2030 "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
2031 "shasum": ""
2032 },
2033 "require": {
2034 "php": "^7.1.3",
2035 "symfony/polyfill-ctype": "~1.8"
2036 },
2037 "type": "library",
2038 "extra": {
2039 "branch-alias": {
2040 "dev-master": "4.1-dev"
2041 }
2042 },
2043 "autoload": {
2044 "psr-4": {
2045 "Symfony\\Component\\Filesystem\\": ""
2046 },
2047 "exclude-from-classmap": [
2048 "/Tests/"
2049 ]
2050 },
2051 "notification-url": "https://packagist.org/downloads/",
2052 "license": [
2053 "MIT"
2054 ],
2055 "authors": [
2056 {
2057 "name": "Fabien Potencier",
2058 "email": "fabien@symfony.com"
2059 },
2060 {
2061 "name": "Symfony Community",
2062 "homepage": "https://symfony.com/contributors"
2063 }
2064 ],
2065 "description": "Symfony Filesystem Component",
2066 "homepage": "https://symfony.com",
2067 "time": "2018-05-30T07:26:09+00:00"
2068 },
2069 {
2070 "name": "symfony/finder",
2071 "version": "v4.1.1",
2072 "source": {
2073 "type": "git",
2074 "url": "https://github.com/symfony/finder.git",
2075 "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb"
2076 },
2077 "dist": {
2078 "type": "zip",
2079 "url": "https://api.github.com/repos/symfony/finder/zipball/84714b8417d19e4ba02ea78a41a975b3efaafddb",
2080 "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb",
2081 "shasum": ""
2082 },
2083 "require": {
2084 "php": "^7.1.3"
2085 },
2086 "type": "library",
2087 "extra": {
2088 "branch-alias": {
2089 "dev-master": "4.1-dev"
2090 }
2091 },
2092 "autoload": {
2093 "psr-4": {
2094 "Symfony\\Component\\Finder\\": ""
2095 },
2096 "exclude-from-classmap": [
2097 "/Tests/"
2098 ]
2099 },
2100 "notification-url": "https://packagist.org/downloads/",
2101 "license": [
2102 "MIT"
2103 ],
2104 "authors": [
2105 {
2106 "name": "Fabien Potencier",
2107 "email": "fabien@symfony.com"
2108 },
2109 {
2110 "name": "Symfony Community",
2111 "homepage": "https://symfony.com/contributors"
2112 }
2113 ],
2114 "description": "Symfony Finder Component",
2115 "homepage": "https://symfony.com",
2116 "time": "2018-06-19T21:38:16+00:00"
2117 },
2118 {
2119 "name": "symfony/flex",
2120 "version": "v1.0.80",
2121 "source": {
2122 "type": "git",
2123 "url": "https://github.com/symfony/flex.git",
2124 "reference": "729aee08d62b47224e85b83c97e2824ff7d1735e"
2125 },
2126 "dist": {
2127 "type": "zip",
2128 "url": "https://api.github.com/repos/symfony/flex/zipball/729aee08d62b47224e85b83c97e2824ff7d1735e",
2129 "reference": "729aee08d62b47224e85b83c97e2824ff7d1735e",
2130 "shasum": ""
2131 },
2132 "require": {
2133 "composer-plugin-api": "^1.0",
2134 "php": "^7.0"
2135 },
2136 "require-dev": {
2137 "composer/composer": "^1.0.2",
2138 "symfony/phpunit-bridge": "^3.2.8"
2139 },
2140 "type": "composer-plugin",
2141 "extra": {
2142 "branch-alias": {
2143 "dev-master": "1.0-dev"
2144 },
2145 "class": "Symfony\\Flex\\Flex"
2146 },
2147 "autoload": {
2148 "psr-4": {
2149 "Symfony\\Flex\\": "src"
2150 }
2151 },
2152 "notification-url": "https://packagist.org/downloads/",
2153 "license": [
2154 "MIT"
2155 ],
2156 "authors": [
2157 {
2158 "name": "Fabien Potencier",
2159 "email": "fabien.potencier@gmail.com"
2160 }
2161 ],
2162 "time": "2018-05-02T19:08:56+00:00"
2163 },
2164 {
2165 "name": "symfony/framework-bundle",
2166 "version": "v4.1.1",
2167 "source": {
2168 "type": "git",
2169 "url": "https://github.com/symfony/framework-bundle.git",
2170 "reference": "a34630e9712b23fb0a20cc12fe937a9ddcaacbe8"
2171 },
2172 "dist": {
2173 "type": "zip",
2174 "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/a34630e9712b23fb0a20cc12fe937a9ddcaacbe8",
2175 "reference": "a34630e9712b23fb0a20cc12fe937a9ddcaacbe8",
2176 "shasum": ""
2177 },
2178 "require": {
2179 "ext-xml": "*",
2180 "php": "^7.1.3",
2181 "symfony/cache": "~3.4|~4.0",
2182 "symfony/config": "~3.4|~4.0",
2183 "symfony/dependency-injection": "^4.1.1",
2184 "symfony/event-dispatcher": "^4.1",
2185 "symfony/filesystem": "~3.4|~4.0",
2186 "symfony/finder": "~3.4|~4.0",
2187 "symfony/http-foundation": "^4.1",
2188 "symfony/http-kernel": "^4.1",
2189 "symfony/polyfill-mbstring": "~1.0",
2190 "symfony/routing": "^4.1"
2191 },
2192 "conflict": {
2193 "phpdocumentor/reflection-docblock": "<3.0",
2194 "phpdocumentor/type-resolver": "<0.2.1",
2195 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2196 "symfony/asset": "<3.4",
2197 "symfony/console": "<3.4",
2198 "symfony/form": "<4.1",
2199 "symfony/property-info": "<3.4",
2200 "symfony/serializer": "<4.1",
2201 "symfony/stopwatch": "<3.4",
2202 "symfony/translation": "<3.4",
2203 "symfony/validator": "<4.1",
2204 "symfony/workflow": "<4.1"
2205 },
2206 "require-dev": {
2207 "doctrine/annotations": "~1.0",
2208 "doctrine/cache": "~1.0",
2209 "fig/link-util": "^1.0",
2210 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
2211 "symfony/asset": "~3.4|~4.0",
2212 "symfony/browser-kit": "~3.4|~4.0",
2213 "symfony/console": "~3.4|~4.0",
2214 "symfony/css-selector": "~3.4|~4.0",
2215 "symfony/dom-crawler": "~3.4|~4.0",
2216 "symfony/expression-language": "~3.4|~4.0",
2217 "symfony/form": "^4.1",
2218 "symfony/lock": "~3.4|~4.0",
2219 "symfony/messenger": "^4.1",
2220 "symfony/polyfill-intl-icu": "~1.0",
2221 "symfony/process": "~3.4|~4.0",
2222 "symfony/property-info": "~3.4|~4.0",
2223 "symfony/security": "~3.4|~4.0",
2224 "symfony/security-core": "~3.4|~4.0",
2225 "symfony/security-csrf": "~3.4|~4.0",
2226 "symfony/serializer": "^4.1",
2227 "symfony/stopwatch": "~3.4|~4.0",
2228 "symfony/templating": "~3.4|~4.0",
2229 "symfony/translation": "~3.4|~4.0",
2230 "symfony/validator": "^4.1",
2231 "symfony/var-dumper": "~3.4|~4.0",
2232 "symfony/web-link": "~3.4|~4.0",
2233 "symfony/workflow": "^4.1",
2234 "symfony/yaml": "~3.4|~4.0",
2235 "twig/twig": "~1.34|~2.4"
2236 },
2237 "suggest": {
2238 "ext-apcu": "For best performance of the system caches",
2239 "symfony/console": "For using the console commands",
2240 "symfony/form": "For using forms",
2241 "symfony/property-info": "For using the property_info service",
2242 "symfony/serializer": "For using the serializer service",
2243 "symfony/validator": "For using validation",
2244 "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
2245 "symfony/yaml": "For using the debug:config and lint:yaml commands"
2246 },
2247 "type": "symfony-bundle",
2248 "extra": {
2249 "branch-alias": {
2250 "dev-master": "4.1-dev"
2251 }
2252 },
2253 "autoload": {
2254 "psr-4": {
2255 "Symfony\\Bundle\\FrameworkBundle\\": ""
2256 },
2257 "exclude-from-classmap": [
2258 "/Tests/"
2259 ]
2260 },
2261 "notification-url": "https://packagist.org/downloads/",
2262 "license": [
2263 "MIT"
2264 ],
2265 "authors": [
2266 {
2267 "name": "Fabien Potencier",
2268 "email": "fabien@symfony.com"
2269 },
2270 {
2271 "name": "Symfony Community",
2272 "homepage": "https://symfony.com/contributors"
2273 }
2274 ],
2275 "description": "Symfony FrameworkBundle",
2276 "homepage": "https://symfony.com",
2277 "time": "2018-06-20T21:41:56+00:00"
2278 },
2279 {
2280 "name": "symfony/http-foundation",
2281 "version": "v4.1.1",
2282 "source": {
2283 "type": "git",
2284 "url": "https://github.com/symfony/http-foundation.git",
2285 "reference": "4f9c7cf962e635b0b26b14500ac046e07dbef7f3"
2286 },
2287 "dist": {
2288 "type": "zip",
2289 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4f9c7cf962e635b0b26b14500ac046e07dbef7f3",
2290 "reference": "4f9c7cf962e635b0b26b14500ac046e07dbef7f3",
2291 "shasum": ""
2292 },
2293 "require": {
2294 "php": "^7.1.3",
2295 "symfony/polyfill-mbstring": "~1.1"
2296 },
2297 "require-dev": {
2298 "predis/predis": "~1.0",
2299 "symfony/expression-language": "~3.4|~4.0"
2300 },
2301 "type": "library",
2302 "extra": {
2303 "branch-alias": {
2304 "dev-master": "4.1-dev"
2305 }
2306 },
2307 "autoload": {
2308 "psr-4": {
2309 "Symfony\\Component\\HttpFoundation\\": ""
2310 },
2311 "exclude-from-classmap": [
2312 "/Tests/"
2313 ]
2314 },
2315 "notification-url": "https://packagist.org/downloads/",
2316 "license": [
2317 "MIT"
2318 ],
2319 "authors": [
2320 {
2321 "name": "Fabien Potencier",
2322 "email": "fabien@symfony.com"
2323 },
2324 {
2325 "name": "Symfony Community",
2326 "homepage": "https://symfony.com/contributors"
2327 }
2328 ],
2329 "description": "Symfony HttpFoundation Component",
2330 "homepage": "https://symfony.com",
2331 "time": "2018-06-19T21:38:16+00:00"
2332 },
2333 {
2334 "name": "symfony/http-kernel",
2335 "version": "v4.1.1",
2336 "source": {
2337 "type": "git",
2338 "url": "https://github.com/symfony/http-kernel.git",
2339 "reference": "29c094a1c4f8209b7e033f612cbbd69029e38955"
2340 },
2341 "dist": {
2342 "type": "zip",
2343 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/29c094a1c4f8209b7e033f612cbbd69029e38955",
2344 "reference": "29c094a1c4f8209b7e033f612cbbd69029e38955",
2345 "shasum": ""
2346 },
2347 "require": {
2348 "php": "^7.1.3",
2349 "psr/log": "~1.0",
2350 "symfony/debug": "~3.4|~4.0",
2351 "symfony/event-dispatcher": "~4.1",
2352 "symfony/http-foundation": "^4.1.1",
2353 "symfony/polyfill-ctype": "~1.8"
2354 },
2355 "conflict": {
2356 "symfony/config": "<3.4",
2357 "symfony/dependency-injection": "<4.1",
2358 "symfony/var-dumper": "<4.1.1",
2359 "twig/twig": "<1.34|<2.4,>=2"
2360 },
2361 "provide": {
2362 "psr/log-implementation": "1.0"
2363 },
2364 "require-dev": {
2365 "psr/cache": "~1.0",
2366 "symfony/browser-kit": "~3.4|~4.0",
2367 "symfony/config": "~3.4|~4.0",
2368 "symfony/console": "~3.4|~4.0",
2369 "symfony/css-selector": "~3.4|~4.0",
2370 "symfony/dependency-injection": "^4.1",
2371 "symfony/dom-crawler": "~3.4|~4.0",
2372 "symfony/expression-language": "~3.4|~4.0",
2373 "symfony/finder": "~3.4|~4.0",
2374 "symfony/process": "~3.4|~4.0",
2375 "symfony/routing": "~3.4|~4.0",
2376 "symfony/stopwatch": "~3.4|~4.0",
2377 "symfony/templating": "~3.4|~4.0",
2378 "symfony/translation": "~3.4|~4.0",
2379 "symfony/var-dumper": "^4.1.1"
2380 },
2381 "suggest": {
2382 "symfony/browser-kit": "",
2383 "symfony/config": "",
2384 "symfony/console": "",
2385 "symfony/dependency-injection": "",
2386 "symfony/var-dumper": ""
2387 },
2388 "type": "library",
2389 "extra": {
2390 "branch-alias": {
2391 "dev-master": "4.1-dev"
2392 }
2393 },
2394 "autoload": {
2395 "psr-4": {
2396 "Symfony\\Component\\HttpKernel\\": ""
2397 },
2398 "exclude-from-classmap": [
2399 "/Tests/"
2400 ]
2401 },
2402 "notification-url": "https://packagist.org/downloads/",
2403 "license": [
2404 "MIT"
2405 ],
2406 "authors": [
2407 {
2408 "name": "Fabien Potencier",
2409 "email": "fabien@symfony.com"
2410 },
2411 {
2412 "name": "Symfony Community",
2413 "homepage": "https://symfony.com/contributors"
2414 }
2415 ],
2416 "description": "Symfony HttpKernel Component",
2417 "homepage": "https://symfony.com",
2418 "time": "2018-06-25T13:06:45+00:00"
2419 },
2420 {
2421 "name": "symfony/inflector",
2422 "version": "v4.1.1",
2423 "source": {
2424 "type": "git",
2425 "url": "https://github.com/symfony/inflector.git",
2426 "reference": "a55513ebd8aa4843300e325c84d0954a9d1f4ed8"
2427 },
2428 "dist": {
2429 "type": "zip",
2430 "url": "https://api.github.com/repos/symfony/inflector/zipball/a55513ebd8aa4843300e325c84d0954a9d1f4ed8",
2431 "reference": "a55513ebd8aa4843300e325c84d0954a9d1f4ed8",
2432 "shasum": ""
2433 },
2434 "require": {
2435 "php": "^7.1.3",
2436 "symfony/polyfill-ctype": "~1.8"
2437 },
2438 "type": "library",
2439 "extra": {
2440 "branch-alias": {
2441 "dev-master": "4.1-dev"
2442 }
2443 },
2444 "autoload": {
2445 "psr-4": {
2446 "Symfony\\Component\\Inflector\\": ""
2447 },
2448 "exclude-from-classmap": [
2449 "/Tests/"
2450 ]
2451 },
2452 "notification-url": "https://packagist.org/downloads/",
2453 "license": [
2454 "MIT"
2455 ],
2456 "authors": [
2457 {
2458 "name": "Bernhard Schussek",
2459 "email": "bschussek@gmail.com"
2460 },
2461 {
2462 "name": "Symfony Community",
2463 "homepage": "https://symfony.com/contributors"
2464 }
2465 ],
2466 "description": "Symfony Inflector Component",
2467 "homepage": "https://symfony.com",
2468 "keywords": [
2469 "inflection",
2470 "pluralize",
2471 "singularize",
2472 "string",
2473 "symfony",
2474 "words"
2475 ],
2476 "time": "2018-05-01T23:02:13+00:00"
2477 },
2478 {
2479 "name": "symfony/lts",
2480 "version": "dev-master",
2481 "source": {
2482 "type": "git",
2483 "url": "https://github.com/symfony/lts.git",
2484 "reference": "6de50b244bad631a71544b3cc3c8e206c0e5f991"
2485 },
2486 "dist": {
2487 "type": "zip",
2488 "url": "https://api.github.com/repos/symfony/lts/zipball/6de50b244bad631a71544b3cc3c8e206c0e5f991",
2489 "reference": "6de50b244bad631a71544b3cc3c8e206c0e5f991",
2490 "shasum": ""
2491 },
2492 "conflict": {
2493 "symfony/asset": ">=5",
2494 "symfony/browser-kit": ">=5",
2495 "symfony/cache": ">=5",
2496 "symfony/class-loader": ">=5",
2497 "symfony/config": ">=5",
2498 "symfony/console": ">=5",
2499 "symfony/css-selector": ">=5",
2500 "symfony/debug": ">=5",
2501 "symfony/debug-bundle": ">=5",
2502 "symfony/dependency-injection": ">=5",
2503 "symfony/doctrine-bridge": ">=5",
2504 "symfony/dom-crawler": ">=5",
2505 "symfony/dotenv": ">=5",
2506 "symfony/event-dispatcher": ">=5",
2507 "symfony/expression-language": ">=5",
2508 "symfony/filesystem": ">=5",
2509 "symfony/finder": ">=5",
2510 "symfony/form": ">=5",
2511 "symfony/framework-bundle": ">=5",
2512 "symfony/http-foundation": ">=5",
2513 "symfony/http-kernel": ">=5",
2514 "symfony/inflector": ">=5",
2515 "symfony/intl": ">=5",
2516 "symfony/ldap": ">=5",
2517 "symfony/lock": ">=5",
2518 "symfony/messenger": ">=5",
2519 "symfony/monolog-bridge": ">=5",
2520 "symfony/options-resolver": ">=5",
2521 "symfony/process": ">=5",
2522 "symfony/property-access": ">=5",
2523 "symfony/property-info": ">=5",
2524 "symfony/proxy-manager-bridge": ">=5",
2525 "symfony/routing": ">=5",
2526 "symfony/security": ">=5",
2527 "symfony/security-bundle": ">=5",
2528 "symfony/security-core": ">=5",
2529 "symfony/security-csrf": ">=5",
2530 "symfony/security-guard": ">=5",
2531 "symfony/security-http": ">=5",
2532 "symfony/serializer": ">=5",
2533 "symfony/stopwatch": ">=5",
2534 "symfony/symfony": ">=5",
2535 "symfony/templating": ">=5",
2536 "symfony/translation": ">=5",
2537 "symfony/twig-bridge": ">=5",
2538 "symfony/twig-bundle": ">=5",
2539 "symfony/validator": ">=5",
2540 "symfony/var-dumper": ">=5",
2541 "symfony/web-link": ">=5",
2542 "symfony/web-profiler-bundle": ">=5",
2543 "symfony/web-server-bundle": ">=5",
2544 "symfony/workflow": ">=5",
2545 "symfony/yaml": ">=5"
2546 },
2547 "type": "metapackage",
2548 "extra": {
2549 "branch-alias": {
2550 "dev-master": "4-dev"
2551 }
2552 },
2553 "notification-url": "https://packagist.org/downloads/",
2554 "license": [
2555 "MIT"
2556 ],
2557 "authors": [
2558 {
2559 "name": "Fabien Potencier",
2560 "email": "fabien@symfony.com"
2561 },
2562 {
2563 "name": "Symfony Community",
2564 "homepage": "https://symfony.com/contributors"
2565 }
2566 ],
2567 "description": "Enforces Long Term Supported versions of Symfony components",
2568 "homepage": "https://symfony.com",
2569 "time": "2018-04-03T05:04:16+00:00"
2570 },
2571 {
2572 "name": "symfony/polyfill-mbstring",
2573 "version": "v1.8.0",
2574 "source": {
2575 "type": "git",
2576 "url": "https://github.com/symfony/polyfill-mbstring.git",
2577 "reference": "3296adf6a6454a050679cde90f95350ad604b171"
2578 },
2579 "dist": {
2580 "type": "zip",
2581 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
2582 "reference": "3296adf6a6454a050679cde90f95350ad604b171",
2583 "shasum": ""
2584 },
2585 "require": {
2586 "php": ">=5.3.3"
2587 },
2588 "suggest": {
2589 "ext-mbstring": "For best performance"
2590 },
2591 "type": "library",
2592 "extra": {
2593 "branch-alias": {
2594 "dev-master": "1.8-dev"
2595 }
2596 },
2597 "autoload": {
2598 "psr-4": {
2599 "Symfony\\Polyfill\\Mbstring\\": ""
2600 },
2601 "files": [
2602 "bootstrap.php"
2603 ]
2604 },
2605 "notification-url": "https://packagist.org/downloads/",
2606 "license": [
2607 "MIT"
2608 ],
2609 "authors": [
2610 {
2611 "name": "Nicolas Grekas",
2612 "email": "p@tchwork.com"
2613 },
2614 {
2615 "name": "Symfony Community",
2616 "homepage": "https://symfony.com/contributors"
2617 }
2618 ],
2619 "description": "Symfony polyfill for the Mbstring extension",
2620 "homepage": "https://symfony.com",
2621 "keywords": [
2622 "compatibility",
2623 "mbstring",
2624 "polyfill",
2625 "portable",
2626 "shim"
2627 ],
2628 "time": "2018-04-26T10:06:28+00:00"
2629 },
2630 {
2631 "name": "symfony/property-access",
2632 "version": "v4.1.1",
2633 "source": {
2634 "type": "git",
2635 "url": "https://github.com/symfony/property-access.git",
2636 "reference": "f957d37eb476c9442a0c684b0cd0dd1fb38cb74a"
2637 },
2638 "dist": {
2639 "type": "zip",
2640 "url": "https://api.github.com/repos/symfony/property-access/zipball/f957d37eb476c9442a0c684b0cd0dd1fb38cb74a",
2641 "reference": "f957d37eb476c9442a0c684b0cd0dd1fb38cb74a",
2642 "shasum": ""
2643 },
2644 "require": {
2645 "php": "^7.1.3",
2646 "symfony/inflector": "~3.4|~4.0"
2647 },
2648 "require-dev": {
2649 "symfony/cache": "~3.4|~4.0"
2650 },
2651 "suggest": {
2652 "psr/cache-implementation": "To cache access methods."
2653 },
2654 "type": "library",
2655 "extra": {
2656 "branch-alias": {
2657 "dev-master": "4.1-dev"
2658 }
2659 },
2660 "autoload": {
2661 "psr-4": {
2662 "Symfony\\Component\\PropertyAccess\\": ""
2663 },
2664 "exclude-from-classmap": [
2665 "/Tests/"
2666 ]
2667 },
2668 "notification-url": "https://packagist.org/downloads/",
2669 "license": [
2670 "MIT"
2671 ],
2672 "authors": [
2673 {
2674 "name": "Fabien Potencier",
2675 "email": "fabien@symfony.com"
2676 },
2677 {
2678 "name": "Symfony Community",
2679 "homepage": "https://symfony.com/contributors"
2680 }
2681 ],
2682 "description": "Symfony PropertyAccess Component",
2683 "homepage": "https://symfony.com",
2684 "keywords": [
2685 "access",
2686 "array",
2687 "extraction",
2688 "index",
2689 "injection",
2690 "object",
2691 "property",
2692 "property path",
2693 "reflection"
2694 ],
2695 "time": "2018-05-30T07:26:09+00:00"
2696 },
2697 {
2698 "name": "symfony/routing",
2699 "version": "v4.1.1",
2700 "source": {
2701 "type": "git",
2702 "url": "https://github.com/symfony/routing.git",
2703 "reference": "b38b9797327b26ea2e4146a40e6e2dc9820a6932"
2704 },
2705 "dist": {
2706 "type": "zip",
2707 "url": "https://api.github.com/repos/symfony/routing/zipball/b38b9797327b26ea2e4146a40e6e2dc9820a6932",
2708 "reference": "b38b9797327b26ea2e4146a40e6e2dc9820a6932",
2709 "shasum": ""
2710 },
2711 "require": {
2712 "php": "^7.1.3"
2713 },
2714 "conflict": {
2715 "symfony/config": "<3.4",
2716 "symfony/dependency-injection": "<3.4",
2717 "symfony/yaml": "<3.4"
2718 },
2719 "require-dev": {
2720 "doctrine/annotations": "~1.0",
2721 "psr/log": "~1.0",
2722 "symfony/config": "~3.4|~4.0",
2723 "symfony/dependency-injection": "~3.4|~4.0",
2724 "symfony/expression-language": "~3.4|~4.0",
2725 "symfony/http-foundation": "~3.4|~4.0",
2726 "symfony/yaml": "~3.4|~4.0"
2727 },
2728 "suggest": {
2729 "doctrine/annotations": "For using the annotation loader",
2730 "symfony/config": "For using the all-in-one router or any loader",
2731 "symfony/dependency-injection": "For loading routes from a service",
2732 "symfony/expression-language": "For using expression matching",
2733 "symfony/http-foundation": "For using a Symfony Request object",
2734 "symfony/yaml": "For using the YAML loader"
2735 },
2736 "type": "library",
2737 "extra": {
2738 "branch-alias": {
2739 "dev-master": "4.1-dev"
2740 }
2741 },
2742 "autoload": {
2743 "psr-4": {
2744 "Symfony\\Component\\Routing\\": ""
2745 },
2746 "exclude-from-classmap": [
2747 "/Tests/"
2748 ]
2749 },
2750 "notification-url": "https://packagist.org/downloads/",
2751 "license": [
2752 "MIT"
2753 ],
2754 "authors": [
2755 {
2756 "name": "Fabien Potencier",
2757 "email": "fabien@symfony.com"
2758 },
2759 {
2760 "name": "Symfony Community",
2761 "homepage": "https://symfony.com/contributors"
2762 }
2763 ],
2764 "description": "Symfony Routing Component",
2765 "homepage": "https://symfony.com",
2766 "keywords": [
2767 "router",
2768 "routing",
2769 "uri",
2770 "url"
2771 ],
2772 "time": "2018-06-19T21:38:16+00:00"
2773 },
2774 {
2775 "name": "symfony/security",
2776 "version": "v4.1.1",
2777 "source": {
2778 "type": "git",
2779 "url": "https://github.com/symfony/security.git",
2780 "reference": "fa46e38ff4dea2d3949630efd33ed73e2ac0850a"
2781 },
2782 "dist": {
2783 "type": "zip",
2784 "url": "https://api.github.com/repos/symfony/security/zipball/fa46e38ff4dea2d3949630efd33ed73e2ac0850a",
2785 "reference": "fa46e38ff4dea2d3949630efd33ed73e2ac0850a",
2786 "shasum": ""
2787 },
2788 "require": {
2789 "php": "^7.1.3",
2790 "symfony/event-dispatcher": "~3.4|~4.0",
2791 "symfony/http-foundation": "~3.4|~4.0",
2792 "symfony/http-kernel": "~3.4|~4.0",
2793 "symfony/property-access": "~3.4|~4.0"
2794 },
2795 "replace": {
2796 "symfony/security-core": "self.version",
2797 "symfony/security-csrf": "self.version",
2798 "symfony/security-guard": "self.version",
2799 "symfony/security-http": "self.version"
2800 },
2801 "require-dev": {
2802 "psr/container": "^1.0",
2803 "psr/log": "~1.0",
2804 "symfony/expression-language": "~3.4|~4.0",
2805 "symfony/finder": "~3.4|~4.0",
2806 "symfony/ldap": "~3.4|~4.0",
2807 "symfony/polyfill-intl-icu": "~1.0",
2808 "symfony/routing": "~3.4|~4.0",
2809 "symfony/validator": "~3.4|~4.0"
2810 },
2811 "suggest": {
2812 "psr/container-implementation": "To instantiate the Security class",
2813 "symfony/expression-language": "For using the expression voter",
2814 "symfony/form": "",
2815 "symfony/ldap": "For using the LDAP user and authentication providers",
2816 "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
2817 "symfony/validator": "For using the user password constraint"
2818 },
2819 "type": "library",
2820 "extra": {
2821 "branch-alias": {
2822 "dev-master": "4.1-dev"
2823 }
2824 },
2825 "autoload": {
2826 "psr-4": {
2827 "Symfony\\Component\\Security\\": ""
2828 },
2829 "exclude-from-classmap": [
2830 "/Tests/"
2831 ]
2832 },
2833 "notification-url": "https://packagist.org/downloads/",
2834 "license": [
2835 "MIT"
2836 ],
2837 "authors": [
2838 {
2839 "name": "Fabien Potencier",
2840 "email": "fabien@symfony.com"
2841 },
2842 {
2843 "name": "Symfony Community",
2844 "homepage": "https://symfony.com/contributors"
2845 }
2846 ],
2847 "description": "Symfony Security Component",
2848 "homepage": "https://symfony.com",
2849 "time": "2018-06-22T08:59:39+00:00"
2850 },
2851 {
2852 "name": "symfony/security-bundle",
2853 "version": "v4.1.1",
2854 "source": {
2855 "type": "git",
2856 "url": "https://github.com/symfony/security-bundle.git",
2857 "reference": "58c0db1915ab9c54c013d9336cace46f9e02cbb2"
2858 },
2859 "dist": {
2860 "type": "zip",
2861 "url": "https://api.github.com/repos/symfony/security-bundle/zipball/58c0db1915ab9c54c013d9336cace46f9e02cbb2",
2862 "reference": "58c0db1915ab9c54c013d9336cace46f9e02cbb2",
2863 "shasum": ""
2864 },
2865 "require": {
2866 "ext-xml": "*",
2867 "php": "^7.1.3",
2868 "symfony/dependency-injection": "^3.4.3|^4.0.3",
2869 "symfony/http-kernel": "^4.1",
2870 "symfony/security": "^4.1.1"
2871 },
2872 "conflict": {
2873 "symfony/console": "<3.4",
2874 "symfony/event-dispatcher": "<3.4",
2875 "symfony/framework-bundle": "<4.1.1",
2876 "symfony/var-dumper": "<3.4"
2877 },
2878 "require-dev": {
2879 "doctrine/doctrine-bundle": "~1.5",
2880 "symfony/asset": "~3.4|~4.0",
2881 "symfony/browser-kit": "~3.4|~4.0",
2882 "symfony/console": "~3.4|~4.0",
2883 "symfony/css-selector": "~3.4|~4.0",
2884 "symfony/dom-crawler": "~3.4|~4.0",
2885 "symfony/event-dispatcher": "~3.4|~4.0",
2886 "symfony/expression-language": "~3.4|~4.0",
2887 "symfony/form": "~3.4|~4.0",
2888 "symfony/framework-bundle": "~4.1",
2889 "symfony/http-foundation": "~3.4|~4.0",
2890 "symfony/process": "~3.4|~4.0",
2891 "symfony/translation": "~3.4|~4.0",
2892 "symfony/twig-bridge": "~3.4|~4.0",
2893 "symfony/twig-bundle": "~3.4|~4.0",
2894 "symfony/validator": "~3.4|~4.0",
2895 "symfony/var-dumper": "~3.4|~4.0",
2896 "symfony/yaml": "~3.4|~4.0",
2897 "twig/twig": "~1.34|~2.4"
2898 },
2899 "type": "symfony-bundle",
2900 "extra": {
2901 "branch-alias": {
2902 "dev-master": "4.1-dev"
2903 }
2904 },
2905 "autoload": {
2906 "psr-4": {
2907 "Symfony\\Bundle\\SecurityBundle\\": ""
2908 },
2909 "exclude-from-classmap": [
2910 "/Tests/"
2911 ]
2912 },
2913 "notification-url": "https://packagist.org/downloads/",
2914 "license": [
2915 "MIT"
2916 ],
2917 "authors": [
2918 {
2919 "name": "Fabien Potencier",
2920 "email": "fabien@symfony.com"
2921 },
2922 {
2923 "name": "Symfony Community",
2924 "homepage": "https://symfony.com/contributors"
2925 }
2926 ],
2927 "description": "Symfony SecurityBundle",
2928 "homepage": "https://symfony.com",
2929 "time": "2018-06-25T11:12:43+00:00"
2930 },
2931 {
2932 "name": "symfony/templating",
2933 "version": "v4.1.1",
2934 "source": {
2935 "type": "git",
2936 "url": "https://github.com/symfony/templating.git",
2937 "reference": "c9731b5e11fc01a1363e0cf9b3c90faf619ea479"
2938 },
2939 "dist": {
2940 "type": "zip",
2941 "url": "https://api.github.com/repos/symfony/templating/zipball/c9731b5e11fc01a1363e0cf9b3c90faf619ea479",
2942 "reference": "c9731b5e11fc01a1363e0cf9b3c90faf619ea479",
2943 "shasum": ""
2944 },
2945 "require": {
2946 "php": "^7.1.3",
2947 "symfony/polyfill-ctype": "~1.8"
2948 },
2949 "require-dev": {
2950 "psr/log": "~1.0"
2951 },
2952 "suggest": {
2953 "psr/log-implementation": "For using debug logging in loaders"
2954 },
2955 "type": "library",
2956 "extra": {
2957 "branch-alias": {
2958 "dev-master": "4.1-dev"
2959 }
2960 },
2961 "autoload": {
2962 "psr-4": {
2963 "Symfony\\Component\\Templating\\": ""
2964 },
2965 "exclude-from-classmap": [
2966 "/Tests/"
2967 ]
2968 },
2969 "notification-url": "https://packagist.org/downloads/",
2970 "license": [
2971 "MIT"
2972 ],
2973 "authors": [
2974 {
2975 "name": "Fabien Potencier",
2976 "email": "fabien@symfony.com"
2977 },
2978 {
2979 "name": "Symfony Community",
2980 "homepage": "https://symfony.com/contributors"
2981 }
2982 ],
2983 "description": "Symfony Templating Component",
2984 "homepage": "https://symfony.com",
2985 "time": "2018-05-01T23:02:13+00:00"
2986 },
2987 {
2988 "name": "symfony/yaml",
2989 "version": "v4.1.1",
2990 "source": {
2991 "type": "git",
2992 "url": "https://github.com/symfony/yaml.git",
2993 "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e"
2994 },
2995 "dist": {
2996 "type": "zip",
2997 "url": "https://api.github.com/repos/symfony/yaml/zipball/80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
2998 "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
2999 "shasum": ""
3000 },
3001 "require": {
3002 "php": "^7.1.3",
3003 "symfony/polyfill-ctype": "~1.8"
3004 },
3005 "conflict": {
3006 "symfony/console": "<3.4"
3007 },
3008 "require-dev": {
3009 "symfony/console": "~3.4|~4.0"
3010 },
3011 "suggest": {
3012 "symfony/console": "For validating YAML files using the lint command"
3013 },
3014 "type": "library",
3015 "extra": {
3016 "branch-alias": {
3017 "dev-master": "4.1-dev"
3018 }
3019 },
3020 "autoload": {
3021 "psr-4": {
3022 "Symfony\\Component\\Yaml\\": ""
3023 },
3024 "exclude-from-classmap": [
3025 "/Tests/"
3026 ]
3027 },
3028 "notification-url": "https://packagist.org/downloads/",
3029 "license": [
3030 "MIT"
3031 ],
3032 "authors": [
3033 {
3034 "name": "Fabien Potencier",
3035 "email": "fabien@symfony.com"
3036 },
3037 {
3038 "name": "Symfony Community",
3039 "homepage": "https://symfony.com/contributors"
3040 }
3041 ],
3042 "description": "Symfony Yaml Component",
3043 "homepage": "https://symfony.com",
3044 "time": "2018-05-30T07:26:09+00:00"
3045 },
3046 {
3047 "name": "willdurand/jsonp-callback-validator",
3048 "version": "v1.1.0",
3049 "source": {
3050 "type": "git",
3051 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
3052 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
3053 },
3054 "dist": {
3055 "type": "zip",
3056 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
3057 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
3058 "shasum": ""
3059 },
3060 "require": {
3061 "php": ">=5.3.0"
3062 },
3063 "require-dev": {
3064 "phpunit/phpunit": "~3.7"
3065 },
3066 "type": "library",
3067 "autoload": {
3068 "psr-0": {
3069 "JsonpCallbackValidator": "src/"
3070 }
3071 },
3072 "notification-url": "https://packagist.org/downloads/",
3073 "license": [
3074 "MIT"
3075 ],
3076 "authors": [
3077 {
3078 "name": "William Durand",
3079 "email": "william.durand1@gmail.com",
3080 "homepage": "http://www.willdurand.fr"
3081 }
3082 ],
3083 "description": "JSONP callback validator.",
3084 "time": "2014-01-20T22:35:06+00:00"
3085 },
3086 {
3087 "name": "willdurand/negotiation",
3088 "version": "v2.3.1",
3089 "source": {
3090 "type": "git",
3091 "url": "https://github.com/willdurand/Negotiation.git",
3092 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
3093 },
3094 "dist": {
3095 "type": "zip",
3096 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
3097 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
3098 "shasum": ""
3099 },
3100 "require": {
3101 "php": ">=5.4.0"
3102 },
3103 "require-dev": {
3104 "phpunit/phpunit": "~4.5"
3105 },
3106 "type": "library",
3107 "extra": {
3108 "branch-alias": {
3109 "dev-master": "2.3-dev"
3110 }
3111 },
3112 "autoload": {
3113 "psr-4": {
3114 "Negotiation\\": "src/Negotiation"
3115 }
3116 },
3117 "notification-url": "https://packagist.org/downloads/",
3118 "license": [
3119 "MIT"
3120 ],
3121 "authors": [
3122 {
3123 "name": "William Durand",
3124 "email": "will+git@drnd.me"
3125 }
3126 ],
3127 "description": "Content Negotiation tools for PHP provided as a standalone library.",
3128 "homepage": "http://williamdurand.fr/Negotiation/",
3129 "keywords": [
3130 "accept",
3131 "content",
3132 "format",
3133 "header",
3134 "negotiation"
3135 ],
3136 "time": "2017-05-14T17:21:12+00:00"
3137 }
3138 ],
3139 "packages-dev": [
3140 {
3141 "name": "symfony/dotenv",
3142 "version": "v4.1.1",
3143 "source": {
3144 "type": "git",
3145 "url": "https://github.com/symfony/dotenv.git",
3146 "reference": "f98b6b65e04dd51f40d2cfc81c2c833ff3773b1e"
3147 },
3148 "dist": {
3149 "type": "zip",
3150 "url": "https://api.github.com/repos/symfony/dotenv/zipball/f98b6b65e04dd51f40d2cfc81c2c833ff3773b1e",
3151 "reference": "f98b6b65e04dd51f40d2cfc81c2c833ff3773b1e",
3152 "shasum": ""
3153 },
3154 "require": {
3155 "php": "^7.1.3"
3156 },
3157 "require-dev": {
3158 "symfony/process": "~3.4|~4.0"
3159 },
3160 "type": "library",
3161 "extra": {
3162 "branch-alias": {
3163 "dev-master": "4.1-dev"
3164 }
3165 },
3166 "autoload": {
3167 "psr-4": {
3168 "Symfony\\Component\\Dotenv\\": ""
3169 },
3170 "exclude-from-classmap": [
3171 "/Tests/"
3172 ]
3173 },
3174 "notification-url": "https://packagist.org/downloads/",
3175 "license": [
3176 "MIT"
3177 ],
3178 "authors": [
3179 {
3180 "name": "Fabien Potencier",
3181 "email": "fabien@symfony.com"
3182 },
3183 {
3184 "name": "Symfony Community",
3185 "homepage": "https://symfony.com/contributors"
3186 }
3187 ],
3188 "description": "Registers environment variables from a .env file",
3189 "homepage": "https://symfony.com",
3190 "keywords": [
3191 "dotenv",
3192 "env",
3193 "environment"
3194 ],
3195 "time": "2018-05-30T07:26:09+00:00"
3196 },
3197 {
3198 "name": "symfony/process",
3199 "version": "v4.1.1",
3200 "source": {
3201 "type": "git",
3202 "url": "https://github.com/symfony/process.git",
3203 "reference": "1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a"
3204 },
3205 "dist": {
3206 "type": "zip",
3207 "url": "https://api.github.com/repos/symfony/process/zipball/1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a",
3208 "reference": "1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a",
3209 "shasum": ""
3210 },
3211 "require": {
3212 "php": "^7.1.3"
3213 },
3214 "type": "library",
3215 "extra": {
3216 "branch-alias": {
3217 "dev-master": "4.1-dev"
3218 }
3219 },
3220 "autoload": {
3221 "psr-4": {
3222 "Symfony\\Component\\Process\\": ""
3223 },
3224 "exclude-from-classmap": [
3225 "/Tests/"
3226 ]
3227 },
3228 "notification-url": "https://packagist.org/downloads/",
3229 "license": [
3230 "MIT"
3231 ],
3232 "authors": [
3233 {
3234 "name": "Fabien Potencier",
3235 "email": "fabien@symfony.com"
3236 },
3237 {
3238 "name": "Symfony Community",
3239 "homepage": "https://symfony.com/contributors"
3240 }
3241 ],
3242 "description": "Symfony Process Component",
3243 "homepage": "https://symfony.com",
3244 "time": "2018-05-31T10:17:53+00:00"
3245 },
3246 {
3247 "name": "symfony/web-server-bundle",
3248 "version": "v4.1.1",
3249 "source": {
3250 "type": "git",
3251 "url": "https://github.com/symfony/web-server-bundle.git",
3252 "reference": "d8f9acbb98e8ce8c45aabe9b695615bed0e77fb4"
3253 },
3254 "dist": {
3255 "type": "zip",
3256 "url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/d8f9acbb98e8ce8c45aabe9b695615bed0e77fb4",
3257 "reference": "d8f9acbb98e8ce8c45aabe9b695615bed0e77fb4",
3258 "shasum": ""
3259 },
3260 "require": {
3261 "php": "^7.1.3",
3262 "symfony/config": "~3.4|~4.0",
3263 "symfony/console": "~3.4|~4.0",
3264 "symfony/dependency-injection": "~3.4|~4.0",
3265 "symfony/http-kernel": "~3.4|~4.0",
3266 "symfony/polyfill-ctype": "~1.8",
3267 "symfony/process": "^3.4.2|^4.0.2"
3268 },
3269 "suggest": {
3270 "symfony/expression-language": "For using the filter option of the log server.",
3271 "symfony/monolog-bridge": "For using the log server."
3272 },
3273 "type": "symfony-bundle",
3274 "extra": {
3275 "branch-alias": {
3276 "dev-master": "4.1-dev"
3277 }
3278 },
3279 "autoload": {
3280 "psr-4": {
3281 "Symfony\\Bundle\\WebServerBundle\\": ""
3282 },
3283 "exclude-from-classmap": [
3284 "/Tests/"
3285 ]
3286 },
3287 "notification-url": "https://packagist.org/downloads/",
3288 "license": [
3289 "MIT"
3290 ],
3291 "authors": [
3292 {
3293 "name": "Fabien Potencier",
3294 "email": "fabien@symfony.com"
3295 },
3296 {
3297 "name": "Symfony Community",
3298 "homepage": "https://symfony.com/contributors"
3299 }
3300 ],
3301 "description": "Symfony WebServerBundle",
3302 "homepage": "https://symfony.com",
3303 "time": "2018-05-07T07:14:12+00:00"
3304 }
3305 ],
3306 "aliases": [],
3307 "minimum-stability": "stable",
3308 "stability-flags": {
3309 "symfony/lts": 20
3310 },
3311 "prefer-stable": false,
3312 "prefer-lowest": false,
3313 "platform": {
3314 "php": "^7.1.3",
3315 "ext-ctype": "*",
3316 "ext-iconv": "*"
3317 },
3318 "platform-dev": []
3319 }