Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-27 10:57:54 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-27 10:57:54 +0300
commit43803202afaedc7e941b7bbcde2b98e1d73bb47d (patch)
treed7c7a466503f8bf9b9d78fa12ad92508c02a5d83
parent5b89bf43e13f3de794af264f92ccbe8f8518f430 (diff)
Fix script
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 381bdf8..a21e8d5 100644
--- a/composer.json
+++ b/composer.json
@@ -10,7 +10,7 @@
"lint": "parallel-lint --exclude src --exclude vendor --exclude target --exclude build .",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix",
- "psalm": "psalm.phar"
+ "psalm": "psalm --threads=1"
},
"autoload-dev": {
"psr-4": {