From 94d53c88fa58baa4573c5854663ebc9955f21265 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Thu, 3 Oct 2019 01:27:09 +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 5948729..3030420 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": ">=7", - "illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.0.*", - "illuminate/filesystem": "5.5.x|5.6.x|5.7.x|5.8.x|6.0.*", + "illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.*", + "illuminate/filesystem": "5.5.x|5.6.x|5.7.x|5.8.x|6.*", "knplabs/knp-snappy": "^1" }, "autoload": {