Skip to content

Commit 5df0914

Browse files
authored
Merge pull request phpro#341 from veewee/patch-git-conflict
Add correct configuration for the git conflict task
2 parents 23a23e0 + 5358e1e commit 5df0914

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/config/tasks.yml

+2
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ services:
127127
class: GrumPHP\Task\Git\Conflict
128128
arguments:
129129
- '@config'
130+
- '@process_builder'
131+
- '@formatter.raw_process'
130132
tags:
131133
- {name: grumphp.task, config: git_conflict}
132134

0 commit comments

Comments
 (0)