mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
18 lines
511 B
JSON
18 lines
511 B
JSON
{
|
|
"name": "lt/signer",
|
|
"description": "Signer",
|
|
"type": "project",
|
|
"license": "AGPL",
|
|
"require": {
|
|
"jeidison/jsignpdf-php": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.5",
|
|
"nextcloud/coding-standard": "^0.3.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
|
|
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
|
"cs:fix": "php-cs-fixer fix"
|
|
}
|
|
}
|