Skip to content

Commit 524bb1c

Browse files
authored
Merge pull request #3 from geoffreyvanwyk/main
fix: composer repl script times out after 300 seconds
2 parents 10a93db + b147362 commit 524bb1c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"build": "vendor/bin/phel build --no-cache",
2828
"format": "vendor/bin/phel format",
2929
"test": "vendor/bin/phel test",
30-
"repl": "vendor/bin/phel repl"
30+
"repl": [
31+
"Composer\\Config::disableProcessTimeout",
32+
"vendor/bin/phel repl"
33+
]
3134
}
3235
}

0 commit comments

Comments
 (0)