|
|
|
@ -4,6 +4,11 @@
|
|
|
|
"type": "project",
|
|
|
|
"type": "project",
|
|
|
|
"license": "GPL-2.0",
|
|
|
|
"license": "GPL-2.0",
|
|
|
|
"scripts": {
|
|
|
|
"scripts": {
|
|
|
|
|
|
|
|
"build" : [
|
|
|
|
|
|
|
|
"@lint",
|
|
|
|
|
|
|
|
"@psalm",
|
|
|
|
|
|
|
|
"@test"
|
|
|
|
|
|
|
|
],
|
|
|
|
"check-format": "php-cs-fixer fix --ansi --dry-run --diff",
|
|
|
|
"check-format": "php-cs-fixer fix --ansi --dry-run --diff",
|
|
|
|
"format": "php-cs-fixer fix --ansi",
|
|
|
|
"format": "php-cs-fixer fix --ansi",
|
|
|
|
"lint": "@php ./vendor/bin/parallel-lint --exclude vendor/ .",
|
|
|
|
"lint": "@php ./vendor/bin/parallel-lint --exclude vendor/ .",
|
|
|
|
|