From 9f5d5af26b72270f2468abc63495cb706a2c183e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 08:51:23 +0000 Subject: [PATCH] Update dependency php to ~8.2.9 | datasource | package | from | to | | ----------- | ----------- | ----- | ----- | | github-tags | php/php-src | 8.0.0 | 8.2.9 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4f0310bd..1985634c 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": "~8.0.0", + "php": "~8.2.9", "composer-runtime-api": "^2.1.0", "laminas/laminas-code": "^4.4.2", "webimpress/safe-writer": "^2.2.0"