From fa0f8e14207703ad1cb2424115df75e494587530 Mon Sep 17 00:00:00 2001 From: Jarek Tkaczyk Date: Sun, 4 Mar 2018 23:13:35 +0800 Subject: [PATCH] switched to ^5.5 dependency --- composer.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c930838..06350dd 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,13 @@ } ], "require": { - "php": ">=7.0" + "php": ">=7.0.0", + "illuminate/database": "^5.5", }, "require-dev": { - "illuminate/database": "5.5.*", - "illuminate/support": "5.5.*", - "illuminate/auth": "5.5.*", + "illuminate/database": "^5.5", + "illuminate/support": "^5.5", + "illuminate/auth": "^5.5", "cartalyst/sentry": "~2.0", "cartalyst/sentinel": "~2.0", "tymon/jwt-auth": "^0.5.3",