Skip to content

Commit

Permalink
Merge pull request #2 from dalabarge/patch-1
Browse files Browse the repository at this point in the history
Update dependencies for Laravel 4.2
  • Loading branch information
Chris Hayes committed May 23, 2014
2 parents 659a3a2 + 46a1736 commit 2f3d40a
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 @@ -9,12 +9,12 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.1.x"
"illuminate/support": "4.x"
},
"autoload": {
"psr-0": {
"Crhayes\\BladePartials": "src/"
}
},
"minimum-stability": "dev"
}
}

0 comments on commit 2f3d40a

Please sign in to comment.