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"