Skip to content

Commit

Permalink
Merge pull request #8 from marcroberts/master
Browse files Browse the repository at this point in the history
Laravel 6.x support
  • Loading branch information
jrumbut committed Oct 4, 2019
2 parents 181f61d + c2e7bb9 commit 36c6acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -17,8 +17,8 @@
],
"require": {
"php": ">=5.5.0",
"illuminate/database": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
"illuminate/database": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*"
},
"require-dev": {
"phpunit/phpunit": "~4.8 || ~5.0",
Expand Down

0 comments on commit 36c6acf

Please sign in to comment.