Skip to content

Commit e4746c4

Browse files
committed
Symfony 6 support
1 parent 5da449d commit e4746c4

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=5.3.2",
13-
"symfony/console": "~2.3 || ~3.0 || ~4.0 || ~5.0"
14-
},
15-
"require-dev": {
16-
"phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"
12+
"php": ">=8.0.2",
13+
"symfony/console": "~6.0",
14+
"phpunit/phpunit": "^9.5"
1715
},
1816
"autoload": {
1917
"psr-4": {

src/CompletionCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected function configure()
4343
/**
4444
* {@inheritdoc}
4545
*/
46-
public function getNativeDefinition()
46+
public function getNativeDefinition(): InputDefinition
4747
{
4848
return $this->createDefinition();
4949
}

0 commit comments

Comments
 (0)