diff --git a/src/PhpPact/Standalone/Broker/Broker.php b/src/PhpPact/Standalone/Broker/Broker.php index f7caa83e..d816d27a 100644 --- a/src/PhpPact/Standalone/Broker/Broker.php +++ b/src/PhpPact/Standalone/Broker/Broker.php @@ -28,7 +28,8 @@ public function canIDeploy(): mixed [ 'can-i-deploy', '--pacticipant=\'' . $this->config->getPacticipant().'\'', - '--version=' . $this->config->getVersion() + '--version=' . $this->config->getVersion(), + '--output=json', ], $this->getArguments() )