Skip to content

Commit 403108b

Browse files
committed
Support laravel 6 & 7
1 parent 5757fc5 commit 403108b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=7.0",
15-
"laravel/framework": ">=5.4.36|^8.0|^9.0",
15+
"laravel/framework": ">=5.4.36|^6.0|^7.0|^8.0|^9.0",
1616
"pragmarx/google2fa-qrcode": "^1.0|^2.0|^3.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)