Skip to content

Commit

Permalink
Merge pull request #88 from Chronoes/symfony-5.0
Browse files Browse the repository at this point in the history
Add support for Symfony 5.0
  • Loading branch information
stecman committed Nov 24, 2019
2 parents 7bfa9b9 + 4411dea commit a9502da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"php": ">=5.3.2",
"symfony/console": "~2.3 || ~3.0 || ~4.0"
"symfony/console": "~2.3 || ~3.0 || ~4.0 || ~5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"
Expand Down
2 changes: 2 additions & 0 deletions src/CompletionCommand.php
Expand Up @@ -134,6 +134,8 @@ protected function execute(InputInterface $input, OutputInterface $output)

$output->write($results, true);
}

return 0;
}

/**
Expand Down

0 comments on commit a9502da

Please sign in to comment.