From 701aaa0d1a14a0c5ef673b310ce37340f3f10d2b Mon Sep 17 00:00:00 2001 From: Nathan Giesbrecht Date: Tue, 26 Feb 2019 15:39:51 -0600 Subject: [PATCH] Added support for Laravel 5.8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 555d5ed..522a408 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": "^7.1", - "laravel/framework": "5.4.* || 5.5.* || 5.6.* || 5.7.*" + "laravel/framework": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*" }, "require-dev": { "phpunit/phpunit": "~7.0",