From 25bdf572096fc0ebfb2734ac81705c6363422616 Mon Sep 17 00:00:00 2001 From: Jaspaul Bola Date: Fri, 23 Feb 2018 15:48:57 -0500 Subject: [PATCH] Allow users to install illuminate/support 5.6.* if they choose --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a71a691..1dc12bc 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "php" : ">=7.0.10", "league/csv": "~9.0", "mustangostang/spyc": "~0.6", - "illuminate/support": "5.5.x" + "illuminate/support": "~5.5" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.5"