Skip to content

Commit faa5764

Browse files
committed
added laravel 8
1 parent 1197055 commit faa5764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
],
2323
"require": {
2424
"php": "^7.1",
25-
"illuminate/support": "5.8.*|6.*|7.*",
26-
"illuminate/auth": "5.8.*|6.*|7.*"
25+
"illuminate/support": "5.8.*|6.*|7.*|8.*",
26+
"illuminate/auth": "5.8.*|6.*|7.*|8.*"
2727
},
2828
"require-dev": {
2929
"orchestra/testbench": "3.8.*",

0 commit comments

Comments
 (0)