From 915f4a0baed03139e6a9ba5fd2f6ba920e1326af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn?= Date: Thu, 25 Mar 2021 09:20:19 +0100 Subject: [PATCH] Bump php version support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6a59411..9a50fec 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "license": "MIT", "require": { - "php": "^7.2.5", + "php": "^7.2.5|^8.0", "laravel/nova": "^3.0" }, "autoload": {