Skip to content

Commit

Permalink
Updated dependency to laravel 4.x instead of 4.0.x
Browse files Browse the repository at this point in the history
Signed-off-by: William <william@amovens.com>
  • Loading branch information
William committed Nov 25, 2013
1 parent 1304843 commit b75f419
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.0.x",
"illuminate/translation": "4.0.x",
"illuminate/database": "4.0.*",
"illuminate/support": "4.x",
"illuminate/translation": "4.x",
"illuminate/database": "4.x",
"waavi/model": "dev-master"
},
"autoload": {
Expand Down

0 comments on commit b75f419

Please sign in to comment.