Add new REST ressources.
[Project_proches_de_moi-server.git] / composer.lock
CommitLineData
dec6d031
JB
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 ],
c4fba949 7 "content-hash": "cb8518852a624cb243ef9a1ff48e8ba5",
dec6d031
JB
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 },
c4fba949
JB
796 {
797 "name": "egulias/email-validator",
798 "version": "2.1.4",
799 "source": {
800 "type": "git",
801 "url": "https://github.com/egulias/EmailValidator.git",
802 "reference": "8790f594151ca6a2010c6218e09d96df67173ad3"
803 },
804 "dist": {
805 "type": "zip",
806 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3",
807 "reference": "8790f594151ca6a2010c6218e09d96df67173ad3",
808 "shasum": ""
809 },
810 "require": {
811 "doctrine/lexer": "^1.0.1",
812 "php": ">= 5.5"
813 },
814 "require-dev": {
815 "dominicsayers/isemail": "dev-master",
816 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
817 "satooshi/php-coveralls": "^1.0.1"
818 },
819 "suggest": {
820 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
821 },
822 "type": "library",
823 "extra": {
824 "branch-alias": {
825 "dev-master": "2.0.x-dev"
826 }
827 },
828 "autoload": {
829 "psr-4": {
830 "Egulias\\EmailValidator\\": "EmailValidator"
831 }
832 },
833 "notification-url": "https://packagist.org/downloads/",
834 "license": [
835 "MIT"
836 ],
837 "authors": [
838 {
839 "name": "Eduardo Gulias Davis"
840 }
841 ],
842 "description": "A library for validating emails against several RFCs",
843 "homepage": "https://github.com/egulias/EmailValidator",
844 "keywords": [
845 "email",
846 "emailvalidation",
847 "emailvalidator",
848 "validation",
849 "validator"
850 ],
851 "time": "2018-04-10T10:11:19+00:00"
852 },
dec6d031
JB
853 {
854 "name": "friendsofsymfony/rest-bundle",
855 "version": "2.3.1",
856 "source": {
857 "type": "git",
858 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
859 "reference": "1abdf3d82502ac67b93c7f84c844fa147f0ec70e"
860 },
861 "dist": {
862 "type": "zip",
863 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/1abdf3d82502ac67b93c7f84c844fa147f0ec70e",
864 "reference": "1abdf3d82502ac67b93c7f84c844fa147f0ec70e",
865 "shasum": ""
866 },
867 "require": {
868 "doctrine/inflector": "^1.0",
869 "php": "^5.5.9|~7.0",
870 "psr/log": "^1.0",
871 "symfony/config": "^2.7|^3.0|^4.0",
872 "symfony/debug": "^2.7|^3.0|^4.0",
873 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
874 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
875 "symfony/finder": "^2.7|^3.0|^4.0",
876 "symfony/framework-bundle": "^2.7|^3.0|^4.0",
877 "symfony/http-foundation": "^2.7|^3.0|^4.0",
878 "symfony/http-kernel": "^2.7|^3.0|^4.0",
879 "symfony/routing": "^2.7|^3.0|^4.0",
880 "symfony/security-core": "^2.7|^3.0|^4.0",
881 "symfony/templating": "^2.7|^3.0|^4.0",
882 "willdurand/jsonp-callback-validator": "^1.0",
883 "willdurand/negotiation": "^2.0"
884 },
885 "conflict": {
886 "jms/serializer": "1.3.0",
887 "jms/serializer-bundle": "<1.2.0",
888 "sensio/framework-extra-bundle": "<3.0.13"
889 },
890 "require-dev": {
891 "jms/serializer-bundle": "^1.2|^2.0",
892 "phpoption/phpoption": "^1.1",
893 "psr/http-message": "^1.0",
894 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
895 "symfony/asset": "^2.7|^3.0|^4.0",
896 "symfony/browser-kit": "^2.7|^3.0|^4.0",
897 "symfony/css-selector": "^2.7|^3.0|^4.0",
898 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
899 "symfony/expression-language": "~2.7|^3.0|^4.0",
900 "symfony/form": "^2.7|^3.0|^4.0",
901 "symfony/phpunit-bridge": "^3.2|^4.0",
902 "symfony/security-bundle": "^2.7|^3.0|^4.0",
903 "symfony/serializer": "^2.7.11|^3.0.4|^4.0",
904 "symfony/twig-bundle": "^2.7|^3.0|^4.0",
905 "symfony/validator": "^2.7|^3.0|^4.0",
906 "symfony/web-profiler-bundle": "^2.7|^3.0|^4.0",
907 "symfony/yaml": "^2.7|^3.0|^4.0"
908 },
909 "suggest": {
910 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^1.0",
911 "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ^3.0",
912 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
913 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
914 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
915 },
916 "type": "symfony-bundle",
917 "extra": {
918 "branch-alias": {
919 "dev-master": "2.3-dev"
920 }
921 },
922 "autoload": {
923 "psr-4": {
924 "FOS\\RestBundle\\": ""
925 },
926 "exclude-from-classmap": [
927 "Tests/"
928 ]
929 },
930 "notification-url": "https://packagist.org/downloads/",
931 "license": [
932 "MIT"
933 ],
934 "authors": [
935 {
936 "name": "Lukas Kahwe Smith",
937 "email": "smith@pooteeweet.org"
938 },
939 {
940 "name": "FriendsOfSymfony Community",
941 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
942 },
943 {
944 "name": "Konstantin Kudryashov",
945 "email": "ever.zet@gmail.com"
946 }
947 ],
948 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
949 "homepage": "http://friendsofsymfony.github.com",
950 "keywords": [
951 "rest"
952 ],
953 "time": "2018-02-28T13:57:04+00:00"
954 },
955 {
956 "name": "jdorn/sql-formatter",
957 "version": "v1.2.17",
958 "source": {
959 "type": "git",
960 "url": "https://github.com/jdorn/sql-formatter.git",
961 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
962 },
963 "dist": {
964 "type": "zip",
965 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
966 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
967 "shasum": ""
968 },
969 "require": {
970 "php": ">=5.2.4"
971 },
972 "require-dev": {
973 "phpunit/phpunit": "3.7.*"
974 },
975 "type": "library",
976 "extra": {
977 "branch-alias": {
978 "dev-master": "1.3.x-dev"
979 }
980 },
981 "autoload": {
982 "classmap": [
983 "lib"
984 ]
985 },
986 "notification-url": "https://packagist.org/downloads/",
987 "license": [
988 "MIT"
989 ],
990 "authors": [
991 {
992 "name": "Jeremy Dorn",
993 "email": "jeremy@jeremydorn.com",
994 "homepage": "http://jeremydorn.com/"
995 }
996 ],
997 "description": "a PHP SQL highlighting library",
998 "homepage": "https://github.com/jdorn/sql-formatter/",
999 "keywords": [
1000 "highlight",
1001 "sql"
1002 ],
1003 "time": "2014-01-12T16:20:24+00:00"
1004 },
1005 {
1006 "name": "jms/metadata",
1007 "version": "1.6.0",
1008 "source": {
1009 "type": "git",
1010 "url": "https://github.com/schmittjoh/metadata.git",
1011 "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
1012 },
1013 "dist": {
1014 "type": "zip",
1015 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
1016 "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
1017 "shasum": ""
1018 },
1019 "require": {
1020 "php": ">=5.3.0"
1021 },
1022 "require-dev": {
1023 "doctrine/cache": "~1.0",
1024 "symfony/cache": "~3.1"
1025 },
1026 "type": "library",
1027 "extra": {
1028 "branch-alias": {
1029 "dev-master": "1.5.x-dev"
1030 }
1031 },
1032 "autoload": {
1033 "psr-0": {
1034 "Metadata\\": "src/"
1035 }
1036 },
1037 "notification-url": "https://packagist.org/downloads/",
1038 "license": [
1039 "Apache-2.0"
1040 ],
1041 "authors": [
1042 {
1043 "name": "Johannes M. Schmitt",
1044 "email": "schmittjoh@gmail.com"
1045 }
1046 ],
1047 "description": "Class/method/property metadata management in PHP",
1048 "keywords": [
1049 "annotations",
1050 "metadata",
1051 "xml",
1052 "yaml"
1053 ],
1054 "time": "2016-12-05T10:18:33+00:00"
1055 },
1056 {
1057 "name": "jms/parser-lib",
1058 "version": "1.0.0",
1059 "source": {
1060 "type": "git",
1061 "url": "https://github.com/schmittjoh/parser-lib.git",
1062 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1063 },
1064 "dist": {
1065 "type": "zip",
1066 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1067 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1068 "shasum": ""
1069 },
1070 "require": {
1071 "phpoption/phpoption": ">=0.9,<2.0-dev"
1072 },
1073 "type": "library",
1074 "extra": {
1075 "branch-alias": {
1076 "dev-master": "1.0-dev"
1077 }
1078 },
1079 "autoload": {
1080 "psr-0": {
1081 "JMS\\": "src/"
1082 }
1083 },
1084 "notification-url": "https://packagist.org/downloads/",
1085 "license": [
1086 "Apache2"
1087 ],
1088 "description": "A library for easily creating recursive-descent parsers.",
1089 "time": "2012-11-18T18:08:43+00:00"
1090 },
1091 {
1092 "name": "jms/serializer",
1093 "version": "1.12.1",
1094 "source": {
1095 "type": "git",
1096 "url": "https://github.com/schmittjoh/serializer.git",
1097 "reference": "93d6e03fcb71d45854cc44b5a84d645c02c5d763"
1098 },
1099 "dist": {
1100 "type": "zip",
1101 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/93d6e03fcb71d45854cc44b5a84d645c02c5d763",
1102 "reference": "93d6e03fcb71d45854cc44b5a84d645c02c5d763",
1103 "shasum": ""
1104 },
1105 "require": {
1106 "doctrine/annotations": "^1.0",
1107 "doctrine/instantiator": "^1.0.3",
1108 "jms/metadata": "^1.3",
1109 "jms/parser-lib": "1.*",
1110 "php": "^5.5|^7.0",
1111 "phpcollection/phpcollection": "~0.1",
1112 "phpoption/phpoption": "^1.1"
1113 },
1114 "conflict": {
1115 "twig/twig": "<1.12"
1116 },
1117 "require-dev": {
1118 "doctrine/orm": "~2.1",
1119 "doctrine/phpcr-odm": "^1.3|^2.0",
1120 "ext-pdo_sqlite": "*",
1121 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
1122 "phpunit/phpunit": "^4.8|^5.0",
1123 "propel/propel1": "~1.7",
1124 "psr/container": "^1.0",
1125 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
1126 "symfony/expression-language": "^2.6|^3.0",
1127 "symfony/filesystem": "^2.1",
1128 "symfony/form": "~2.1|^3.0",
1129 "symfony/translation": "^2.1|^3.0",
1130 "symfony/validator": "^2.2|^3.0",
1131 "symfony/yaml": "^2.1|^3.0",
1132 "twig/twig": "~1.12|~2.0"
1133 },
1134 "suggest": {
1135 "doctrine/cache": "Required if you like to use cache functionality.",
1136 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
1137 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1138 },
1139 "type": "library",
1140 "extra": {
1141 "branch-alias": {
1142 "dev-1.x": "1.11-dev"
1143 }
1144 },
1145 "autoload": {
1146 "psr-0": {
1147 "JMS\\Serializer": "src/"
1148 }
1149 },
1150 "notification-url": "https://packagist.org/downloads/",
1151 "license": [
1152 "MIT"
1153 ],
1154 "authors": [
1155 {
1156 "name": "Asmir Mustafic",
1157 "email": "goetas@gmail.com"
1158 },
1159 {
1160 "name": "Johannes M. Schmitt",
1161 "email": "schmittjoh@gmail.com"
1162 }
1163 ],
1164 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1165 "homepage": "http://jmsyst.com/libs/serializer",
1166 "keywords": [
1167 "deserialization",
1168 "jaxb",
1169 "json",
1170 "serialization",
1171 "xml"
1172 ],
1173 "time": "2018-06-01T12:10:12+00:00"
1174 },
1175 {
1176 "name": "jms/serializer-bundle",
1177 "version": "2.4.2",
1178 "source": {
1179 "type": "git",
1180 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
1181 "reference": "22eb9a2f7983394b0770237ca91e879eb2a4b4a6"
1182 },
1183 "dist": {
1184 "type": "zip",
1185 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/22eb9a2f7983394b0770237ca91e879eb2a4b4a6",
1186 "reference": "22eb9a2f7983394b0770237ca91e879eb2a4b4a6",
1187 "shasum": ""
1188 },
1189 "require": {
1190 "jms/serializer": "^1.10",
1191 "php": "^5.4|^7.0",
1192 "phpoption/phpoption": "^1.1.0",
1193 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
1194 },
1195 "require-dev": {
1196 "doctrine/orm": "*",
1197 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
1198 "symfony/expression-language": "~2.6|~3.0|~4.0",
1199 "symfony/finder": "^2.3|^3.0|^4.0",
1200 "symfony/form": "*",
1201 "symfony/stopwatch": "*",
1202 "symfony/twig-bundle": "*",
1203 "symfony/validator": "*",
1204 "symfony/yaml": "*"
1205 },
1206 "suggest": {
1207 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
1208 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
1209 },
1210 "type": "symfony-bundle",
1211 "extra": {
1212 "branch-alias": {
1213 "dev-master": "2.4-dev"
1214 }
1215 },
1216 "autoload": {
1217 "psr-4": {
1218 "JMS\\SerializerBundle\\": ""
1219 },
1220 "exclude-from-classmap": [
1221 "/Tests/"
1222 ]
1223 },
1224 "notification-url": "https://packagist.org/downloads/",
1225 "license": [
1226 "MIT"
1227 ],
1228 "authors": [
1229 {
1230 "name": "Asmir Mustafic",
1231 "email": "goetas@gmail.com"
1232 },
1233 {
1234 "name": "Johannes M. Schmitt",
1235 "email": "schmittjoh@gmail.com"
1236 }
1237 ],
1238 "description": "Allows you to easily serialize, and deserialize data of any complexity",
1239 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
1240 "keywords": [
1241 "deserialization",
1242 "jaxb",
1243 "json",
1244 "serialization",
1245 "xml"
1246 ],
1247 "time": "2018-06-19T13:39:25+00:00"
1248 },
1249 {
1250 "name": "phpcollection/phpcollection",
1251 "version": "0.5.0",
1252 "source": {
1253 "type": "git",
1254 "url": "https://github.com/schmittjoh/php-collection.git",
1255 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
1256 },
1257 "dist": {
1258 "type": "zip",
1259 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1260 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1261 "shasum": ""
1262 },
1263 "require": {
1264 "phpoption/phpoption": "1.*"
1265 },
1266 "type": "library",
1267 "extra": {
1268 "branch-alias": {
1269 "dev-master": "0.4-dev"
1270 }
1271 },
1272 "autoload": {
1273 "psr-0": {
1274 "PhpCollection": "src/"
1275 }
1276 },
1277 "notification-url": "https://packagist.org/downloads/",
1278 "license": [
1279 "Apache2"
1280 ],
1281 "authors": [
1282 {
1283 "name": "Johannes M. Schmitt",
1284 "email": "schmittjoh@gmail.com"
1285 }
1286 ],
1287 "description": "General-Purpose Collection Library for PHP",
1288 "keywords": [
1289 "collection",
1290 "list",
1291 "map",
1292 "sequence",
1293 "set"
1294 ],
1295 "time": "2015-05-17T12:39:23+00:00"
1296 },
1297 {
1298 "name": "phpoption/phpoption",
1299 "version": "1.5.0",
1300 "source": {
1301 "type": "git",
1302 "url": "https://github.com/schmittjoh/php-option.git",
1303 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1304 },
1305 "dist": {
1306 "type": "zip",
1307 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1308 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1309 "shasum": ""
1310 },
1311 "require": {
1312 "php": ">=5.3.0"
1313 },
1314 "require-dev": {
1315 "phpunit/phpunit": "4.7.*"
1316 },
1317 "type": "library",
1318 "extra": {
1319 "branch-alias": {
1320 "dev-master": "1.3-dev"
1321 }
1322 },
1323 "autoload": {
1324 "psr-0": {
1325 "PhpOption\\": "src/"
1326 }
1327 },
1328 "notification-url": "https://packagist.org/downloads/",
1329 "license": [
1330 "Apache2"
1331 ],
1332 "authors": [
1333 {
1334 "name": "Johannes M. Schmitt",
1335 "email": "schmittjoh@gmail.com"
1336 }
1337 ],
1338 "description": "Option Type for PHP",
1339 "keywords": [
1340 "language",
1341 "option",
1342 "php",
1343 "type"
1344 ],
1345 "time": "2015-07-25T16:39:46+00:00"
1346 },
1347 {
1348 "name": "psr/cache",
1349 "version": "1.0.1",
1350 "source": {
1351 "type": "git",
1352 "url": "https://github.com/php-fig/cache.git",
1353 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1354 },
1355 "dist": {
1356 "type": "zip",
1357 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1358 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1359 "shasum": ""
1360 },
1361 "require": {
1362 "php": ">=5.3.0"
1363 },
1364 "type": "library",
1365 "extra": {
1366 "branch-alias": {
1367 "dev-master": "1.0.x-dev"
1368 }
1369 },
1370 "autoload": {
1371 "psr-4": {
1372 "Psr\\Cache\\": "src/"
1373 }
1374 },
1375 "notification-url": "https://packagist.org/downloads/",
1376 "license": [
1377 "MIT"
1378 ],
1379 "authors": [
1380 {
1381 "name": "PHP-FIG",
1382 "homepage": "http://www.php-fig.org/"
1383 }
1384 ],
1385 "description": "Common interface for caching libraries",
1386 "keywords": [
1387 "cache",
1388 "psr",
1389 "psr-6"
1390 ],
1391 "time": "2016-08-06T20:24:11+00:00"
1392 },
1393 {
1394 "name": "psr/container",
1395 "version": "1.0.0",
1396 "source": {
1397 "type": "git",
1398 "url": "https://github.com/php-fig/container.git",
1399 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1400 },
1401 "dist": {
1402 "type": "zip",
1403 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1404 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1405 "shasum": ""
1406 },
1407 "require": {
1408 "php": ">=5.3.0"
1409 },
1410 "type": "library",
1411 "extra": {
1412 "branch-alias": {
1413 "dev-master": "1.0.x-dev"
1414 }
1415 },
1416 "autoload": {
1417 "psr-4": {
1418 "Psr\\Container\\": "src/"
1419 }
1420 },
1421 "notification-url": "https://packagist.org/downloads/",
1422 "license": [
1423 "MIT"
1424 ],
1425 "authors": [
1426 {
1427 "name": "PHP-FIG",
1428 "homepage": "http://www.php-fig.org/"
1429 }
1430 ],
1431 "description": "Common Container Interface (PHP FIG PSR-11)",
1432 "homepage": "https://github.com/php-fig/container",
1433 "keywords": [
1434 "PSR-11",
1435 "container",
1436 "container-interface",
1437 "container-interop",
1438 "psr"
1439 ],
1440 "time": "2017-02-14T16:28:37+00:00"
1441 },
1442 {
1443 "name": "psr/log",
1444 "version": "1.0.2",
1445 "source": {
1446 "type": "git",
1447 "url": "https://github.com/php-fig/log.git",
1448 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1449 },
1450 "dist": {
1451 "type": "zip",
1452 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1453 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1454 "shasum": ""
1455 },
1456 "require": {
1457 "php": ">=5.3.0"
1458 },
1459 "type": "library",
1460 "extra": {
1461 "branch-alias": {
1462 "dev-master": "1.0.x-dev"
1463 }
1464 },
1465 "autoload": {
1466 "psr-4": {
1467 "Psr\\Log\\": "Psr/Log/"
1468 }
1469 },
1470 "notification-url": "https://packagist.org/downloads/",
1471 "license": [
1472 "MIT"
1473 ],
1474 "authors": [
1475 {
1476 "name": "PHP-FIG",
1477 "homepage": "http://www.php-fig.org/"
1478 }
1479 ],
1480 "description": "Common interface for logging libraries",
1481 "homepage": "https://github.com/php-fig/log",
1482 "keywords": [
1483 "log",
1484 "psr",
1485 "psr-3"
1486 ],
1487 "time": "2016-10-10T12:19:37+00:00"
1488 },
1489 {
1490 "name": "psr/simple-cache",
1491 "version": "1.0.1",
1492 "source": {
1493 "type": "git",
1494 "url": "https://github.com/php-fig/simple-cache.git",
1495 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1496 },
1497 "dist": {
1498 "type": "zip",
1499 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1500 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1501 "shasum": ""
1502 },
1503 "require": {
1504 "php": ">=5.3.0"
1505 },
1506 "type": "library",
1507 "extra": {
1508 "branch-alias": {
1509 "dev-master": "1.0.x-dev"
1510 }
1511 },
1512 "autoload": {
1513 "psr-4": {
1514 "Psr\\SimpleCache\\": "src/"
1515 }
1516 },
1517 "notification-url": "https://packagist.org/downloads/",
1518 "license": [
1519 "MIT"
1520 ],
1521 "authors": [
1522 {
1523 "name": "PHP-FIG",
1524 "homepage": "http://www.php-fig.org/"
1525 }
1526 ],
1527 "description": "Common interfaces for simple caching",
1528 "keywords": [
1529 "cache",
1530 "caching",
1531 "psr",
1532 "psr-16",
1533 "simple-cache"
1534 ],
1535 "time": "2017-10-23T01:57:42+00:00"
1536 },
1537 {
1538 "name": "sensio/framework-extra-bundle",
c4fba949 1539 "version": "v5.2.0",
dec6d031
JB
1540 "source": {
1541 "type": "git",
1542 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
c4fba949 1543 "reference": "50e8b7292425957b8fd66887504430c89bcbd83c"
dec6d031
JB
1544 },
1545 "dist": {
1546 "type": "zip",
c4fba949
JB
1547 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/50e8b7292425957b8fd66887504430c89bcbd83c",
1548 "reference": "50e8b7292425957b8fd66887504430c89bcbd83c",
dec6d031
JB
1549 "shasum": ""
1550 },
1551 "require": {
1552 "doctrine/common": "^2.2",
1553 "symfony/config": "^3.3|^4.0",
1554 "symfony/dependency-injection": "^3.3|^4.0",
c4fba949 1555 "symfony/framework-bundle": "^3.4|^4.0",
dec6d031
JB
1556 "symfony/http-kernel": "^3.3|^4.0"
1557 },
1558 "require-dev": {
1559 "doctrine/doctrine-bundle": "^1.6",
1560 "doctrine/orm": "^2.5",
1561 "symfony/browser-kit": "^3.3|^4.0",
1562 "symfony/dom-crawler": "^3.3|^4.0",
1563 "symfony/expression-language": "^3.3|^4.0",
1564 "symfony/finder": "^3.3|^4.0",
c4fba949
JB
1565 "symfony/monolog-bridge": "^3.0|^4.0",
1566 "symfony/monolog-bundle": "^3.2",
dec6d031
JB
1567 "symfony/phpunit-bridge": "^3.3|^4.0",
1568 "symfony/psr-http-message-bridge": "^0.3",
1569 "symfony/security-bundle": "^3.3|^4.0",
1570 "symfony/twig-bundle": "^3.3|^4.0",
1571 "symfony/yaml": "^3.3|^4.0",
1572 "twig/twig": "~1.12|~2.0",
1573 "zendframework/zend-diactoros": "^1.3"
1574 },
1575 "suggest": {
1576 "symfony/expression-language": "",
1577 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1578 "symfony/security-bundle": ""
1579 },
1580 "type": "symfony-bundle",
1581 "extra": {
1582 "branch-alias": {
c4fba949 1583 "dev-master": "5.2.x-dev"
dec6d031
JB
1584 }
1585 },
1586 "autoload": {
1587 "psr-4": {
1588 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1589 }
1590 },
1591 "notification-url": "https://packagist.org/downloads/",
1592 "license": [
1593 "MIT"
1594 ],
1595 "authors": [
1596 {
1597 "name": "Fabien Potencier",
1598 "email": "fabien@symfony.com"
1599 }
1600 ],
1601 "description": "This bundle provides a way to configure your controllers with annotations",
1602 "keywords": [
1603 "annotations",
1604 "controllers"
1605 ],
c4fba949
JB
1606 "time": "2018-05-12T09:37:42+00:00"
1607 },
1608 {
1609 "name": "swiftmailer/swiftmailer",
1610 "version": "v6.0.2",
1611 "source": {
1612 "type": "git",
1613 "url": "https://github.com/swiftmailer/swiftmailer.git",
1614 "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
1615 },
1616 "dist": {
1617 "type": "zip",
1618 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
1619 "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
1620 "shasum": ""
1621 },
1622 "require": {
1623 "egulias/email-validator": "~2.0",
1624 "php": ">=7.0.0"
1625 },
1626 "require-dev": {
1627 "mockery/mockery": "~0.9.1",
1628 "symfony/phpunit-bridge": "~3.3@dev"
1629 },
1630 "type": "library",
1631 "extra": {
1632 "branch-alias": {
1633 "dev-master": "6.0-dev"
1634 }
1635 },
1636 "autoload": {
1637 "files": [
1638 "lib/swift_required.php"
1639 ]
1640 },
1641 "notification-url": "https://packagist.org/downloads/",
1642 "license": [
1643 "MIT"
1644 ],
1645 "authors": [
1646 {
1647 "name": "Chris Corbyn"
1648 },
1649 {
1650 "name": "Fabien Potencier",
1651 "email": "fabien@symfony.com"
1652 }
1653 ],
1654 "description": "Swiftmailer, free feature-rich PHP mailer",
1655 "homepage": "http://swiftmailer.symfony.com",
1656 "keywords": [
1657 "email",
1658 "mail",
1659 "mailer"
1660 ],
1661 "time": "2017-09-30T22:39:41+00:00"
dec6d031
JB
1662 },
1663 {
1664 "name": "symfony/cache",
6ebcc54a 1665 "version": "v4.1.1",
dec6d031
JB
1666 "source": {
1667 "type": "git",
1668 "url": "https://github.com/symfony/cache.git",
6ebcc54a 1669 "reference": "be95ef3665747e6ff9d883a8adc87085769009f0"
dec6d031
JB
1670 },
1671 "dist": {
1672 "type": "zip",
6ebcc54a
JB
1673 "url": "https://api.github.com/repos/symfony/cache/zipball/be95ef3665747e6ff9d883a8adc87085769009f0",
1674 "reference": "be95ef3665747e6ff9d883a8adc87085769009f0",
dec6d031
JB
1675 "shasum": ""
1676 },
1677 "require": {
1678 "php": "^7.1.3",
1679 "psr/cache": "~1.0",
1680 "psr/log": "~1.0",
1681 "psr/simple-cache": "^1.0"
1682 },
1683 "conflict": {
1684 "symfony/var-dumper": "<3.4"
1685 },
1686 "provide": {
1687 "psr/cache-implementation": "1.0",
1688 "psr/simple-cache-implementation": "1.0"
1689 },
1690 "require-dev": {
1691 "cache/integration-tests": "dev-master",
1692 "doctrine/cache": "~1.6",
1693 "doctrine/dbal": "~2.4",
1694 "predis/predis": "~1.0"
1695 },
1696 "type": "library",
1697 "extra": {
1698 "branch-alias": {
1699 "dev-master": "4.1-dev"
1700 }
1701 },
1702 "autoload": {
1703 "psr-4": {
1704 "Symfony\\Component\\Cache\\": ""
1705 },
1706 "exclude-from-classmap": [
1707 "/Tests/"
1708 ]
1709 },
1710 "notification-url": "https://packagist.org/downloads/",
1711 "license": [
1712 "MIT"
1713 ],
1714 "authors": [
1715 {
1716 "name": "Nicolas Grekas",
1717 "email": "p@tchwork.com"
1718 },
1719 {
1720 "name": "Symfony Community",
1721 "homepage": "https://symfony.com/contributors"
1722 }
1723 ],
1724 "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
1725 "homepage": "https://symfony.com",
1726 "keywords": [
1727 "caching",
1728 "psr6"
1729 ],
6ebcc54a 1730 "time": "2018-06-22T08:59:39+00:00"
dec6d031
JB
1731 },
1732 {
1733 "name": "symfony/config",
6ebcc54a 1734 "version": "v4.1.1",
dec6d031
JB
1735 "source": {
1736 "type": "git",
1737 "url": "https://github.com/symfony/config.git",
6ebcc54a 1738 "reference": "e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5"
dec6d031
JB
1739 },
1740 "dist": {
1741 "type": "zip",
6ebcc54a
JB
1742 "url": "https://api.github.com/repos/symfony/config/zipball/e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5",
1743 "reference": "e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5",
dec6d031
JB
1744 "shasum": ""
1745 },
1746 "require": {
1747 "php": "^7.1.3",
1748 "symfony/filesystem": "~3.4|~4.0",
1749 "symfony/polyfill-ctype": "~1.8"
1750 },
1751 "conflict": {
1752 "symfony/finder": "<3.4"
1753 },
1754 "require-dev": {
1755 "symfony/dependency-injection": "~3.4|~4.0",
1756 "symfony/event-dispatcher": "~3.4|~4.0",
1757 "symfony/finder": "~3.4|~4.0",
1758 "symfony/yaml": "~3.4|~4.0"
1759 },
1760 "suggest": {
1761 "symfony/yaml": "To use the yaml reference dumper"
1762 },
1763 "type": "library",
1764 "extra": {
1765 "branch-alias": {
1766 "dev-master": "4.1-dev"
1767 }
1768 },
1769 "autoload": {
1770 "psr-4": {
1771 "Symfony\\Component\\Config\\": ""
1772 },
1773 "exclude-from-classmap": [
1774 "/Tests/"
1775 ]
1776 },
1777 "notification-url": "https://packagist.org/downloads/",
1778 "license": [
1779 "MIT"
1780 ],
1781 "authors": [
1782 {
1783 "name": "Fabien Potencier",
1784 "email": "fabien@symfony.com"
1785 },
1786 {
1787 "name": "Symfony Community",
1788 "homepage": "https://symfony.com/contributors"
1789 }
1790 ],
1791 "description": "Symfony Config Component",
1792 "homepage": "https://symfony.com",
6ebcc54a 1793 "time": "2018-06-20T11:15:17+00:00"
dec6d031
JB
1794 },
1795 {
1796 "name": "symfony/console",
6ebcc54a 1797 "version": "v4.1.1",
dec6d031
JB
1798 "source": {
1799 "type": "git",
1800 "url": "https://github.com/symfony/console.git",
6ebcc54a 1801 "reference": "70591cda56b4b47c55776ac78e157c4bb6c8b43f"
dec6d031
JB
1802 },
1803 "dist": {
1804 "type": "zip",
6ebcc54a
JB
1805 "url": "https://api.github.com/repos/symfony/console/zipball/70591cda56b4b47c55776ac78e157c4bb6c8b43f",
1806 "reference": "70591cda56b4b47c55776ac78e157c4bb6c8b43f",
dec6d031
JB
1807 "shasum": ""
1808 },
1809 "require": {
1810 "php": "^7.1.3",
1811 "symfony/polyfill-mbstring": "~1.0"
1812 },
1813 "conflict": {
1814 "symfony/dependency-injection": "<3.4",
1815 "symfony/process": "<3.3"
1816 },
1817 "require-dev": {
1818 "psr/log": "~1.0",
1819 "symfony/config": "~3.4|~4.0",
1820 "symfony/dependency-injection": "~3.4|~4.0",
1821 "symfony/event-dispatcher": "~3.4|~4.0",
1822 "symfony/lock": "~3.4|~4.0",
1823 "symfony/process": "~3.4|~4.0"
1824 },
1825 "suggest": {
1826 "psr/log-implementation": "For using the console logger",
1827 "symfony/event-dispatcher": "",
1828 "symfony/lock": "",
1829 "symfony/process": ""
1830 },
1831 "type": "library",
1832 "extra": {
1833 "branch-alias": {
1834 "dev-master": "4.1-dev"
1835 }
1836 },
1837 "autoload": {
1838 "psr-4": {
1839 "Symfony\\Component\\Console\\": ""
1840 },
1841 "exclude-from-classmap": [
1842 "/Tests/"
1843 ]
1844 },
1845 "notification-url": "https://packagist.org/downloads/",
1846 "license": [
1847 "MIT"
1848 ],
1849 "authors": [
1850 {
1851 "name": "Fabien Potencier",
1852 "email": "fabien@symfony.com"
1853 },
1854 {
1855 "name": "Symfony Community",
1856 "homepage": "https://symfony.com/contributors"
1857 }
1858 ],
1859 "description": "Symfony Console Component",
1860 "homepage": "https://symfony.com",
6ebcc54a 1861 "time": "2018-05-31T10:17:53+00:00"
dec6d031
JB
1862 },
1863 {
1864 "name": "symfony/debug",
6ebcc54a 1865 "version": "v4.1.1",
dec6d031
JB
1866 "source": {
1867 "type": "git",
1868 "url": "https://github.com/symfony/debug.git",
6ebcc54a 1869 "reference": "dbe0fad88046a755dcf9379f2964c61a02f5ae3d"
dec6d031
JB
1870 },
1871 "dist": {
1872 "type": "zip",
6ebcc54a
JB
1873 "url": "https://api.github.com/repos/symfony/debug/zipball/dbe0fad88046a755dcf9379f2964c61a02f5ae3d",
1874 "reference": "dbe0fad88046a755dcf9379f2964c61a02f5ae3d",
dec6d031
JB
1875 "shasum": ""
1876 },
1877 "require": {
1878 "php": "^7.1.3",
1879 "psr/log": "~1.0"
1880 },
1881 "conflict": {
1882 "symfony/http-kernel": "<3.4"
1883 },
1884 "require-dev": {
1885 "symfony/http-kernel": "~3.4|~4.0"
1886 },
1887 "type": "library",
1888 "extra": {
1889 "branch-alias": {
1890 "dev-master": "4.1-dev"
1891 }
1892 },
1893 "autoload": {
1894 "psr-4": {
1895 "Symfony\\Component\\Debug\\": ""
1896 },
1897 "exclude-from-classmap": [
1898 "/Tests/"
1899 ]
1900 },
1901 "notification-url": "https://packagist.org/downloads/",
1902 "license": [
1903 "MIT"
1904 ],
1905 "authors": [
1906 {
1907 "name": "Fabien Potencier",
1908 "email": "fabien@symfony.com"
1909 },
1910 {
1911 "name": "Symfony Community",
1912 "homepage": "https://symfony.com/contributors"
1913 }
1914 ],
1915 "description": "Symfony Debug Component",
1916 "homepage": "https://symfony.com",
6ebcc54a 1917 "time": "2018-06-08T09:39:36+00:00"
dec6d031
JB
1918 },
1919 {
1920 "name": "symfony/dependency-injection",
6ebcc54a 1921 "version": "v4.1.1",
dec6d031
JB
1922 "source": {
1923 "type": "git",
1924 "url": "https://github.com/symfony/dependency-injection.git",
6ebcc54a 1925 "reference": "e761828a85d7dfc00b927f94ccbe1851ce0b6535"
dec6d031
JB
1926 },
1927 "dist": {
1928 "type": "zip",
6ebcc54a
JB
1929 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e761828a85d7dfc00b927f94ccbe1851ce0b6535",
1930 "reference": "e761828a85d7dfc00b927f94ccbe1851ce0b6535",
dec6d031
JB
1931 "shasum": ""
1932 },
1933 "require": {
1934 "php": "^7.1.3",
1935 "psr/container": "^1.0"
1936 },
1937 "conflict": {
6ebcc54a 1938 "symfony/config": "<4.1.1",
dec6d031
JB
1939 "symfony/finder": "<3.4",
1940 "symfony/proxy-manager-bridge": "<3.4",
1941 "symfony/yaml": "<3.4"
1942 },
1943 "provide": {
1944 "psr/container-implementation": "1.0"
1945 },
1946 "require-dev": {
1947 "symfony/config": "~4.1",
1948 "symfony/expression-language": "~3.4|~4.0",
1949 "symfony/yaml": "~3.4|~4.0"
1950 },
1951 "suggest": {
1952 "symfony/config": "",
1953 "symfony/expression-language": "For using expressions in service container configuration",
1954 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
1955 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1956 "symfony/yaml": ""
1957 },
1958 "type": "library",
1959 "extra": {
1960 "branch-alias": {
1961 "dev-master": "4.1-dev"
1962 }
1963 },
1964 "autoload": {
1965 "psr-4": {
1966 "Symfony\\Component\\DependencyInjection\\": ""
1967 },
1968 "exclude-from-classmap": [
1969 "/Tests/"
1970 ]
1971 },
1972 "notification-url": "https://packagist.org/downloads/",
1973 "license": [
1974 "MIT"
1975 ],
1976 "authors": [
1977 {
1978 "name": "Fabien Potencier",
1979 "email": "fabien@symfony.com"
1980 },
1981 {
1982 "name": "Symfony Community",
1983 "homepage": "https://symfony.com/contributors"
1984 }
1985 ],
1986 "description": "Symfony DependencyInjection Component",
1987 "homepage": "https://symfony.com",
6ebcc54a 1988 "time": "2018-06-25T11:12:43+00:00"
dec6d031
JB
1989 },
1990 {
1991 "name": "symfony/doctrine-bridge",
1992 "version": "v4.1.1",
1993 "source": {
1994 "type": "git",
1995 "url": "https://github.com/symfony/doctrine-bridge.git",
1996 "reference": "a7751cc8d949c16366976633678116f85662b989"
1997 },
1998 "dist": {
1999 "type": "zip",
2000 "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/a7751cc8d949c16366976633678116f85662b989",
2001 "reference": "a7751cc8d949c16366976633678116f85662b989",
2002 "shasum": ""
2003 },
2004 "require": {
2005 "doctrine/common": "~2.4@stable",
2006 "php": "^7.1.3",
2007 "symfony/polyfill-ctype": "~1.8",
2008 "symfony/polyfill-mbstring": "~1.0"
2009 },
2010 "conflict": {
2011 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2012 "symfony/dependency-injection": "<3.4"
2013 },
2014 "require-dev": {
2015 "doctrine/data-fixtures": "1.0.*",
2016 "doctrine/dbal": "~2.4",
2017 "doctrine/orm": "^2.4.5",
2018 "symfony/dependency-injection": "~3.4|~4.0",
2019 "symfony/expression-language": "~3.4|~4.0",
2020 "symfony/form": "~3.4|~4.0",
2021 "symfony/http-kernel": "~3.4|~4.0",
2022 "symfony/property-access": "~3.4|~4.0",
2023 "symfony/property-info": "~3.4|~4.0",
2024 "symfony/proxy-manager-bridge": "~3.4|~4.0",
2025 "symfony/security": "~3.4|~4.0",
2026 "symfony/stopwatch": "~3.4|~4.0",
2027 "symfony/translation": "~3.4|~4.0",
2028 "symfony/validator": "~3.4|~4.0"
2029 },
2030 "suggest": {
2031 "doctrine/data-fixtures": "",
2032 "doctrine/dbal": "",
2033 "doctrine/orm": "",
2034 "symfony/form": "",
2035 "symfony/property-info": "",
2036 "symfony/validator": ""
2037 },
2038 "type": "symfony-bridge",
2039 "extra": {
2040 "branch-alias": {
2041 "dev-master": "4.1-dev"
2042 }
2043 },
2044 "autoload": {
2045 "psr-4": {
2046 "Symfony\\Bridge\\Doctrine\\": ""
2047 },
2048 "exclude-from-classmap": [
2049 "/Tests/"
2050 ]
2051 },
2052 "notification-url": "https://packagist.org/downloads/",
2053 "license": [
2054 "MIT"
2055 ],
2056 "authors": [
2057 {
2058 "name": "Fabien Potencier",
2059 "email": "fabien@symfony.com"
2060 },
2061 {
2062 "name": "Symfony Community",
2063 "homepage": "https://symfony.com/contributors"
2064 }
2065 ],
2066 "description": "Symfony Doctrine Bridge",
2067 "homepage": "https://symfony.com",
2068 "time": "2018-06-25T11:31:22+00:00"
2069 },
2070 {
2071 "name": "symfony/event-dispatcher",
6ebcc54a 2072 "version": "v4.1.1",
dec6d031
JB
2073 "source": {
2074 "type": "git",
2075 "url": "https://github.com/symfony/event-dispatcher.git",
2076 "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5"
2077 },
2078 "dist": {
2079 "type": "zip",
2080 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2391ed210a239868e7256eb6921b1bd83f3087b5",
2081 "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5",
2082 "shasum": ""
2083 },
2084 "require": {
2085 "php": "^7.1.3"
2086 },
2087 "conflict": {
2088 "symfony/dependency-injection": "<3.4"
2089 },
2090 "require-dev": {
2091 "psr/log": "~1.0",
2092 "symfony/config": "~3.4|~4.0",
2093 "symfony/dependency-injection": "~3.4|~4.0",
2094 "symfony/expression-language": "~3.4|~4.0",
2095 "symfony/stopwatch": "~3.4|~4.0"
2096 },
2097 "suggest": {
2098 "symfony/dependency-injection": "",
2099 "symfony/http-kernel": ""
2100 },
2101 "type": "library",
2102 "extra": {
2103 "branch-alias": {
2104 "dev-master": "4.1-dev"
2105 }
2106 },
2107 "autoload": {
2108 "psr-4": {
2109 "Symfony\\Component\\EventDispatcher\\": ""
2110 },
2111 "exclude-from-classmap": [
2112 "/Tests/"
2113 ]
2114 },
2115 "notification-url": "https://packagist.org/downloads/",
2116 "license": [
2117 "MIT"
2118 ],
2119 "authors": [
2120 {
2121 "name": "Fabien Potencier",
2122 "email": "fabien@symfony.com"
2123 },
2124 {
2125 "name": "Symfony Community",
2126 "homepage": "https://symfony.com/contributors"
2127 }
2128 ],
2129 "description": "Symfony EventDispatcher Component",
2130 "homepage": "https://symfony.com",
2131 "time": "2018-04-06T07:35:57+00:00"
2132 },
2133 {
2134 "name": "symfony/filesystem",
6ebcc54a 2135 "version": "v4.1.1",
dec6d031
JB
2136 "source": {
2137 "type": "git",
2138 "url": "https://github.com/symfony/filesystem.git",
2139 "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c"
2140 },
2141 "dist": {
2142 "type": "zip",
2143 "url": "https://api.github.com/repos/symfony/filesystem/zipball/562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
2144 "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
2145 "shasum": ""
2146 },
2147 "require": {
2148 "php": "^7.1.3",
2149 "symfony/polyfill-ctype": "~1.8"
2150 },
2151 "type": "library",
2152 "extra": {
2153 "branch-alias": {
2154 "dev-master": "4.1-dev"
2155 }
2156 },
2157 "autoload": {
2158 "psr-4": {
2159 "Symfony\\Component\\Filesystem\\": ""
2160 },
2161 "exclude-from-classmap": [
2162 "/Tests/"
2163 ]
2164 },
2165 "notification-url": "https://packagist.org/downloads/",
2166 "license": [
2167 "MIT"
2168 ],
2169 "authors": [
2170 {
2171 "name": "Fabien Potencier",
2172 "email": "fabien@symfony.com"
2173 },
2174 {
2175 "name": "Symfony Community",
2176 "homepage": "https://symfony.com/contributors"
2177 }
2178 ],
2179 "description": "Symfony Filesystem Component",
2180 "homepage": "https://symfony.com",
2181 "time": "2018-05-30T07:26:09+00:00"
2182 },
2183 {
2184 "name": "symfony/finder",
6ebcc54a 2185 "version": "v4.1.1",
dec6d031
JB
2186 "source": {
2187 "type": "git",
2188 "url": "https://github.com/symfony/finder.git",
6ebcc54a 2189 "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb"
dec6d031
JB
2190 },
2191 "dist": {
2192 "type": "zip",
6ebcc54a
JB
2193 "url": "https://api.github.com/repos/symfony/finder/zipball/84714b8417d19e4ba02ea78a41a975b3efaafddb",
2194 "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb",
dec6d031
JB
2195 "shasum": ""
2196 },
2197 "require": {
2198 "php": "^7.1.3"
2199 },
2200 "type": "library",
2201 "extra": {
2202 "branch-alias": {
2203 "dev-master": "4.1-dev"
2204 }
2205 },
2206 "autoload": {
2207 "psr-4": {
2208 "Symfony\\Component\\Finder\\": ""
2209 },
2210 "exclude-from-classmap": [
2211 "/Tests/"
2212 ]
2213 },
2214 "notification-url": "https://packagist.org/downloads/",
2215 "license": [
2216 "MIT"
2217 ],
2218 "authors": [
2219 {
2220 "name": "Fabien Potencier",
2221 "email": "fabien@symfony.com"
2222 },
2223 {
2224 "name": "Symfony Community",
2225 "homepage": "https://symfony.com/contributors"
2226 }
2227 ],
2228 "description": "Symfony Finder Component",
2229 "homepage": "https://symfony.com",
6ebcc54a 2230 "time": "2018-06-19T21:38:16+00:00"
dec6d031
JB
2231 },
2232 {
2233 "name": "symfony/flex",
2234 "version": "v1.0.80",
2235 "source": {
2236 "type": "git",
2237 "url": "https://github.com/symfony/flex.git",
2238 "reference": "729aee08d62b47224e85b83c97e2824ff7d1735e"
2239 },
2240 "dist": {
2241 "type": "zip",
2242 "url": "https://api.github.com/repos/symfony/flex/zipball/729aee08d62b47224e85b83c97e2824ff7d1735e",
2243 "reference": "729aee08d62b47224e85b83c97e2824ff7d1735e",
2244 "shasum": ""
2245 },
2246 "require": {
2247 "composer-plugin-api": "^1.0",
2248 "php": "^7.0"
2249 },
2250 "require-dev": {
2251 "composer/composer": "^1.0.2",
2252 "symfony/phpunit-bridge": "^3.2.8"
2253 },
2254 "type": "composer-plugin",
2255 "extra": {
2256 "branch-alias": {
2257 "dev-master": "1.0-dev"
2258 },
2259 "class": "Symfony\\Flex\\Flex"
2260 },
2261 "autoload": {
2262 "psr-4": {
2263 "Symfony\\Flex\\": "src"
2264 }
2265 },
2266 "notification-url": "https://packagist.org/downloads/",
2267 "license": [
2268 "MIT"
2269 ],
2270 "authors": [
2271 {
2272 "name": "Fabien Potencier",
2273 "email": "fabien.potencier@gmail.com"
2274 }
2275 ],
2276 "time": "2018-05-02T19:08:56+00:00"
2277 },
2278 {
2279 "name": "symfony/framework-bundle",
6ebcc54a 2280 "version": "v4.1.1",
dec6d031
JB
2281 "source": {
2282 "type": "git",
2283 "url": "https://github.com/symfony/framework-bundle.git",
6ebcc54a 2284 "reference": "a34630e9712b23fb0a20cc12fe937a9ddcaacbe8"
dec6d031
JB
2285 },
2286 "dist": {
2287 "type": "zip",
6ebcc54a
JB
2288 "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/a34630e9712b23fb0a20cc12fe937a9ddcaacbe8",
2289 "reference": "a34630e9712b23fb0a20cc12fe937a9ddcaacbe8",
dec6d031
JB
2290 "shasum": ""
2291 },
2292 "require": {
2293 "ext-xml": "*",
2294 "php": "^7.1.3",
2295 "symfony/cache": "~3.4|~4.0",
2296 "symfony/config": "~3.4|~4.0",
6ebcc54a 2297 "symfony/dependency-injection": "^4.1.1",
dec6d031
JB
2298 "symfony/event-dispatcher": "^4.1",
2299 "symfony/filesystem": "~3.4|~4.0",
2300 "symfony/finder": "~3.4|~4.0",
2301 "symfony/http-foundation": "^4.1",
2302 "symfony/http-kernel": "^4.1",
2303 "symfony/polyfill-mbstring": "~1.0",
2304 "symfony/routing": "^4.1"
2305 },
2306 "conflict": {
2307 "phpdocumentor/reflection-docblock": "<3.0",
2308 "phpdocumentor/type-resolver": "<0.2.1",
2309 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2310 "symfony/asset": "<3.4",
2311 "symfony/console": "<3.4",
2312 "symfony/form": "<4.1",
2313 "symfony/property-info": "<3.4",
2314 "symfony/serializer": "<4.1",
2315 "symfony/stopwatch": "<3.4",
2316 "symfony/translation": "<3.4",
2317 "symfony/validator": "<4.1",
2318 "symfony/workflow": "<4.1"
2319 },
2320 "require-dev": {
2321 "doctrine/annotations": "~1.0",
2322 "doctrine/cache": "~1.0",
2323 "fig/link-util": "^1.0",
2324 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
2325 "symfony/asset": "~3.4|~4.0",
2326 "symfony/browser-kit": "~3.4|~4.0",
2327 "symfony/console": "~3.4|~4.0",
2328 "symfony/css-selector": "~3.4|~4.0",
2329 "symfony/dom-crawler": "~3.4|~4.0",
2330 "symfony/expression-language": "~3.4|~4.0",
2331 "symfony/form": "^4.1",
2332 "symfony/lock": "~3.4|~4.0",
6ebcc54a 2333 "symfony/messenger": "^4.1",
dec6d031
JB
2334 "symfony/polyfill-intl-icu": "~1.0",
2335 "symfony/process": "~3.4|~4.0",
2336 "symfony/property-info": "~3.4|~4.0",
2337 "symfony/security": "~3.4|~4.0",
2338 "symfony/security-core": "~3.4|~4.0",
2339 "symfony/security-csrf": "~3.4|~4.0",
2340 "symfony/serializer": "^4.1",
2341 "symfony/stopwatch": "~3.4|~4.0",
2342 "symfony/templating": "~3.4|~4.0",
2343 "symfony/translation": "~3.4|~4.0",
2344 "symfony/validator": "^4.1",
2345 "symfony/var-dumper": "~3.4|~4.0",
2346 "symfony/web-link": "~3.4|~4.0",
2347 "symfony/workflow": "^4.1",
2348 "symfony/yaml": "~3.4|~4.0",
2349 "twig/twig": "~1.34|~2.4"
2350 },
2351 "suggest": {
2352 "ext-apcu": "For best performance of the system caches",
2353 "symfony/console": "For using the console commands",
2354 "symfony/form": "For using forms",
2355 "symfony/property-info": "For using the property_info service",
2356 "symfony/serializer": "For using the serializer service",
2357 "symfony/validator": "For using validation",
2358 "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
2359 "symfony/yaml": "For using the debug:config and lint:yaml commands"
2360 },
2361 "type": "symfony-bundle",
2362 "extra": {
2363 "branch-alias": {
2364 "dev-master": "4.1-dev"
2365 }
2366 },
2367 "autoload": {
2368 "psr-4": {
2369 "Symfony\\Bundle\\FrameworkBundle\\": ""
2370 },
2371 "exclude-from-classmap": [
2372 "/Tests/"
2373 ]
2374 },
2375 "notification-url": "https://packagist.org/downloads/",
2376 "license": [
2377 "MIT"
2378 ],
2379 "authors": [
2380 {
2381 "name": "Fabien Potencier",
2382 "email": "fabien@symfony.com"
2383 },
2384 {
2385 "name": "Symfony Community",
2386 "homepage": "https://symfony.com/contributors"
2387 }
2388 ],
2389 "description": "Symfony FrameworkBundle",
2390 "homepage": "https://symfony.com",
6ebcc54a 2391 "time": "2018-06-20T21:41:56+00:00"
dec6d031
JB
2392 },
2393 {
2394 "name": "symfony/http-foundation",
6ebcc54a 2395 "version": "v4.1.1",
dec6d031
JB
2396 "source": {
2397 "type": "git",
2398 "url": "https://github.com/symfony/http-foundation.git",
6ebcc54a 2399 "reference": "4f9c7cf962e635b0b26b14500ac046e07dbef7f3"
dec6d031
JB
2400 },
2401 "dist": {
2402 "type": "zip",
6ebcc54a
JB
2403 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4f9c7cf962e635b0b26b14500ac046e07dbef7f3",
2404 "reference": "4f9c7cf962e635b0b26b14500ac046e07dbef7f3",
dec6d031
JB
2405 "shasum": ""
2406 },
2407 "require": {
2408 "php": "^7.1.3",
2409 "symfony/polyfill-mbstring": "~1.1"
2410 },
2411 "require-dev": {
2412 "predis/predis": "~1.0",
2413 "symfony/expression-language": "~3.4|~4.0"
2414 },
2415 "type": "library",
2416 "extra": {
2417 "branch-alias": {
2418 "dev-master": "4.1-dev"
2419 }
2420 },
2421 "autoload": {
2422 "psr-4": {
2423 "Symfony\\Component\\HttpFoundation\\": ""
2424 },
2425 "exclude-from-classmap": [
2426 "/Tests/"
2427 ]
2428 },
2429 "notification-url": "https://packagist.org/downloads/",
2430 "license": [
2431 "MIT"
2432 ],
2433 "authors": [
2434 {
2435 "name": "Fabien Potencier",
2436 "email": "fabien@symfony.com"
2437 },
2438 {
2439 "name": "Symfony Community",
2440 "homepage": "https://symfony.com/contributors"
2441 }
2442 ],
2443 "description": "Symfony HttpFoundation Component",
2444 "homepage": "https://symfony.com",
6ebcc54a 2445 "time": "2018-06-19T21:38:16+00:00"
dec6d031
JB
2446 },
2447 {
2448 "name": "symfony/http-kernel",
6ebcc54a 2449 "version": "v4.1.1",
dec6d031
JB
2450 "source": {
2451 "type": "git",
2452 "url": "https://github.com/symfony/http-kernel.git",
6ebcc54a 2453 "reference": "29c094a1c4f8209b7e033f612cbbd69029e38955"
dec6d031
JB
2454 },
2455 "dist": {
2456 "type": "zip",
6ebcc54a
JB
2457 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/29c094a1c4f8209b7e033f612cbbd69029e38955",
2458 "reference": "29c094a1c4f8209b7e033f612cbbd69029e38955",
dec6d031
JB
2459 "shasum": ""
2460 },
2461 "require": {
2462 "php": "^7.1.3",
2463 "psr/log": "~1.0",
2464 "symfony/debug": "~3.4|~4.0",
2465 "symfony/event-dispatcher": "~4.1",
6ebcc54a 2466 "symfony/http-foundation": "^4.1.1",
dec6d031
JB
2467 "symfony/polyfill-ctype": "~1.8"
2468 },
2469 "conflict": {
2470 "symfony/config": "<3.4",
2471 "symfony/dependency-injection": "<4.1",
6ebcc54a 2472 "symfony/var-dumper": "<4.1.1",
dec6d031
JB
2473 "twig/twig": "<1.34|<2.4,>=2"
2474 },
2475 "provide": {
2476 "psr/log-implementation": "1.0"
2477 },
2478 "require-dev": {
2479 "psr/cache": "~1.0",
2480 "symfony/browser-kit": "~3.4|~4.0",
2481 "symfony/config": "~3.4|~4.0",
2482 "symfony/console": "~3.4|~4.0",
2483 "symfony/css-selector": "~3.4|~4.0",
2484 "symfony/dependency-injection": "^4.1",
2485 "symfony/dom-crawler": "~3.4|~4.0",
2486 "symfony/expression-language": "~3.4|~4.0",
2487 "symfony/finder": "~3.4|~4.0",
2488 "symfony/process": "~3.4|~4.0",
2489 "symfony/routing": "~3.4|~4.0",
2490 "symfony/stopwatch": "~3.4|~4.0",
2491 "symfony/templating": "~3.4|~4.0",
2492 "symfony/translation": "~3.4|~4.0",
6ebcc54a 2493 "symfony/var-dumper": "^4.1.1"
dec6d031
JB
2494 },
2495 "suggest": {
2496 "symfony/browser-kit": "",
2497 "symfony/config": "",
2498 "symfony/console": "",
2499 "symfony/dependency-injection": "",
2500 "symfony/var-dumper": ""
2501 },
2502 "type": "library",
2503 "extra": {
2504 "branch-alias": {
2505 "dev-master": "4.1-dev"
2506 }
2507 },
2508 "autoload": {
2509 "psr-4": {
2510 "Symfony\\Component\\HttpKernel\\": ""
2511 },
2512 "exclude-from-classmap": [
2513 "/Tests/"
2514 ]
2515 },
2516 "notification-url": "https://packagist.org/downloads/",
2517 "license": [
2518 "MIT"
2519 ],
2520 "authors": [
2521 {
2522 "name": "Fabien Potencier",
2523 "email": "fabien@symfony.com"
2524 },
2525 {
2526 "name": "Symfony Community",
2527 "homepage": "https://symfony.com/contributors"
2528 }
2529 ],
2530 "description": "Symfony HttpKernel Component",
2531 "homepage": "https://symfony.com",
6ebcc54a 2532 "time": "2018-06-25T13:06:45+00:00"
dec6d031 2533 },
ef3fa6e0
JB
2534 {
2535 "name": "symfony/inflector",
2536 "version": "v4.1.1",
2537 "source": {
2538 "type": "git",
2539 "url": "https://github.com/symfony/inflector.git",
2540 "reference": "a55513ebd8aa4843300e325c84d0954a9d1f4ed8"
2541 },
2542 "dist": {
2543 "type": "zip",
2544 "url": "https://api.github.com/repos/symfony/inflector/zipball/a55513ebd8aa4843300e325c84d0954a9d1f4ed8",
2545 "reference": "a55513ebd8aa4843300e325c84d0954a9d1f4ed8",
2546 "shasum": ""
2547 },
2548 "require": {
2549 "php": "^7.1.3",
2550 "symfony/polyfill-ctype": "~1.8"
2551 },
2552 "type": "library",
2553 "extra": {
2554 "branch-alias": {
2555 "dev-master": "4.1-dev"
2556 }
2557 },
2558 "autoload": {
2559 "psr-4": {
2560 "Symfony\\Component\\Inflector\\": ""
2561 },
2562 "exclude-from-classmap": [
2563 "/Tests/"
2564 ]
2565 },
2566 "notification-url": "https://packagist.org/downloads/",
2567 "license": [
2568 "MIT"
2569 ],
2570 "authors": [
2571 {
2572 "name": "Bernhard Schussek",
2573 "email": "bschussek@gmail.com"
2574 },
2575 {
2576 "name": "Symfony Community",
2577 "homepage": "https://symfony.com/contributors"
2578 }
2579 ],
2580 "description": "Symfony Inflector Component",
2581 "homepage": "https://symfony.com",
2582 "keywords": [
2583 "inflection",
2584 "pluralize",
2585 "singularize",
2586 "string",
2587 "symfony",
2588 "words"
2589 ],
2590 "time": "2018-05-01T23:02:13+00:00"
2591 },
dec6d031
JB
2592 {
2593 "name": "symfony/lts",
2594 "version": "dev-master",
2595 "source": {
2596 "type": "git",
2597 "url": "https://github.com/symfony/lts.git",
2598 "reference": "6de50b244bad631a71544b3cc3c8e206c0e5f991"
2599 },
2600 "dist": {
2601 "type": "zip",
2602 "url": "https://api.github.com/repos/symfony/lts/zipball/6de50b244bad631a71544b3cc3c8e206c0e5f991",
2603 "reference": "6de50b244bad631a71544b3cc3c8e206c0e5f991",
2604 "shasum": ""
2605 },
2606 "conflict": {
2607 "symfony/asset": ">=5",
2608 "symfony/browser-kit": ">=5",
2609 "symfony/cache": ">=5",
2610 "symfony/class-loader": ">=5",
2611 "symfony/config": ">=5",
2612 "symfony/console": ">=5",
2613 "symfony/css-selector": ">=5",
2614 "symfony/debug": ">=5",
2615 "symfony/debug-bundle": ">=5",
2616 "symfony/dependency-injection": ">=5",
2617 "symfony/doctrine-bridge": ">=5",
2618 "symfony/dom-crawler": ">=5",
2619 "symfony/dotenv": ">=5",
2620 "symfony/event-dispatcher": ">=5",
2621 "symfony/expression-language": ">=5",
2622 "symfony/filesystem": ">=5",
2623 "symfony/finder": ">=5",
2624 "symfony/form": ">=5",
2625 "symfony/framework-bundle": ">=5",
2626 "symfony/http-foundation": ">=5",
2627 "symfony/http-kernel": ">=5",
2628 "symfony/inflector": ">=5",
2629 "symfony/intl": ">=5",
2630 "symfony/ldap": ">=5",
2631 "symfony/lock": ">=5",
2632 "symfony/messenger": ">=5",
2633 "symfony/monolog-bridge": ">=5",
2634 "symfony/options-resolver": ">=5",
2635 "symfony/process": ">=5",
2636 "symfony/property-access": ">=5",
2637 "symfony/property-info": ">=5",
2638 "symfony/proxy-manager-bridge": ">=5",
2639 "symfony/routing": ">=5",
2640 "symfony/security": ">=5",
2641 "symfony/security-bundle": ">=5",
2642 "symfony/security-core": ">=5",
2643 "symfony/security-csrf": ">=5",
2644 "symfony/security-guard": ">=5",
2645 "symfony/security-http": ">=5",
2646 "symfony/serializer": ">=5",
2647 "symfony/stopwatch": ">=5",
2648 "symfony/symfony": ">=5",
2649 "symfony/templating": ">=5",
2650 "symfony/translation": ">=5",
2651 "symfony/twig-bridge": ">=5",
2652 "symfony/twig-bundle": ">=5",
2653 "symfony/validator": ">=5",
2654 "symfony/var-dumper": ">=5",
2655 "symfony/web-link": ">=5",
2656 "symfony/web-profiler-bundle": ">=5",
2657 "symfony/web-server-bundle": ">=5",
2658 "symfony/workflow": ">=5",
2659 "symfony/yaml": ">=5"
2660 },
2661 "type": "metapackage",
2662 "extra": {
2663 "branch-alias": {
2664 "dev-master": "4-dev"
2665 }
2666 },
2667 "notification-url": "https://packagist.org/downloads/",
2668 "license": [
2669 "MIT"
2670 ],
2671 "authors": [
2672 {
2673 "name": "Fabien Potencier",
2674 "email": "fabien@symfony.com"
2675 },
2676 {
2677 "name": "Symfony Community",
2678 "homepage": "https://symfony.com/contributors"
2679 }
2680 ],
2681 "description": "Enforces Long Term Supported versions of Symfony components",
2682 "homepage": "https://symfony.com",
2683 "time": "2018-04-03T05:04:16+00:00"
2684 },
2685 {
2686 "name": "symfony/polyfill-mbstring",
2687 "version": "v1.8.0",
2688 "source": {
2689 "type": "git",
2690 "url": "https://github.com/symfony/polyfill-mbstring.git",
2691 "reference": "3296adf6a6454a050679cde90f95350ad604b171"
2692 },
2693 "dist": {
2694 "type": "zip",
2695 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
2696 "reference": "3296adf6a6454a050679cde90f95350ad604b171",
2697 "shasum": ""
2698 },
2699 "require": {
2700 "php": ">=5.3.3"
2701 },
2702 "suggest": {
2703 "ext-mbstring": "For best performance"
2704 },
2705 "type": "library",
2706 "extra": {
2707 "branch-alias": {
2708 "dev-master": "1.8-dev"
2709 }
2710 },
2711 "autoload": {
2712 "psr-4": {
2713 "Symfony\\Polyfill\\Mbstring\\": ""
2714 },
2715 "files": [
2716 "bootstrap.php"
2717 ]
2718 },
2719 "notification-url": "https://packagist.org/downloads/",
2720 "license": [
2721 "MIT"
2722 ],
2723 "authors": [
2724 {
2725 "name": "Nicolas Grekas",
2726 "email": "p@tchwork.com"
2727 },
2728 {
2729 "name": "Symfony Community",
2730 "homepage": "https://symfony.com/contributors"
2731 }
2732 ],
2733 "description": "Symfony polyfill for the Mbstring extension",
2734 "homepage": "https://symfony.com",
2735 "keywords": [
2736 "compatibility",
2737 "mbstring",
2738 "polyfill",
2739 "portable",
2740 "shim"
2741 ],
2742 "time": "2018-04-26T10:06:28+00:00"
2743 },
ef3fa6e0
JB
2744 {
2745 "name": "symfony/property-access",
2746 "version": "v4.1.1",
2747 "source": {
2748 "type": "git",
2749 "url": "https://github.com/symfony/property-access.git",
2750 "reference": "f957d37eb476c9442a0c684b0cd0dd1fb38cb74a"
2751 },
2752 "dist": {
2753 "type": "zip",
2754 "url": "https://api.github.com/repos/symfony/property-access/zipball/f957d37eb476c9442a0c684b0cd0dd1fb38cb74a",
2755 "reference": "f957d37eb476c9442a0c684b0cd0dd1fb38cb74a",
2756 "shasum": ""
2757 },
2758 "require": {
2759 "php": "^7.1.3",
2760 "symfony/inflector": "~3.4|~4.0"
2761 },
2762 "require-dev": {
2763 "symfony/cache": "~3.4|~4.0"
2764 },
2765 "suggest": {
2766 "psr/cache-implementation": "To cache access methods."
2767 },
2768 "type": "library",
2769 "extra": {
2770 "branch-alias": {
2771 "dev-master": "4.1-dev"
2772 }
2773 },
2774 "autoload": {
2775 "psr-4": {
2776 "Symfony\\Component\\PropertyAccess\\": ""
2777 },
2778 "exclude-from-classmap": [
2779 "/Tests/"
2780 ]
2781 },
2782 "notification-url": "https://packagist.org/downloads/",
2783 "license": [
2784 "MIT"
2785 ],
2786 "authors": [
2787 {
2788 "name": "Fabien Potencier",
2789 "email": "fabien@symfony.com"
2790 },
2791 {
2792 "name": "Symfony Community",
2793 "homepage": "https://symfony.com/contributors"
2794 }
2795 ],
2796 "description": "Symfony PropertyAccess Component",
2797 "homepage": "https://symfony.com",
2798 "keywords": [
2799 "access",
2800 "array",
2801 "extraction",
2802 "index",
2803 "injection",
2804 "object",
2805 "property",
2806 "property path",
2807 "reflection"
2808 ],
2809 "time": "2018-05-30T07:26:09+00:00"
2810 },
dec6d031
JB
2811 {
2812 "name": "symfony/routing",
6ebcc54a 2813 "version": "v4.1.1",
dec6d031
JB
2814 "source": {
2815 "type": "git",
2816 "url": "https://github.com/symfony/routing.git",
6ebcc54a 2817 "reference": "b38b9797327b26ea2e4146a40e6e2dc9820a6932"
dec6d031
JB
2818 },
2819 "dist": {
2820 "type": "zip",
6ebcc54a
JB
2821 "url": "https://api.github.com/repos/symfony/routing/zipball/b38b9797327b26ea2e4146a40e6e2dc9820a6932",
2822 "reference": "b38b9797327b26ea2e4146a40e6e2dc9820a6932",
dec6d031
JB
2823 "shasum": ""
2824 },
2825 "require": {
2826 "php": "^7.1.3"
2827 },
2828 "conflict": {
2829 "symfony/config": "<3.4",
2830 "symfony/dependency-injection": "<3.4",
2831 "symfony/yaml": "<3.4"
2832 },
2833 "require-dev": {
2834 "doctrine/annotations": "~1.0",
dec6d031
JB
2835 "psr/log": "~1.0",
2836 "symfony/config": "~3.4|~4.0",
2837 "symfony/dependency-injection": "~3.4|~4.0",
2838 "symfony/expression-language": "~3.4|~4.0",
2839 "symfony/http-foundation": "~3.4|~4.0",
2840 "symfony/yaml": "~3.4|~4.0"
2841 },
2842 "suggest": {
2843 "doctrine/annotations": "For using the annotation loader",
2844 "symfony/config": "For using the all-in-one router or any loader",
2845 "symfony/dependency-injection": "For loading routes from a service",
2846 "symfony/expression-language": "For using expression matching",
2847 "symfony/http-foundation": "For using a Symfony Request object",
2848 "symfony/yaml": "For using the YAML loader"
2849 },
2850 "type": "library",
2851 "extra": {
2852 "branch-alias": {
2853 "dev-master": "4.1-dev"
2854 }
2855 },
2856 "autoload": {
2857 "psr-4": {
2858 "Symfony\\Component\\Routing\\": ""
2859 },
2860 "exclude-from-classmap": [
2861 "/Tests/"
2862 ]
2863 },
2864 "notification-url": "https://packagist.org/downloads/",
2865 "license": [
2866 "MIT"
2867 ],
2868 "authors": [
2869 {
2870 "name": "Fabien Potencier",
2871 "email": "fabien@symfony.com"
2872 },
2873 {
2874 "name": "Symfony Community",
2875 "homepage": "https://symfony.com/contributors"
2876 }
2877 ],
2878 "description": "Symfony Routing Component",
2879 "homepage": "https://symfony.com",
2880 "keywords": [
2881 "router",
2882 "routing",
2883 "uri",
2884 "url"
2885 ],
6ebcc54a 2886 "time": "2018-06-19T21:38:16+00:00"
dec6d031
JB
2887 },
2888 {
ef3fa6e0 2889 "name": "symfony/security",
dec6d031
JB
2890 "version": "v4.1.1",
2891 "source": {
2892 "type": "git",
ef3fa6e0
JB
2893 "url": "https://github.com/symfony/security.git",
2894 "reference": "fa46e38ff4dea2d3949630efd33ed73e2ac0850a"
dec6d031
JB
2895 },
2896 "dist": {
2897 "type": "zip",
ef3fa6e0
JB
2898 "url": "https://api.github.com/repos/symfony/security/zipball/fa46e38ff4dea2d3949630efd33ed73e2ac0850a",
2899 "reference": "fa46e38ff4dea2d3949630efd33ed73e2ac0850a",
dec6d031
JB
2900 "shasum": ""
2901 },
2902 "require": {
ef3fa6e0
JB
2903 "php": "^7.1.3",
2904 "symfony/event-dispatcher": "~3.4|~4.0",
2905 "symfony/http-foundation": "~3.4|~4.0",
2906 "symfony/http-kernel": "~3.4|~4.0",
2907 "symfony/property-access": "~3.4|~4.0"
2908 },
2909 "replace": {
2910 "symfony/security-core": "self.version",
2911 "symfony/security-csrf": "self.version",
2912 "symfony/security-guard": "self.version",
2913 "symfony/security-http": "self.version"
dec6d031
JB
2914 },
2915 "require-dev": {
2916 "psr/container": "^1.0",
2917 "psr/log": "~1.0",
dec6d031 2918 "symfony/expression-language": "~3.4|~4.0",
ef3fa6e0 2919 "symfony/finder": "~3.4|~4.0",
dec6d031 2920 "symfony/ldap": "~3.4|~4.0",
ef3fa6e0
JB
2921 "symfony/polyfill-intl-icu": "~1.0",
2922 "symfony/routing": "~3.4|~4.0",
dec6d031
JB
2923 "symfony/validator": "~3.4|~4.0"
2924 },
2925 "suggest": {
2926 "psr/container-implementation": "To instantiate the Security class",
dec6d031 2927 "symfony/expression-language": "For using the expression voter",
ef3fa6e0
JB
2928 "symfony/form": "",
2929 "symfony/ldap": "For using the LDAP user and authentication providers",
2930 "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
dec6d031
JB
2931 "symfony/validator": "For using the user password constraint"
2932 },
2933 "type": "library",
2934 "extra": {
2935 "branch-alias": {
2936 "dev-master": "4.1-dev"
2937 }
2938 },
2939 "autoload": {
2940 "psr-4": {
ef3fa6e0 2941 "Symfony\\Component\\Security\\": ""
dec6d031
JB
2942 },
2943 "exclude-from-classmap": [
2944 "/Tests/"
2945 ]
2946 },
2947 "notification-url": "https://packagist.org/downloads/",
2948 "license": [
2949 "MIT"
2950 ],
2951 "authors": [
2952 {
2953 "name": "Fabien Potencier",
2954 "email": "fabien@symfony.com"
2955 },
2956 {
2957 "name": "Symfony Community",
2958 "homepage": "https://symfony.com/contributors"
2959 }
2960 ],
ef3fa6e0 2961 "description": "Symfony Security Component",
dec6d031
JB
2962 "homepage": "https://symfony.com",
2963 "time": "2018-06-22T08:59:39+00:00"
2964 },
ef3fa6e0
JB
2965 {
2966 "name": "symfony/security-bundle",
2967 "version": "v4.1.1",
2968 "source": {
2969 "type": "git",
2970 "url": "https://github.com/symfony/security-bundle.git",
2971 "reference": "58c0db1915ab9c54c013d9336cace46f9e02cbb2"
2972 },
2973 "dist": {
2974 "type": "zip",
2975 "url": "https://api.github.com/repos/symfony/security-bundle/zipball/58c0db1915ab9c54c013d9336cace46f9e02cbb2",
2976 "reference": "58c0db1915ab9c54c013d9336cace46f9e02cbb2",
2977 "shasum": ""
2978 },
2979 "require": {
2980 "ext-xml": "*",
2981 "php": "^7.1.3",
2982 "symfony/dependency-injection": "^3.4.3|^4.0.3",
2983 "symfony/http-kernel": "^4.1",
2984 "symfony/security": "^4.1.1"
2985 },
2986 "conflict": {
2987 "symfony/console": "<3.4",
2988 "symfony/event-dispatcher": "<3.4",
2989 "symfony/framework-bundle": "<4.1.1",
2990 "symfony/var-dumper": "<3.4"
2991 },
2992 "require-dev": {
2993 "doctrine/doctrine-bundle": "~1.5",
2994 "symfony/asset": "~3.4|~4.0",
2995 "symfony/browser-kit": "~3.4|~4.0",
2996 "symfony/console": "~3.4|~4.0",
2997 "symfony/css-selector": "~3.4|~4.0",
2998 "symfony/dom-crawler": "~3.4|~4.0",
2999 "symfony/event-dispatcher": "~3.4|~4.0",
3000 "symfony/expression-language": "~3.4|~4.0",
3001 "symfony/form": "~3.4|~4.0",
3002 "symfony/framework-bundle": "~4.1",
3003 "symfony/http-foundation": "~3.4|~4.0",
3004 "symfony/process": "~3.4|~4.0",
3005 "symfony/translation": "~3.4|~4.0",
3006 "symfony/twig-bridge": "~3.4|~4.0",
3007 "symfony/twig-bundle": "~3.4|~4.0",
3008 "symfony/validator": "~3.4|~4.0",
3009 "symfony/var-dumper": "~3.4|~4.0",
3010 "symfony/yaml": "~3.4|~4.0",
3011 "twig/twig": "~1.34|~2.4"
3012 },
3013 "type": "symfony-bundle",
3014 "extra": {
3015 "branch-alias": {
3016 "dev-master": "4.1-dev"
3017 }
3018 },
3019 "autoload": {
3020 "psr-4": {
3021 "Symfony\\Bundle\\SecurityBundle\\": ""
3022 },
3023 "exclude-from-classmap": [
3024 "/Tests/"
3025 ]
3026 },
3027 "notification-url": "https://packagist.org/downloads/",
3028 "license": [
3029 "MIT"
3030 ],
3031 "authors": [
3032 {
3033 "name": "Fabien Potencier",
3034 "email": "fabien@symfony.com"
3035 },
3036 {
3037 "name": "Symfony Community",
3038 "homepage": "https://symfony.com/contributors"
3039 }
3040 ],
3041 "description": "Symfony SecurityBundle",
3042 "homepage": "https://symfony.com",
3043 "time": "2018-06-25T11:12:43+00:00"
3044 },
98cb0edc
JB
3045 {
3046 "name": "symfony/serializer",
3047 "version": "v4.1.1",
3048 "source": {
3049 "type": "git",
3050 "url": "https://github.com/symfony/serializer.git",
3051 "reference": "2ddc6ec084eba809aec92bf723e007bc3a8345c0"
3052 },
3053 "dist": {
3054 "type": "zip",
3055 "url": "https://api.github.com/repos/symfony/serializer/zipball/2ddc6ec084eba809aec92bf723e007bc3a8345c0",
3056 "reference": "2ddc6ec084eba809aec92bf723e007bc3a8345c0",
3057 "shasum": ""
3058 },
3059 "require": {
3060 "php": "^7.1.3",
3061 "symfony/polyfill-ctype": "~1.8"
3062 },
3063 "conflict": {
3064 "phpdocumentor/type-resolver": "<0.2.1",
3065 "symfony/dependency-injection": "<3.4",
3066 "symfony/property-access": "<3.4",
3067 "symfony/property-info": "<3.4",
3068 "symfony/yaml": "<3.4"
3069 },
3070 "require-dev": {
3071 "doctrine/annotations": "~1.0",
3072 "doctrine/cache": "~1.0",
3073 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
3074 "symfony/cache": "~3.4|~4.0",
3075 "symfony/config": "~3.4|~4.0",
3076 "symfony/dependency-injection": "~3.4|~4.0",
3077 "symfony/http-foundation": "~3.4|~4.0",
3078 "symfony/property-access": "~3.4|~4.0",
3079 "symfony/property-info": "~3.4|~4.0",
3080 "symfony/validator": "~3.4|~4.0",
3081 "symfony/yaml": "~3.4|~4.0"
3082 },
3083 "suggest": {
3084 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
3085 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
3086 "psr/cache-implementation": "For using the metadata cache.",
3087 "symfony/config": "For using the XML mapping loader.",
3088 "symfony/http-foundation": "To use the DataUriNormalizer.",
3089 "symfony/property-access": "For using the ObjectNormalizer.",
3090 "symfony/property-info": "To deserialize relations.",
3091 "symfony/yaml": "For using the default YAML mapping loader."
3092 },
3093 "type": "library",
3094 "extra": {
3095 "branch-alias": {
3096 "dev-master": "4.1-dev"
3097 }
3098 },
3099 "autoload": {
3100 "psr-4": {
3101 "Symfony\\Component\\Serializer\\": ""
3102 },
3103 "exclude-from-classmap": [
3104 "/Tests/"
3105 ]
3106 },
3107 "notification-url": "https://packagist.org/downloads/",
3108 "license": [
3109 "MIT"
3110 ],
3111 "authors": [
3112 {
3113 "name": "Fabien Potencier",
3114 "email": "fabien@symfony.com"
3115 },
3116 {
3117 "name": "Symfony Community",
3118 "homepage": "https://symfony.com/contributors"
3119 }
3120 ],
3121 "description": "Symfony Serializer Component",
3122 "homepage": "https://symfony.com",
3123 "time": "2018-06-22T08:59:39+00:00"
3124 },
c4fba949
JB
3125 {
3126 "name": "symfony/swiftmailer-bundle",
3127 "version": "v3.2.2",
3128 "source": {
3129 "type": "git",
3130 "url": "https://github.com/symfony/swiftmailer-bundle.git",
3131 "reference": "f1ba0552a9cd4df0191a58845fbd5541cf9eda2d"
3132 },
3133 "dist": {
3134 "type": "zip",
3135 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/f1ba0552a9cd4df0191a58845fbd5541cf9eda2d",
3136 "reference": "f1ba0552a9cd4df0191a58845fbd5541cf9eda2d",
3137 "shasum": ""
3138 },
3139 "require": {
3140 "php": ">=7.0.0",
3141 "swiftmailer/swiftmailer": "^6.0.1",
3142 "symfony/config": "~2.8|~3.3|~4.0",
3143 "symfony/dependency-injection": "~2.7|~3.3|~4.0",
3144 "symfony/http-kernel": "~2.7|~3.3|~4.0"
3145 },
3146 "require-dev": {
3147 "symfony/console": "~2.7|~3.3|~4.0",
3148 "symfony/framework-bundle": "~2.7|~3.3|~4.0",
3149 "symfony/phpunit-bridge": "~3.3|~4.0",
3150 "symfony/yaml": "~2.7|~3.3|~4.0"
3151 },
3152 "suggest": {
3153 "psr/log": "Allows logging"
3154 },
3155 "type": "symfony-bundle",
3156 "extra": {
3157 "branch-alias": {
3158 "dev-master": "3.2-dev"
3159 }
3160 },
3161 "autoload": {
3162 "psr-4": {
3163 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
3164 },
3165 "exclude-from-classmap": [
3166 "/Tests/"
3167 ]
3168 },
3169 "notification-url": "https://packagist.org/downloads/",
3170 "license": [
3171 "MIT"
3172 ],
3173 "authors": [
3174 {
3175 "name": "Symfony Community",
3176 "homepage": "http://symfony.com/contributors"
3177 },
3178 {
3179 "name": "Fabien Potencier",
3180 "email": "fabien@symfony.com"
3181 }
3182 ],
3183 "description": "Symfony SwiftmailerBundle",
3184 "homepage": "http://symfony.com",
3185 "time": "2018-04-03T16:29:41+00:00"
3186 },
dec6d031
JB
3187 {
3188 "name": "symfony/templating",
3189 "version": "v4.1.1",
3190 "source": {
3191 "type": "git",
3192 "url": "https://github.com/symfony/templating.git",
3193 "reference": "c9731b5e11fc01a1363e0cf9b3c90faf619ea479"
3194 },
3195 "dist": {
3196 "type": "zip",
3197 "url": "https://api.github.com/repos/symfony/templating/zipball/c9731b5e11fc01a1363e0cf9b3c90faf619ea479",
3198 "reference": "c9731b5e11fc01a1363e0cf9b3c90faf619ea479",
3199 "shasum": ""
3200 },
3201 "require": {
3202 "php": "^7.1.3",
3203 "symfony/polyfill-ctype": "~1.8"
3204 },
3205 "require-dev": {
3206 "psr/log": "~1.0"
3207 },
3208 "suggest": {
3209 "psr/log-implementation": "For using debug logging in loaders"
3210 },
3211 "type": "library",
3212 "extra": {
3213 "branch-alias": {
3214 "dev-master": "4.1-dev"
3215 }
3216 },
3217 "autoload": {
3218 "psr-4": {
3219 "Symfony\\Component\\Templating\\": ""
3220 },
3221 "exclude-from-classmap": [
3222 "/Tests/"
3223 ]
3224 },
3225 "notification-url": "https://packagist.org/downloads/",
3226 "license": [
3227 "MIT"
3228 ],
3229 "authors": [
3230 {
3231 "name": "Fabien Potencier",
3232 "email": "fabien@symfony.com"
3233 },
3234 {
3235 "name": "Symfony Community",
3236 "homepage": "https://symfony.com/contributors"
3237 }
3238 ],
3239 "description": "Symfony Templating Component",
3240 "homepage": "https://symfony.com",
3241 "time": "2018-05-01T23:02:13+00:00"
3242 },
98cb0edc
JB
3243 {
3244 "name": "symfony/translation",
3245 "version": "v4.1.1",
3246 "source": {
3247 "type": "git",
3248 "url": "https://github.com/symfony/translation.git",
3249 "reference": "b6d8164085ee0b6debcd1b7a131fd6f63bb04854"
3250 },
3251 "dist": {
3252 "type": "zip",
3253 "url": "https://api.github.com/repos/symfony/translation/zipball/b6d8164085ee0b6debcd1b7a131fd6f63bb04854",
3254 "reference": "b6d8164085ee0b6debcd1b7a131fd6f63bb04854",
3255 "shasum": ""
3256 },
3257 "require": {
3258 "php": "^7.1.3",
3259 "symfony/polyfill-mbstring": "~1.0"
3260 },
3261 "conflict": {
3262 "symfony/config": "<3.4",
3263 "symfony/dependency-injection": "<3.4",
3264 "symfony/yaml": "<3.4"
3265 },
3266 "require-dev": {
3267 "psr/log": "~1.0",
3268 "symfony/config": "~3.4|~4.0",
3269 "symfony/console": "~3.4|~4.0",
3270 "symfony/dependency-injection": "~3.4|~4.0",
3271 "symfony/finder": "~2.8|~3.0|~4.0",
3272 "symfony/intl": "~3.4|~4.0",
3273 "symfony/yaml": "~3.4|~4.0"
3274 },
3275 "suggest": {
3276 "psr/log-implementation": "To use logging capability in translator",
3277 "symfony/config": "",
3278 "symfony/yaml": ""
3279 },
3280 "type": "library",
3281 "extra": {
3282 "branch-alias": {
3283 "dev-master": "4.1-dev"
3284 }
3285 },
3286 "autoload": {
3287 "psr-4": {
3288 "Symfony\\Component\\Translation\\": ""
3289 },
3290 "exclude-from-classmap": [
3291 "/Tests/"
3292 ]
3293 },
3294 "notification-url": "https://packagist.org/downloads/",
3295 "license": [
3296 "MIT"
3297 ],
3298 "authors": [
3299 {
3300 "name": "Fabien Potencier",
3301 "email": "fabien@symfony.com"
3302 },
3303 {
3304 "name": "Symfony Community",
3305 "homepage": "https://symfony.com/contributors"
3306 }
3307 ],
3308 "description": "Symfony Translation Component",
3309 "homepage": "https://symfony.com",
3310 "time": "2018-06-22T08:59:39+00:00"
3311 },
3312 {
3313 "name": "symfony/twig-bridge",
3314 "version": "v4.1.1",
3315 "source": {
3316 "type": "git",
3317 "url": "https://github.com/symfony/twig-bridge.git",
3318 "reference": "4794c3cac1cd3c0104ec194ecd3ea82019d94c64"
3319 },
3320 "dist": {
3321 "type": "zip",
3322 "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/4794c3cac1cd3c0104ec194ecd3ea82019d94c64",
3323 "reference": "4794c3cac1cd3c0104ec194ecd3ea82019d94c64",
3324 "shasum": ""
3325 },
3326 "require": {
3327 "php": "^7.1.3",
3328 "twig/twig": "^1.35|^2.4.4"
3329 },
3330 "conflict": {
3331 "symfony/console": "<3.4",
3332 "symfony/form": "<4.1"
3333 },
3334 "require-dev": {
3335 "symfony/asset": "~3.4|~4.0",
3336 "symfony/console": "~3.4|~4.0",
3337 "symfony/dependency-injection": "~3.4|~4.0",
3338 "symfony/expression-language": "~3.4|~4.0",
3339 "symfony/finder": "~3.4|~4.0",
3340 "symfony/form": "^4.1",
3341 "symfony/http-foundation": "~3.4|~4.0",
3342 "symfony/http-kernel": "~3.4|~4.0",
3343 "symfony/polyfill-intl-icu": "~1.0",
3344 "symfony/routing": "~3.4|~4.0",
3345 "symfony/security": "~3.4|~4.0",
3346 "symfony/security-acl": "~2.8|~3.0",
3347 "symfony/stopwatch": "~3.4|~4.0",
3348 "symfony/templating": "~3.4|~4.0",
3349 "symfony/translation": "~3.4|~4.0",
3350 "symfony/var-dumper": "~3.4|~4.0",
3351 "symfony/web-link": "~3.4|~4.0",
3352 "symfony/workflow": "~3.4|~4.0",
3353 "symfony/yaml": "~3.4|~4.0"
3354 },
3355 "suggest": {
3356 "symfony/asset": "For using the AssetExtension",
3357 "symfony/expression-language": "For using the ExpressionExtension",
3358 "symfony/finder": "",
3359 "symfony/form": "For using the FormExtension",
3360 "symfony/http-kernel": "For using the HttpKernelExtension",
3361 "symfony/routing": "For using the RoutingExtension",
3362 "symfony/security": "For using the SecurityExtension",
3363 "symfony/stopwatch": "For using the StopwatchExtension",
3364 "symfony/templating": "For using the TwigEngine",
3365 "symfony/translation": "For using the TranslationExtension",
3366 "symfony/var-dumper": "For using the DumpExtension",
3367 "symfony/web-link": "For using the WebLinkExtension",
3368 "symfony/yaml": "For using the YamlExtension"
3369 },
3370 "type": "symfony-bridge",
3371 "extra": {
3372 "branch-alias": {
3373 "dev-master": "4.1-dev"
3374 }
3375 },
3376 "autoload": {
3377 "psr-4": {
3378 "Symfony\\Bridge\\Twig\\": ""
3379 },
3380 "exclude-from-classmap": [
3381 "/Tests/"
3382 ]
3383 },
3384 "notification-url": "https://packagist.org/downloads/",
3385 "license": [
3386 "MIT"
3387 ],
3388 "authors": [
3389 {
3390 "name": "Fabien Potencier",
3391 "email": "fabien@symfony.com"
3392 },
3393 {
3394 "name": "Symfony Community",
3395 "homepage": "https://symfony.com/contributors"
3396 }
3397 ],
3398 "description": "Symfony Twig Bridge",
3399 "homepage": "https://symfony.com",
3400 "time": "2018-06-25T11:12:43+00:00"
3401 },
3402 {
3403 "name": "symfony/twig-bundle",
3404 "version": "v4.1.1",
3405 "source": {
3406 "type": "git",
3407 "url": "https://github.com/symfony/twig-bundle.git",
3408 "reference": "04f9b5055ca8ea1cb2abc247149b0b4ae4bac6da"
3409 },
3410 "dist": {
3411 "type": "zip",
3412 "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/04f9b5055ca8ea1cb2abc247149b0b4ae4bac6da",
3413 "reference": "04f9b5055ca8ea1cb2abc247149b0b4ae4bac6da",
3414 "shasum": ""
3415 },
3416 "require": {
3417 "php": "^7.1.3",
3418 "symfony/config": "~3.4|~4.0",
3419 "symfony/http-foundation": "~4.1",
3420 "symfony/http-kernel": "~4.1",
3421 "symfony/polyfill-ctype": "~1.8",
3422 "symfony/twig-bridge": "^3.4.3|^4.0.3",
3423 "twig/twig": "~1.34|~2.4"
3424 },
3425 "conflict": {
3426 "symfony/dependency-injection": "<4.1",
3427 "symfony/framework-bundle": "<4.1"
3428 },
3429 "require-dev": {
3430 "doctrine/annotations": "~1.0",
3431 "doctrine/cache": "~1.0",
3432 "symfony/asset": "~3.4|~4.0",
3433 "symfony/dependency-injection": "~4.1",
3434 "symfony/expression-language": "~3.4|~4.0",
3435 "symfony/finder": "~3.4|~4.0",
3436 "symfony/form": "~3.4|~4.0",
3437 "symfony/framework-bundle": "~4.1",
3438 "symfony/routing": "~3.4|~4.0",
3439 "symfony/stopwatch": "~3.4|~4.0",
3440 "symfony/templating": "~3.4|~4.0",
3441 "symfony/web-link": "~3.4|~4.0",
3442 "symfony/yaml": "~3.4|~4.0"
3443 },
3444 "type": "symfony-bundle",
3445 "extra": {
3446 "branch-alias": {
3447 "dev-master": "4.1-dev"
3448 }
3449 },
3450 "autoload": {
3451 "psr-4": {
3452 "Symfony\\Bundle\\TwigBundle\\": ""
3453 },
3454 "exclude-from-classmap": [
3455 "/Tests/"
3456 ]
3457 },
3458 "notification-url": "https://packagist.org/downloads/",
3459 "license": [
3460 "MIT"
3461 ],
3462 "authors": [
3463 {
3464 "name": "Fabien Potencier",
3465 "email": "fabien@symfony.com"
3466 },
3467 {
3468 "name": "Symfony Community",
3469 "homepage": "https://symfony.com/contributors"
3470 }
3471 ],
3472 "description": "Symfony TwigBundle",
3473 "homepage": "https://symfony.com",
3474 "time": "2018-06-25T11:12:43+00:00"
3475 },
dec6d031
JB
3476 {
3477 "name": "symfony/yaml",
6ebcc54a 3478 "version": "v4.1.1",
dec6d031
JB
3479 "source": {
3480 "type": "git",
3481 "url": "https://github.com/symfony/yaml.git",
3482 "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e"
3483 },
3484 "dist": {
3485 "type": "zip",
3486 "url": "https://api.github.com/repos/symfony/yaml/zipball/80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
3487 "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
3488 "shasum": ""
3489 },
3490 "require": {
3491 "php": "^7.1.3",
3492 "symfony/polyfill-ctype": "~1.8"
3493 },
3494 "conflict": {
3495 "symfony/console": "<3.4"
3496 },
3497 "require-dev": {
3498 "symfony/console": "~3.4|~4.0"
3499 },
3500 "suggest": {
3501 "symfony/console": "For validating YAML files using the lint command"
3502 },
3503 "type": "library",
3504 "extra": {
3505 "branch-alias": {
3506 "dev-master": "4.1-dev"
3507 }
3508 },
3509 "autoload": {
3510 "psr-4": {
3511 "Symfony\\Component\\Yaml\\": ""
3512 },
3513 "exclude-from-classmap": [
3514 "/Tests/"
3515 ]
3516 },
3517 "notification-url": "https://packagist.org/downloads/",
3518 "license": [
3519 "MIT"
3520 ],
3521 "authors": [
3522 {
3523 "name": "Fabien Potencier",
3524 "email": "fabien@symfony.com"
3525 },
3526 {
3527 "name": "Symfony Community",
3528 "homepage": "https://symfony.com/contributors"
3529 }
3530 ],
3531 "description": "Symfony Yaml Component",
3532 "homepage": "https://symfony.com",
3533 "time": "2018-05-30T07:26:09+00:00"
3534 },
98cb0edc
JB
3535 {
3536 "name": "twig/twig",
3537 "version": "v2.4.8",
3538 "source": {
3539 "type": "git",
3540 "url": "https://github.com/twigphp/Twig.git",
3541 "reference": "7b604c89da162034bdf4bb66310f358d313dd16d"
3542 },
3543 "dist": {
3544 "type": "zip",
3545 "url": "https://api.github.com/repos/twigphp/Twig/zipball/7b604c89da162034bdf4bb66310f358d313dd16d",
3546 "reference": "7b604c89da162034bdf4bb66310f358d313dd16d",
3547 "shasum": ""
3548 },
3549 "require": {
3550 "php": "^7.0",
3551 "symfony/polyfill-mbstring": "~1.0"
3552 },
3553 "require-dev": {
3554 "psr/container": "^1.0",
3555 "symfony/debug": "^2.7",
3556 "symfony/phpunit-bridge": "^3.3"
3557 },
3558 "type": "library",
3559 "extra": {
3560 "branch-alias": {
3561 "dev-master": "2.4-dev"
3562 }
3563 },
3564 "autoload": {
3565 "psr-0": {
3566 "Twig_": "lib/"
3567 },
3568 "psr-4": {
3569 "Twig\\": "src/"
3570 }
3571 },
3572 "notification-url": "https://packagist.org/downloads/",
3573 "license": [
3574 "BSD-3-Clause"
3575 ],
3576 "authors": [
3577 {
3578 "name": "Fabien Potencier",
3579 "email": "fabien@symfony.com",
3580 "homepage": "http://fabien.potencier.org",
3581 "role": "Lead Developer"
3582 },
3583 {
3584 "name": "Armin Ronacher",
3585 "email": "armin.ronacher@active-4.com",
3586 "role": "Project Founder"
3587 },
3588 {
3589 "name": "Twig Team",
3590 "homepage": "http://twig.sensiolabs.org/contributors",
3591 "role": "Contributors"
3592 }
3593 ],
3594 "description": "Twig, the flexible, fast, and secure template language for PHP",
3595 "homepage": "http://twig.sensiolabs.org",
3596 "keywords": [
3597 "templating"
3598 ],
3599 "time": "2018-04-02T09:24:19+00:00"
3600 },
dec6d031
JB
3601 {
3602 "name": "willdurand/jsonp-callback-validator",
3603 "version": "v1.1.0",
3604 "source": {
3605 "type": "git",
3606 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
3607 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
3608 },
3609 "dist": {
3610 "type": "zip",
3611 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
3612 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
3613 "shasum": ""
3614 },
3615 "require": {
3616 "php": ">=5.3.0"
3617 },
3618 "require-dev": {
3619 "phpunit/phpunit": "~3.7"
3620 },
3621 "type": "library",
3622 "autoload": {
3623 "psr-0": {
3624 "JsonpCallbackValidator": "src/"
3625 }
3626 },
3627 "notification-url": "https://packagist.org/downloads/",
3628 "license": [
3629 "MIT"
3630 ],
3631 "authors": [
3632 {
3633 "name": "William Durand",
3634 "email": "william.durand1@gmail.com",
3635 "homepage": "http://www.willdurand.fr"
3636 }
3637 ],
3638 "description": "JSONP callback validator.",
3639 "time": "2014-01-20T22:35:06+00:00"
3640 },
3641 {
3642 "name": "willdurand/negotiation",
3643 "version": "v2.3.1",
3644 "source": {
3645 "type": "git",
3646 "url": "https://github.com/willdurand/Negotiation.git",
3647 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
3648 },
3649 "dist": {
3650 "type": "zip",
3651 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
3652 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
3653 "shasum": ""
3654 },
3655 "require": {
3656 "php": ">=5.4.0"
3657 },
3658 "require-dev": {
3659 "phpunit/phpunit": "~4.5"
3660 },
3661 "type": "library",
3662 "extra": {
3663 "branch-alias": {
3664 "dev-master": "2.3-dev"
3665 }
3666 },
3667 "autoload": {
3668 "psr-4": {
3669 "Negotiation\\": "src/Negotiation"
3670 }
3671 },
3672 "notification-url": "https://packagist.org/downloads/",
3673 "license": [
3674 "MIT"
3675 ],
3676 "authors": [
3677 {
3678 "name": "William Durand",
3679 "email": "will+git@drnd.me"
3680 }
3681 ],
3682 "description": "Content Negotiation tools for PHP provided as a standalone library.",
3683 "homepage": "http://williamdurand.fr/Negotiation/",
3684 "keywords": [
3685 "accept",
3686 "content",
3687 "format",
3688 "header",
3689 "negotiation"
3690 ],
3691 "time": "2017-05-14T17:21:12+00:00"
3692 }
3693 ],
3694 "packages-dev": [
3695 {
3696 "name": "symfony/dotenv",
6ebcc54a 3697 "version": "v4.1.1",
dec6d031
JB
3698 "source": {
3699 "type": "git",
3700 "url": "https://github.com/symfony/dotenv.git",
3701 "reference": "f98b6b65e04dd51f40d2cfc81c2c833ff3773b1e"
3702 },
3703 "dist": {
3704 "type": "zip",
3705 "url": "https://api.github.com/repos/symfony/dotenv/zipball/f98b6b65e04dd51f40d2cfc81c2c833ff3773b1e",
3706 "reference": "f98b6b65e04dd51f40d2cfc81c2c833ff3773b1e",
3707 "shasum": ""
3708 },
3709 "require": {
3710 "php": "^7.1.3"
3711 },
3712 "require-dev": {
3713 "symfony/process": "~3.4|~4.0"
3714 },
3715 "type": "library",
3716 "extra": {
3717 "branch-alias": {
3718 "dev-master": "4.1-dev"
3719 }
3720 },
3721 "autoload": {
3722 "psr-4": {
3723 "Symfony\\Component\\Dotenv\\": ""
3724 },
3725 "exclude-from-classmap": [
3726 "/Tests/"
3727 ]
3728 },
3729 "notification-url": "https://packagist.org/downloads/",
3730 "license": [
3731 "MIT"
3732 ],
3733 "authors": [
3734 {
3735 "name": "Fabien Potencier",
3736 "email": "fabien@symfony.com"
3737 },
3738 {
3739 "name": "Symfony Community",
3740 "homepage": "https://symfony.com/contributors"
3741 }
3742 ],
3743 "description": "Registers environment variables from a .env file",
3744 "homepage": "https://symfony.com",
3745 "keywords": [
3746 "dotenv",
3747 "env",
3748 "environment"
3749 ],
3750 "time": "2018-05-30T07:26:09+00:00"
2d8fc88c
JB
3751 },
3752 {
3753 "name": "symfony/process",
3754 "version": "v4.1.1",
3755 "source": {
3756 "type": "git",
3757 "url": "https://github.com/symfony/process.git",
3758 "reference": "1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a"
3759 },
3760 "dist": {
3761 "type": "zip",
3762 "url": "https://api.github.com/repos/symfony/process/zipball/1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a",
3763 "reference": "1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a",
3764 "shasum": ""
3765 },
3766 "require": {
3767 "php": "^7.1.3"
3768 },
3769 "type": "library",
3770 "extra": {
3771 "branch-alias": {
3772 "dev-master": "4.1-dev"
3773 }
3774 },
3775 "autoload": {
3776 "psr-4": {
3777 "Symfony\\Component\\Process\\": ""
3778 },
3779 "exclude-from-classmap": [
3780 "/Tests/"
3781 ]
3782 },
3783 "notification-url": "https://packagist.org/downloads/",
3784 "license": [
3785 "MIT"
3786 ],
3787 "authors": [
3788 {
3789 "name": "Fabien Potencier",
3790 "email": "fabien@symfony.com"
3791 },
3792 {
3793 "name": "Symfony Community",
3794 "homepage": "https://symfony.com/contributors"
3795 }
3796 ],
3797 "description": "Symfony Process Component",
3798 "homepage": "https://symfony.com",
3799 "time": "2018-05-31T10:17:53+00:00"
3800 },
3801 {
3802 "name": "symfony/web-server-bundle",
3803 "version": "v4.1.1",
3804 "source": {
3805 "type": "git",
3806 "url": "https://github.com/symfony/web-server-bundle.git",
3807 "reference": "d8f9acbb98e8ce8c45aabe9b695615bed0e77fb4"
3808 },
3809 "dist": {
3810 "type": "zip",
3811 "url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/d8f9acbb98e8ce8c45aabe9b695615bed0e77fb4",
3812 "reference": "d8f9acbb98e8ce8c45aabe9b695615bed0e77fb4",
3813 "shasum": ""
3814 },
3815 "require": {
3816 "php": "^7.1.3",
3817 "symfony/config": "~3.4|~4.0",
3818 "symfony/console": "~3.4|~4.0",
3819 "symfony/dependency-injection": "~3.4|~4.0",
3820 "symfony/http-kernel": "~3.4|~4.0",
3821 "symfony/polyfill-ctype": "~1.8",
3822 "symfony/process": "^3.4.2|^4.0.2"
3823 },
3824 "suggest": {
3825 "symfony/expression-language": "For using the filter option of the log server.",
3826 "symfony/monolog-bridge": "For using the log server."
3827 },
3828 "type": "symfony-bundle",
3829 "extra": {
3830 "branch-alias": {
3831 "dev-master": "4.1-dev"
3832 }
3833 },
3834 "autoload": {
3835 "psr-4": {
3836 "Symfony\\Bundle\\WebServerBundle\\": ""
3837 },
3838 "exclude-from-classmap": [
3839 "/Tests/"
3840 ]
3841 },
3842 "notification-url": "https://packagist.org/downloads/",
3843 "license": [
3844 "MIT"
3845 ],
3846 "authors": [
3847 {
3848 "name": "Fabien Potencier",
3849 "email": "fabien@symfony.com"
3850 },
3851 {
3852 "name": "Symfony Community",
3853 "homepage": "https://symfony.com/contributors"
3854 }
3855 ],
3856 "description": "Symfony WebServerBundle",
3857 "homepage": "https://symfony.com",
3858 "time": "2018-05-07T07:14:12+00:00"
dec6d031
JB
3859 }
3860 ],
3861 "aliases": [],
3862 "minimum-stability": "stable",
3863 "stability-flags": {
3864 "symfony/lts": 20
3865 },
3866 "prefer-stable": false,
3867 "prefer-lowest": false,
3868 "platform": {
3869 "php": "^7.1.3",
3870 "ext-ctype": "*",
3871 "ext-iconv": "*"
3872 },
3873 "platform-dev": []
3874}