From 91149d86b985f3d8bf83f138bad73f0c92a89c22 Mon Sep 17 00:00:00 2001
From: Cameron Spear <cameronspear@gmail.com>
Date: Sat, 4 Jul 2015 17:29:40 -0700
Subject: [PATCH] Update illunimate/support constraint to ~5.0.

This adds support for Laravel 5.1
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 6d8eb76..ee9440d 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,7 @@
 
     "require" : {
         "php"                 : ">=5.4",
-        "illuminate/support"  : "5.0.*",
+        "illuminate/support"  : "~5.0",
         "willdurand/geocoder" : "~2.4"
     },