Skip to content

Commit 9553590

Browse files
authored
Support for Telepath 0.20 / Bot API 7.4
1 parent 3d421f7 commit 9553590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"php": "^8.2",
77
"illuminate/support": "^9.0 | ^10.0 | ^11.0",
8-
"telepath/telepath": "^0.19",
8+
"telepath/telepath": "^0.20",
99
"symfony/cache": "^6.2"
1010
},
1111
"license": "MIT",
@@ -22,7 +22,7 @@
2222
],
2323
"extra": {
2424
"branch-alias": {
25-
"dev-main": "0.7.x-dev"
25+
"dev-main": "0.8.x-dev"
2626
},
2727
"laravel": {
2828
"providers": [

0 commit comments

Comments
 (0)