Skip to content

Commit

Permalink
Merge pull request #7 from mbeech/patch-1
Browse files Browse the repository at this point in the history
Add compatibility with Laravel 4.1
  • Loading branch information
Conar Welsh committed Oct 2, 2013
2 parents fc7e365 + 14a3cf8 commit 677bd04
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 677bd04

Please sign in to comment.