From fb9358a6a7cfe0bcb09d08d8e1eb6761e71900b0 Mon Sep 17 00:00:00 2001 From: Dave Mills Date: Tue, 10 Nov 2020 13:13:29 +0000 Subject: [PATCH] updating requirements for laravel 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 225f26a..b9199af 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "homepage": "https://github.com/stats4sd/laravel-sql-views", "keywords": ["Laravel", "Sql"], "require": { - "illuminate/support": "~5|~6|~7" + "illuminate/support": "~5|~6|~7|~8" }, "require-dev": { "phpunit/phpunit": "^8.0",