]> BookStack Code Mirror - system-cli/blob - scripts/composer.lock
Progressed restore command to almost working state
[system-cli] / scripts / 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": "40bb5069cf724f3ce0428185a73841e7",
8     "packages": [
9         {
10             "name": "graham-campbell/result-type",
11             "version": "v1.1.1",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/GrahamCampbell/Result-Type.git",
15                 "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
20                 "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": "^7.2.5 || ^8.0",
25                 "phpoption/phpoption": "^1.9.1"
26             },
27             "require-dev": {
28                 "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
29             },
30             "type": "library",
31             "autoload": {
32                 "psr-4": {
33                     "GrahamCampbell\\ResultType\\": "src/"
34                 }
35             },
36             "notification-url": "https://packagist.org/downloads/",
37             "license": [
38                 "MIT"
39             ],
40             "authors": [
41                 {
42                     "name": "Graham Campbell",
43                     "email": "[email protected]",
44                     "homepage": "https://github.com/GrahamCampbell"
45                 }
46             ],
47             "description": "An Implementation Of The Result Type",
48             "keywords": [
49                 "Graham Campbell",
50                 "GrahamCampbell",
51                 "Result Type",
52                 "Result-Type",
53                 "result"
54             ],
55             "support": {
56                 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
57                 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.1"
58             },
59             "funding": [
60                 {
61                     "url": "https://github.com/GrahamCampbell",
62                     "type": "github"
63                 },
64                 {
65                     "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
66                     "type": "tidelift"
67                 }
68             ],
69             "time": "2023-02-25T20:23:15+00:00"
70         },
71         {
72             "name": "phpoption/phpoption",
73             "version": "1.9.1",
74             "source": {
75                 "type": "git",
76                 "url": "https://github.com/schmittjoh/php-option.git",
77                 "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e"
78             },
79             "dist": {
80                 "type": "zip",
81                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
82                 "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
83                 "shasum": ""
84             },
85             "require": {
86                 "php": "^7.2.5 || ^8.0"
87             },
88             "require-dev": {
89                 "bamarni/composer-bin-plugin": "^1.8.2",
90                 "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
91             },
92             "type": "library",
93             "extra": {
94                 "bamarni-bin": {
95                     "bin-links": true,
96                     "forward-command": true
97                 },
98                 "branch-alias": {
99                     "dev-master": "1.9-dev"
100                 }
101             },
102             "autoload": {
103                 "psr-4": {
104                     "PhpOption\\": "src/PhpOption/"
105                 }
106             },
107             "notification-url": "https://packagist.org/downloads/",
108             "license": [
109                 "Apache-2.0"
110             ],
111             "authors": [
112                 {
113                     "name": "Johannes M. Schmitt",
114                     "email": "[email protected]",
115                     "homepage": "https://github.com/schmittjoh"
116                 },
117                 {
118                     "name": "Graham Campbell",
119                     "email": "[email protected]",
120                     "homepage": "https://github.com/GrahamCampbell"
121                 }
122             ],
123             "description": "Option Type for PHP",
124             "keywords": [
125                 "language",
126                 "option",
127                 "php",
128                 "type"
129             ],
130             "support": {
131                 "issues": "https://github.com/schmittjoh/php-option/issues",
132                 "source": "https://github.com/schmittjoh/php-option/tree/1.9.1"
133             },
134             "funding": [
135                 {
136                     "url": "https://github.com/GrahamCampbell",
137                     "type": "github"
138                 },
139                 {
140                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
141                     "type": "tidelift"
142                 }
143             ],
144             "time": "2023-02-25T19:38:58+00:00"
145         },
146         {
147             "name": "psr/container",
148             "version": "2.0.2",
149             "source": {
150                 "type": "git",
151                 "url": "https://github.com/php-fig/container.git",
152                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
153             },
154             "dist": {
155                 "type": "zip",
156                 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
157                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
158                 "shasum": ""
159             },
160             "require": {
161                 "php": ">=7.4.0"
162             },
163             "type": "library",
164             "extra": {
165                 "branch-alias": {
166                     "dev-master": "2.0.x-dev"
167                 }
168             },
169             "autoload": {
170                 "psr-4": {
171                     "Psr\\Container\\": "src/"
172                 }
173             },
174             "notification-url": "https://packagist.org/downloads/",
175             "license": [
176                 "MIT"
177             ],
178             "authors": [
179                 {
180                     "name": "PHP-FIG",
181                     "homepage": "https://www.php-fig.org/"
182                 }
183             ],
184             "description": "Common Container Interface (PHP FIG PSR-11)",
185             "homepage": "https://github.com/php-fig/container",
186             "keywords": [
187                 "PSR-11",
188                 "container",
189                 "container-interface",
190                 "container-interop",
191                 "psr"
192             ],
193             "support": {
194                 "issues": "https://github.com/php-fig/container/issues",
195                 "source": "https://github.com/php-fig/container/tree/2.0.2"
196             },
197             "time": "2021-11-05T16:47:00+00:00"
198         },
199         {
200             "name": "symfony/console",
201             "version": "v6.0.19",
202             "source": {
203                 "type": "git",
204                 "url": "https://github.com/symfony/console.git",
205                 "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed"
206             },
207             "dist": {
208                 "type": "zip",
209                 "url": "https://api.github.com/repos/symfony/console/zipball/c3ebc83d031b71c39da318ca8b7a07ecc67507ed",
210                 "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed",
211                 "shasum": ""
212             },
213             "require": {
214                 "php": ">=8.0.2",
215                 "symfony/polyfill-mbstring": "~1.0",
216                 "symfony/service-contracts": "^1.1|^2|^3",
217                 "symfony/string": "^5.4|^6.0"
218             },
219             "conflict": {
220                 "symfony/dependency-injection": "<5.4",
221                 "symfony/dotenv": "<5.4",
222                 "symfony/event-dispatcher": "<5.4",
223                 "symfony/lock": "<5.4",
224                 "symfony/process": "<5.4"
225             },
226             "provide": {
227                 "psr/log-implementation": "1.0|2.0|3.0"
228             },
229             "require-dev": {
230                 "psr/log": "^1|^2|^3",
231                 "symfony/config": "^5.4|^6.0",
232                 "symfony/dependency-injection": "^5.4|^6.0",
233                 "symfony/event-dispatcher": "^5.4|^6.0",
234                 "symfony/lock": "^5.4|^6.0",
235                 "symfony/process": "^5.4|^6.0",
236                 "symfony/var-dumper": "^5.4|^6.0"
237             },
238             "suggest": {
239                 "psr/log": "For using the console logger",
240                 "symfony/event-dispatcher": "",
241                 "symfony/lock": "",
242                 "symfony/process": ""
243             },
244             "type": "library",
245             "autoload": {
246                 "psr-4": {
247                     "Symfony\\Component\\Console\\": ""
248                 },
249                 "exclude-from-classmap": [
250                     "/Tests/"
251                 ]
252             },
253             "notification-url": "https://packagist.org/downloads/",
254             "license": [
255                 "MIT"
256             ],
257             "authors": [
258                 {
259                     "name": "Fabien Potencier",
260                     "email": "[email protected]"
261                 },
262                 {
263                     "name": "Symfony Community",
264                     "homepage": "https://symfony.com/contributors"
265                 }
266             ],
267             "description": "Eases the creation of beautiful and testable command line interfaces",
268             "homepage": "https://symfony.com",
269             "keywords": [
270                 "cli",
271                 "command line",
272                 "console",
273                 "terminal"
274             ],
275             "support": {
276                 "source": "https://github.com/symfony/console/tree/v6.0.19"
277             },
278             "funding": [
279                 {
280                     "url": "https://symfony.com/sponsor",
281                     "type": "custom"
282                 },
283                 {
284                     "url": "https://github.com/fabpot",
285                     "type": "github"
286                 },
287                 {
288                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
289                     "type": "tidelift"
290                 }
291             ],
292             "time": "2023-01-01T08:36:10+00:00"
293         },
294         {
295             "name": "symfony/polyfill-ctype",
296             "version": "v1.27.0",
297             "source": {
298                 "type": "git",
299                 "url": "https://github.com/symfony/polyfill-ctype.git",
300                 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
301             },
302             "dist": {
303                 "type": "zip",
304                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
305                 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
306                 "shasum": ""
307             },
308             "require": {
309                 "php": ">=7.1"
310             },
311             "provide": {
312                 "ext-ctype": "*"
313             },
314             "suggest": {
315                 "ext-ctype": "For best performance"
316             },
317             "type": "library",
318             "extra": {
319                 "branch-alias": {
320                     "dev-main": "1.27-dev"
321                 },
322                 "thanks": {
323                     "name": "symfony/polyfill",
324                     "url": "https://github.com/symfony/polyfill"
325                 }
326             },
327             "autoload": {
328                 "files": [
329                     "bootstrap.php"
330                 ],
331                 "psr-4": {
332                     "Symfony\\Polyfill\\Ctype\\": ""
333                 }
334             },
335             "notification-url": "https://packagist.org/downloads/",
336             "license": [
337                 "MIT"
338             ],
339             "authors": [
340                 {
341                     "name": "Gert de Pagter",
342                     "email": "[email protected]"
343                 },
344                 {
345                     "name": "Symfony Community",
346                     "homepage": "https://symfony.com/contributors"
347                 }
348             ],
349             "description": "Symfony polyfill for ctype functions",
350             "homepage": "https://symfony.com",
351             "keywords": [
352                 "compatibility",
353                 "ctype",
354                 "polyfill",
355                 "portable"
356             ],
357             "support": {
358                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
359             },
360             "funding": [
361                 {
362                     "url": "https://symfony.com/sponsor",
363                     "type": "custom"
364                 },
365                 {
366                     "url": "https://github.com/fabpot",
367                     "type": "github"
368                 },
369                 {
370                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
371                     "type": "tidelift"
372                 }
373             ],
374             "time": "2022-11-03T14:55:06+00:00"
375         },
376         {
377             "name": "symfony/polyfill-intl-grapheme",
378             "version": "v1.27.0",
379             "source": {
380                 "type": "git",
381                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
382                 "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
383             },
384             "dist": {
385                 "type": "zip",
386                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
387                 "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
388                 "shasum": ""
389             },
390             "require": {
391                 "php": ">=7.1"
392             },
393             "suggest": {
394                 "ext-intl": "For best performance"
395             },
396             "type": "library",
397             "extra": {
398                 "branch-alias": {
399                     "dev-main": "1.27-dev"
400                 },
401                 "thanks": {
402                     "name": "symfony/polyfill",
403                     "url": "https://github.com/symfony/polyfill"
404                 }
405             },
406             "autoload": {
407                 "files": [
408                     "bootstrap.php"
409                 ],
410                 "psr-4": {
411                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
412                 }
413             },
414             "notification-url": "https://packagist.org/downloads/",
415             "license": [
416                 "MIT"
417             ],
418             "authors": [
419                 {
420                     "name": "Nicolas Grekas",
421                     "email": "[email protected]"
422                 },
423                 {
424                     "name": "Symfony Community",
425                     "homepage": "https://symfony.com/contributors"
426                 }
427             ],
428             "description": "Symfony polyfill for intl's grapheme_* functions",
429             "homepage": "https://symfony.com",
430             "keywords": [
431                 "compatibility",
432                 "grapheme",
433                 "intl",
434                 "polyfill",
435                 "portable",
436                 "shim"
437             ],
438             "support": {
439                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
440             },
441             "funding": [
442                 {
443                     "url": "https://symfony.com/sponsor",
444                     "type": "custom"
445                 },
446                 {
447                     "url": "https://github.com/fabpot",
448                     "type": "github"
449                 },
450                 {
451                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
452                     "type": "tidelift"
453                 }
454             ],
455             "time": "2022-11-03T14:55:06+00:00"
456         },
457         {
458             "name": "symfony/polyfill-intl-normalizer",
459             "version": "v1.27.0",
460             "source": {
461                 "type": "git",
462                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
463                 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
464             },
465             "dist": {
466                 "type": "zip",
467                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
468                 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
469                 "shasum": ""
470             },
471             "require": {
472                 "php": ">=7.1"
473             },
474             "suggest": {
475                 "ext-intl": "For best performance"
476             },
477             "type": "library",
478             "extra": {
479                 "branch-alias": {
480                     "dev-main": "1.27-dev"
481                 },
482                 "thanks": {
483                     "name": "symfony/polyfill",
484                     "url": "https://github.com/symfony/polyfill"
485                 }
486             },
487             "autoload": {
488                 "files": [
489                     "bootstrap.php"
490                 ],
491                 "psr-4": {
492                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
493                 },
494                 "classmap": [
495                     "Resources/stubs"
496                 ]
497             },
498             "notification-url": "https://packagist.org/downloads/",
499             "license": [
500                 "MIT"
501             ],
502             "authors": [
503                 {
504                     "name": "Nicolas Grekas",
505                     "email": "[email protected]"
506                 },
507                 {
508                     "name": "Symfony Community",
509                     "homepage": "https://symfony.com/contributors"
510                 }
511             ],
512             "description": "Symfony polyfill for intl's Normalizer class and related functions",
513             "homepage": "https://symfony.com",
514             "keywords": [
515                 "compatibility",
516                 "intl",
517                 "normalizer",
518                 "polyfill",
519                 "portable",
520                 "shim"
521             ],
522             "support": {
523                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
524             },
525             "funding": [
526                 {
527                     "url": "https://symfony.com/sponsor",
528                     "type": "custom"
529                 },
530                 {
531                     "url": "https://github.com/fabpot",
532                     "type": "github"
533                 },
534                 {
535                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
536                     "type": "tidelift"
537                 }
538             ],
539             "time": "2022-11-03T14:55:06+00:00"
540         },
541         {
542             "name": "symfony/polyfill-mbstring",
543             "version": "v1.27.0",
544             "source": {
545                 "type": "git",
546                 "url": "https://github.com/symfony/polyfill-mbstring.git",
547                 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
548             },
549             "dist": {
550                 "type": "zip",
551                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
552                 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
553                 "shasum": ""
554             },
555             "require": {
556                 "php": ">=7.1"
557             },
558             "provide": {
559                 "ext-mbstring": "*"
560             },
561             "suggest": {
562                 "ext-mbstring": "For best performance"
563             },
564             "type": "library",
565             "extra": {
566                 "branch-alias": {
567                     "dev-main": "1.27-dev"
568                 },
569                 "thanks": {
570                     "name": "symfony/polyfill",
571                     "url": "https://github.com/symfony/polyfill"
572                 }
573             },
574             "autoload": {
575                 "files": [
576                     "bootstrap.php"
577                 ],
578                 "psr-4": {
579                     "Symfony\\Polyfill\\Mbstring\\": ""
580                 }
581             },
582             "notification-url": "https://packagist.org/downloads/",
583             "license": [
584                 "MIT"
585             ],
586             "authors": [
587                 {
588                     "name": "Nicolas Grekas",
589                     "email": "[email protected]"
590                 },
591                 {
592                     "name": "Symfony Community",
593                     "homepage": "https://symfony.com/contributors"
594                 }
595             ],
596             "description": "Symfony polyfill for the Mbstring extension",
597             "homepage": "https://symfony.com",
598             "keywords": [
599                 "compatibility",
600                 "mbstring",
601                 "polyfill",
602                 "portable",
603                 "shim"
604             ],
605             "support": {
606                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
607             },
608             "funding": [
609                 {
610                     "url": "https://symfony.com/sponsor",
611                     "type": "custom"
612                 },
613                 {
614                     "url": "https://github.com/fabpot",
615                     "type": "github"
616                 },
617                 {
618                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
619                     "type": "tidelift"
620                 }
621             ],
622             "time": "2022-11-03T14:55:06+00:00"
623         },
624         {
625             "name": "symfony/polyfill-php80",
626             "version": "v1.27.0",
627             "source": {
628                 "type": "git",
629                 "url": "https://github.com/symfony/polyfill-php80.git",
630                 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
631             },
632             "dist": {
633                 "type": "zip",
634                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
635                 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
636                 "shasum": ""
637             },
638             "require": {
639                 "php": ">=7.1"
640             },
641             "type": "library",
642             "extra": {
643                 "branch-alias": {
644                     "dev-main": "1.27-dev"
645                 },
646                 "thanks": {
647                     "name": "symfony/polyfill",
648                     "url": "https://github.com/symfony/polyfill"
649                 }
650             },
651             "autoload": {
652                 "files": [
653                     "bootstrap.php"
654                 ],
655                 "psr-4": {
656                     "Symfony\\Polyfill\\Php80\\": ""
657                 },
658                 "classmap": [
659                     "Resources/stubs"
660                 ]
661             },
662             "notification-url": "https://packagist.org/downloads/",
663             "license": [
664                 "MIT"
665             ],
666             "authors": [
667                 {
668                     "name": "Ion Bazan",
669                     "email": "[email protected]"
670                 },
671                 {
672                     "name": "Nicolas Grekas",
673                     "email": "[email protected]"
674                 },
675                 {
676                     "name": "Symfony Community",
677                     "homepage": "https://symfony.com/contributors"
678                 }
679             ],
680             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
681             "homepage": "https://symfony.com",
682             "keywords": [
683                 "compatibility",
684                 "polyfill",
685                 "portable",
686                 "shim"
687             ],
688             "support": {
689                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
690             },
691             "funding": [
692                 {
693                     "url": "https://symfony.com/sponsor",
694                     "type": "custom"
695                 },
696                 {
697                     "url": "https://github.com/fabpot",
698                     "type": "github"
699                 },
700                 {
701                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
702                     "type": "tidelift"
703                 }
704             ],
705             "time": "2022-11-03T14:55:06+00:00"
706         },
707         {
708             "name": "symfony/process",
709             "version": "v6.0.19",
710             "source": {
711                 "type": "git",
712                 "url": "https://github.com/symfony/process.git",
713                 "reference": "2114fd60f26a296cc403a7939ab91478475a33d4"
714             },
715             "dist": {
716                 "type": "zip",
717                 "url": "https://api.github.com/repos/symfony/process/zipball/2114fd60f26a296cc403a7939ab91478475a33d4",
718                 "reference": "2114fd60f26a296cc403a7939ab91478475a33d4",
719                 "shasum": ""
720             },
721             "require": {
722                 "php": ">=8.0.2"
723             },
724             "type": "library",
725             "autoload": {
726                 "psr-4": {
727                     "Symfony\\Component\\Process\\": ""
728                 },
729                 "exclude-from-classmap": [
730                     "/Tests/"
731                 ]
732             },
733             "notification-url": "https://packagist.org/downloads/",
734             "license": [
735                 "MIT"
736             ],
737             "authors": [
738                 {
739                     "name": "Fabien Potencier",
740                     "email": "[email protected]"
741                 },
742                 {
743                     "name": "Symfony Community",
744                     "homepage": "https://symfony.com/contributors"
745                 }
746             ],
747             "description": "Executes commands in sub-processes",
748             "homepage": "https://symfony.com",
749             "support": {
750                 "source": "https://github.com/symfony/process/tree/v6.0.19"
751             },
752             "funding": [
753                 {
754                     "url": "https://symfony.com/sponsor",
755                     "type": "custom"
756                 },
757                 {
758                     "url": "https://github.com/fabpot",
759                     "type": "github"
760                 },
761                 {
762                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
763                     "type": "tidelift"
764                 }
765             ],
766             "time": "2023-01-01T08:36:10+00:00"
767         },
768         {
769             "name": "symfony/service-contracts",
770             "version": "v3.0.2",
771             "source": {
772                 "type": "git",
773                 "url": "https://github.com/symfony/service-contracts.git",
774                 "reference": "d78d39c1599bd1188b8e26bb341da52c3c6d8a66"
775             },
776             "dist": {
777                 "type": "zip",
778                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d78d39c1599bd1188b8e26bb341da52c3c6d8a66",
779                 "reference": "d78d39c1599bd1188b8e26bb341da52c3c6d8a66",
780                 "shasum": ""
781             },
782             "require": {
783                 "php": ">=8.0.2",
784                 "psr/container": "^2.0"
785             },
786             "conflict": {
787                 "ext-psr": "<1.1|>=2"
788             },
789             "suggest": {
790                 "symfony/service-implementation": ""
791             },
792             "type": "library",
793             "extra": {
794                 "branch-alias": {
795                     "dev-main": "3.0-dev"
796                 },
797                 "thanks": {
798                     "name": "symfony/contracts",
799                     "url": "https://github.com/symfony/contracts"
800                 }
801             },
802             "autoload": {
803                 "psr-4": {
804                     "Symfony\\Contracts\\Service\\": ""
805                 }
806             },
807             "notification-url": "https://packagist.org/downloads/",
808             "license": [
809                 "MIT"
810             ],
811             "authors": [
812                 {
813                     "name": "Nicolas Grekas",
814                     "email": "[email protected]"
815                 },
816                 {
817                     "name": "Symfony Community",
818                     "homepage": "https://symfony.com/contributors"
819                 }
820             ],
821             "description": "Generic abstractions related to writing services",
822             "homepage": "https://symfony.com",
823             "keywords": [
824                 "abstractions",
825                 "contracts",
826                 "decoupling",
827                 "interfaces",
828                 "interoperability",
829                 "standards"
830             ],
831             "support": {
832                 "source": "https://github.com/symfony/service-contracts/tree/v3.0.2"
833             },
834             "funding": [
835                 {
836                     "url": "https://symfony.com/sponsor",
837                     "type": "custom"
838                 },
839                 {
840                     "url": "https://github.com/fabpot",
841                     "type": "github"
842                 },
843                 {
844                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
845                     "type": "tidelift"
846                 }
847             ],
848             "time": "2022-05-30T19:17:58+00:00"
849         },
850         {
851             "name": "symfony/string",
852             "version": "v6.0.19",
853             "source": {
854                 "type": "git",
855                 "url": "https://github.com/symfony/string.git",
856                 "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a"
857             },
858             "dist": {
859                 "type": "zip",
860                 "url": "https://api.github.com/repos/symfony/string/zipball/d9e72497367c23e08bf94176d2be45b00a9d232a",
861                 "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a",
862                 "shasum": ""
863             },
864             "require": {
865                 "php": ">=8.0.2",
866                 "symfony/polyfill-ctype": "~1.8",
867                 "symfony/polyfill-intl-grapheme": "~1.0",
868                 "symfony/polyfill-intl-normalizer": "~1.0",
869                 "symfony/polyfill-mbstring": "~1.0"
870             },
871             "conflict": {
872                 "symfony/translation-contracts": "<2.0"
873             },
874             "require-dev": {
875                 "symfony/error-handler": "^5.4|^6.0",
876                 "symfony/http-client": "^5.4|^6.0",
877                 "symfony/translation-contracts": "^2.0|^3.0",
878                 "symfony/var-exporter": "^5.4|^6.0"
879             },
880             "type": "library",
881             "autoload": {
882                 "files": [
883                     "Resources/functions.php"
884                 ],
885                 "psr-4": {
886                     "Symfony\\Component\\String\\": ""
887                 },
888                 "exclude-from-classmap": [
889                     "/Tests/"
890                 ]
891             },
892             "notification-url": "https://packagist.org/downloads/",
893             "license": [
894                 "MIT"
895             ],
896             "authors": [
897                 {
898                     "name": "Nicolas Grekas",
899                     "email": "[email protected]"
900                 },
901                 {
902                     "name": "Symfony Community",
903                     "homepage": "https://symfony.com/contributors"
904                 }
905             ],
906             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
907             "homepage": "https://symfony.com",
908             "keywords": [
909                 "grapheme",
910                 "i18n",
911                 "string",
912                 "unicode",
913                 "utf-8",
914                 "utf8"
915             ],
916             "support": {
917                 "source": "https://github.com/symfony/string/tree/v6.0.19"
918             },
919             "funding": [
920                 {
921                     "url": "https://symfony.com/sponsor",
922                     "type": "custom"
923                 },
924                 {
925                     "url": "https://github.com/fabpot",
926                     "type": "github"
927                 },
928                 {
929                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
930                     "type": "tidelift"
931                 }
932             ],
933             "time": "2023-01-01T08:36:10+00:00"
934         },
935         {
936             "name": "vlucas/phpdotenv",
937             "version": "v5.5.0",
938             "source": {
939                 "type": "git",
940                 "url": "https://github.com/vlucas/phpdotenv.git",
941                 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
942             },
943             "dist": {
944                 "type": "zip",
945                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
946                 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
947                 "shasum": ""
948             },
949             "require": {
950                 "ext-pcre": "*",
951                 "graham-campbell/result-type": "^1.0.2",
952                 "php": "^7.1.3 || ^8.0",
953                 "phpoption/phpoption": "^1.8",
954                 "symfony/polyfill-ctype": "^1.23",
955                 "symfony/polyfill-mbstring": "^1.23.1",
956                 "symfony/polyfill-php80": "^1.23.1"
957             },
958             "require-dev": {
959                 "bamarni/composer-bin-plugin": "^1.4.1",
960                 "ext-filter": "*",
961                 "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
962             },
963             "suggest": {
964                 "ext-filter": "Required to use the boolean validator."
965             },
966             "type": "library",
967             "extra": {
968                 "bamarni-bin": {
969                     "bin-links": true,
970                     "forward-command": true
971                 },
972                 "branch-alias": {
973                     "dev-master": "5.5-dev"
974                 }
975             },
976             "autoload": {
977                 "psr-4": {
978                     "Dotenv\\": "src/"
979                 }
980             },
981             "notification-url": "https://packagist.org/downloads/",
982             "license": [
983                 "BSD-3-Clause"
984             ],
985             "authors": [
986                 {
987                     "name": "Graham Campbell",
988                     "email": "[email protected]",
989                     "homepage": "https://github.com/GrahamCampbell"
990                 },
991                 {
992                     "name": "Vance Lucas",
993                     "email": "[email protected]",
994                     "homepage": "https://github.com/vlucas"
995                 }
996             ],
997             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
998             "keywords": [
999                 "dotenv",
1000                 "env",
1001                 "environment"
1002             ],
1003             "support": {
1004                 "issues": "https://github.com/vlucas/phpdotenv/issues",
1005                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
1006             },
1007             "funding": [
1008                 {
1009                     "url": "https://github.com/GrahamCampbell",
1010                     "type": "github"
1011                 },
1012                 {
1013                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
1014                     "type": "tidelift"
1015                 }
1016             ],
1017             "time": "2022-10-16T01:01:54+00:00"
1018         }
1019     ],
1020     "packages-dev": [],
1021     "aliases": [],
1022     "minimum-stability": "stable",
1023     "stability-flags": [],
1024     "prefer-stable": false,
1025     "prefer-lowest": false,
1026     "platform": [],
1027     "platform-dev": [],
1028     "platform-overrides": {
1029         "php": "8.0.2"
1030     },
1031     "plugin-api-version": "2.3.0"
1032 }