From 71ae595deb2ffbf577fd8af52a87d0123098d3c6 Mon Sep 17 00:00:00 2001 From: fh32000 Date: Sat, 14 Aug 2021 13:57:55 +0300 Subject: [PATCH] php 8 support #107 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 580cfe6..3e40ab3 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": "^5.5.9 || ^7.0", + "php": "^5.5.9 || ^7.0 || ^8.0", "illuminate/support": "~5.1", "illuminate/console": "~5.1", "illuminate/filesystem": "~5.1"