Skip to content

Commit 778c800

Browse files
authored
Merge pull request #744 from luilliarcec/support-L7
V4 - Add support for laravel > 7.30.4
2 parents 5792966 + 5158646 commit 778c800

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
"require": {
2323
"php": "^7.3|^8.0",
2424
"illuminate/database": "^6.20.13|^7.30.4|^8.22.2",
25-
"illuminate/http": "^6.20.13|7.30.4|^8.22.2",
26-
"illuminate/support": "^6.20.13|7.30.4|^8.22.2"
25+
"illuminate/http": "^6.20.13|^7.30.4|^8.22.2",
26+
"illuminate/support": "^6.20.13|^7.30.4|^8.22.2"
2727
},
2828
"require-dev": {
2929
"ext-json": "*",

0 commit comments

Comments
 (0)