From 490d503836ca5e375c8d886cc2511c3b1ac43f71 Mon Sep 17 00:00:00 2001 From: Cristian Llanos Date: Thu, 26 Dec 2019 18:35:33 -0500 Subject: [PATCH] Add support for latest Laravel versions --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 869a1bb3..3d3678be 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ ], "require": { "php": ">=5.6.4", - "doctrine/dbal": "~2.5", - "illuminate/support": "~5.1", - "illuminate/database": "~5.1", - "illuminate/contracts": "~5.1", - "illuminate/filesystem": "~5.1", - "illuminate/console": "~5.1" + "doctrine/dbal": ">=2.5", + "illuminate/support": ">=5.1", + "illuminate/database": ">=5.1", + "illuminate/contracts": ">=5.1", + "illuminate/filesystem": ">=5.1", + "illuminate/console": ">=5.1" }, "require-dev": { "fzaninotto/faker": "~1.4",