dotkernel / dot-cli

DotKernel component to build console applications based on laminas-cli.
https://docs.dotkernel.org/dot-cli/
MIT License
5 stars 2 forks source link

symfony/console > 7 issue #26

Closed arhimede closed 8 months ago

arhimede commented 9 months ago

return an error for symfony/console > 7.0

Command name "" is invalid.

arhimede commented 9 months ago

for the moment, symfony/console is set hardcoded to 6.4.2

arhimede commented 8 months ago

@MarioRadu check what laminas-cli is doing extra over symfony/console https://github.com/laminas/laminas-cli/blob/1.11.x/src/Command/AbstractParamAwareCommand.php

MarioRadu commented 8 months ago

Fixed in https://github.com/dotkernel/dot-cli/pull/27.