2019-10-28 19:26:45 +01:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2023-08-14 20:57:20 +02:00
|
|
|
"minimum-stability": "beta",
|
2019-10-28 19:26:45 +01:00
|
|
|
"require": {
|
2023-08-15 20:19:50 +02:00
|
|
|
"danog/madelineproto": "^8.0.0-beta133"
|
2019-10-28 19:26:45 +01:00
|
|
|
},
|
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
"require-dev": {
|
2023-08-14 20:57:20 +02:00
|
|
|
"amphp/php-cs-fixer-config": "^2"
|
2019-10-28 19:26:45 +01:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|