From 93da2e6344520aabb791b7dd03636e0042e13323 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Thu, 24 Oct 2013 17:59:47 +0200 Subject: [PATCH] Update for 4.1 Fixes #11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index caa8fcf..869432d 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.0.x", + "illuminate/support": "4.x", "dompdf/dompdf": "dev-master", "phenx/php-font-lib": "0.2.*" }, @@ -22,4 +22,4 @@ } }, "minimum-stability": "dev" -} \ No newline at end of file +}