From 2bb5c9b80f92b004bbb3cebe60982bb09a4e5c81 Mon Sep 17 00:00:00 2001 From: Chris Mellor Date: Mon, 18 Mar 2024 22:01:36 +0000 Subject: [PATCH] build: Add missing PHP constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f03f3c1..674a9ad 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.1|^8.2", "illuminate/contracts": "^9.0|^10.0|^11.0", "spatie/laravel-package-tools": "^1.14.0" },