Skip to content

Commit 69ecc7c

Browse files
Merge pull request #157 from GertjanRoke/laravel-11-support
Added support for the illuminate/support package to also accept version 11
2 parents 5b5df8a + 294b636 commit 69ecc7c

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
@@ -23,7 +23,7 @@
2323
],
2424
"require": {
2525
"php": "^8.1",
26-
"illuminate/support": "^10.0",
26+
"illuminate/support": "^10.0|^11.0",
2727
"rollbar/rollbar": "^4.0"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)