Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit dc7545f

Browse files
committed
Added support for illuminate/support version 9
1 parent 8ab4838 commit dc7545f

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
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^7.3|^8.0",
2020
"guzzlehttp/guzzle": "^6.0|^7.0",
21-
"illuminate/support": "^7.0|^8.0"
21+
"illuminate/support": "^7.0|^8.0|^9.0"
2222
},
2323
"require-dev": {
2424
"friendsofphp/php-cs-fixer": "^2.16",

0 commit comments

Comments
 (0)