Skip to content

Commit

Permalink
Merge pull request #27 from CodeLieutenant/feat/laravel-11
Browse files Browse the repository at this point in the history
Add support for laravel 11
  • Loading branch information
CodeLieutenant committed Mar 15, 2024
2 parents 6225e8a + d32f91f commit 8ce4a70
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 102 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"require": {
"php": ">=8.1",
"ext-sodium": "*",
"illuminate/collections": "^8|^9|^10",
"illuminate/config": "^8|^9|^10",
"illuminate/contracts": "^8|^9|^10",
"illuminate/encryption": "^8|^9|^10",
"illuminate/hashing": "^8|^9|^10",
"illuminate/support": "^8|^9|^10"
"illuminate/collections": "^8|^9|^10|^11",
"illuminate/config": "^8|^9|^10|^11",
"illuminate/contracts": "^8|^9|^10|^11",
"illuminate/encryption": "^8|^9|^10|^11",
"illuminate/hashing": "^8|^9|^10|^11",
"illuminate/support": "^8|^9|^10|^11"
},
"require-dev": {
"orchestra/testbench": "^8.21",
Expand Down
Loading

0 comments on commit 8ce4a70

Please sign in to comment.