Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
greabock committed Jan 18, 2016
1 parent 160e21a commit 645a085
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"require": {
"php": ">=5.5.0",
"illuminate/support" : "5.1.*",
"illuminate/database" : "5.1.*"
"illuminate/support" : "5.*",
"illuminate/database" : "5.*"
},

"autoload": {
Expand All @@ -28,9 +28,9 @@

"extra": {
"branch-alias": {
"dev-master": "1.0.1-dev"
"dev-master": "1.0.2-dev"
}
},

"minimum-stability": "dev"
}
}

0 comments on commit 645a085

Please sign in to comment.