From 67092b28cadb59b5db3175da687c50867e9289dc Mon Sep 17 00:00:00 2001 From: root Date: Tue, 14 Jul 2026 11:29:49 +0300 Subject: [PATCH 1/3] Issue #93: Bump php to 8.5.0 Signed-off-by: root --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d4f5bd2..ae8b25c 100644 --- a/composer.json +++ b/composer.json @@ -43,10 +43,10 @@ } }, "require": { - "php": "~8.2.0 || ~8.3.0 || ~8.4.0", + "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", "dotkernel/dot-cli": "^3.11.1", "dotkernel/dot-dependency-injection": "^1.2", - "dotkernel/dot-errorhandler": "4.2.1", + "dotkernel/dot-errorhandler": "4.4.2", "laminas/laminas-component-installer": "^3.5", "laminas/laminas-config-aggregator": "^1.18", "mezzio/mezzio": "^3.20", From bca31800003937faafe25960280a07d9d3b632e0 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 14 Jul 2026 11:58:02 +0300 Subject: [PATCH 2/3] fix ci apt update failure Signed-off-by: root --- .laminas-ci/pre-install.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 .laminas-ci/pre-install.sh diff --git a/.laminas-ci/pre-install.sh b/.laminas-ci/pre-install.sh new file mode 100644 index 0000000..d9deb72 --- /dev/null +++ b/.laminas-ci/pre-install.sh @@ -0,0 +1 @@ +apt-get update --allow-releaseinfo-change || true From acd0976f94b419f210339e88bb2a14a37fbaf507 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 14 Jul 2026 12:05:56 +0300 Subject: [PATCH 3/3] revert pre-install file Signed-off-by: root --- .laminas-ci/pre-install.sh | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .laminas-ci/pre-install.sh diff --git a/.laminas-ci/pre-install.sh b/.laminas-ci/pre-install.sh deleted file mode 100644 index d9deb72..0000000 --- a/.laminas-ci/pre-install.sh +++ /dev/null @@ -1 +0,0 @@ -apt-get update --allow-releaseinfo-change || true