From 977a1b243f769e60f5748824375e9412d25bf3ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Tue, 22 Aug 2023 15:20:15 +0200 Subject: [PATCH] Explicitly require PHP ^8.1 Allows to use PHP 8.1 feature without relying on the transient dependency from laravel 10 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 58bfb3c65..c628175f8 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,7 @@ ], "license": "MIT", "require": { + "php": "^8.1", "ext-mongodb": "^1.15", "illuminate/support": "^10.0", "illuminate/container": "^10.0",