Skip to content

Commit

Permalink
Merge pull request #3 from geoffreyvanwyk/main
Browse files Browse the repository at this point in the history
fix: composer repl script times out after 300 seconds
  • Loading branch information
Chemaclass authored Jun 7, 2024
2 parents 10a93db + b147362 commit 524bb1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}

0 comments on commit 524bb1c

Please sign in to comment.