Skip to content

Commit 1197055

Browse files
committed
added laravel 7.*
1 parent a015b99 commit 1197055

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require": {
2424
"php": "^7.1",
2525
"illuminate/support": "5.8.*|6.*|7.*",
26-
"illuminate/auth": "5.8.*|6.*"
26+
"illuminate/auth": "5.8.*|6.*|7.*"
2727
},
2828
"require-dev": {
2929
"orchestra/testbench": "3.8.*",
@@ -42,7 +42,6 @@
4242
"scripts": {
4343
"test": "vendor/bin/phpunit",
4444
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
45-
4645
},
4746
"config": {
4847
"sort-packages": true

0 commit comments

Comments
 (0)