From 9f7b9d048620f49f9e3d799e052bc37b884a62f9 Mon Sep 17 00:00:00 2001 From: KyleKatarn Date: Wed, 2 Dec 2020 12:56:40 +0100 Subject: [PATCH] Allow PHP 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bc3c14d..0fb0b96 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Pug view adapter for Laravel", "type": "library", "require": { - "php": "^7.2", + "php": "^7.2 || ^8.0", "illuminate/support": ">=6", "illuminate/view": ">=6", "phug/component": "^1.1.3",