Sfoglia il codice sorgente

Fix the composer.json (#1598)

Christophe Coevoet 4 anni fa
parent
commit
895066e602
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      composer.json

+ 3 - 1
composer.json

@@ -54,5 +54,7 @@
         "test": "vendor/bin/phpunit",
         "phpstan": "vendor/bin/phpstan analyse"
     },
-    "lock": false
+    "config": {
+        "lock": false
+    }
 }