Skip to content

Commit

Permalink
Added Support for new versions of Laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekrsrikaanth committed Jun 11, 2014
1 parent 0065ed2 commit 04bf374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.1.x",
"illuminate/support": "4.x",
"guzzle/guzzle": "3.8.*@dev"
},
"autoload": {
Expand All @@ -21,4 +21,4 @@
}
},
"minimum-stability": "dev"
}
}

0 comments on commit 04bf374

Please sign in to comment.