From 6493b8bb01d59dafe729ab6c5f72320838db78e4 Mon Sep 17 00:00:00 2001 From: Vildan Bina <51203303+bexvibi@users.noreply.github.com> Date: Fri, 18 Sep 2020 14:18:28 +0200 Subject: [PATCH] Migrate to laravel 8 --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 60058f5..e08ae54 100644 --- a/composer.json +++ b/composer.json @@ -21,9 +21,6 @@ ], "require": { "php": "^5.4 || ^7.0", - "illuminate/config": "^4.2 || ^5.0 || ^6.0 || ^7.0", - "illuminate/console": "^4.2 || ^5.0 || ^6.0 || ^7.0", - "illuminate/filesystem": "^4.2 || ^5.0 || ^6.0 || ^7.0", "tedivm/jshrink": "~1.0", "oriceon/laravel-settings": "^1.6" },