Skip to content

Commit

Permalink
Merge pull request #6157 from rchavik/3.1-show-version
Browse files Browse the repository at this point in the history
Show PHP version in shell welcome message
  • Loading branch information
markstory committed Mar 26, 2015
2 parents 09eb238 + 75de672 commit 7140aa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/Shell.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ protected function _welcome()
$this->hr();
$this->out(sprintf('App : %s', APP_DIR));
$this->out(sprintf('Path: %s', APP));
$this->out(sprintf('PHP : %s', phpversion()));
$this->hr();
}

Expand Down

0 comments on commit 7140aa4

Please sign in to comment.