insatll elastic php with composer

This commit is contained in:
Gilles Mouchet 2025-02-07 21:07:27 +01:00
parent 5b41b636c1
commit eb5c378cd0
2 changed files with 11 additions and 11 deletions

View File

@ -5,6 +5,6 @@
} }
}, },
"require": { "require": {
"elasticsearch/elasticsearch": "^8.13" "elasticsearch/elasticsearch": "^8.14"
} }
} }

20
src/composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "56a8f0b49795e6a4e319b9bce9722c3b", "content-hash": "ac7a2936f84522c410112a602b2a8989",
"packages": [ "packages": [
{ {
"name": "elastic/transport", "name": "elastic/transport",
@ -63,16 +63,16 @@
}, },
{ {
"name": "elasticsearch/elasticsearch", "name": "elasticsearch/elasticsearch",
"version": "v8.13.0", "version": "v8.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/elastic/elasticsearch-php.git", "url": "https://github.com/elastic/elasticsearch-php.git",
"reference": "221723e9497515ec82833995a97c8546d9b6499a" "reference": "bff3c3e2402f6a20449404637f91a5ae214eff46"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/221723e9497515ec82833995a97c8546d9b6499a", "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/bff3c3e2402f6a20449404637f91a5ae214eff46",
"reference": "221723e9497515ec82833995a97c8546d9b6499a", "reference": "bff3c3e2402f6a20449404637f91a5ae214eff46",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -115,9 +115,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/elastic/elasticsearch-php/issues", "issues": "https://github.com/elastic/elasticsearch-php/issues",
"source": "https://github.com/elastic/elasticsearch-php/tree/v8.13.0" "source": "https://github.com/elastic/elasticsearch-php/tree/v8.14.0"
}, },
"time": "2024-03-27T15:09:06+00:00" "time": "2024-06-12T19:58:31+00:00"
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
@ -957,10 +957,10 @@
"packages-dev": [], "packages-dev": [],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": [], "stability-flags": {},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": {},
"platform-dev": [], "platform-dev": {},
"plugin-api-version": "2.6.0" "plugin-api-version": "2.6.0"
} }