Skip to content

Commit 964c768

Browse files
Merge pull request #44 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 8184ef6 + 8a05f3a commit 964c768

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
],
1414
"require": {
1515
"php": "^8.0|^8.1",
16-
"illuminate/notifications": "^9.0|^10.0",
17-
"illuminate/support": "^9.0|^10.0",
18-
"illuminate/queue": "^9.0|^10.0",
16+
"illuminate/notifications": "^9.0|^10.0|^11.0",
17+
"illuminate/support": "^9.0|^10.0|^11.0",
18+
"illuminate/queue": "^9.0|^10.0|^11.0",
1919
"guzzlehttp/guzzle": "^7.2",
2020
"ext-json": "*"
2121
},

0 commit comments

Comments
 (0)