From e5889037b40f9baa537c204126058568e3ccda11 Mon Sep 17 00:00:00 2001 From: Kyle Date: Tue, 10 Mar 2020 08:59:28 +0100 Subject: [PATCH] Fix #81 Laravel 7 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7cacc44..5dadc42 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "type": "library", "require": { "php": "^7.2", - "illuminate/support": "^6.0.0", - "illuminate/view": "^6.0.0", + "illuminate/support": "^6.0.0 || ^7.0.0", + "illuminate/view": "^6.0.0 || ^7.0.0", "phug/component": "^1.1.3", "pug-php/pug": "^3.3.1", "pug-php/pug-assets": "^1.0.1",