Skip to content

Commit 4411dea

Browse files
committed
Add support for Symfony 5.0
1 parent 7bfa9b9 commit 4411dea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": ">=5.3.2",
13-
"symfony/console": "~2.3 || ~3.0 || ~4.0"
13+
"symfony/console": "~2.3 || ~3.0 || ~4.0 || ~5.0"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"

src/CompletionCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
134134

135135
$output->write($results, true);
136136
}
137+
138+
return 0;
137139
}
138140

139141
/**

0 commit comments

Comments
 (0)