We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da449d commit e4746c4Copy full SHA for e4746c4
composer.json
@@ -9,11 +9,9 @@
9
}
10
],
11
"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"
+ "php": ">=8.0.2",
+ "symfony/console": "~6.0",
+ "phpunit/phpunit": "^9.5"
17
},
18
"autoload": {
19
"psr-4": {
src/CompletionCommand.php
@@ -43,7 +43,7 @@ protected function configure()
43
/**
44
* {@inheritdoc}
45
*/
46
- public function getNativeDefinition()
+ public function getNativeDefinition(): InputDefinition
47
{
48
return $this->createDefinition();
49
0 commit comments