From a575866446134ccc657187eaf4eeca70873f19d2 Mon Sep 17 00:00:00 2001 From: csabex94 Date: Tue, 29 Mar 2022 13:25:48 +0300 Subject: [PATCH] support for php 8.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 56fbb27..1575daa 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php" : "^7.1.3|^8.0", + "php" : "^7.1.3|^8.0|^8.1", "guzzlehttp/guzzle": "^6.3 || ^7.0.1", "illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0", "illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0"