Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebeaudoin committed Jun 7, 2013
1 parent 840df48 commit 4aed041
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"require": {
"php": ">=5.3.0",
"illuminate/support": "dev-master",
"laravelbook/ardent": "dev-master",
"zendframework/zend-permissions-acl": "2.1.*@dev"
"laravelbook/ardent": "1.0.*",
"illuminate/auth": "dev-master",
"zendframework/zend-permissions-acl": "2.1.*"
},
"require-dev": {
"mockery/mockery": "0.7.2",
"illuminate/auth": "4.0.*@dev"
"mockery/mockery": "dev-master"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 4aed041

Please sign in to comment.