Skip to content

Commit 1d78718

Browse files
BAP-23255: Add support of Elasticsearch 9.* (#43761)
- upgraded the ElasticSearch composer package
1 parent 8fbba10 commit 1d78718

File tree

2 files changed

+91
-89
lines changed

2 files changed

+91
-89
lines changed

dev.lock

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3896,16 +3896,16 @@
38963896
},
38973897
{
38983898
"name": "laminas/laminas-validator",
3899-
"version": "3.14.0",
3899+
"version": "3.15.0",
39003900
"source": {
39013901
"type": "git",
39023902
"url": "https://github.com/laminas/laminas-validator.git",
3903-
"reference": "49d6ff775949991d402174c6b6741c6b4c2d7209"
3903+
"reference": "9e4ce57074ae4b9b6c03610fd30560c4aefa1a9c"
39043904
},
39053905
"dist": {
39063906
"type": "zip",
3907-
"url": "https://api.github.com/repos/laminas/laminas-validator/zipball/49d6ff775949991d402174c6b6741c6b4c2d7209",
3908-
"reference": "49d6ff775949991d402174c6b6741c6b4c2d7209",
3907+
"url": "https://api.github.com/repos/laminas/laminas-validator/zipball/9e4ce57074ae4b9b6c03610fd30560c4aefa1a9c",
3908+
"reference": "9e4ce57074ae4b9b6c03610fd30560c4aefa1a9c",
39093909
"shasum": ""
39103910
},
39113911
"require": {
@@ -3969,7 +3969,7 @@
39693969
"type": "community_bridge"
39703970
}
39713971
],
3972-
"time": "2026-02-09T05:14:02+00:00"
3972+
"time": "2026-02-16T08:59:56+00:00"
39733973
},
39743974
{
39753975
"name": "lcobucci/clock",
@@ -5208,16 +5208,16 @@
52085208
},
52095209
{
52105210
"name": "nette/utils",
5211-
"version": "v4.1.2",
5211+
"version": "v4.1.3",
52125212
"source": {
52135213
"type": "git",
52145214
"url": "https://github.com/nette/utils.git",
5215-
"reference": "f76b5dc3d6c6d3043c8d937df2698515b99cbaf5"
5215+
"reference": "bb3ea637e3d131d72acc033cfc2746ee893349fe"
52165216
},
52175217
"dist": {
52185218
"type": "zip",
5219-
"url": "https://api.github.com/repos/nette/utils/zipball/f76b5dc3d6c6d3043c8d937df2698515b99cbaf5",
5220-
"reference": "f76b5dc3d6c6d3043c8d937df2698515b99cbaf5",
5219+
"url": "https://api.github.com/repos/nette/utils/zipball/bb3ea637e3d131d72acc033cfc2746ee893349fe",
5220+
"reference": "bb3ea637e3d131d72acc033cfc2746ee893349fe",
52215221
"shasum": ""
52225222
},
52235223
"require": {
@@ -5229,8 +5229,10 @@
52295229
},
52305230
"require-dev": {
52315231
"jetbrains/phpstorm-attributes": "^1.2",
5232+
"nette/phpstan-rules": "^1.0",
52325233
"nette/tester": "^2.5",
5233-
"phpstan/phpstan": "^2.0@stable",
5234+
"phpstan/extension-installer": "^1.4@stable",
5235+
"phpstan/phpstan": "^2.1@stable",
52345236
"tracy/tracy": "^2.9"
52355237
},
52365238
"suggest": {
@@ -5291,9 +5293,9 @@
52915293
],
52925294
"support": {
52935295
"issues": "https://github.com/nette/utils/issues",
5294-
"source": "https://github.com/nette/utils/tree/v4.1.2"
5296+
"source": "https://github.com/nette/utils/tree/v4.1.3"
52955297
},
5296-
"time": "2026-02-03T17:21:09+00:00"
5298+
"time": "2026-02-13T03:05:33+00:00"
52975299
},
52985300
{
52995301
"name": "nikic/php-parser",

0 commit comments

Comments
 (0)