Skip to content

Commit a44d55f

Browse files
author
camilo.sperberg
committed
Resolving the issue of sending a mediaGroup the right way
1 parent 0a6e40f commit a44d55f

21 files changed

+712
-370
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@
1515
],
1616
"require": {
1717
"php": ">=7.0.0",
18+
"ext-json": "*",
1819
"unreal4u/dummy-logger": "^1.0",
1920
"react/http-client": "^0.5",
2021
"react/promise": "^2.5",
2122
"clue/block-react": "^1.1",
2223
"yoshi2889/multipart-builder": "^0.1.1",
23-
"amphp/artax": "^3"
24+
"amphp/artax": "^3",
25+
"paragonie/random_compat": "1.2.2"
2426
},
2527
"require-dev": {
2628
"monolog/monolog": "^1.17",
@@ -38,9 +40,9 @@
3840
"unreal4u\\TelegramAPI\\tests\\": "tests"
3941
}
4042
},
41-
"support" : {
42-
"issues" : "https://github.com/unreal4u/telegram-api/issues",
43-
"source" : "https://github.com/unreal4u/telegram-api"
43+
"support": {
44+
"issues": "https://github.com/unreal4u/telegram-api/issues",
45+
"source": "https://github.com/unreal4u/telegram-api"
4446
},
4547
"license": "MIT"
4648
}

0 commit comments

Comments
 (0)