From 709a6c86258f6115a097cad27f9f853e68364066 Mon Sep 17 00:00:00 2001 From: William Oliveira Date: Sat, 15 Apr 2017 10:01:45 -0300 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a3011b1..40e50ac 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "require": { - "illuminate/database": "5.0.*|5.1.*|5.2.*|5.3.*" + "illuminate/database": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*" }, "require-dev": { "phpunit/phpunit": "~5.4",