Skip to content

Commit

Permalink
Merge pull request #2 from UnrulyNatives/patch-1
Browse files Browse the repository at this point in the history
Laravel 5.1 compatibility
  • Loading branch information
igaster committed Jun 2, 2015
2 parents 69c9885 + 817e7fb commit 3d98d94
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.4.0",
"illuminate/support": "5.0.*"
"illuminate/support": "5.0.*|5.1.*"
},
"suggest": {
"orchestra/asset" : "Intergrates with orchestra/asset. Allows using '@css' and '@js' in blade files"
Expand All @@ -23,4 +23,4 @@
}
},
"minimum-stability": "stable"
}
}

0 comments on commit 3d98d94

Please sign in to comment.