Skip to content

Commit

Permalink
Laravel 8 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykenedy authored Sep 21, 2020
1 parent 3398a62 commit 8ef8c31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
],
"require": {
"php": "^7.2",
"laravel/framework": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*",
"eklundkristoffer/seedster": "^3.0",
"laravel/helpers": "^1.1"
"laravel/framework": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
"eklundkristoffer/seedster": "^4.0",
"laravel/helpers": "^1.3"
},
"require-dev": {
"orchestra/testbench": "^5.2",
Expand Down

0 comments on commit 8ef8c31

Please sign in to comment.