Skip to content

Commit a4381dc

Browse files
committed
+ext-json
+ext-curl to composer.json
1 parent 321c2f3 commit a4381dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"license": "MIT",
1212
"minimum-stability": "alpha",
1313
"require": {
14-
"php": ">=5.0"
14+
"php": ">=5.0",
15+
"ext-json": "*",
16+
"ext-curl": "*"
1517
},
1618
"autoload": {
1719
"files": ["Telegram.php", "TelegramErrorLogger.php"]

0 commit comments

Comments
 (0)