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