From 6cfee15a924f845ae28090a700f07769b5767157 Mon Sep 17 00:00:00 2001 From: skycel Date: Tue, 25 Feb 2025 19:19:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20-=20Fix=20composer.json=20config?= =?UTF-8?q?uration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9300b59..b55dcd1 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": ">= 8.0", + "php": ">= 8.0" }, "require-dev": { "larapack/dd": "^1.1"