From 9e55565bb0834f4003fedacebdd90da460e53340 Mon Sep 17 00:00:00 2001 From: fsavina Date: Thu, 23 Aug 2018 11:07:17 +0200 Subject: [PATCH] Loosen composer constraints --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 80e7c91..bef8364 100644 --- a/composer.json +++ b/composer.json @@ -15,11 +15,11 @@ "api" ], "require":{ - "illuminate/contracts":"5.5.*", - "illuminate/http":"5.5.*", - "illuminate/routing":"5.5.*", - "illuminate/support":"5.5.*", - "calcinai/strut":"^0.2.4", + "illuminate/contracts":"^5.5", + "illuminate/http":"^5.5", + "illuminate/routing":"^5.5", + "illuminate/support":"^5.5", + "calcinai/strut":"^0.2", "swagger-api/swagger-ui":"^3.9" }, "require-dev":{