Skip to content

Commit 8ef8c31

Browse files
authored
Laravel 8 Support
1 parent 3398a62 commit 8ef8c31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
],
2626
"require": {
2727
"php": "^7.2",
28-
"laravel/framework": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*",
29-
"eklundkristoffer/seedster": "^3.0",
30-
"laravel/helpers": "^1.1"
28+
"laravel/framework": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
29+
"eklundkristoffer/seedster": "^4.0",
30+
"laravel/helpers": "^1.3"
3131
},
3232
"require-dev": {
3333
"orchestra/testbench": "^5.2",

0 commit comments

Comments
 (0)