File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ protected function configure()
22
22
$ this ->setName ('rabbitmq:purge ' );
23
23
}
24
24
25
+ protected function initialize (InputInterface $ input , OutputInterface $ output )
26
+ {
27
+ // nothing to initialize here as BaseConsumerCommand initializes on option that is not available here
28
+ }
29
+
25
30
/**
26
31
* @param InputInterface $input
27
32
* @param OutputInterface $output
Original file line number Diff line number Diff line change 9
9
}],
10
10
"require" : {
11
11
"php" : " ^7.1|^8.0" ,
12
+ "ext-pcntl" : " *" ,
12
13
13
14
"symfony/dependency-injection" : " ^4.3|^5.0" ,
14
15
"symfony/event-dispatcher" : " ^4.3|^5.0" ,
17
18
"symfony/console" : " ^4.3|^5.0" ,
18
19
"php-amqplib/php-amqplib" : " ^2.12.2|^3.0" ,
19
20
"psr/log" : " ^1.0" ,
20
- "symfony/http-kernel" : " ^4.4|^5.0" ,
21
- "symfony/framework-bundle" : " ^4.4|^5.0"
21
+ "symfony/http-kernel" : " ^4.4|^5.0" ,
22
+ "symfony/framework-bundle" : " ^4.4|^5.0"
22
23
},
23
24
"require-dev" : {
24
25
"symfony/serializer" : " ^4.3|^5.0" ,
25
26
"phpunit/phpunit" : " ^7.5|^8.5" ,
26
27
"phpstan/phpstan" : " ^0.12.11" ,
27
- "phpstan/phpstan-phpunit" : " ^0.12.6"
28
+ "phpstan/phpstan-phpunit" : " ^0.12.6"
28
29
},
29
30
"replace" : {
30
31
"oldsound/rabbitmq-bundle" : " self.version" ,
You can’t perform that action at this time.
0 commit comments