From 8d503a1f99b6babd97b6cbdc3f2c140476bb2f74 Mon Sep 17 00:00:00 2001 From: Rob Sanchez Date: Sun, 15 Jun 2014 13:44:27 -0500 Subject: [PATCH] Change illuminate/database version constraint to ~4.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bfdc538..0b9e1ab 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "psr-0": { "Illuminate\\CodeIgniter" : "src/" } }, "require": { - "illuminate/database": "~4.1.0" + "illuminate/database": "~4.1" }, "require-dev": { "mockery/mockery": "~0.7",