From eed4f3409d9ae70078f49ed45c841c947fbdba61 Mon Sep 17 00:00:00 2001 From: Jacob Bennett Date: Wed, 25 Mar 2020 20:27:09 -0500 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4b6f093..1287017 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ ], "require": { "php" : "^7.0", - "illuminate/support": "~5.3|~6.0", - "illuminate/http": "~5.3|~6.0", + "illuminate/support": "~6.0|~7.0", + "illuminate/http": "~6.0|~7.0", "symfony/dom-crawler": "^2.7|^3.0|^4.0|^5.0", "symfony/css-selector": "^2.7|^3.0|^4.0|^5.0" },