Browse Source

Fix the composer.json (#1598)

Christophe Coevoet 4 years ago
parent
commit
f563e3159e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      composer.json

+ 2 - 2
composer.json

@@ -68,8 +68,8 @@
         "phpstan": "vendor/bin/phpstan analyse"
     },
     "config": {
+        "lock": false,
         "sort-packages": true,
         "platform-check": false
-    },
-    "lock": false
+    }
 }