mirror of
https://github.com/danog/telerpc.git
synced 2024-11-26 20:14:48 +01:00
20 lines
480 B
JSON
20 lines
480 B
JSON
{
|
|
"name": "danog/telerpc",
|
|
"description": "RPC Error reporting API",
|
|
"type": "project",
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
"friendsofphp/php-cs-fixer": "^2.16"
|
|
},
|
|
"license": "AGPLV3",
|
|
"authors": [
|
|
{
|
|
"name": "Daniil Gentili",
|
|
"email": "daniil.gentili.dg@gmail.com"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --diff"
|
|
}
|
|
}
|