summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index d2deab7..aecc40f 100644
--- a/composer.json
+++ b/composer.json
@@ -54,5 +54,7 @@
"test": "vendor/bin/phpunit",
"phpstan": "vendor/bin/phpstan analyse"
},
- "lock": false
+ "config": {
+ "lock": false
+ }
}