From b90af072408877f895fd343e9aad66b6ae63f1c0 Mon Sep 17 00:00:00 2001 From: "Syed I.R" Date: Sun, 22 Dec 2013 02:23:32 +0530 Subject: [PATCH] Update Ardent for 4.1 support Ardent was finally updated for 4.1 support and i tested it. --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 18658c1..99bff5b 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,13 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "*", - "laravelbook/ardent": "2.1.x" + "illuminate/support": "4.1.x", + "laravelbook/ardent": "2.3.x" }, "require-dev": { "mockery/mockery": "0.7.2", - "illuminate/database": "4.0.x", - "illuminate/auth": "4.0.x" + "illuminate/database": "4.1.x", + "illuminate/auth": "4.1.x" }, "suggest": { "zizaco/entrust":"add Role-based Permissions to Laravel 4"