Fixes
Showing
{ | { | ||
"name": "longman/telegram-bot", | "name": "longman/telegram-bot", | ||
"type": "library", | "type": "library", | ||
"description": "PHP telegram bot", | "description": "PHP telegram bot", | ||
"keywords": ["telegram", "bot", "api"], | "keywords": ["telegram", "bot", "api"], | ||
"license": "MIT", | "license": "MIT", | ||
"homepage": "https://github.com/akalongman/php-telegram-bot", | "homepage": "https://github.com/akalongman/php-telegram-bot", | ||
"support": { | "support": { | ||
"issues": "https://github.com/akalongman/php-telegram-bot/issues", | "issues": "https://github.com/akalongman/php-telegram-bot/issues", | ||
"source": "https://github.com/akalongman/php-telegram-bot" | "source": "https://github.com/akalongman/php-telegram-bot" | ||
}, | }, | ||
"authors": [ | "authors": [ | ||
{ | { | ||
"name": "Avtandil Kikabidze aka LONGMAN", | "name": "Avtandil Kikabidze aka LONGMAN", | ||
"email": "akalongman@gmail.com", | "email": "akalongman@gmail.com", | ||
"homepage": "http://longman.ge", | "homepage": "http://longman.ge", | ||
"role": "Developer" | "role": "Developer" | ||
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"php": ">=5.4.0", | "php": ">=5.4.0", | ||
"ext-pdo": "*", | "ext-pdo": "*", | ||
"hoa/math": "~0.0" | "ext-curl": "*", | ||
}, | "hoa/math": "~0.0" | ||
"autoload": { | }, | ||
"psr-4": { | "autoload": { | ||
"Longman\\TelegramBot\\": "src/" | "psr-4": { | ||
} | "Longman\\TelegramBot\\": "src/" | ||
}, | } | ||
"autoload-dev": { | }, | ||
"psr-4": { | "autoload-dev": { | ||
"Tests\\": "tests/" | "psr-4": { | ||
} | "Tests\\": "tests/" | ||
}, | } | ||
"minimum-stability": "dev", | }, | ||
"require-dev": { | "minimum-stability": "dev", | ||
"phpunit/phpunit": "4.1.*", | "require-dev": { | ||
"phpspec/phpspec": "~2.1", | "phpunit/phpunit": "4.1.*", | ||
"squizlabs/php_codesniffer": "2.3.*" | "phpspec/phpspec": "~2.1", | ||
} | "squizlabs/php_codesniffer": "2.3.*" | ||
} | |||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment