Skip to content

Commit

Permalink
Merge pull request #29 from michaviehauser/master
Browse files Browse the repository at this point in the history
Add Laravel 8 support
  • Loading branch information
overtrue authored Sep 14, 2020
2 parents ad19381 + dacf85a commit 43a47d4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"laravel/framework": "^5.5||~6.0||^7.0"
"laravel/framework": "^5.5||~6.0||^7.0||^8.0"
},
"autoload": {
"psr-4": {
Expand All @@ -22,10 +22,9 @@
}
},
"require-dev": {
"laravel/framework": "^5.5",
"mockery/mockery": "^1.2",
"phpunit/phpunit": "~8.0",
"orchestra/testbench": "^3.7",
"phpunit/phpunit": "~9.0",
"orchestra/testbench": "^6.0",
"brainmaestro/composer-git-hooks": "^2.7",
"friendsofphp/php-cs-fixer": "^2.16"
},
Expand Down

0 comments on commit 43a47d4

Please sign in to comment.