From 2351efd1e500d9236ff2901d20a6dd72edeb6f30 Mon Sep 17 00:00:00 2001 From: "Dr. Peter Schulze-Buxloh" Date: Fri, 29 Oct 2021 09:18:39 +0200 Subject: [PATCH] added php 8.1 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5528535..f03180f 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.2|^8.1", + "php": "^7.2|^8.0|^8.1", "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0" }, "require-dev": {