### Symfony version(s) affected 6.3.5 ### Description It looks like pcntl dependency is not optional again. ### How to reproduce When trying to run `messenger:consume xyz`: ``` In ConsumeMessagesCommand.php line 261: [Error] Undefined constant "SIGTERM" ``` ### Possible Solution Check whether constants are defined in ConsumeMessagesCommand.php line 261 ### Additional Context _No response_