A fresh install of dorgflow installs symfony/console 5.0.0 which then throws a fatal error:
PHP Fatal error: Uncaught TypeError: Return value of "Dorgflow\Command\LocalSetup::execute()" must be of the type int, NULL returned. in .../vendor/symfony/console/Command/Command.php:258
I have worked around this for now by downgrading in composer.json:
"symfony/console": "^3.2"
A fresh install of dorgflow installs symfony/console 5.0.0 which then throws a fatal error:
PHP Fatal error: Uncaught TypeError: Return value of "Dorgflow\Command\LocalSetup::execute()" must be of the type int, NULL returned. in .../vendor/symfony/console/Command/Command.php:258
I have worked around this for now by downgrading in composer.json: