From 6afe3764cf64337f3dcdd007b330521e3dcc5f04 Mon Sep 17 00:00:00 2001 From: Illia Sakovich Date: Wed, 18 Nov 2020 15:52:41 +0400 Subject: [PATCH] php 8 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9c73398..2cd5ef6 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "type": "library", "license": "MIT", "require": { - "php": "^7.3", + "php": "^7.3|^8.0", "laravel/framework": "^8.0", "doctrine/dbal": "^2.9" },