Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Updated to Telegram Bot API 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Jul 21, 2017
1 parent 305b421 commit ed33d92
Show file tree
Hide file tree
Showing 6 changed files with 1,399 additions and 1,304 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Framework for Telegram Bot API",
"license": "MIT",
"type": "project",
"version": "1.3.0",
"version": "1.4.0",
"authors": [
{
"name": "Luca Patera",
Expand All @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.3",
"php": ">=5.6",
"netresearch/jsonmapper": ">=v1.1.0",
"lukasss93/aurax-php": ">=1.3.1"
},
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TelegramBot-PHP

[![API](https://img.shields.io/badge/Telegram%20Bot%20API-June%2030%2C%202017-blue.svg)](https://core.telegram.org/bots/api)
![PHP](https://img.shields.io/badge/php-%3E%3D5.3-8892bf.svg)
[![API](https://img.shields.io/badge/Telegram%20Bot%20API-July%2021%2C%202017-blue.svg)](https://core.telegram.org/bots/api)
![PHP](https://img.shields.io/badge/php-%3E%3D5.6-8892bf.svg)
![CURL](https://img.shields.io/badge/cURL-required-green.svg)

[![Latest Stable Version](https://poser.pugx.org/lukasss93/telegrambot-php/v/stable)](https://packagist.org/packages/lukasss93/telegrambot-php)
Expand All @@ -13,7 +13,7 @@
Requirements
---------

* PHP 5.3+
* PHP 5.6+
* Curl for PHP must be enabled.
* Telegram API Key, you can get one simply with [@BotFather](https://core.telegram.org/bots#botfather) with simple commands right after creating your bot.

Expand Down
Loading

0 comments on commit ed33d92

Please sign in to comment.