Skip to content

Commit

Permalink
Add support for laravel 11
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <dusan@dusanmalusev.dev>
  • Loading branch information
CodeLieutenant committed Mar 15, 2024
1 parent 6225e8a commit d32f91f
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 d32f91f

Please sign in to comment.