Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/cvetdv.ru/bitrix/modules/letme.watchman/vendor/telegram-bot/api/ |
Upload File : |
{ "name": "telegram-bot/api", "description": "PHP Wrapper for Telegram Bot API", "keywords": [ "php", "telegram", "bot", "bot api" ], "homepage": "https://github.com/TelegramBot/Api", "license": "MIT", "authors": [ { "name": "Ilya Gusev", "email": "mail@igusev.ru", "homepage": "https://php-cat.com", "role": "Developer" } ], "require": { "php" : ">=5.5.0", "ext-curl": "*", "ext-json": "*" }, "require-dev": { "symfony/phpunit-bridge" : "*", "friendsofphp/php-cs-fixer": "^3.16", "vimeo/psalm": "^5.9" }, "autoload": { "psr-4": { "TelegramBot\\Api\\": "src" } }, "autoload-dev": { "psr-4": { "TelegramBot\\Api\\Test\\": "tests" } }, "scripts": { "test": "vendor/bin/simple-phpunit --colors=always", "coverage": "XDEBUG_MODE=coverage vendor/bin/simple-phpunit --coverage-html build/coverage", "psalm": "vendor/bin/psalm", "cs-fix": "vendor/bin/php-cs-fixer fix --allow-risky=yes --diff --ansi", "cs-check": "vendor/bin/php-cs-fixer fix --allow-risky=yes --diff --ansi --dry-run" }, "extra": { "branch-alias": { "dev-master": "2.5-dev" } } }