composer.json
{
"name": "naffiq/telegram-channel-php",
"description": "Post to your telegram channel with ease!",
"type": "library",
"config": {
"platform": {
"php": "5.6"
}
},
"require": {
"longman/telegram-bot": "^0.47.1"
},
"require-dev": {
"phpunit/phpunit": "5.7",
"vlucas/phpdotenv": "^2.4",
"codeclimate/php-test-reporter": "^0.4.4"
},
"scripts": {
"test": "./vendor/bin/phpunit"
},
"license": "MIT",
"authors": [
{
"name": "naffiq",
"email": "abdu.galymzhan@gmail.com"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"naffiq\\telegram\\channel\\": "src/"
}
}
}