Skip to content

Commit

Permalink
Merge pull request #194 from irazasyed/patch-1
Browse files Browse the repository at this point in the history
Update Ardent for 4.1 support
  • Loading branch information
andrew13 committed Dec 23, 2013
2 parents fe1f70a + b90af07 commit d7b551f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -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"
Expand Down

0 comments on commit d7b551f

Please sign in to comment.