From 635c03a1dd49fa44d1117e2f930142c9fb971b49 Mon Sep 17 00:00:00 2001 From: Alexander Reichardt Date: Mon, 10 Jun 2024 11:23:41 +0200 Subject: [PATCH] Laravel 10.37 supports also PHP 8.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a385f85..03e7c93 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": "^8.2", + "php": "^8.1", "illuminate/support": "^10.37|^11.0" }, "autoload": {