Skip to content

Commit 417e1d8

Browse files
committed
Parallelize RunCommand in issue-bot
1 parent 1734058 commit 417e1d8

File tree

6 files changed

+655
-29
lines changed

6 files changed

+655
-29
lines changed

issue-bot/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
"name": "phpstan/issue-bot",
33
"require": {
44
"php": "^8.3",
5+
"fidry/cpu-core-counter": "^1.3",
56
"guzzlehttp/guzzle": "^7.5",
67
"knplabs/github-api": "^3.9",
78
"league/commonmark": "^2.3",
89
"nette/neon": "^3.3",
910
"nette/utils": "^3.2",
1011
"phpstan/phpstan-deprecation-rules": "^2.0",
1112
"phpstan/phpstan-strict-rules": "^2.0",
13+
"react/child-process": "^0.6.7",
14+
"react/event-loop": "^1.6",
15+
"react/promise": "^3.3",
1216
"symfony/console": "^6.1",
1317
"symfony/finder": "^6.1"
1418
},

0 commit comments

Comments
 (0)