From 919ecdff30dad114dece860a3c03b46bf8a1e460 Mon Sep 17 00:00:00 2001 From: Filip Iulian Pacurar Date: Tue, 3 Mar 2020 16:10:05 +0200 Subject: [PATCH] Allow Laravel 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4c76edc..d39024a 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.*|5.8.*|^6.0", + "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0", "vlucas/phpdotenv": "~2.5|~3.3" }, "require-dev": {