From 96280ceaa1918bddfc25ffb6f58d9b96ef44ae5d Mon Sep 17 00:00:00 2001 From: ARCANEDEV Date: Wed, 9 Sep 2020 13:09:28 +0100 Subject: [PATCH] Change the required dependencies --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 55fed94..7cafcc0 100644 --- a/composer.json +++ b/composer.json @@ -14,9 +14,11 @@ "license": "MIT", "require": { "php": "^7.3", - "laravel/framework": "^8.0" + "illuminate/contracts": "^8.0", + "illuminate/support": "^8.0" }, "require-dev": { + "laravel/framework": "^8.0", "orchestra/testbench": "^6.0", "phpunit/phpunit": "^9.3" },