From 32a128d65750b178e3ed32c70d42ab57dca860c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 4 Jan 2023 03:08:56 +0100 Subject: [PATCH] lower required php version back to 8.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0cfe3984..098b1cc4 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": "^8.2", + "php": "^8.1", "ext-json": "*", "illuminate/support": "^9.0", "spatie/ignition": "^1.4",