Skip to content

Commit

Permalink
Make sure we actually log the php version
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Oct 23, 2020
1 parent d195888 commit 4c24f5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CosyComposer.php
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ public function run()
}
// Try to get the php version as well.
$this->execCommand('php --version');
$this->log($this->getLastStdOut());
// Try to get the composer version as well.
$this->execCommand('composer --version');
$this->log($this->getLastStdOut());
Expand Down

0 comments on commit 4c24f5d

Please sign in to comment.