Closed tuupola closed 9 years ago
It's actually Rocketeer itself that expects a Console instance from illuminate/console, this may change in 3.0 to rely directly on Symfony Console (to allow easier integration into other frameworks). The symfony constraint thing I've already opened an issue about it but yeah, apparently it's by design
I accidentally opened this first to wrong repository. But yeah decoupling Rocketeer more from Laravel would be a good idea.
This is more of an issue with
illuminate/console
but a heads up for you here. Commands below fail becauseilluminate/console
has locked the dependency ofsymfony/console
to minor version number2.5.*
. I am pretty sure Symfony semantic versioning could be trusted andilluminate/console
should use~2.5
instead.Are any features of
illuminate/console
used or would vanillasymfony/console
be enough?