Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Remove 'laravelbook/ardent' workaround as master package has been updated.
  • Loading branch information
codextends committed Feb 12, 2014
1 parent 4fd06db commit 8df3f64
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,10 @@
"homepage": "http://www.andrewelkins.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Zizaco/ardent.git"
}
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.1.x",
"laravelbook/ardent": "dev-has-session-fix"
"laravelbook/ardent": "dev-master"
},
"require-dev": {
"mockery/mockery": "0.7.2",
Expand Down

0 comments on commit 8df3f64

Please sign in to comment.