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