Skip to content

Commit 6e2a32f

Browse files
committed
Added laravel v11 support
1 parent 13fe52a commit 6e2a32f

File tree

3 files changed

+136
-129
lines changed

3 files changed

+136
-129
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
44
patreon: # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
6-
ko_fi: binkode
6+
ko_fi: myckhel
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
88
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
99
liberapay: # Replace with a single Liberapay username

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
16+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
1717
},
1818
"autoload": {
1919
"psr-4": {
@@ -41,4 +41,4 @@
4141
"require-dev": {
4242
"orchestra/testbench": "^6.0"
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)