From 33b6d3eba4d9636c3ff23099441cbeafc817e733 Mon Sep 17 00:00:00 2001 From: Maxime Beaudoin Date: Mon, 10 Jun 2013 12:13:14 +0000 Subject: [PATCH] update package version into composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5266c12..749afa5 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,9 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "dev-master", + "illuminate/support": "4.0.*", "laravelbook/ardent": "1.0.*", - "illuminate/auth": "dev-master", + "illuminate/auth": "4.0.*", "zendframework/zend-permissions-acl": "2.1.*" }, "require-dev": {