From 7707dbab73b2c456b23d8d24bf6714ee60933834 Mon Sep 17 00:00:00 2001 From: Matt Daneshvar Date: Thu, 12 Sep 2019 04:52:03 +0000 Subject: [PATCH] Loosen Laravel version constraint --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 697e048..c82e9cd 100644 --- a/composer.json +++ b/composer.json @@ -15,13 +15,13 @@ ], "require": { "php": "^7.2", - "illuminate/database": "~5.8.0" + "illuminate/database": ">=5" }, "require-dev": { "phpunit/phpunit": "^8.2", "orchestra/testbench": "^3.8", - "illuminate/http": "5.*", - "illuminate/database": "5.*" + "illuminate/http": ">=5", + "illuminate/database": ">=5" }, "autoload": { "psr-4": {