Skip to content

Commit

Permalink
Merge branch 'hotfix/0.9.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Nov 27, 2019
2 parents 5442009 + 9d14836 commit 75d9ac1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ sudo: false
matrix:
include:
- php: 5.4
dist: trusty
- php: 5.4
env: 'COMPOSER_FLAGS="--prefer-lowest --prefer-stable"'
dist: trusty
- php: 5.5
dist: trusty
- php: 5.6
- php: 7.0
- php: 7.1
Expand Down
4 changes: 2 additions & 2 deletions src/Shell.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
*/
class Shell extends Application
{
const VERSION = 'v0.9.10';
const VERSION = 'v0.9.11';

const PROMPT = '>>> ';
const BUFF_PROMPT = '... ';
Expand Down Expand Up @@ -371,7 +371,7 @@ public function getInput()

do {
// reset output verbosity (in case it was altered by a subcommand)
$this->output->setVerbosity(ShellOutput::VERBOSITY_VERBOSE);
$this->output->setVerbosity(OutputInterface::VERBOSITY_VERBOSE);

$input = $this->readline();

Expand Down

0 comments on commit 75d9ac1

Please sign in to comment.