]> BookStack Code Mirror - system-cli/blob - scripts/composer.lock
6cb3b992d18339eecc80d519066c2625da43be1e
[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": "d834df279b63d647dcaf31ae96468a27",
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": "minicli/minicli",
73             "version": "3.2.1",
74             "source": {
75                 "type": "git",
76                 "url": "https://github.com/minicli/minicli.git",
77                 "reference": "2d31b303461d0ec1f8c6d0be00f8b26be8766fbe"
78             },
79             "dist": {
80                 "type": "zip",
81                 "url": "https://api.github.com/repos/minicli/minicli/zipball/2d31b303461d0ec1f8c6d0be00f8b26be8766fbe",
82                 "reference": "2d31b303461d0ec1f8c6d0be00f8b26be8766fbe",
83                 "shasum": ""
84             },
85             "require": {
86                 "ext-readline": "*",
87                 "php": ">=8"
88             },
89             "require-dev": {
90                 "friendsofphp/php-cs-fixer": "^3.5",
91                 "pestphp/pest": "^1.0",
92                 "phpunit/phpunit": "^9.0"
93             },
94             "type": "library",
95             "autoload": {
96                 "psr-4": {
97                     "Minicli\\": "src/"
98                 }
99             },
100             "notification-url": "https://packagist.org/downloads/",
101             "license": [
102                 "MIT"
103             ],
104             "description": "Experimental micro CLI framework for PHP",
105             "homepage": "https://github.com/minicli/minicli",
106             "keywords": [
107                 "cli",
108                 "command-line"
109             ],
110             "support": {
111                 "issues": "https://github.com/minicli/minicli/issues",
112                 "source": "https://github.com/minicli/minicli/tree/3.2.1"
113             },
114             "funding": [
115                 {
116                     "url": "https://github.com/erikaheidi",
117                     "type": "github"
118                 }
119             ],
120             "time": "2022-09-23T09:04:22+00:00"
121         },
122         {
123             "name": "phpoption/phpoption",
124             "version": "1.9.1",
125             "source": {
126                 "type": "git",
127                 "url": "https://github.com/schmittjoh/php-option.git",
128                 "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e"
129             },
130             "dist": {
131                 "type": "zip",
132                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
133                 "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
134                 "shasum": ""
135             },
136             "require": {
137                 "php": "^7.2.5 || ^8.0"
138             },
139             "require-dev": {
140                 "bamarni/composer-bin-plugin": "^1.8.2",
141                 "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
142             },
143             "type": "library",
144             "extra": {
145                 "bamarni-bin": {
146                     "bin-links": true,
147                     "forward-command": true
148                 },
149                 "branch-alias": {
150                     "dev-master": "1.9-dev"
151                 }
152             },
153             "autoload": {
154                 "psr-4": {
155                     "PhpOption\\": "src/PhpOption/"
156                 }
157             },
158             "notification-url": "https://packagist.org/downloads/",
159             "license": [
160                 "Apache-2.0"
161             ],
162             "authors": [
163                 {
164                     "name": "Johannes M. Schmitt",
165                     "email": "[email protected]",
166                     "homepage": "https://github.com/schmittjoh"
167                 },
168                 {
169                     "name": "Graham Campbell",
170                     "email": "[email protected]",
171                     "homepage": "https://github.com/GrahamCampbell"
172                 }
173             ],
174             "description": "Option Type for PHP",
175             "keywords": [
176                 "language",
177                 "option",
178                 "php",
179                 "type"
180             ],
181             "support": {
182                 "issues": "https://github.com/schmittjoh/php-option/issues",
183                 "source": "https://github.com/schmittjoh/php-option/tree/1.9.1"
184             },
185             "funding": [
186                 {
187                     "url": "https://github.com/GrahamCampbell",
188                     "type": "github"
189                 },
190                 {
191                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
192                     "type": "tidelift"
193                 }
194             ],
195             "time": "2023-02-25T19:38:58+00:00"
196         },
197         {
198             "name": "symfony/polyfill-ctype",
199             "version": "v1.27.0",
200             "source": {
201                 "type": "git",
202                 "url": "https://github.com/symfony/polyfill-ctype.git",
203                 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
204             },
205             "dist": {
206                 "type": "zip",
207                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
208                 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
209                 "shasum": ""
210             },
211             "require": {
212                 "php": ">=7.1"
213             },
214             "provide": {
215                 "ext-ctype": "*"
216             },
217             "suggest": {
218                 "ext-ctype": "For best performance"
219             },
220             "type": "library",
221             "extra": {
222                 "branch-alias": {
223                     "dev-main": "1.27-dev"
224                 },
225                 "thanks": {
226                     "name": "symfony/polyfill",
227                     "url": "https://github.com/symfony/polyfill"
228                 }
229             },
230             "autoload": {
231                 "files": [
232                     "bootstrap.php"
233                 ],
234                 "psr-4": {
235                     "Symfony\\Polyfill\\Ctype\\": ""
236                 }
237             },
238             "notification-url": "https://packagist.org/downloads/",
239             "license": [
240                 "MIT"
241             ],
242             "authors": [
243                 {
244                     "name": "Gert de Pagter",
245                     "email": "[email protected]"
246                 },
247                 {
248                     "name": "Symfony Community",
249                     "homepage": "https://symfony.com/contributors"
250                 }
251             ],
252             "description": "Symfony polyfill for ctype functions",
253             "homepage": "https://symfony.com",
254             "keywords": [
255                 "compatibility",
256                 "ctype",
257                 "polyfill",
258                 "portable"
259             ],
260             "support": {
261                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
262             },
263             "funding": [
264                 {
265                     "url": "https://symfony.com/sponsor",
266                     "type": "custom"
267                 },
268                 {
269                     "url": "https://github.com/fabpot",
270                     "type": "github"
271                 },
272                 {
273                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
274                     "type": "tidelift"
275                 }
276             ],
277             "time": "2022-11-03T14:55:06+00:00"
278         },
279         {
280             "name": "symfony/polyfill-mbstring",
281             "version": "v1.27.0",
282             "source": {
283                 "type": "git",
284                 "url": "https://github.com/symfony/polyfill-mbstring.git",
285                 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
286             },
287             "dist": {
288                 "type": "zip",
289                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
290                 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
291                 "shasum": ""
292             },
293             "require": {
294                 "php": ">=7.1"
295             },
296             "provide": {
297                 "ext-mbstring": "*"
298             },
299             "suggest": {
300                 "ext-mbstring": "For best performance"
301             },
302             "type": "library",
303             "extra": {
304                 "branch-alias": {
305                     "dev-main": "1.27-dev"
306                 },
307                 "thanks": {
308                     "name": "symfony/polyfill",
309                     "url": "https://github.com/symfony/polyfill"
310                 }
311             },
312             "autoload": {
313                 "files": [
314                     "bootstrap.php"
315                 ],
316                 "psr-4": {
317                     "Symfony\\Polyfill\\Mbstring\\": ""
318                 }
319             },
320             "notification-url": "https://packagist.org/downloads/",
321             "license": [
322                 "MIT"
323             ],
324             "authors": [
325                 {
326                     "name": "Nicolas Grekas",
327                     "email": "[email protected]"
328                 },
329                 {
330                     "name": "Symfony Community",
331                     "homepage": "https://symfony.com/contributors"
332                 }
333             ],
334             "description": "Symfony polyfill for the Mbstring extension",
335             "homepage": "https://symfony.com",
336             "keywords": [
337                 "compatibility",
338                 "mbstring",
339                 "polyfill",
340                 "portable",
341                 "shim"
342             ],
343             "support": {
344                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
345             },
346             "funding": [
347                 {
348                     "url": "https://symfony.com/sponsor",
349                     "type": "custom"
350                 },
351                 {
352                     "url": "https://github.com/fabpot",
353                     "type": "github"
354                 },
355                 {
356                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
357                     "type": "tidelift"
358                 }
359             ],
360             "time": "2022-11-03T14:55:06+00:00"
361         },
362         {
363             "name": "symfony/polyfill-php80",
364             "version": "v1.27.0",
365             "source": {
366                 "type": "git",
367                 "url": "https://github.com/symfony/polyfill-php80.git",
368                 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
369             },
370             "dist": {
371                 "type": "zip",
372                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
373                 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
374                 "shasum": ""
375             },
376             "require": {
377                 "php": ">=7.1"
378             },
379             "type": "library",
380             "extra": {
381                 "branch-alias": {
382                     "dev-main": "1.27-dev"
383                 },
384                 "thanks": {
385                     "name": "symfony/polyfill",
386                     "url": "https://github.com/symfony/polyfill"
387                 }
388             },
389             "autoload": {
390                 "files": [
391                     "bootstrap.php"
392                 ],
393                 "psr-4": {
394                     "Symfony\\Polyfill\\Php80\\": ""
395                 },
396                 "classmap": [
397                     "Resources/stubs"
398                 ]
399             },
400             "notification-url": "https://packagist.org/downloads/",
401             "license": [
402                 "MIT"
403             ],
404             "authors": [
405                 {
406                     "name": "Ion Bazan",
407                     "email": "[email protected]"
408                 },
409                 {
410                     "name": "Nicolas Grekas",
411                     "email": "[email protected]"
412                 },
413                 {
414                     "name": "Symfony Community",
415                     "homepage": "https://symfony.com/contributors"
416                 }
417             ],
418             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
419             "homepage": "https://symfony.com",
420             "keywords": [
421                 "compatibility",
422                 "polyfill",
423                 "portable",
424                 "shim"
425             ],
426             "support": {
427                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
428             },
429             "funding": [
430                 {
431                     "url": "https://symfony.com/sponsor",
432                     "type": "custom"
433                 },
434                 {
435                     "url": "https://github.com/fabpot",
436                     "type": "github"
437                 },
438                 {
439                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
440                     "type": "tidelift"
441                 }
442             ],
443             "time": "2022-11-03T14:55:06+00:00"
444         },
445         {
446             "name": "vlucas/phpdotenv",
447             "version": "v5.5.0",
448             "source": {
449                 "type": "git",
450                 "url": "https://github.com/vlucas/phpdotenv.git",
451                 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
452             },
453             "dist": {
454                 "type": "zip",
455                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
456                 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
457                 "shasum": ""
458             },
459             "require": {
460                 "ext-pcre": "*",
461                 "graham-campbell/result-type": "^1.0.2",
462                 "php": "^7.1.3 || ^8.0",
463                 "phpoption/phpoption": "^1.8",
464                 "symfony/polyfill-ctype": "^1.23",
465                 "symfony/polyfill-mbstring": "^1.23.1",
466                 "symfony/polyfill-php80": "^1.23.1"
467             },
468             "require-dev": {
469                 "bamarni/composer-bin-plugin": "^1.4.1",
470                 "ext-filter": "*",
471                 "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
472             },
473             "suggest": {
474                 "ext-filter": "Required to use the boolean validator."
475             },
476             "type": "library",
477             "extra": {
478                 "bamarni-bin": {
479                     "bin-links": true,
480                     "forward-command": true
481                 },
482                 "branch-alias": {
483                     "dev-master": "5.5-dev"
484                 }
485             },
486             "autoload": {
487                 "psr-4": {
488                     "Dotenv\\": "src/"
489                 }
490             },
491             "notification-url": "https://packagist.org/downloads/",
492             "license": [
493                 "BSD-3-Clause"
494             ],
495             "authors": [
496                 {
497                     "name": "Graham Campbell",
498                     "email": "[email protected]",
499                     "homepage": "https://github.com/GrahamCampbell"
500                 },
501                 {
502                     "name": "Vance Lucas",
503                     "email": "[email protected]",
504                     "homepage": "https://github.com/vlucas"
505                 }
506             ],
507             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
508             "keywords": [
509                 "dotenv",
510                 "env",
511                 "environment"
512             ],
513             "support": {
514                 "issues": "https://github.com/vlucas/phpdotenv/issues",
515                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
516             },
517             "funding": [
518                 {
519                     "url": "https://github.com/GrahamCampbell",
520                     "type": "github"
521                 },
522                 {
523                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
524                     "type": "tidelift"
525                 }
526             ],
527             "time": "2022-10-16T01:01:54+00:00"
528         }
529     ],
530     "packages-dev": [],
531     "aliases": [],
532     "minimum-stability": "stable",
533     "stability-flags": [],
534     "prefer-stable": false,
535     "prefer-lowest": false,
536     "platform": [],
537     "platform-dev": [],
538     "platform-overrides": {
539         "php": "8.0.2"
540     },
541     "plugin-api-version": "2.3.0"
542 }