Skip to content

Commit 92af0f2

Browse files
authored
Merge pull request #855 from emielroelofsen/main
Adds Laravel 12 compatibility by allowing either version 11 or 12 of the illuminate/support library
2 parents 6e4ac58 + 7e5b644 commit 92af0f2

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
"guzzlehttp/guzzle": "^6.0|^7.0",
2828
"saloonphp/saloon": "^3.4",
2929
"openspout/openspout": "^4.23",
30-
"illuminate/support": "^11.5"
30+
"illuminate/support": "^11.0|^12.0"
3131
},
3232
"require-dev": {
3333
"composer/semver": "^3.4",

0 commit comments

Comments
 (0)