Skip to content

Commit

Permalink
Added Laravel 6 Support (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliuz authored and mpociot committed Oct 6, 2019
1 parent 9142374 commit 86ed531
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 @@ -18,13 +18,13 @@
"prefer-stable" : true,
"require": {
"php": ">=5.6.4",
"laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*"
"laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
},
"require-dev": {
"phpunit/phpunit": "~4.1",
"phpunit/phpunit": "~4.1|^8.0",
"mockery/mockery": "dev-master",
"illuminate/database": "~5.0",
"orchestra/testbench": "3.4.*@dev"
"illuminate/database": "~5.0|^6.0",
"orchestra/testbench": "3.4.*@dev|^4.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 86ed531

Please sign in to comment.