Commit 170608b9 authored by MBoretto's avatar MBoretto

composer

parent 84a16d4c
{
"name": "mboretto/telegram-bot",
"type": "library",
"description": "PHP telegram bot",
"keywords": ["telegram", "bot", "api"],
"license": "MIT",
"homepage": "https://github.com/MBoretto/php-telegram-bot",
"support": {
"issues": "https://github.com/MBoretto/php-telegram-bot/issues",
"source": "https://github.com/mboretto/php-telegram-bot"
},
"authors": [
{
"name": "Avtandil Kikabidze aka LONGMAN",
"email": "akalongman@gmail.com",
"homepage": "http://longman.ge",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"ext-pdo": "*",
"ext-curl": "*"
},
"autoload": {
"psr-4": {
"Longman\\TelegramBot\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"minimum-stability": "dev",
"require-dev": {
"phpunit/phpunit": "4.1.*",
"phpspec/phpspec": "~2.1",
"squizlabs/php_codesniffer": "2.3.*"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment