20 lines
641 B
JSON
20 lines
641 B
JSON
{
|
|
"name": "arionum/node",
|
|
"description": "The Arionum (ARO) cryptocurrency node.",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^7.2",
|
|
"ext-bcmath": "*",
|
|
"ext-gmp": "*",
|
|
"ext-openssl": "*",
|
|
"ext-pdo": "*"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^3.2"
|
|
},
|
|
"scripts": {
|
|
"check-style": "phpcs -p -l --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 . include",
|
|
"fix-style": "phpcbf -p -l --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 . include"
|
|
}
|
|
}
|