Skip to content

Commit

Permalink
Update Job.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriter committed Feb 10, 2023
1 parent f19f35f commit 450d822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Option/Job.php
Expand Up @@ -35,6 +35,7 @@ public function toArray(): array
'php' => PhpVersion::TO_STRING[$this->php],
'dependency' => $this->dependency,
'experimental' => $this->experimental,
'extensions' => 'xdebug',
];
}
}

0 comments on commit 450d822

Please sign in to comment.