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": "a68c408bee7b7d176b10f9acf945557c", 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": "76c090601691373fb0aa48903c2a1faa6598eed8" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/76c090601691373fb0aa48903c2a1faa6598eed8", 20 "reference": "76c090601691373fb0aa48903c2a1faa6598eed8", 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": "2022-10-06T13:27:43+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.1", 127 "source": { 128 "type": "git", 129 "url": "https://github.com/ezimuel/ringphp.git", 130 "reference": "8d00384f9e5c04713ef8448adf47824265791b50" 131 }, 132 "dist": { 133 "type": "zip", 134 "url": "https://api.github.com/repos/ezimuel/ringphp/zipball/8d00384f9e5c04713ef8448adf47824265791b50", 135 "reference": "8d00384f9e5c04713ef8448adf47824265791b50", 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.1" 178 }, 179 "time": "2022-10-25T12:54:22+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": "4849c2e8618cce09dbe15d5b534b51137bd6d477" 250 }, 251 "dist": { 252 "type": "zip", 253 "url": "https://api.github.com/repos/patrickschur/language-detection/zipball/4849c2e8618cce09dbe15d5b534b51137bd6d477", 254 "reference": "4849c2e8618cce09dbe15d5b534b51137bd6d477", 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.2.0" 292 }, 293 "time": "2022-03-01T22:22:41+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": "d47bd60659fa7ce58f4a7ec3ea959c05326ef7fa" 352 }, 353 "dist": { 354 "type": "zip", 355 "url": "https://api.github.com/repos/reactphp/promise/zipball/d47bd60659fa7ce58f4a7ec3ea959c05326ef7fa", 356 "reference": "d47bd60659fa7ce58f4a7ec3ea959c05326ef7fa", 357 "shasum": "" 358 }, 359 "require": { 360 "php": ">=5.4.0" 361 }, 362 "require-dev": { 363 "phpunit/phpunit": "^9.5 || ^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/2.x" 408 }, 409 "funding": [ 410 { 411 "url": "https://github.com/WyriHaximus", 412 "type": "github" 413 }, 414 { 415 "url": "https://github.com/clue", 416 "type": "github" 417 } 418 ], 419 "time": "2022-10-31T09:13:55+00:00" 420 }, 421 { 422 "name": "ruflin/elastica", 423 "version": "dev-master", 424 "source": { 425 "type": "git", 426 "url": "https://github.com/ruflin/Elastica.git", 427 "reference": "5fc25a4966b48ae9a631e345b167c867250a43c7" 428 }, 429 "dist": { 430 "type": "zip", 431 "url": "https://api.github.com/repos/ruflin/Elastica/zipball/5fc25a4966b48ae9a631e345b167c867250a43c7", 432 "reference": "5fc25a4966b48ae9a631e345b167c867250a43c7", 433 "shasum": "" 434 }, 435 "require": { 436 "elasticsearch/elasticsearch": "^7.10", 437 "ext-json": "*", 438 "nyholm/dsn": "^2.0.0", 439 "php": "^7.2 || ^8.0", 440 "psr/log": "^1.0 || ^2.0 || ^3.0", 441 "symfony/deprecation-contracts": "^2.2 || ^3.0", 442 "symfony/polyfill-php73": "^1.19" 443 }, 444 "require-dev": { 445 "aws/aws-sdk-php": "^3.155", 446 "guzzlehttp/guzzle": "^6.3 || ^7.2", 447 "phpstan/phpstan": "^1.5", 448 "phpstan/phpstan-phpunit": "^1.1", 449 "phpunit/phpunit": "^8.5.8 || ^9.4", 450 "symfony/phpunit-bridge": "^6.0" 451 }, 452 "suggest": { 453 "aws/aws-sdk-php": "Allow using IAM authentication with Amazon ElasticSearch Service", 454 "guzzlehttp/guzzle": "Allow using guzzle as transport", 455 "monolog/monolog": "Logging request" 456 }, 457 "default-branch": true, 458 "type": "library", 459 "extra": { 460 "branch-alias": { 461 "dev-master": "7.0.x-dev" 462 } 463 }, 464 "autoload": { 465 "psr-4": { 466 "Elastica\\": "src/" 467 } 468 }, 469 "notification-url": "https://packagist.org/downloads/", 470 "license": [ 471 "MIT" 472 ], 473 "authors": [ 474 { 475 "name": "Nicolas Ruflin", 476 "homepage": "http://ruflin.com/" 477 } 478 ], 479 "description": "Elasticsearch Client", 480 "homepage": "http://elastica.io/", 481 "keywords": [ 482 "client", 483 "search" 484 ], 485 "support": { 486 "issues": "https://github.com/ruflin/Elastica/issues", 487 "source": "https://github.com/ruflin/Elastica/tree/master" 488 }, 489 "time": "2022-10-11T06:53:58+00:00" 490 }, 491 { 492 "name": "symfony/deprecation-contracts", 493 "version": "2.5.x-dev", 494 "source": { 495 "type": "git", 496 "url": "https://github.com/symfony/deprecation-contracts.git", 497 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" 498 }, 499 "dist": { 500 "type": "zip", 501 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", 502 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", 503 "shasum": "" 504 }, 505 "require": { 506 "php": ">=7.1" 507 }, 508 "type": "library", 509 "extra": { 510 "branch-alias": { 511 "dev-main": "2.5-dev" 512 }, 513 "thanks": { 514 "name": "symfony/contracts", 515 "url": "https://github.com/symfony/contracts" 516 } 517 }, 518 "autoload": { 519 "files": [ 520 "function.php" 521 ] 522 }, 523 "notification-url": "https://packagist.org/downloads/", 524 "license": [ 525 "MIT" 526 ], 527 "authors": [ 528 { 529 "name": "Nicolas Grekas", 530 "email": "p@tchwork.com" 531 }, 532 { 533 "name": "Symfony Community", 534 "homepage": "https://symfony.com/contributors" 535 } 536 ], 537 "description": "A generic function and convention to trigger deprecation notices", 538 "homepage": "https://symfony.com", 539 "support": { 540 "source": "https://github.com/symfony/deprecation-contracts/tree/2.5" 541 }, 542 "funding": [ 543 { 544 "url": "https://symfony.com/sponsor", 545 "type": "custom" 546 }, 547 { 548 "url": "https://github.com/fabpot", 549 "type": "github" 550 }, 551 { 552 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 553 "type": "tidelift" 554 } 555 ], 556 "time": "2022-01-02T09:53:40+00:00" 557 }, 558 { 559 "name": "symfony/polyfill-php73", 560 "version": "dev-main", 561 "source": { 562 "type": "git", 563 "url": "https://github.com/symfony/polyfill-php73.git", 564 "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85" 565 }, 566 "dist": { 567 "type": "zip", 568 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85", 569 "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85", 570 "shasum": "" 571 }, 572 "require": { 573 "php": ">=7.1" 574 }, 575 "default-branch": true, 576 "type": "library", 577 "extra": { 578 "branch-alias": { 579 "dev-main": "1.26-dev" 580 }, 581 "thanks": { 582 "name": "symfony/polyfill", 583 "url": "https://github.com/symfony/polyfill" 584 } 585 }, 586 "autoload": { 587 "files": [ 588 "bootstrap.php" 589 ], 590 "psr-4": { 591 "Symfony\\Polyfill\\Php73\\": "" 592 }, 593 "classmap": [ 594 "Resources/stubs" 595 ] 596 }, 597 "notification-url": "https://packagist.org/downloads/", 598 "license": [ 599 "MIT" 600 ], 601 "authors": [ 602 { 603 "name": "Nicolas Grekas", 604 "email": "p@tchwork.com" 605 }, 606 { 607 "name": "Symfony Community", 608 "homepage": "https://symfony.com/contributors" 609 } 610 ], 611 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", 612 "homepage": "https://symfony.com", 613 "keywords": [ 614 "compatibility", 615 "polyfill", 616 "portable", 617 "shim" 618 ], 619 "support": { 620 "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0" 621 }, 622 "funding": [ 623 { 624 "url": "https://symfony.com/sponsor", 625 "type": "custom" 626 }, 627 { 628 "url": "https://github.com/fabpot", 629 "type": "github" 630 }, 631 { 632 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 633 "type": "tidelift" 634 } 635 ], 636 "time": "2022-05-24T11:49:31+00:00" 637 } 638 ], 639 "packages-dev": [], 640 "aliases": [], 641 "minimum-stability": "dev", 642 "stability-flags": { 643 "ruflin/elastica": 20, 644 "patrickschur/language-detection": 20 645 }, 646 "prefer-stable": false, 647 "prefer-lowest": false, 648 "platform": [], 649 "platform-dev": [], 650 "platform-overrides": { 651 "php": "7.4" 652 }, 653 "plugin-api-version": "2.3.0" 654} 655