Skip to content

Commit f1310c8

Browse files
authored
Merge pull request #11 from BJTheCod3r/chore---added-support-for-illuminate-support-v-11
chore: added support for illuminate/support v11
2 parents 0693fe8 + 74adc4a commit f1310c8

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
@@ -32,7 +32,7 @@
3232
],
3333
"require": {
3434
"php": "^8.1",
35-
"illuminate/support": "^10.0.0",
35+
"illuminate/support": "^10.0 || ^11.0",
3636
"guzzlehttp/guzzle": "^7.0"
3737
},
3838
"extra": {

0 commit comments

Comments
 (0)