summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 696c26f..84229e9 100644
--- a/composer.json
+++ b/composer.json
@@ -53,12 +53,12 @@
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
- "config": {
- "bin-dir": "bin"
- },
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
+ },
+ "scripts": {
+ "phpstan": "php phpstan.php"
}
}