Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #51 from actuallymab/feature/laravel-6-support
Browse files Browse the repository at this point in the history
Laravel 6 Support
  • Loading branch information
ShortlyMAB authored Sep 13, 2019
2 parents 0e72086 + 5252004 commit 9eb3455
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 @@ -16,11 +16,11 @@
],
"require": {
"php": "^7.1.3",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0.0"
},
"require-dev": {
"phpunit/phpunit": "^7.4",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|~4.0.0",
"fzaninotto/faker": "^1.8",
"scrutinizer/ocular": "^1.5"
},
Expand Down

0 comments on commit 9eb3455

Please sign in to comment.