summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-03-14 15:33:50 +0100
committerRemi Collet <remi@php.net>2022-03-14 15:33:50 +0100
commit8160c041e7b15f1845cf88345bf0fc426ffe9fdc (patch)
tree94a3cbb36e655fd6b1d615748992fa409c9e00f9 /composer.json
parentd2d1b8d65389ca0c3ba55f6ca8d07a31783875e3 (diff)
update to 1.27.0
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
+ }
}