Explorar o código

Fix the composer.json (#1598)

Christophe Coevoet %!s(int64=4) %!d(string=hai) anos
pai
achega
895066e602
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      composer.json

+ 3 - 1
composer.json

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