From fc89677d3301b5c27e8202e3642f88bc33fb36a6 Mon Sep 17 00:00:00 2001 From: kawax Date: Wed, 21 Aug 2019 12:28:18 +0900 Subject: [PATCH] Delete version constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c79bf23..282a204 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "license": "MIT", "require": { "php": ">=7.1.3", - "illuminate/container": "^5.8 || ^6.0", + "illuminate/container": "*", "pulkitjalan/google-apiclient": "^3.1" }, "require-dev": {