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": "2c17d9bad25eb3594c8969d1990eb607",
8    "packages": [
9        {
10            "name": "elasticsearch/elasticsearch",
11            "version": "7.x-dev",
12            "source": {
13                "type": "git",
14                "url": "git@github.com:elastic/elasticsearch-php.git",
15                "reference": "c078ccb082f4cdfb3ef81971a8ca6afb9844d6ce"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/c078ccb082f4cdfb3ef81971a8ca6afb9844d6ce",
20                "reference": "c078ccb082f4cdfb3ef81971a8ca6afb9844d6ce",
21                "shasum": ""
22            },
23            "require": {
24                "ext-json": ">=1.3.7",
25                "ezimuel/ringphp": "^1.1.2",
26                "php": "^7.3 || ^8.0",
27                "psr/log": "^1|^2"
28            },
29            "require-dev": {
30                "ext-yaml": "*",
31                "ext-zip": "*",
32                "mockery/mockery": "^1.2",
33                "phpstan/phpstan": "^0.12",
34                "phpunit/phpunit": "^9.3",
35                "squizlabs/php_codesniffer": "^3.4",
36                "symfony/finder": "~4.0"
37            },
38            "suggest": {
39                "ext-curl": "*",
40                "monolog/monolog": "Allows for client-level logging and tracing"
41            },
42            "type": "library",
43            "autoload": {
44                "files": [
45                    "src/autoload.php"
46                ],
47                "psr-4": {
48                    "Elasticsearch\\": "src/Elasticsearch/"
49                }
50            },
51            "notification-url": "https://packagist.org/downloads/",
52            "license": [
53                "Apache-2.0"
54            ],
55            "authors": [
56                {
57                    "name": "Zachary Tong"
58                },
59                {
60                    "name": "Enrico Zimuel"
61                }
62            ],
63            "description": "PHP Client for Elasticsearch",
64            "keywords": [
65                "client",
66                "elasticsearch",
67                "search"
68            ],
69            "time": "2023-02-13T08:11:52+00:00"
70        },
71        {
72            "name": "ezimuel/guzzlestreams",
73            "version": "3.1.0",
74            "source": {
75                "type": "git",
76                "url": "https://github.com/ezimuel/guzzlestreams.git",
77                "reference": "b4b5a025dfee70d6cd34c780e07330eb93d5b997"
78            },
79            "dist": {
80                "type": "zip",
81                "url": "https://api.github.com/repos/ezimuel/guzzlestreams/zipball/b4b5a025dfee70d6cd34c780e07330eb93d5b997",
82                "reference": "b4b5a025dfee70d6cd34c780e07330eb93d5b997",
83                "shasum": ""
84            },
85            "require": {
86                "php": ">=5.4.0"
87            },
88            "require-dev": {
89                "phpunit/phpunit": "~9.0"
90            },
91            "type": "library",
92            "extra": {
93                "branch-alias": {
94                    "dev-master": "3.0-dev"
95                }
96            },
97            "autoload": {
98                "psr-4": {
99                    "GuzzleHttp\\Stream\\": "src/"
100                }
101            },
102            "notification-url": "https://packagist.org/downloads/",
103            "license": [
104                "MIT"
105            ],
106            "authors": [
107                {
108                    "name": "Michael Dowling",
109                    "email": "mtdowling@gmail.com",
110                    "homepage": "https://github.com/mtdowling"
111                }
112            ],
113            "description": "Fork of guzzle/streams (abandoned) to be used with elasticsearch-php",
114            "homepage": "http://guzzlephp.org/",
115            "keywords": [
116                "Guzzle",
117                "stream"
118            ],
119            "support": {
120                "source": "https://github.com/ezimuel/guzzlestreams/tree/3.1.0"
121            },
122            "time": "2022-10-24T12:58:50+00:00"
123        },
124        {
125            "name": "ezimuel/ringphp",
126            "version": "1.2.2",
127            "source": {
128                "type": "git",
129                "url": "https://github.com/ezimuel/ringphp.git",
130                "reference": "7887fc8488013065f72f977dcb281994f5fde9f4"
131            },
132            "dist": {
133                "type": "zip",
134                "url": "https://api.github.com/repos/ezimuel/ringphp/zipball/7887fc8488013065f72f977dcb281994f5fde9f4",
135                "reference": "7887fc8488013065f72f977dcb281994f5fde9f4",
136                "shasum": ""
137            },
138            "require": {
139                "ezimuel/guzzlestreams": "^3.0.1",
140                "php": ">=5.4.0",
141                "react/promise": "~2.0"
142            },
143            "replace": {
144                "guzzlehttp/ringphp": "self.version"
145            },
146            "require-dev": {
147                "ext-curl": "*",
148                "phpunit/phpunit": "~9.0"
149            },
150            "suggest": {
151                "ext-curl": "Guzzle will use specific adapters if cURL is present"
152            },
153            "type": "library",
154            "extra": {
155                "branch-alias": {
156                    "dev-master": "1.1-dev"
157                }
158            },
159            "autoload": {
160                "psr-4": {
161                    "GuzzleHttp\\Ring\\": "src/"
162                }
163            },
164            "notification-url": "https://packagist.org/downloads/",
165            "license": [
166                "MIT"
167            ],
168            "authors": [
169                {
170                    "name": "Michael Dowling",
171                    "email": "mtdowling@gmail.com",
172                    "homepage": "https://github.com/mtdowling"
173                }
174            ],
175            "description": "Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php",
176            "support": {
177                "source": "https://github.com/ezimuel/ringphp/tree/1.2.2"
178            },
179            "time": "2022-12-07T11:28:53+00:00"
180        },
181        {
182            "name": "nyholm/dsn",
183            "version": "dev-master",
184            "source": {
185                "type": "git",
186                "url": "https://github.com/Nyholm/dsn.git",
187                "reference": "9445621b426bac8c0ca161db8cd700da00a4e618"
188            },
189            "dist": {
190                "type": "zip",
191                "url": "https://api.github.com/repos/Nyholm/dsn/zipball/9445621b426bac8c0ca161db8cd700da00a4e618",
192                "reference": "9445621b426bac8c0ca161db8cd700da00a4e618",
193                "shasum": ""
194            },
195            "require": {
196                "php": ">=7.1"
197            },
198            "require-dev": {
199                "symfony/phpunit-bridge": "^5.1"
200            },
201            "default-branch": true,
202            "type": "library",
203            "extra": {
204                "branch-alias": {
205                    "dev-master": "2.0-dev"
206                }
207            },
208            "autoload": {
209                "psr-4": {
210                    "Nyholm\\Dsn\\": "src/"
211                }
212            },
213            "notification-url": "https://packagist.org/downloads/",
214            "license": [
215                "MIT"
216            ],
217            "authors": [
218                {
219                    "name": "Tobias Nyholm",
220                    "email": "tobias.nyholm@gmail.com"
221                }
222            ],
223            "description": "Parse your DSN strings in a powerful and flexible way",
224            "homepage": "http://tnyholm.se",
225            "keywords": [
226                "database",
227                "dsn",
228                "dsn parser",
229                "parser"
230            ],
231            "support": {
232                "issues": "https://github.com/Nyholm/dsn/issues",
233                "source": "https://github.com/Nyholm/dsn/tree/2.0.1"
234            },
235            "funding": [
236                {
237                    "url": "https://github.com/Nyholm",
238                    "type": "github"
239                }
240            ],
241            "time": "2021-11-18T09:23:29+00:00"
242        },
243        {
244            "name": "patrickschur/language-detection",
245            "version": "dev-master",
246            "source": {
247                "type": "git",
248                "url": "https://github.com/patrickschur/language-detection.git",
249                "reference": "b8da335336c09fa6814fe0ca0d6d506c357cd7b9"
250            },
251            "dist": {
252                "type": "zip",
253                "url": "https://api.github.com/repos/patrickschur/language-detection/zipball/b8da335336c09fa6814fe0ca0d6d506c357cd7b9",
254                "reference": "b8da335336c09fa6814fe0ca0d6d506c357cd7b9",
255                "shasum": ""
256            },
257            "require": {
258                "ext-json": "*",
259                "ext-mbstring": "*",
260                "php": "^7.4 || ^8.0"
261            },
262            "require-dev": {
263                "phpunit/phpunit": "^9.5.0"
264            },
265            "default-branch": true,
266            "type": "library",
267            "autoload": {
268                "psr-4": {
269                    "LanguageDetection\\": "src/LanguageDetection"
270                }
271            },
272            "notification-url": "https://packagist.org/downloads/",
273            "license": [
274                "MIT"
275            ],
276            "authors": [
277                {
278                    "name": "Patrick Schur",
279                    "email": "patrick_schur@outlook.de"
280                }
281            ],
282            "description": "A language detection library for PHP. Detects the language from a given text string.",
283            "homepage": "https://github.com/patrickschur/language-detection",
284            "keywords": [
285                "detect",
286                "detection",
287                "language"
288            ],
289            "support": {
290                "issues": "https://github.com/patrickschur/language-detection/issues",
291                "source": "https://github.com/patrickschur/language-detection/tree/v5.3.0"
292            },
293            "time": "2023-08-18T22:46:39+00:00"
294        },
295        {
296            "name": "psr/log",
297            "version": "1.1.4",
298            "source": {
299                "type": "git",
300                "url": "https://github.com/php-fig/log.git",
301                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
302            },
303            "dist": {
304                "type": "zip",
305                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
306                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
307                "shasum": ""
308            },
309            "require": {
310                "php": ">=5.3.0"
311            },
312            "type": "library",
313            "extra": {
314                "branch-alias": {
315                    "dev-master": "1.1.x-dev"
316                }
317            },
318            "autoload": {
319                "psr-4": {
320                    "Psr\\Log\\": "Psr/Log/"
321                }
322            },
323            "notification-url": "https://packagist.org/downloads/",
324            "license": [
325                "MIT"
326            ],
327            "authors": [
328                {
329                    "name": "PHP-FIG",
330                    "homepage": "https://www.php-fig.org/"
331                }
332            ],
333            "description": "Common interface for logging libraries",
334            "homepage": "https://github.com/php-fig/log",
335            "keywords": [
336                "log",
337                "psr",
338                "psr-3"
339            ],
340            "support": {
341                "source": "https://github.com/php-fig/log/tree/1.1.4"
342            },
343            "time": "2021-05-03T11:20:27+00:00"
344        },
345        {
346            "name": "react/promise",
347            "version": "2.x-dev",
348            "source": {
349                "type": "git",
350                "url": "https://github.com/reactphp/promise.git",
351                "reference": "1a8460931ea36dc5c76838fec5734d55c88c6831"
352            },
353            "dist": {
354                "type": "zip",
355                "url": "https://api.github.com/repos/reactphp/promise/zipball/1a8460931ea36dc5c76838fec5734d55c88c6831",
356                "reference": "1a8460931ea36dc5c76838fec5734d55c88c6831",
357                "shasum": ""
358            },
359            "require": {
360                "php": ">=5.4.0"
361            },
362            "require-dev": {
363                "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
364            },
365            "type": "library",
366            "autoload": {
367                "files": [
368                    "src/functions_include.php"
369                ],
370                "psr-4": {
371                    "React\\Promise\\": "src/"
372                }
373            },
374            "notification-url": "https://packagist.org/downloads/",
375            "license": [
376                "MIT"
377            ],
378            "authors": [
379                {
380                    "name": "Jan Sorgalla",
381                    "email": "jsorgalla@gmail.com",
382                    "homepage": "https://sorgalla.com/"
383                },
384                {
385                    "name": "Christian Lück",
386                    "email": "christian@clue.engineering",
387                    "homepage": "https://clue.engineering/"
388                },
389                {
390                    "name": "Cees-Jan Kiewiet",
391                    "email": "reactphp@ceesjankiewiet.nl",
392                    "homepage": "https://wyrihaximus.net/"
393                },
394                {
395                    "name": "Chris Boden",
396                    "email": "cboden@gmail.com",
397                    "homepage": "https://cboden.dev/"
398                }
399            ],
400            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
401            "keywords": [
402                "promise",
403                "promises"
404            ],
405            "support": {
406                "issues": "https://github.com/reactphp/promise/issues",
407                "source": "https://github.com/reactphp/promise/tree/v2.11.0"
408            },
409            "funding": [
410                {
411                    "url": "https://opencollective.com/reactphp",
412                    "type": "open_collective"
413                }
414            ],
415            "time": "2023-11-16T16:16:50+00:00"
416        },
417        {
418            "name": "ruflin/elastica",
419            "version": "7.x-dev",
420            "source": {
421                "type": "git",
422                "url": "https://github.com/ruflin/Elastica.git",
423                "reference": "df80484afae2bfa14126eb06172278726c8bd6be"
424            },
425            "dist": {
426                "type": "zip",
427                "url": "https://api.github.com/repos/ruflin/Elastica/zipball/df80484afae2bfa14126eb06172278726c8bd6be",
428                "reference": "df80484afae2bfa14126eb06172278726c8bd6be",
429                "shasum": ""
430            },
431            "require": {
432                "elasticsearch/elasticsearch": "^7.10",
433                "ext-json": "*",
434                "nyholm/dsn": "^2.0.0",
435                "php": "^7.2 || ^8.0",
436                "psr/log": "^1.0 || ^2.0 || ^3.0",
437                "symfony/deprecation-contracts": "^2.2 || ^3.0",
438                "symfony/polyfill-php73": "^1.19"
439            },
440            "require-dev": {
441                "aws/aws-sdk-php": "^3.155",
442                "guzzlehttp/guzzle": "^6.3 || ^7.2",
443                "phpstan/phpstan": "^1.5",
444                "phpstan/phpstan-phpunit": "^1.1",
445                "phpunit/phpunit": "^8.5.8 || ^9.4",
446                "symfony/phpunit-bridge": "^6.0"
447            },
448            "suggest": {
449                "aws/aws-sdk-php": "Allow using IAM authentication with Amazon ElasticSearch Service",
450                "guzzlehttp/guzzle": "Allow using guzzle as transport",
451                "monolog/monolog": "Logging request"
452            },
453            "type": "library",
454            "extra": {
455                "branch-alias": {
456                    "dev-master": "7.0.x-dev"
457                }
458            },
459            "autoload": {
460                "psr-4": {
461                    "Elastica\\": "src/"
462                }
463            },
464            "notification-url": "https://packagist.org/downloads/",
465            "license": [
466                "MIT"
467            ],
468            "authors": [
469                {
470                    "name": "Nicolas Ruflin",
471                    "homepage": "http://ruflin.com/"
472                }
473            ],
474            "description": "Elasticsearch Client",
475            "homepage": "http://elastica.io/",
476            "keywords": [
477                "client",
478                "search"
479            ],
480            "support": {
481                "issues": "https://github.com/ruflin/Elastica/issues",
482                "source": "https://github.com/ruflin/Elastica/tree/7.x"
483            },
484            "time": "2023-06-18T06:14:45+00:00"
485        },
486        {
487            "name": "symfony/deprecation-contracts",
488            "version": "2.5.x-dev",
489            "source": {
490                "type": "git",
491                "url": "https://github.com/symfony/deprecation-contracts.git",
492                "reference": "80d075412b557d41002320b96a096ca65aa2c98d"
493            },
494            "dist": {
495                "type": "zip",
496                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d",
497                "reference": "80d075412b557d41002320b96a096ca65aa2c98d",
498                "shasum": ""
499            },
500            "require": {
501                "php": ">=7.1"
502            },
503            "type": "library",
504            "extra": {
505                "branch-alias": {
506                    "dev-main": "2.5-dev"
507                },
508                "thanks": {
509                    "name": "symfony/contracts",
510                    "url": "https://github.com/symfony/contracts"
511                }
512            },
513            "autoload": {
514                "files": [
515                    "function.php"
516                ]
517            },
518            "notification-url": "https://packagist.org/downloads/",
519            "license": [
520                "MIT"
521            ],
522            "authors": [
523                {
524                    "name": "Nicolas Grekas",
525                    "email": "p@tchwork.com"
526                },
527                {
528                    "name": "Symfony Community",
529                    "homepage": "https://symfony.com/contributors"
530                }
531            ],
532            "description": "A generic function and convention to trigger deprecation notices",
533            "homepage": "https://symfony.com",
534            "support": {
535                "source": "https://github.com/symfony/deprecation-contracts/tree/2.5"
536            },
537            "funding": [
538                {
539                    "url": "https://symfony.com/sponsor",
540                    "type": "custom"
541                },
542                {
543                    "url": "https://github.com/fabpot",
544                    "type": "github"
545                },
546                {
547                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
548                    "type": "tidelift"
549                }
550            ],
551            "time": "2023-01-24T14:02:46+00:00"
552        },
553        {
554            "name": "symfony/polyfill-php73",
555            "version": "1.x-dev",
556            "source": {
557                "type": "git",
558                "url": "https://github.com/symfony/polyfill-php73.git",
559                "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5"
560            },
561            "dist": {
562                "type": "zip",
563                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5",
564                "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5",
565                "shasum": ""
566            },
567            "require": {
568                "php": ">=7.1"
569            },
570            "default-branch": true,
571            "type": "library",
572            "extra": {
573                "branch-alias": {
574                    "dev-main": "1.28-dev"
575                },
576                "thanks": {
577                    "name": "symfony/polyfill",
578                    "url": "https://github.com/symfony/polyfill"
579                }
580            },
581            "autoload": {
582                "files": [
583                    "bootstrap.php"
584                ],
585                "psr-4": {
586                    "Symfony\\Polyfill\\Php73\\": ""
587                },
588                "classmap": [
589                    "Resources/stubs"
590                ]
591            },
592            "notification-url": "https://packagist.org/downloads/",
593            "license": [
594                "MIT"
595            ],
596            "authors": [
597                {
598                    "name": "Nicolas Grekas",
599                    "email": "p@tchwork.com"
600                },
601                {
602                    "name": "Symfony Community",
603                    "homepage": "https://symfony.com/contributors"
604                }
605            ],
606            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
607            "homepage": "https://symfony.com",
608            "keywords": [
609                "compatibility",
610                "polyfill",
611                "portable",
612                "shim"
613            ],
614            "support": {
615                "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0"
616            },
617            "funding": [
618                {
619                    "url": "https://symfony.com/sponsor",
620                    "type": "custom"
621                },
622                {
623                    "url": "https://github.com/fabpot",
624                    "type": "github"
625                },
626                {
627                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
628                    "type": "tidelift"
629                }
630            ],
631            "time": "2023-01-26T09:26:14+00:00"
632        }
633    ],
634    "packages-dev": [],
635    "aliases": [],
636    "minimum-stability": "dev",
637    "stability-flags": {
638        "patrickschur/language-detection": 20
639    },
640    "prefer-stable": false,
641    "prefer-lowest": false,
642    "platform": [],
643    "platform-dev": [],
644    "platform-overrides": {
645        "php": "7.4"
646    },
647    "plugin-api-version": "2.6.0"
648}
649