From 457a66fa1b22374cd51135f2069b6e1af49b58a0 Mon Sep 17 00:00:00 2001 From: Danijel K Date: Tue, 1 Dec 2020 12:45:16 +0100 Subject: [PATCH] Support for PHP 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eaa52ca..b2c1c89 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "php": "^7.3", + "php": "^7.3|^8.0", "ext-json": "*", "spatie/geocoder": "^3.1", "laravel/framework": "^7.0|^8.0"