Skip to content

Commit

Permalink
Fix bug in has query contruct
Browse files Browse the repository at this point in the history
Fixes #13
  • Loading branch information
znck committed Apr 7, 2016
1 parent f8365b4 commit df38a92
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 146 deletions.
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -10,7 +10,7 @@
"model"
],
"require": {
"illuminate/database": ">4.0"
"illuminate/database": "~5.0"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
Expand All @@ -33,7 +33,8 @@
}
},
"scripts": {
"test": "phpunit"
"test": "phpunit",
"cs": "php-cs-fixer fix"
},
"minimum-stability": "stable"
}

0 comments on commit df38a92

Please sign in to comment.