From 20aff52477f7121708950d3c48918e9b2ba8f070 Mon Sep 17 00:00:00 2001 From: Julius Kiekbusch Date: Fri, 17 Jan 2025 12:09:26 +0100 Subject: [PATCH] Allow PHP 8.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 82abb0d..d6a444b 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^8.2", + "php": "^8.1", "illuminate/support": "^10.48.23|^11.35", "laravel/nova": "^5.0", "nesbot/carbon": "^2.62.1|^3.4",