From a71e9d9aafa4d40c44c7f4d25b3c2fd1ce74f291 Mon Sep 17 00:00:00 2001 From: Fabio Savina Date: Sat, 7 Mar 2020 12:01:57 +0100 Subject: [PATCH] Update composer.json --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 7f99a7c..6870374 100644 --- a/composer.json +++ b/composer.json @@ -18,11 +18,11 @@ "require": { "php": ">=7.1", "ext-json": "*", - "illuminate/contracts": "^5.5|^6.0", - "illuminate/filesystem": "^5.5|^6.0", - "illuminate/http": "^5.5|^6.0", - "illuminate/routing": "^5.5|^6.0", - "illuminate/support": "^5.5|^6.0", + "illuminate/contracts": "^5.5|^6.0|^7.0", + "illuminate/filesystem": "^5.5|^6.0|^7.0", + "illuminate/http": "^5.5|^6.0|^7.0", + "illuminate/routing": "^5.5|^6.0|^7.0", + "illuminate/support": "^5.5|^6.0|^7.0", "calcinai/strut": "^0.2", "swagger-api/swagger-ui": "^3.9" },