Skip to content

Commit

Permalink
Update composer to require the latest laravel 4.* framework version i…
Browse files Browse the repository at this point in the history
…nstead of 4.0.x
  • Loading branch information
Mulkave committed Dec 16, 2013
1 parent 6cb6b53 commit a3aa3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.0.x"
"illuminate/support": "4.*"
},

"require-dev": {
Expand Down

0 comments on commit a3aa3e4

Please sign in to comment.