From 34764f6a6191ba276c9a4335b2f3586bdc03e7b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 08:53:12 +0000 Subject: [PATCH 1/2] Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 | datasource | package | from | to | | ----------- | -------------------------- | ------ | ----- | | github-tags | containerbase/php-prebuild | 8.2.14 | 8.3.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d3df524..d359060 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ } }, "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "laminas/laminas-permissions-acl": "^2.9", "mezzio/mezzio-authorization": "^1.2", "mezzio/mezzio-router": "^3.8", From 1dbb546a0f5796998ba814f6ed4f6db3a151fccb Mon Sep 17 00:00:00 2001 From: George Steel Date: Mon, 1 Jan 2024 21:34:33 +0000 Subject: [PATCH 2/2] Bump dev deps, refresh lock Signed-off-by: George Steel --- composer.json | 6 +++--- composer.lock | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index d359060..f118a53 100644 --- a/composer.json +++ b/composer.json @@ -43,10 +43,10 @@ }, "require-dev": { "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-servicemanager": "^3.20", - "phpunit/phpunit": "^10.1.1", + "laminas/laminas-servicemanager": "^3.22.1", + "phpunit/phpunit": "^10.5.5", "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.9" + "vimeo/psalm": "^5.18" }, "conflict": { "container-interop/container-interop": "<1.2.0", diff --git a/composer.lock b/composer.lock index ddd7c77..6020805 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": "17b9ebba66bd49622256aca7926b2f8e", + "content-hash": "c964df08fdc710470000be10780f1908", "packages": [ { "name": "fig/http-message-util", @@ -4710,7 +4710,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.1.0 || ~8.2.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" }, "platform-dev": [], "platform-overrides": {