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 4f9eae9 commit a59a0b1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
}
],
"require": {
"illuminate/database": "^6.2|^7.0",
"illuminate/support": "^6.2|^7.0"
"illuminate/database": "^6.2|^7.0|^8.0",
"illuminate/support": "^6.2|^7.0|^8.0",
"laravel/legacy-factories": "^1.0"
},
"autoload": {
"psr-4": {
Expand All @@ -30,8 +31,8 @@
"test": "vendor/bin/phpunit"
},
"require-dev": {
"orchestra/testbench": "^5.0",
"orchestra/database": "^5.0"
"orchestra/testbench": "^6.0",
"orchestra/database": "^6.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit a59a0b1

Please sign in to comment.