Skip to content

Commit 8ce4a70

Browse files
Merge pull request #27 from CodeLieutenant/feat/laravel-11
Add support for laravel 11
2 parents 6225e8a + d32f91f commit 8ce4a70

File tree

2 files changed

+103
-102
lines changed

2 files changed

+103
-102
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"require": {
2727
"php": ">=8.1",
2828
"ext-sodium": "*",
29-
"illuminate/collections": "^8|^9|^10",
30-
"illuminate/config": "^8|^9|^10",
31-
"illuminate/contracts": "^8|^9|^10",
32-
"illuminate/encryption": "^8|^9|^10",
33-
"illuminate/hashing": "^8|^9|^10",
34-
"illuminate/support": "^8|^9|^10"
29+
"illuminate/collections": "^8|^9|^10|^11",
30+
"illuminate/config": "^8|^9|^10|^11",
31+
"illuminate/contracts": "^8|^9|^10|^11",
32+
"illuminate/encryption": "^8|^9|^10|^11",
33+
"illuminate/hashing": "^8|^9|^10|^11",
34+
"illuminate/support": "^8|^9|^10|^11"
3535
},
3636
"require-dev": {
3737
"orchestra/testbench": "^8.21",

0 commit comments

Comments
 (0)