From 1903ab84171072b6bff8d98eb58d38b2c9aaf645 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 7 Sep 2020 14:33:10 +0200 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index aada868..ab570c9 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": ">=7", - "illuminate/support": "^5.5|^6|^7", - "illuminate/filesystem": "^5.5|^6|^7", + "illuminate/support": "^5.5|^6|^7|^8", + "illuminate/filesystem": "^5.5|^6|^7|^8", "knplabs/knp-snappy": "^1" }, "autoload": {