Kdyby / Console

Symfony Console integration for Kdyby components
https://packagist.org/packages/kdyby/console
Other
52 stars 54 forks source link

Missed dependency on Nette\Nette #32

Closed zeleznypa closed 9 years ago

zeleznypa commented 9 years ago

In the Constructor is dependency on class constants: https://github.com/Kdyby/Console/blob/master/src/Kdyby/Console/Application.php#L45

But there are not present in depended nette components

vojtech-dobes commented 9 years ago

Better to not make it dependency and handle it in extension, that would be my guess :).

zeleznypa commented 9 years ago

Better will be remove dependency on that constants :)

fprochazka commented 9 years ago

Thank you for reporting. It should be fixed now, right?

zeleznypa commented 9 years ago

Thanks :+1: