From 1681e6bf9458525ebd8811948df5b2ace1a61fd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 05:43:16 +0000 Subject: [PATCH] Update dependency php to ~8.2.0 || ~8.3.2 || ~8.4.0 | datasource | package | from | to | | ----------- | -------------------------- | ------ | ----- | | github-tags | containerbase/php-prebuild | 8.3.14 | 8.4.1 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cec0cb8d0..7d1915614 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Better Reflection - an improved code reflection API", "license": "MIT", "require": { - "php": "~8.2.0 || ~8.3.2", + "php": "~8.2.0 || ~8.3.2 || ~8.4.0", "ext-json": "*", "jetbrains/phpstorm-stubs": "2024.2", "nikic/php-parser": "^5.3.1"