Jordi Boggiano пре 5 година
родитељ
комит
74f92ea154
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      composer.json

+ 2 - 1
composer.json

@@ -60,5 +60,6 @@
             "parallel-lint . --exclude vendor --exclude src/Monolog/Handler/FormattableHandlerInterface.php  --exclude src/Monolog/Handler/FormattableHandlerTrait.php --exclude src/Monolog/Handler/ProcessableHandlerInterface.php --exclude src/Monolog/Handler/ProcessableHandlerTrait.php",
             "phpunit"
         ]
-    }
+    },
+    "lock": false
 }