Skip to content

Commit

Permalink
Show PHP version in shell welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
rchavik committed Mar 24, 2015
1 parent 09eb238 commit 75de672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/Shell.php
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 75de672

Please sign in to comment.