From a082a44b942e908261cd88d7bca465ec5e4295fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20QUIAIOS?= <13620819+squiaios@users.noreply.github.com> Date: Mon, 25 Feb 2019 09:23:55 +0100 Subject: [PATCH] Laravel 5.8 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 37a4ce9..681119e 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php": "^7.1", "composer/semver": "^1.4", "geerlingguy/ping": "^1.1", - "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*", + "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", "vlucas/phpdotenv": "~2.5" }, "require-dev": {