From 570efbb502a9c78761a5ee6b5a2db61250f6f18c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 10:38:33 +0000 Subject: [PATCH] Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | containerbase/php-prebuild | 8.2.22 | 8.3.10 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bb66027..f19ab71 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ }, "prefer-stable": true, "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "ext-json": "*", "ext-pcntl": "*", "chimera/bus-tactician": "^1.0.x-dev",