From 95111c864c7f7234261cebe19fbd185118985f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20de=20Kat?= Date: Fri, 9 Aug 2024 15:21:51 +0100 Subject: [PATCH] Bumped min php version to 8.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 19dad80..5aa7952 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "keywords": ["laravel", "framework"], "license": "MIT", "require": { - "php": "^8.2", + "php": "^8.3", "inertiajs/inertia-laravel": "^1.0", "joelbutcher/socialstream": "^6.1", "laravel/framework": "^11.9",