Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 353a70b

Browse files
committedMar 15, 2022
Allow v9 of illuminate/support
1 parent e97b727 commit 353a70b

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
@@ -27,7 +27,7 @@
2727
"require": {
2828
"php": "^7.4|^8.0",
2929
"guzzlehttp/guzzle": "^7.0.1",
30-
"illuminate/support": "^8.0"
30+
"illuminate/support": "^8.0|^9.0"
3131
},
3232
"require-dev": {
3333
"orchestra/testbench": "^6.0",

0 commit comments

Comments
 (0)
Please sign in to comment.