Skip to content

Commit 3350f60

Browse files
committed
Updated for Laravel 11
1 parent 2b25ac9 commit 3350f60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"php": "^8.2",
7-
"illuminate/support": "^9.0 | ^10.0",
7+
"illuminate/support": "^9.0 | ^10.0 | ^11.0",
88
"telepath/telepath": "^0.17",
99
"symfony/cache": "^6.2"
1010
},
@@ -22,7 +22,7 @@
2222
],
2323
"extra": {
2424
"branch-alias": {
25-
"dev-main": "0.3.x-dev"
25+
"dev-main": "0.4.x-dev"
2626
},
2727
"laravel": {
2828
"providers": [

0 commit comments

Comments
 (0)