]> git.mxchange.org Git - friendica.git/blob - bin/dev/php-cs-fixer/composer.lock
Issue 11431: Only show pinned posts on contacts and your own ones
[friendica.git] / bin / dev / php-cs-fixer / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "f2e42b9a6e381e9aa8be6280c22d5968",
8     "packages": [
9         {
10             "name": "composer/semver",
11             "version": "3.2.4",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/composer/semver.git",
15                 "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/composer/semver/zipball/a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
20                 "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": "^5.3.2 || ^7.0 || ^8.0"
25             },
26             "require-dev": {
27                 "phpstan/phpstan": "^0.12.54",
28                 "symfony/phpunit-bridge": "^4.2 || ^5"
29             },
30             "type": "library",
31             "extra": {
32                 "branch-alias": {
33                     "dev-main": "3.x-dev"
34                 }
35             },
36             "autoload": {
37                 "psr-4": {
38                     "Composer\\Semver\\": "src"
39                 }
40             },
41             "notification-url": "https://packagist.org/downloads/",
42             "license": [
43                 "MIT"
44             ],
45             "authors": [
46                 {
47                     "name": "Nils Adermann",
48                     "email": "naderman@naderman.de",
49                     "homepage": "http://www.naderman.de"
50                 },
51                 {
52                     "name": "Jordi Boggiano",
53                     "email": "j.boggiano@seld.be",
54                     "homepage": "http://seld.be"
55                 },
56                 {
57                     "name": "Rob Bast",
58                     "email": "rob.bast@gmail.com",
59                     "homepage": "http://robbast.nl"
60                 }
61             ],
62             "description": "Semver library that offers utilities, version constraint parsing and validation.",
63             "keywords": [
64                 "semantic",
65                 "semver",
66                 "validation",
67                 "versioning"
68             ],
69             "funding": [
70                 {
71                     "url": "https://packagist.com",
72                     "type": "custom"
73                 },
74                 {
75                     "url": "https://github.com/composer",
76                     "type": "github"
77                 },
78                 {
79                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
80                     "type": "tidelift"
81                 }
82             ],
83             "time": "2020-11-13T08:59:24+00:00"
84         },
85         {
86             "name": "composer/xdebug-handler",
87             "version": "1.4.6",
88             "source": {
89                 "type": "git",
90                 "url": "https://github.com/composer/xdebug-handler.git",
91                 "reference": "f27e06cd9675801df441b3656569b328e04aa37c"
92             },
93             "dist": {
94                 "type": "zip",
95                 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f27e06cd9675801df441b3656569b328e04aa37c",
96                 "reference": "f27e06cd9675801df441b3656569b328e04aa37c",
97                 "shasum": ""
98             },
99             "require": {
100                 "php": "^5.3.2 || ^7.0 || ^8.0",
101                 "psr/log": "^1.0"
102             },
103             "require-dev": {
104                 "phpstan/phpstan": "^0.12.55",
105                 "symfony/phpunit-bridge": "^4.2 || ^5"
106             },
107             "type": "library",
108             "autoload": {
109                 "psr-4": {
110                     "Composer\\XdebugHandler\\": "src"
111                 }
112             },
113             "notification-url": "https://packagist.org/downloads/",
114             "license": [
115                 "MIT"
116             ],
117             "authors": [
118                 {
119                     "name": "John Stevenson",
120                     "email": "john-stevenson@blueyonder.co.uk"
121                 }
122             ],
123             "description": "Restarts a process without Xdebug.",
124             "keywords": [
125                 "Xdebug",
126                 "performance"
127             ],
128             "funding": [
129                 {
130                     "url": "https://packagist.com",
131                     "type": "custom"
132                 },
133                 {
134                     "url": "https://github.com/composer",
135                     "type": "github"
136                 },
137                 {
138                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
139                     "type": "tidelift"
140                 }
141             ],
142             "time": "2021-03-25T17:01:18+00:00"
143         },
144         {
145             "name": "doctrine/annotations",
146             "version": "1.12.1",
147             "source": {
148                 "type": "git",
149                 "url": "https://github.com/doctrine/annotations.git",
150                 "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b"
151             },
152             "dist": {
153                 "type": "zip",
154                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/b17c5014ef81d212ac539f07a1001832df1b6d3b",
155                 "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b",
156                 "shasum": ""
157             },
158             "require": {
159                 "doctrine/lexer": "1.*",
160                 "ext-tokenizer": "*",
161                 "php": "^7.1 || ^8.0"
162             },
163             "require-dev": {
164                 "doctrine/cache": "1.*",
165                 "doctrine/coding-standard": "^6.0 || ^8.1",
166                 "phpstan/phpstan": "^0.12.20",
167                 "phpunit/phpunit": "^7.5 || ^9.1.5"
168             },
169             "type": "library",
170             "autoload": {
171                 "psr-4": {
172                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
173                 }
174             },
175             "notification-url": "https://packagist.org/downloads/",
176             "license": [
177                 "MIT"
178             ],
179             "authors": [
180                 {
181                     "name": "Guilherme Blanco",
182                     "email": "guilhermeblanco@gmail.com"
183                 },
184                 {
185                     "name": "Roman Borschel",
186                     "email": "roman@code-factory.org"
187                 },
188                 {
189                     "name": "Benjamin Eberlei",
190                     "email": "kontakt@beberlei.de"
191                 },
192                 {
193                     "name": "Jonathan Wage",
194                     "email": "jonwage@gmail.com"
195                 },
196                 {
197                     "name": "Johannes Schmitt",
198                     "email": "schmittjoh@gmail.com"
199                 }
200             ],
201             "description": "Docblock Annotations Parser",
202             "homepage": "https://www.doctrine-project.org/projects/annotations.html",
203             "keywords": [
204                 "annotations",
205                 "docblock",
206                 "parser"
207             ],
208             "time": "2021-02-21T21:00:45+00:00"
209         },
210         {
211             "name": "doctrine/lexer",
212             "version": "1.2.1",
213             "source": {
214                 "type": "git",
215                 "url": "https://github.com/doctrine/lexer.git",
216                 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
217             },
218             "dist": {
219                 "type": "zip",
220                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
221                 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
222                 "shasum": ""
223             },
224             "require": {
225                 "php": "^7.2 || ^8.0"
226             },
227             "require-dev": {
228                 "doctrine/coding-standard": "^6.0",
229                 "phpstan/phpstan": "^0.11.8",
230                 "phpunit/phpunit": "^8.2"
231             },
232             "type": "library",
233             "extra": {
234                 "branch-alias": {
235                     "dev-master": "1.2.x-dev"
236                 }
237             },
238             "autoload": {
239                 "psr-4": {
240                     "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
241                 }
242             },
243             "notification-url": "https://packagist.org/downloads/",
244             "license": [
245                 "MIT"
246             ],
247             "authors": [
248                 {
249                     "name": "Guilherme Blanco",
250                     "email": "guilhermeblanco@gmail.com"
251                 },
252                 {
253                     "name": "Roman Borschel",
254                     "email": "roman@code-factory.org"
255                 },
256                 {
257                     "name": "Johannes Schmitt",
258                     "email": "schmittjoh@gmail.com"
259                 }
260             ],
261             "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
262             "homepage": "https://www.doctrine-project.org/projects/lexer.html",
263             "keywords": [
264                 "annotations",
265                 "docblock",
266                 "lexer",
267                 "parser",
268                 "php"
269             ],
270             "funding": [
271                 {
272                     "url": "https://www.doctrine-project.org/sponsorship.html",
273                     "type": "custom"
274                 },
275                 {
276                     "url": "https://www.patreon.com/phpdoctrine",
277                     "type": "patreon"
278                 },
279                 {
280                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
281                     "type": "tidelift"
282                 }
283             ],
284             "time": "2020-05-25T17:44:05+00:00"
285         },
286         {
287             "name": "friendsofphp/php-cs-fixer",
288             "version": "v2.18.4",
289             "source": {
290                 "type": "git",
291                 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
292                 "reference": "06f764e3cb6d60822d8f5135205f9d32b5508a31"
293             },
294             "dist": {
295                 "type": "zip",
296                 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/06f764e3cb6d60822d8f5135205f9d32b5508a31",
297                 "reference": "06f764e3cb6d60822d8f5135205f9d32b5508a31",
298                 "shasum": ""
299             },
300             "require": {
301                 "composer/semver": "^1.4 || ^2.0 || ^3.0",
302                 "composer/xdebug-handler": "^1.2",
303                 "doctrine/annotations": "^1.2",
304                 "ext-json": "*",
305                 "ext-tokenizer": "*",
306                 "php": "^5.6 || ^7.0 || ^8.0",
307                 "php-cs-fixer/diff": "^1.3",
308                 "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0",
309                 "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
310                 "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
311                 "symfony/finder": "^3.0 || ^4.0 || ^5.0",
312                 "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
313                 "symfony/polyfill-php70": "^1.0",
314                 "symfony/polyfill-php72": "^1.4",
315                 "symfony/process": "^3.0 || ^4.0 || ^5.0",
316                 "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
317             },
318             "require-dev": {
319                 "justinrainbow/json-schema": "^5.0",
320                 "keradus/cli-executor": "^1.4",
321                 "mikey179/vfsstream": "^1.6",
322                 "php-coveralls/php-coveralls": "^2.4.2",
323                 "php-cs-fixer/accessible-object": "^1.0",
324                 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
325                 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
326                 "phpspec/prophecy-phpunit": "^1.1 || ^2.0",
327                 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.5",
328                 "phpunitgoodpractices/polyfill": "^1.5",
329                 "phpunitgoodpractices/traits": "^1.9.1",
330                 "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1",
331                 "symfony/phpunit-bridge": "^5.2.1",
332                 "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
333             },
334             "suggest": {
335                 "ext-dom": "For handling output formats in XML",
336                 "ext-mbstring": "For handling non-UTF8 characters.",
337                 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
338                 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
339                 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
340             },
341             "bin": [
342                 "php-cs-fixer"
343             ],
344             "type": "application",
345             "autoload": {
346                 "psr-4": {
347                     "PhpCsFixer\\": "src/"
348                 },
349                 "classmap": [
350                     "tests/Test/AbstractFixerTestCase.php",
351                     "tests/Test/AbstractIntegrationCaseFactory.php",
352                     "tests/Test/AbstractIntegrationTestCase.php",
353                     "tests/Test/Assert/AssertTokensTrait.php",
354                     "tests/Test/IntegrationCase.php",
355                     "tests/Test/IntegrationCaseFactory.php",
356                     "tests/Test/IntegrationCaseFactoryInterface.php",
357                     "tests/Test/InternalIntegrationCaseFactory.php",
358                     "tests/Test/IsIdenticalConstraint.php",
359                     "tests/Test/TokensWithObservedTransformers.php",
360                     "tests/TestCase.php"
361                 ]
362             },
363             "notification-url": "https://packagist.org/downloads/",
364             "license": [
365                 "MIT"
366             ],
367             "authors": [
368                 {
369                     "name": "Fabien Potencier",
370                     "email": "fabien@symfony.com"
371                 },
372                 {
373                     "name": "Dariusz RumiÅ„ski",
374                     "email": "dariusz.ruminski@gmail.com"
375                 }
376             ],
377             "description": "A tool to automatically fix PHP code style",
378             "funding": [
379                 {
380                     "url": "https://github.com/keradus",
381                     "type": "github"
382                 }
383             ],
384             "time": "2021-03-20T14:52:33+00:00"
385         },
386         {
387             "name": "php-cs-fixer/diff",
388             "version": "v1.3.1",
389             "source": {
390                 "type": "git",
391                 "url": "https://github.com/PHP-CS-Fixer/diff.git",
392                 "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759"
393             },
394             "dist": {
395                 "type": "zip",
396                 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/dbd31aeb251639ac0b9e7e29405c1441907f5759",
397                 "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759",
398                 "shasum": ""
399             },
400             "require": {
401                 "php": "^5.6 || ^7.0 || ^8.0"
402             },
403             "require-dev": {
404                 "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
405                 "symfony/process": "^3.3"
406             },
407             "type": "library",
408             "autoload": {
409                 "classmap": [
410                     "src/"
411                 ]
412             },
413             "notification-url": "https://packagist.org/downloads/",
414             "license": [
415                 "BSD-3-Clause"
416             ],
417             "authors": [
418                 {
419                     "name": "Sebastian Bergmann",
420                     "email": "sebastian@phpunit.de"
421                 },
422                 {
423                     "name": "Kore Nordmann",
424                     "email": "mail@kore-nordmann.de"
425                 },
426                 {
427                     "name": "SpacePossum"
428                 }
429             ],
430             "description": "sebastian/diff v2 backport support for PHP5.6",
431             "homepage": "https://github.com/PHP-CS-Fixer",
432             "keywords": [
433                 "diff"
434             ],
435             "time": "2020-10-14T08:39:05+00:00"
436         },
437         {
438             "name": "psr/container",
439             "version": "1.1.1",
440             "source": {
441                 "type": "git",
442                 "url": "https://github.com/php-fig/container.git",
443                 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
444             },
445             "dist": {
446                 "type": "zip",
447                 "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
448                 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
449                 "shasum": ""
450             },
451             "require": {
452                 "php": ">=7.2.0"
453             },
454             "type": "library",
455             "autoload": {
456                 "psr-4": {
457                     "Psr\\Container\\": "src/"
458                 }
459             },
460             "notification-url": "https://packagist.org/downloads/",
461             "license": [
462                 "MIT"
463             ],
464             "authors": [
465                 {
466                     "name": "PHP-FIG",
467                     "homepage": "https://www.php-fig.org/"
468                 }
469             ],
470             "description": "Common Container Interface (PHP FIG PSR-11)",
471             "homepage": "https://github.com/php-fig/container",
472             "keywords": [
473                 "PSR-11",
474                 "container",
475                 "container-interface",
476                 "container-interop",
477                 "psr"
478             ],
479             "time": "2021-03-05T17:36:06+00:00"
480         },
481         {
482             "name": "psr/event-dispatcher",
483             "version": "1.0.0",
484             "source": {
485                 "type": "git",
486                 "url": "https://github.com/php-fig/event-dispatcher.git",
487                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
488             },
489             "dist": {
490                 "type": "zip",
491                 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
492                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
493                 "shasum": ""
494             },
495             "require": {
496                 "php": ">=7.2.0"
497             },
498             "type": "library",
499             "extra": {
500                 "branch-alias": {
501                     "dev-master": "1.0.x-dev"
502                 }
503             },
504             "autoload": {
505                 "psr-4": {
506                     "Psr\\EventDispatcher\\": "src/"
507                 }
508             },
509             "notification-url": "https://packagist.org/downloads/",
510             "license": [
511                 "MIT"
512             ],
513             "authors": [
514                 {
515                     "name": "PHP-FIG",
516                     "homepage": "http://www.php-fig.org/"
517                 }
518             ],
519             "description": "Standard interfaces for event handling.",
520             "keywords": [
521                 "events",
522                 "psr",
523                 "psr-14"
524             ],
525             "time": "2019-01-08T18:20:26+00:00"
526         },
527         {
528             "name": "psr/log",
529             "version": "1.1.3",
530             "source": {
531                 "type": "git",
532                 "url": "https://github.com/php-fig/log.git",
533                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
534             },
535             "dist": {
536                 "type": "zip",
537                 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
538                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
539                 "shasum": ""
540             },
541             "require": {
542                 "php": ">=5.3.0"
543             },
544             "type": "library",
545             "extra": {
546                 "branch-alias": {
547                     "dev-master": "1.1.x-dev"
548                 }
549             },
550             "autoload": {
551                 "psr-4": {
552                     "Psr\\Log\\": "Psr/Log/"
553                 }
554             },
555             "notification-url": "https://packagist.org/downloads/",
556             "license": [
557                 "MIT"
558             ],
559             "authors": [
560                 {
561                     "name": "PHP-FIG",
562                     "homepage": "http://www.php-fig.org/"
563                 }
564             ],
565             "description": "Common interface for logging libraries",
566             "homepage": "https://github.com/php-fig/log",
567             "keywords": [
568                 "log",
569                 "psr",
570                 "psr-3"
571             ],
572             "time": "2020-03-23T09:12:05+00:00"
573         },
574         {
575             "name": "symfony/console",
576             "version": "v5.2.6",
577             "source": {
578                 "type": "git",
579                 "url": "https://github.com/symfony/console.git",
580                 "reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d"
581             },
582             "dist": {
583                 "type": "zip",
584                 "url": "https://api.github.com/repos/symfony/console/zipball/35f039df40a3b335ebf310f244cb242b3a83ac8d",
585                 "reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d",
586                 "shasum": ""
587             },
588             "require": {
589                 "php": ">=7.2.5",
590                 "symfony/polyfill-mbstring": "~1.0",
591                 "symfony/polyfill-php73": "^1.8",
592                 "symfony/polyfill-php80": "^1.15",
593                 "symfony/service-contracts": "^1.1|^2",
594                 "symfony/string": "^5.1"
595             },
596             "conflict": {
597                 "symfony/dependency-injection": "<4.4",
598                 "symfony/dotenv": "<5.1",
599                 "symfony/event-dispatcher": "<4.4",
600                 "symfony/lock": "<4.4",
601                 "symfony/process": "<4.4"
602             },
603             "provide": {
604                 "psr/log-implementation": "1.0"
605             },
606             "require-dev": {
607                 "psr/log": "~1.0",
608                 "symfony/config": "^4.4|^5.0",
609                 "symfony/dependency-injection": "^4.4|^5.0",
610                 "symfony/event-dispatcher": "^4.4|^5.0",
611                 "symfony/lock": "^4.4|^5.0",
612                 "symfony/process": "^4.4|^5.0",
613                 "symfony/var-dumper": "^4.4|^5.0"
614             },
615             "suggest": {
616                 "psr/log": "For using the console logger",
617                 "symfony/event-dispatcher": "",
618                 "symfony/lock": "",
619                 "symfony/process": ""
620             },
621             "type": "library",
622             "autoload": {
623                 "psr-4": {
624                     "Symfony\\Component\\Console\\": ""
625                 },
626                 "exclude-from-classmap": [
627                     "/Tests/"
628                 ]
629             },
630             "notification-url": "https://packagist.org/downloads/",
631             "license": [
632                 "MIT"
633             ],
634             "authors": [
635                 {
636                     "name": "Fabien Potencier",
637                     "email": "fabien@symfony.com"
638                 },
639                 {
640                     "name": "Symfony Community",
641                     "homepage": "https://symfony.com/contributors"
642                 }
643             ],
644             "description": "Eases the creation of beautiful and testable command line interfaces",
645             "homepage": "https://symfony.com",
646             "keywords": [
647                 "cli",
648                 "command line",
649                 "console",
650                 "terminal"
651             ],
652             "funding": [
653                 {
654                     "url": "https://symfony.com/sponsor",
655                     "type": "custom"
656                 },
657                 {
658                     "url": "https://github.com/fabpot",
659                     "type": "github"
660                 },
661                 {
662                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
663                     "type": "tidelift"
664                 }
665             ],
666             "time": "2021-03-28T09:42:18+00:00"
667         },
668         {
669             "name": "symfony/deprecation-contracts",
670             "version": "v2.2.0",
671             "source": {
672                 "type": "git",
673                 "url": "https://github.com/symfony/deprecation-contracts.git",
674                 "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
675             },
676             "dist": {
677                 "type": "zip",
678                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
679                 "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
680                 "shasum": ""
681             },
682             "require": {
683                 "php": ">=7.1"
684             },
685             "type": "library",
686             "extra": {
687                 "branch-alias": {
688                     "dev-master": "2.2-dev"
689                 },
690                 "thanks": {
691                     "name": "symfony/contracts",
692                     "url": "https://github.com/symfony/contracts"
693                 }
694             },
695             "autoload": {
696                 "files": [
697                     "function.php"
698                 ]
699             },
700             "notification-url": "https://packagist.org/downloads/",
701             "license": [
702                 "MIT"
703             ],
704             "authors": [
705                 {
706                     "name": "Nicolas Grekas",
707                     "email": "p@tchwork.com"
708                 },
709                 {
710                     "name": "Symfony Community",
711                     "homepage": "https://symfony.com/contributors"
712                 }
713             ],
714             "description": "A generic function and convention to trigger deprecation notices",
715             "homepage": "https://symfony.com",
716             "funding": [
717                 {
718                     "url": "https://symfony.com/sponsor",
719                     "type": "custom"
720                 },
721                 {
722                     "url": "https://github.com/fabpot",
723                     "type": "github"
724                 },
725                 {
726                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
727                     "type": "tidelift"
728                 }
729             ],
730             "time": "2020-09-07T11:33:47+00:00"
731         },
732         {
733             "name": "symfony/event-dispatcher",
734             "version": "v5.2.4",
735             "source": {
736                 "type": "git",
737                 "url": "https://github.com/symfony/event-dispatcher.git",
738                 "reference": "d08d6ec121a425897951900ab692b612a61d6240"
739             },
740             "dist": {
741                 "type": "zip",
742                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d08d6ec121a425897951900ab692b612a61d6240",
743                 "reference": "d08d6ec121a425897951900ab692b612a61d6240",
744                 "shasum": ""
745             },
746             "require": {
747                 "php": ">=7.2.5",
748                 "symfony/deprecation-contracts": "^2.1",
749                 "symfony/event-dispatcher-contracts": "^2",
750                 "symfony/polyfill-php80": "^1.15"
751             },
752             "conflict": {
753                 "symfony/dependency-injection": "<4.4"
754             },
755             "provide": {
756                 "psr/event-dispatcher-implementation": "1.0",
757                 "symfony/event-dispatcher-implementation": "2.0"
758             },
759             "require-dev": {
760                 "psr/log": "~1.0",
761                 "symfony/config": "^4.4|^5.0",
762                 "symfony/dependency-injection": "^4.4|^5.0",
763                 "symfony/error-handler": "^4.4|^5.0",
764                 "symfony/expression-language": "^4.4|^5.0",
765                 "symfony/http-foundation": "^4.4|^5.0",
766                 "symfony/service-contracts": "^1.1|^2",
767                 "symfony/stopwatch": "^4.4|^5.0"
768             },
769             "suggest": {
770                 "symfony/dependency-injection": "",
771                 "symfony/http-kernel": ""
772             },
773             "type": "library",
774             "autoload": {
775                 "psr-4": {
776                     "Symfony\\Component\\EventDispatcher\\": ""
777                 },
778                 "exclude-from-classmap": [
779                     "/Tests/"
780                 ]
781             },
782             "notification-url": "https://packagist.org/downloads/",
783             "license": [
784                 "MIT"
785             ],
786             "authors": [
787                 {
788                     "name": "Fabien Potencier",
789                     "email": "fabien@symfony.com"
790                 },
791                 {
792                     "name": "Symfony Community",
793                     "homepage": "https://symfony.com/contributors"
794                 }
795             ],
796             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
797             "homepage": "https://symfony.com",
798             "funding": [
799                 {
800                     "url": "https://symfony.com/sponsor",
801                     "type": "custom"
802                 },
803                 {
804                     "url": "https://github.com/fabpot",
805                     "type": "github"
806                 },
807                 {
808                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
809                     "type": "tidelift"
810                 }
811             ],
812             "time": "2021-02-18T17:12:37+00:00"
813         },
814         {
815             "name": "symfony/event-dispatcher-contracts",
816             "version": "v2.2.0",
817             "source": {
818                 "type": "git",
819                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
820                 "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2"
821             },
822             "dist": {
823                 "type": "zip",
824                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ba7d54483095a198fa51781bc608d17e84dffa2",
825                 "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2",
826                 "shasum": ""
827             },
828             "require": {
829                 "php": ">=7.2.5",
830                 "psr/event-dispatcher": "^1"
831             },
832             "suggest": {
833                 "symfony/event-dispatcher-implementation": ""
834             },
835             "type": "library",
836             "extra": {
837                 "branch-alias": {
838                     "dev-master": "2.2-dev"
839                 },
840                 "thanks": {
841                     "name": "symfony/contracts",
842                     "url": "https://github.com/symfony/contracts"
843                 }
844             },
845             "autoload": {
846                 "psr-4": {
847                     "Symfony\\Contracts\\EventDispatcher\\": ""
848                 }
849             },
850             "notification-url": "https://packagist.org/downloads/",
851             "license": [
852                 "MIT"
853             ],
854             "authors": [
855                 {
856                     "name": "Nicolas Grekas",
857                     "email": "p@tchwork.com"
858                 },
859                 {
860                     "name": "Symfony Community",
861                     "homepage": "https://symfony.com/contributors"
862                 }
863             ],
864             "description": "Generic abstractions related to dispatching event",
865             "homepage": "https://symfony.com",
866             "keywords": [
867                 "abstractions",
868                 "contracts",
869                 "decoupling",
870                 "interfaces",
871                 "interoperability",
872                 "standards"
873             ],
874             "funding": [
875                 {
876                     "url": "https://symfony.com/sponsor",
877                     "type": "custom"
878                 },
879                 {
880                     "url": "https://github.com/fabpot",
881                     "type": "github"
882                 },
883                 {
884                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
885                     "type": "tidelift"
886                 }
887             ],
888             "time": "2020-09-07T11:33:47+00:00"
889         },
890         {
891             "name": "symfony/filesystem",
892             "version": "v5.2.6",
893             "source": {
894                 "type": "git",
895                 "url": "https://github.com/symfony/filesystem.git",
896                 "reference": "8c86a82f51658188119e62cff0a050a12d09836f"
897             },
898             "dist": {
899                 "type": "zip",
900                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/8c86a82f51658188119e62cff0a050a12d09836f",
901                 "reference": "8c86a82f51658188119e62cff0a050a12d09836f",
902                 "shasum": ""
903             },
904             "require": {
905                 "php": ">=7.2.5",
906                 "symfony/polyfill-ctype": "~1.8"
907             },
908             "type": "library",
909             "autoload": {
910                 "psr-4": {
911                     "Symfony\\Component\\Filesystem\\": ""
912                 },
913                 "exclude-from-classmap": [
914                     "/Tests/"
915                 ]
916             },
917             "notification-url": "https://packagist.org/downloads/",
918             "license": [
919                 "MIT"
920             ],
921             "authors": [
922                 {
923                     "name": "Fabien Potencier",
924                     "email": "fabien@symfony.com"
925                 },
926                 {
927                     "name": "Symfony Community",
928                     "homepage": "https://symfony.com/contributors"
929                 }
930             ],
931             "description": "Provides basic utilities for the filesystem",
932             "homepage": "https://symfony.com",
933             "funding": [
934                 {
935                     "url": "https://symfony.com/sponsor",
936                     "type": "custom"
937                 },
938                 {
939                     "url": "https://github.com/fabpot",
940                     "type": "github"
941                 },
942                 {
943                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
944                     "type": "tidelift"
945                 }
946             ],
947             "time": "2021-03-28T14:30:26+00:00"
948         },
949         {
950             "name": "symfony/finder",
951             "version": "v5.2.4",
952             "source": {
953                 "type": "git",
954                 "url": "https://github.com/symfony/finder.git",
955                 "reference": "0d639a0943822626290d169965804f79400e6a04"
956             },
957             "dist": {
958                 "type": "zip",
959                 "url": "https://api.github.com/repos/symfony/finder/zipball/0d639a0943822626290d169965804f79400e6a04",
960                 "reference": "0d639a0943822626290d169965804f79400e6a04",
961                 "shasum": ""
962             },
963             "require": {
964                 "php": ">=7.2.5"
965             },
966             "type": "library",
967             "autoload": {
968                 "psr-4": {
969                     "Symfony\\Component\\Finder\\": ""
970                 },
971                 "exclude-from-classmap": [
972                     "/Tests/"
973                 ]
974             },
975             "notification-url": "https://packagist.org/downloads/",
976             "license": [
977                 "MIT"
978             ],
979             "authors": [
980                 {
981                     "name": "Fabien Potencier",
982                     "email": "fabien@symfony.com"
983                 },
984                 {
985                     "name": "Symfony Community",
986                     "homepage": "https://symfony.com/contributors"
987                 }
988             ],
989             "description": "Finds files and directories via an intuitive fluent interface",
990             "homepage": "https://symfony.com",
991             "funding": [
992                 {
993                     "url": "https://symfony.com/sponsor",
994                     "type": "custom"
995                 },
996                 {
997                     "url": "https://github.com/fabpot",
998                     "type": "github"
999                 },
1000                 {
1001                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1002                     "type": "tidelift"
1003                 }
1004             ],
1005             "time": "2021-02-15T18:55:04+00:00"
1006         },
1007         {
1008             "name": "symfony/options-resolver",
1009             "version": "v5.2.4",
1010             "source": {
1011                 "type": "git",
1012                 "url": "https://github.com/symfony/options-resolver.git",
1013                 "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce"
1014             },
1015             "dist": {
1016                 "type": "zip",
1017                 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce",
1018                 "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce",
1019                 "shasum": ""
1020             },
1021             "require": {
1022                 "php": ">=7.2.5",
1023                 "symfony/deprecation-contracts": "^2.1",
1024                 "symfony/polyfill-php73": "~1.0",
1025                 "symfony/polyfill-php80": "^1.15"
1026             },
1027             "type": "library",
1028             "autoload": {
1029                 "psr-4": {
1030                     "Symfony\\Component\\OptionsResolver\\": ""
1031                 },
1032                 "exclude-from-classmap": [
1033                     "/Tests/"
1034                 ]
1035             },
1036             "notification-url": "https://packagist.org/downloads/",
1037             "license": [
1038                 "MIT"
1039             ],
1040             "authors": [
1041                 {
1042                     "name": "Fabien Potencier",
1043                     "email": "fabien@symfony.com"
1044                 },
1045                 {
1046                     "name": "Symfony Community",
1047                     "homepage": "https://symfony.com/contributors"
1048                 }
1049             ],
1050             "description": "Provides an improved replacement for the array_replace PHP function",
1051             "homepage": "https://symfony.com",
1052             "keywords": [
1053                 "config",
1054                 "configuration",
1055                 "options"
1056             ],
1057             "funding": [
1058                 {
1059                     "url": "https://symfony.com/sponsor",
1060                     "type": "custom"
1061                 },
1062                 {
1063                     "url": "https://github.com/fabpot",
1064                     "type": "github"
1065                 },
1066                 {
1067                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1068                     "type": "tidelift"
1069                 }
1070             ],
1071             "time": "2021-01-27T12:56:27+00:00"
1072         },
1073         {
1074             "name": "symfony/polyfill-ctype",
1075             "version": "v1.22.1",
1076             "source": {
1077                 "type": "git",
1078                 "url": "https://github.com/symfony/polyfill-ctype.git",
1079                 "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
1080             },
1081             "dist": {
1082                 "type": "zip",
1083                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
1084                 "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
1085                 "shasum": ""
1086             },
1087             "require": {
1088                 "php": ">=7.1"
1089             },
1090             "suggest": {
1091                 "ext-ctype": "For best performance"
1092             },
1093             "type": "library",
1094             "extra": {
1095                 "branch-alias": {
1096                     "dev-main": "1.22-dev"
1097                 },
1098                 "thanks": {
1099                     "name": "symfony/polyfill",
1100                     "url": "https://github.com/symfony/polyfill"
1101                 }
1102             },
1103             "autoload": {
1104                 "psr-4": {
1105                     "Symfony\\Polyfill\\Ctype\\": ""
1106                 },
1107                 "files": [
1108                     "bootstrap.php"
1109                 ]
1110             },
1111             "notification-url": "https://packagist.org/downloads/",
1112             "license": [
1113                 "MIT"
1114             ],
1115             "authors": [
1116                 {
1117                     "name": "Gert de Pagter",
1118                     "email": "BackEndTea@gmail.com"
1119                 },
1120                 {
1121                     "name": "Symfony Community",
1122                     "homepage": "https://symfony.com/contributors"
1123                 }
1124             ],
1125             "description": "Symfony polyfill for ctype functions",
1126             "homepage": "https://symfony.com",
1127             "keywords": [
1128                 "compatibility",
1129                 "ctype",
1130                 "polyfill",
1131                 "portable"
1132             ],
1133             "funding": [
1134                 {
1135                     "url": "https://symfony.com/sponsor",
1136                     "type": "custom"
1137                 },
1138                 {
1139                     "url": "https://github.com/fabpot",
1140                     "type": "github"
1141                 },
1142                 {
1143                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1144                     "type": "tidelift"
1145                 }
1146             ],
1147             "time": "2021-01-07T16:49:33+00:00"
1148         },
1149         {
1150             "name": "symfony/polyfill-intl-grapheme",
1151             "version": "v1.22.1",
1152             "source": {
1153                 "type": "git",
1154                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
1155                 "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170"
1156             },
1157             "dist": {
1158                 "type": "zip",
1159                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170",
1160                 "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170",
1161                 "shasum": ""
1162             },
1163             "require": {
1164                 "php": ">=7.1"
1165             },
1166             "suggest": {
1167                 "ext-intl": "For best performance"
1168             },
1169             "type": "library",
1170             "extra": {
1171                 "branch-alias": {
1172                     "dev-main": "1.22-dev"
1173                 },
1174                 "thanks": {
1175                     "name": "symfony/polyfill",
1176                     "url": "https://github.com/symfony/polyfill"
1177                 }
1178             },
1179             "autoload": {
1180                 "psr-4": {
1181                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
1182                 },
1183                 "files": [
1184                     "bootstrap.php"
1185                 ]
1186             },
1187             "notification-url": "https://packagist.org/downloads/",
1188             "license": [
1189                 "MIT"
1190             ],
1191             "authors": [
1192                 {
1193                     "name": "Nicolas Grekas",
1194                     "email": "p@tchwork.com"
1195                 },
1196                 {
1197                     "name": "Symfony Community",
1198                     "homepage": "https://symfony.com/contributors"
1199                 }
1200             ],
1201             "description": "Symfony polyfill for intl's grapheme_* functions",
1202             "homepage": "https://symfony.com",
1203             "keywords": [
1204                 "compatibility",
1205                 "grapheme",
1206                 "intl",
1207                 "polyfill",
1208                 "portable",
1209                 "shim"
1210             ],
1211             "funding": [
1212                 {
1213                     "url": "https://symfony.com/sponsor",
1214                     "type": "custom"
1215                 },
1216                 {
1217                     "url": "https://github.com/fabpot",
1218                     "type": "github"
1219                 },
1220                 {
1221                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1222                     "type": "tidelift"
1223                 }
1224             ],
1225             "time": "2021-01-22T09:19:47+00:00"
1226         },
1227         {
1228             "name": "symfony/polyfill-intl-normalizer",
1229             "version": "v1.22.1",
1230             "source": {
1231                 "type": "git",
1232                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
1233                 "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248"
1234             },
1235             "dist": {
1236                 "type": "zip",
1237                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248",
1238                 "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248",
1239                 "shasum": ""
1240             },
1241             "require": {
1242                 "php": ">=7.1"
1243             },
1244             "suggest": {
1245                 "ext-intl": "For best performance"
1246             },
1247             "type": "library",
1248             "extra": {
1249                 "branch-alias": {
1250                     "dev-main": "1.22-dev"
1251                 },
1252                 "thanks": {
1253                     "name": "symfony/polyfill",
1254                     "url": "https://github.com/symfony/polyfill"
1255                 }
1256             },
1257             "autoload": {
1258                 "psr-4": {
1259                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
1260                 },
1261                 "files": [
1262                     "bootstrap.php"
1263                 ],
1264                 "classmap": [
1265                     "Resources/stubs"
1266                 ]
1267             },
1268             "notification-url": "https://packagist.org/downloads/",
1269             "license": [
1270                 "MIT"
1271             ],
1272             "authors": [
1273                 {
1274                     "name": "Nicolas Grekas",
1275                     "email": "p@tchwork.com"
1276                 },
1277                 {
1278                     "name": "Symfony Community",
1279                     "homepage": "https://symfony.com/contributors"
1280                 }
1281             ],
1282             "description": "Symfony polyfill for intl's Normalizer class and related functions",
1283             "homepage": "https://symfony.com",
1284             "keywords": [
1285                 "compatibility",
1286                 "intl",
1287                 "normalizer",
1288                 "polyfill",
1289                 "portable",
1290                 "shim"
1291             ],
1292             "funding": [
1293                 {
1294                     "url": "https://symfony.com/sponsor",
1295                     "type": "custom"
1296                 },
1297                 {
1298                     "url": "https://github.com/fabpot",
1299                     "type": "github"
1300                 },
1301                 {
1302                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1303                     "type": "tidelift"
1304                 }
1305             ],
1306             "time": "2021-01-22T09:19:47+00:00"
1307         },
1308         {
1309             "name": "symfony/polyfill-mbstring",
1310             "version": "v1.22.1",
1311             "source": {
1312                 "type": "git",
1313                 "url": "https://github.com/symfony/polyfill-mbstring.git",
1314                 "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
1315             },
1316             "dist": {
1317                 "type": "zip",
1318                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
1319                 "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
1320                 "shasum": ""
1321             },
1322             "require": {
1323                 "php": ">=7.1"
1324             },
1325             "suggest": {
1326                 "ext-mbstring": "For best performance"
1327             },
1328             "type": "library",
1329             "extra": {
1330                 "branch-alias": {
1331                     "dev-main": "1.22-dev"
1332                 },
1333                 "thanks": {
1334                     "name": "symfony/polyfill",
1335                     "url": "https://github.com/symfony/polyfill"
1336                 }
1337             },
1338             "autoload": {
1339                 "psr-4": {
1340                     "Symfony\\Polyfill\\Mbstring\\": ""
1341                 },
1342                 "files": [
1343                     "bootstrap.php"
1344                 ]
1345             },
1346             "notification-url": "https://packagist.org/downloads/",
1347             "license": [
1348                 "MIT"
1349             ],
1350             "authors": [
1351                 {
1352                     "name": "Nicolas Grekas",
1353                     "email": "p@tchwork.com"
1354                 },
1355                 {
1356                     "name": "Symfony Community",
1357                     "homepage": "https://symfony.com/contributors"
1358                 }
1359             ],
1360             "description": "Symfony polyfill for the Mbstring extension",
1361             "homepage": "https://symfony.com",
1362             "keywords": [
1363                 "compatibility",
1364                 "mbstring",
1365                 "polyfill",
1366                 "portable",
1367                 "shim"
1368             ],
1369             "funding": [
1370                 {
1371                     "url": "https://symfony.com/sponsor",
1372                     "type": "custom"
1373                 },
1374                 {
1375                     "url": "https://github.com/fabpot",
1376                     "type": "github"
1377                 },
1378                 {
1379                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1380                     "type": "tidelift"
1381                 }
1382             ],
1383             "time": "2021-01-22T09:19:47+00:00"
1384         },
1385         {
1386             "name": "symfony/polyfill-php70",
1387             "version": "v1.20.0",
1388             "source": {
1389                 "type": "git",
1390                 "url": "https://github.com/symfony/polyfill-php70.git",
1391                 "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
1392             },
1393             "dist": {
1394                 "type": "zip",
1395                 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
1396                 "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
1397                 "shasum": ""
1398             },
1399             "require": {
1400                 "php": ">=7.1"
1401             },
1402             "type": "metapackage",
1403             "extra": {
1404                 "branch-alias": {
1405                     "dev-main": "1.20-dev"
1406                 },
1407                 "thanks": {
1408                     "name": "symfony/polyfill",
1409                     "url": "https://github.com/symfony/polyfill"
1410                 }
1411             },
1412             "notification-url": "https://packagist.org/downloads/",
1413             "license": [
1414                 "MIT"
1415             ],
1416             "authors": [
1417                 {
1418                     "name": "Nicolas Grekas",
1419                     "email": "p@tchwork.com"
1420                 },
1421                 {
1422                     "name": "Symfony Community",
1423                     "homepage": "https://symfony.com/contributors"
1424                 }
1425             ],
1426             "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
1427             "homepage": "https://symfony.com",
1428             "keywords": [
1429                 "compatibility",
1430                 "polyfill",
1431                 "portable",
1432                 "shim"
1433             ],
1434             "funding": [
1435                 {
1436                     "url": "https://symfony.com/sponsor",
1437                     "type": "custom"
1438                 },
1439                 {
1440                     "url": "https://github.com/fabpot",
1441                     "type": "github"
1442                 },
1443                 {
1444                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1445                     "type": "tidelift"
1446                 }
1447             ],
1448             "time": "2020-10-23T14:02:19+00:00"
1449         },
1450         {
1451             "name": "symfony/polyfill-php72",
1452             "version": "v1.22.1",
1453             "source": {
1454                 "type": "git",
1455                 "url": "https://github.com/symfony/polyfill-php72.git",
1456                 "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
1457             },
1458             "dist": {
1459                 "type": "zip",
1460                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
1461                 "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
1462                 "shasum": ""
1463             },
1464             "require": {
1465                 "php": ">=7.1"
1466             },
1467             "type": "library",
1468             "extra": {
1469                 "branch-alias": {
1470                     "dev-main": "1.22-dev"
1471                 },
1472                 "thanks": {
1473                     "name": "symfony/polyfill",
1474                     "url": "https://github.com/symfony/polyfill"
1475                 }
1476             },
1477             "autoload": {
1478                 "psr-4": {
1479                     "Symfony\\Polyfill\\Php72\\": ""
1480                 },
1481                 "files": [
1482                     "bootstrap.php"
1483                 ]
1484             },
1485             "notification-url": "https://packagist.org/downloads/",
1486             "license": [
1487                 "MIT"
1488             ],
1489             "authors": [
1490                 {
1491                     "name": "Nicolas Grekas",
1492                     "email": "p@tchwork.com"
1493                 },
1494                 {
1495                     "name": "Symfony Community",
1496                     "homepage": "https://symfony.com/contributors"
1497                 }
1498             ],
1499             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
1500             "homepage": "https://symfony.com",
1501             "keywords": [
1502                 "compatibility",
1503                 "polyfill",
1504                 "portable",
1505                 "shim"
1506             ],
1507             "funding": [
1508                 {
1509                     "url": "https://symfony.com/sponsor",
1510                     "type": "custom"
1511                 },
1512                 {
1513                     "url": "https://github.com/fabpot",
1514                     "type": "github"
1515                 },
1516                 {
1517                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1518                     "type": "tidelift"
1519                 }
1520             ],
1521             "time": "2021-01-07T16:49:33+00:00"
1522         },
1523         {
1524             "name": "symfony/polyfill-php73",
1525             "version": "v1.22.1",
1526             "source": {
1527                 "type": "git",
1528                 "url": "https://github.com/symfony/polyfill-php73.git",
1529                 "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
1530             },
1531             "dist": {
1532                 "type": "zip",
1533                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
1534                 "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
1535                 "shasum": ""
1536             },
1537             "require": {
1538                 "php": ">=7.1"
1539             },
1540             "type": "library",
1541             "extra": {
1542                 "branch-alias": {
1543                     "dev-main": "1.22-dev"
1544                 },
1545                 "thanks": {
1546                     "name": "symfony/polyfill",
1547                     "url": "https://github.com/symfony/polyfill"
1548                 }
1549             },
1550             "autoload": {
1551                 "psr-4": {
1552                     "Symfony\\Polyfill\\Php73\\": ""
1553                 },
1554                 "files": [
1555                     "bootstrap.php"
1556                 ],
1557                 "classmap": [
1558                     "Resources/stubs"
1559                 ]
1560             },
1561             "notification-url": "https://packagist.org/downloads/",
1562             "license": [
1563                 "MIT"
1564             ],
1565             "authors": [
1566                 {
1567                     "name": "Nicolas Grekas",
1568                     "email": "p@tchwork.com"
1569                 },
1570                 {
1571                     "name": "Symfony Community",
1572                     "homepage": "https://symfony.com/contributors"
1573                 }
1574             ],
1575             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
1576             "homepage": "https://symfony.com",
1577             "keywords": [
1578                 "compatibility",
1579                 "polyfill",
1580                 "portable",
1581                 "shim"
1582             ],
1583             "funding": [
1584                 {
1585                     "url": "https://symfony.com/sponsor",
1586                     "type": "custom"
1587                 },
1588                 {
1589                     "url": "https://github.com/fabpot",
1590                     "type": "github"
1591                 },
1592                 {
1593                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1594                     "type": "tidelift"
1595                 }
1596             ],
1597             "time": "2021-01-07T16:49:33+00:00"
1598         },
1599         {
1600             "name": "symfony/polyfill-php80",
1601             "version": "v1.22.1",
1602             "source": {
1603                 "type": "git",
1604                 "url": "https://github.com/symfony/polyfill-php80.git",
1605                 "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
1606             },
1607             "dist": {
1608                 "type": "zip",
1609                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
1610                 "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
1611                 "shasum": ""
1612             },
1613             "require": {
1614                 "php": ">=7.1"
1615             },
1616             "type": "library",
1617             "extra": {
1618                 "branch-alias": {
1619                     "dev-main": "1.22-dev"
1620                 },
1621                 "thanks": {
1622                     "name": "symfony/polyfill",
1623                     "url": "https://github.com/symfony/polyfill"
1624                 }
1625             },
1626             "autoload": {
1627                 "psr-4": {
1628                     "Symfony\\Polyfill\\Php80\\": ""
1629                 },
1630                 "files": [
1631                     "bootstrap.php"
1632                 ],
1633                 "classmap": [
1634                     "Resources/stubs"
1635                 ]
1636             },
1637             "notification-url": "https://packagist.org/downloads/",
1638             "license": [
1639                 "MIT"
1640             ],
1641             "authors": [
1642                 {
1643                     "name": "Ion Bazan",
1644                     "email": "ion.bazan@gmail.com"
1645                 },
1646                 {
1647                     "name": "Nicolas Grekas",
1648                     "email": "p@tchwork.com"
1649                 },
1650                 {
1651                     "name": "Symfony Community",
1652                     "homepage": "https://symfony.com/contributors"
1653                 }
1654             ],
1655             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
1656             "homepage": "https://symfony.com",
1657             "keywords": [
1658                 "compatibility",
1659                 "polyfill",
1660                 "portable",
1661                 "shim"
1662             ],
1663             "funding": [
1664                 {
1665                     "url": "https://symfony.com/sponsor",
1666                     "type": "custom"
1667                 },
1668                 {
1669                     "url": "https://github.com/fabpot",
1670                     "type": "github"
1671                 },
1672                 {
1673                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1674                     "type": "tidelift"
1675                 }
1676             ],
1677             "time": "2021-01-07T16:49:33+00:00"
1678         },
1679         {
1680             "name": "symfony/process",
1681             "version": "v5.2.4",
1682             "source": {
1683                 "type": "git",
1684                 "url": "https://github.com/symfony/process.git",
1685                 "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f"
1686             },
1687             "dist": {
1688                 "type": "zip",
1689                 "url": "https://api.github.com/repos/symfony/process/zipball/313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
1690                 "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
1691                 "shasum": ""
1692             },
1693             "require": {
1694                 "php": ">=7.2.5",
1695                 "symfony/polyfill-php80": "^1.15"
1696             },
1697             "type": "library",
1698             "autoload": {
1699                 "psr-4": {
1700                     "Symfony\\Component\\Process\\": ""
1701                 },
1702                 "exclude-from-classmap": [
1703                     "/Tests/"
1704                 ]
1705             },
1706             "notification-url": "https://packagist.org/downloads/",
1707             "license": [
1708                 "MIT"
1709             ],
1710             "authors": [
1711                 {
1712                     "name": "Fabien Potencier",
1713                     "email": "fabien@symfony.com"
1714                 },
1715                 {
1716                     "name": "Symfony Community",
1717                     "homepage": "https://symfony.com/contributors"
1718                 }
1719             ],
1720             "description": "Executes commands in sub-processes",
1721             "homepage": "https://symfony.com",
1722             "funding": [
1723                 {
1724                     "url": "https://symfony.com/sponsor",
1725                     "type": "custom"
1726                 },
1727                 {
1728                     "url": "https://github.com/fabpot",
1729                     "type": "github"
1730                 },
1731                 {
1732                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1733                     "type": "tidelift"
1734                 }
1735             ],
1736             "time": "2021-01-27T10:15:41+00:00"
1737         },
1738         {
1739             "name": "symfony/service-contracts",
1740             "version": "v2.2.0",
1741             "source": {
1742                 "type": "git",
1743                 "url": "https://github.com/symfony/service-contracts.git",
1744                 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
1745             },
1746             "dist": {
1747                 "type": "zip",
1748                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
1749                 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
1750                 "shasum": ""
1751             },
1752             "require": {
1753                 "php": ">=7.2.5",
1754                 "psr/container": "^1.0"
1755             },
1756             "suggest": {
1757                 "symfony/service-implementation": ""
1758             },
1759             "type": "library",
1760             "extra": {
1761                 "branch-alias": {
1762                     "dev-master": "2.2-dev"
1763                 },
1764                 "thanks": {
1765                     "name": "symfony/contracts",
1766                     "url": "https://github.com/symfony/contracts"
1767                 }
1768             },
1769             "autoload": {
1770                 "psr-4": {
1771                     "Symfony\\Contracts\\Service\\": ""
1772                 }
1773             },
1774             "notification-url": "https://packagist.org/downloads/",
1775             "license": [
1776                 "MIT"
1777             ],
1778             "authors": [
1779                 {
1780                     "name": "Nicolas Grekas",
1781                     "email": "p@tchwork.com"
1782                 },
1783                 {
1784                     "name": "Symfony Community",
1785                     "homepage": "https://symfony.com/contributors"
1786                 }
1787             ],
1788             "description": "Generic abstractions related to writing services",
1789             "homepage": "https://symfony.com",
1790             "keywords": [
1791                 "abstractions",
1792                 "contracts",
1793                 "decoupling",
1794                 "interfaces",
1795                 "interoperability",
1796                 "standards"
1797             ],
1798             "funding": [
1799                 {
1800                     "url": "https://symfony.com/sponsor",
1801                     "type": "custom"
1802                 },
1803                 {
1804                     "url": "https://github.com/fabpot",
1805                     "type": "github"
1806                 },
1807                 {
1808                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1809                     "type": "tidelift"
1810                 }
1811             ],
1812             "time": "2020-09-07T11:33:47+00:00"
1813         },
1814         {
1815             "name": "symfony/stopwatch",
1816             "version": "v5.2.4",
1817             "source": {
1818                 "type": "git",
1819                 "url": "https://github.com/symfony/stopwatch.git",
1820                 "reference": "b12274acfab9d9850c52583d136a24398cdf1a0c"
1821             },
1822             "dist": {
1823                 "type": "zip",
1824                 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b12274acfab9d9850c52583d136a24398cdf1a0c",
1825                 "reference": "b12274acfab9d9850c52583d136a24398cdf1a0c",
1826                 "shasum": ""
1827             },
1828             "require": {
1829                 "php": ">=7.2.5",
1830                 "symfony/service-contracts": "^1.0|^2"
1831             },
1832             "type": "library",
1833             "autoload": {
1834                 "psr-4": {
1835                     "Symfony\\Component\\Stopwatch\\": ""
1836                 },
1837                 "exclude-from-classmap": [
1838                     "/Tests/"
1839                 ]
1840             },
1841             "notification-url": "https://packagist.org/downloads/",
1842             "license": [
1843                 "MIT"
1844             ],
1845             "authors": [
1846                 {
1847                     "name": "Fabien Potencier",
1848                     "email": "fabien@symfony.com"
1849                 },
1850                 {
1851                     "name": "Symfony Community",
1852                     "homepage": "https://symfony.com/contributors"
1853                 }
1854             ],
1855             "description": "Provides a way to profile code",
1856             "homepage": "https://symfony.com",
1857             "funding": [
1858                 {
1859                     "url": "https://symfony.com/sponsor",
1860                     "type": "custom"
1861                 },
1862                 {
1863                     "url": "https://github.com/fabpot",
1864                     "type": "github"
1865                 },
1866                 {
1867                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1868                     "type": "tidelift"
1869                 }
1870             ],
1871             "time": "2021-01-27T10:15:41+00:00"
1872         },
1873         {
1874             "name": "symfony/string",
1875             "version": "v5.2.6",
1876             "source": {
1877                 "type": "git",
1878                 "url": "https://github.com/symfony/string.git",
1879                 "reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572"
1880             },
1881             "dist": {
1882                 "type": "zip",
1883                 "url": "https://api.github.com/repos/symfony/string/zipball/ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572",
1884                 "reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572",
1885                 "shasum": ""
1886             },
1887             "require": {
1888                 "php": ">=7.2.5",
1889                 "symfony/polyfill-ctype": "~1.8",
1890                 "symfony/polyfill-intl-grapheme": "~1.0",
1891                 "symfony/polyfill-intl-normalizer": "~1.0",
1892                 "symfony/polyfill-mbstring": "~1.0",
1893                 "symfony/polyfill-php80": "~1.15"
1894             },
1895             "require-dev": {
1896                 "symfony/error-handler": "^4.4|^5.0",
1897                 "symfony/http-client": "^4.4|^5.0",
1898                 "symfony/translation-contracts": "^1.1|^2",
1899                 "symfony/var-exporter": "^4.4|^5.0"
1900             },
1901             "type": "library",
1902             "autoload": {
1903                 "psr-4": {
1904                     "Symfony\\Component\\String\\": ""
1905                 },
1906                 "files": [
1907                     "Resources/functions.php"
1908                 ],
1909                 "exclude-from-classmap": [
1910                     "/Tests/"
1911                 ]
1912             },
1913             "notification-url": "https://packagist.org/downloads/",
1914             "license": [
1915                 "MIT"
1916             ],
1917             "authors": [
1918                 {
1919                     "name": "Nicolas Grekas",
1920                     "email": "p@tchwork.com"
1921                 },
1922                 {
1923                     "name": "Symfony Community",
1924                     "homepage": "https://symfony.com/contributors"
1925                 }
1926             ],
1927             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
1928             "homepage": "https://symfony.com",
1929             "keywords": [
1930                 "grapheme",
1931                 "i18n",
1932                 "string",
1933                 "unicode",
1934                 "utf-8",
1935                 "utf8"
1936             ],
1937             "funding": [
1938                 {
1939                     "url": "https://symfony.com/sponsor",
1940                     "type": "custom"
1941                 },
1942                 {
1943                     "url": "https://github.com/fabpot",
1944                     "type": "github"
1945                 },
1946                 {
1947                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1948                     "type": "tidelift"
1949                 }
1950             ],
1951             "time": "2021-03-17T17:12:15+00:00"
1952         }
1953     ],
1954     "packages-dev": [],
1955     "aliases": [],
1956     "minimum-stability": "stable",
1957     "stability-flags": [],
1958     "prefer-stable": false,
1959     "prefer-lowest": false,
1960     "platform": [],
1961     "platform-dev": [],
1962     "plugin-api-version": "1.1.0"
1963 }