1
0
mirror of https://github.com/danog/magnaluna.git synced 2024-11-26 11:34:39 +01:00
magnaluna/composer.json

29 lines
769 B
JSON

{
"name": "danog/magnaluna",
"description": "Telegram webradio based on MadelineProto and libtgvoip",
"authors": [{
"name": "Daniil Gentili",
"email": "daniil@daniil.it"
}],
"type": "project",
"support": {
"issues": "https://github.com/danog/magnaluna/issues"
},
"minimum-stability": "beta",
"require": {
"danog/madelineproto": "^8.0.0-beta133"
},
"license": "AGPL-3.0-only",
"require-dev": {
"amphp/php-cs-fixer-config": "^2"
},
"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"
}
}