1
0
mirror of https://github.com/danog/pipesbot.git synced 2024-11-26 11:34:40 +01:00
pipesbot/composer.json
2019-10-28 23:48:44 +01:00

37 lines
1.1 KiB
JSON

{
"name": "danog/pipesbot",
"description": "Telegram bot based on MadelineProto capable of creating pipelines between other bots.",
"authors": [{
"name": "Daniil Gentili",
"email": "daniil@daniil.it"
}],
"type": "project",
"support": {
"issues": "https://github.com/danog/pipesbot/issues"
},
"require": {
"danog/madelineproto": "^4",
"amphp/dns": "dev-master#aa1892bd as 0.9",
"amphp/socket": "0.10.12 as 1",
"amphp/websocket": "dev-master#db2da8c5b3ed22eae37da5ffa10ab3ea8de19342 as 1",
"amphp/websocket-client": "dev-master#aff808025637bd705672338b4904ad03a4dbdc04 as 1"
},
"repositories": [{
"type": "git",
"url": "https://github.com/danog/phpseclib"
}],
"minimum-stability": "dev",
"license": "AGPL-3.0-only",
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master"
},
"scripts": {
"check": [
"@cs",
"@test"
],
"cs": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --diff --dry-run",
"cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --diff"
}
}