Skip to content

Commit

Permalink
Composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyslik committed Sep 7, 2016
1 parent e940905 commit 8d10307
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 @@ -18,8 +18,8 @@
],
"require": {
"php": ">=5.6.4",
"Illuminate/Support": "5.1.*|5.2.*|5.3.*",
"Illuminate/Database": "5.1.*|5.2.*|5.3.*"
"Illuminate/Support": "^5.0",
"Illuminate/Database": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
Expand Down

0 comments on commit 8d10307

Please sign in to comment.