Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
To include Laravel 4.1 and above
  • Loading branch information
mbeech committed Sep 24, 2013
1 parent fc7e365 commit 14a3cf8
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 @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.0.x",
"illuminate/support": "~4",
"mustache/mustache": "dev-master"
},
"autoload": {
Expand All @@ -22,4 +22,4 @@
}
},
"minimum-stability": "dev"
}
}

0 comments on commit 14a3cf8

Please sign in to comment.