From 3f6de38d29c70ed969a9fa647f3e737a1464aa8f Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Fri, 15 Mar 2024 20:27:42 +0100 Subject: [PATCH] Bump PHP Version to 8.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 477cc13..0d1c1f4 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": "^8.0", + "php": "^8.2", "ext-json": "*", "illuminate/console": "^11.0", "illuminate/support": "^11.0",