Several 'framework' fixes

This commit is contained in:
2021-12-06 23:39:16 +01:00
parent c1d5089d0a
commit 17b0d7098c
7 changed files with 13 additions and 8 deletions

View File

@ -34,6 +34,7 @@
},
"scripts": {
"test": "vendor/bin/phpunit ./tests --testdox",
"style": "vendor/bin/php-cs-fixer fix"
"style": "vendor/bin/php-cs-fixer fix",
"psalm": "vendor/bin/psalm"
}
}