Skip to content

Commit

Permalink
Laravel 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki authored Sep 6, 2020
1 parent 02eb486 commit 1b06a68
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@
}
],
"require": {
"laravel/framework": "^6.18.28|^7.22.1"
"laravel/framework": "^6.18.28|^7.22.1|^8.0"
},
"require-dev": {
"orchestra/testbench": "^5.0",
"orchestra/database": "^5.0"
"laravel/legacy-factories": "^1.0",
"orchestra/testbench": "^6.0",
"orchestra/database": "^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1b06a68

Please sign in to comment.