Framework updates

This commit is contained in:
2021-12-07 09:49:53 +01:00
parent 90f8b5e297
commit 9ed873778e
2 changed files with 19 additions and 19 deletions

View File

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