libresign/bkp/signer/composer.json
Vitor Mattos ce1c08ce26 backup
2021-01-07 13:57:24 -03:00

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"
}
}