Skip to content

Commit bba57c4

Browse files
Mo-zangseungmun
authored andcommitted
laravel 9.x support
1 parent ace4a4b commit bba57c4

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
@@ -22,9 +22,9 @@
2222
"require": {
2323
"php": "^7.2|^8.0",
2424
"ext-json": "*",
25-
"guzzlehttp/guzzle": "^6.0|^7.0",
26-
"illuminate/support": "^6.0|^7.0|^8.0",
27-
"illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0"
25+
"guzzlehttp/guzzle": "^6.0|^7.0|^7.2",
26+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
27+
"illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0|^9.0"
2828
},
2929
"require-dev": {
3030
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)