From a8abbcaa094badfc35e2d9bb0bf8e1ae0c8b4b2d Mon Sep 17 00:00:00 2001 From: Vladimir Fishchenko Date: Wed, 17 Feb 2021 21:34:36 +0000 Subject: [PATCH] #31341 Update elasticsearch lib to ~7.11.0 to support PHP8 --- composer.json | 2 +- composer.lock | 48 +++++++++++++++++++++++++++++++++--------------- 2 files changed, 34 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 83863d1cca12c..0f22e1b5304ba 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "colinmollenhour/php-redis-session-abstract": "~1.4.0", "composer/composer": "^1.9 || ^2.0", "magento/magento-composer-installer": ">=0.1.11", - "elasticsearch/elasticsearch": "~7.7.0", + "elasticsearch/elasticsearch": "~7.11.0", "guzzlehttp/guzzle": "^6.3.3", "laminas/laminas-captcha": "^2.7.1", "laminas/laminas-code": "~3.4.1", diff --git a/composer.lock b/composer.lock index fcac88f57ca29..9297c426b8c12 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "67df124b58eb4b4739a5ce279b8890de", + "content-hash": "712f94ff0c6624d76a1eec4b7f6f7f55", "packages": [ { "name": "aws/aws-sdk-php", @@ -682,30 +682,32 @@ }, { "name": "elasticsearch/elasticsearch", - "version": "v7.7.0", + "version": "v7.11.0", "source": { "type": "git", "url": "https://github.com/elastic/elasticsearch-php.git", - "reference": "1d90a7ff4fb1936dc4376f09d723af75714f6f05" + "reference": "277cd5e182827c59c23e146a836a30470c0f879d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/1d90a7ff4fb1936dc4376f09d723af75714f6f05", - "reference": "1d90a7ff4fb1936dc4376f09d723af75714f6f05", + "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/277cd5e182827c59c23e146a836a30470c0f879d", + "reference": "277cd5e182827c59c23e146a836a30470c0f879d", "shasum": "" }, "require": { "ext-json": ">=1.3.7", "ezimuel/ringphp": "^1.1.2", - "php": "^7.1", + "php": "^7.1 || ^8.0", "psr/log": "~1.0" }, "require-dev": { - "cpliakas/git-wrapper": "~2.0", + "cpliakas/git-wrapper": "~2.0 || ~3.0", "doctrine/inflector": "^1.3", + "ext-yaml": "*", + "ext-zip": "*", "mockery/mockery": "^1.2", "phpstan/phpstan": "^0.12", - "phpunit/phpunit": "^7.5", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3", "squizlabs/php_codesniffer": "^3.4", "symfony/finder": "~4.0", "symfony/yaml": "~4.0" @@ -741,7 +743,7 @@ "elasticsearch", "search" ], - "time": "2020-05-13T15:19:26+00:00" + "time": "2021-02-11T11:04:51+00:00" }, { "name": "ezimuel/guzzlestreams", @@ -3764,11 +3766,13 @@ "Magento\\Composer\\": "src" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "OSL-3.0", "AFL-3.0" ], - "description": "Magento composer library helps to instantiate Composer application and run composer commands." + "description": "Magento composer library helps to instantiate Composer application and run composer commands.", + "time": "2020-06-15T17:52:31+00:00" }, { "name": "magento/magento-composer-installer", @@ -4805,11 +4809,6 @@ "MIT" ], "authors": [ - { - "name": "Ben Ramsey", - "email": "ben@benramsey.com", - "homepage": "https://benramsey.com" - }, { "name": "Marijn Huizendveld", "email": "marijn.huizendveld@gmail.com" @@ -4817,6 +4816,11 @@ { "name": "Thibaud Fabre", "email": "thibaud@aztech.io" + }, + { + "name": "Ben Ramsey", + "email": "ben@benramsey.com", + "homepage": "https://benramsey.com" } ], "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", @@ -7650,6 +7654,20 @@ "parser", "php" ], + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", + "type": "tidelift" + } + ], "time": "2020-05-25T17:44:05+00:00" }, {