Skip to content

Commit

Permalink
Added laravel v11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
myckhel committed Apr 12, 2024
1 parent 13fe52a commit 6e2a32f
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: binkode
ko_fi: myckhel
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -41,4 +41,4 @@
"require-dev": {
"orchestra/testbench": "^6.0"
}
}
}
Loading

0 comments on commit 6e2a32f

Please sign in to comment.