diff --git a/composer.json b/composer.json index f4f8b6d..4565f3f 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,9 @@ "build": "vendor/bin/phel build --no-cache", "format": "vendor/bin/phel format", "test": "vendor/bin/phel test", - "repl": "vendor/bin/phel repl" + "repl": [ + "Composer\\Config::disableProcessTimeout", + "vendor/bin/phel repl" + ] } }