Closed Sauerbrei closed 4 years ago
Thanks for the PR @Sauerbrei :hugs:
I'm going to review it locally soon, but how is switching the argument order going to work with Symfony <5?
Oh god, I should've never used symfony/console ... I regret it so much at this point ...
Thats a very good point... it seems like to support Symfony 5+ and <5 there have to be two versions...
I might have to wrap this in order to work and check for which version is installed :(
Or just drop support of old versions ... hmmm ....
Hmm, dropping support may be a concern for old projects (I started using this tool for an old project though :D )
You're right and that was the feedback that I got from most people. In theory everyone can just download the phar or use the docker container, but many still want to drop it right into the project they are using it for.
I'll check this out over the weekend and see what other options I have. I also have a 2 year old branch where I'm replacing symfony/console for docopt (which is way cleaner, but hat less features).
Great! If I can help let me know :)
Decided to remove Symfony <3 ... people just need to move on. If I get complaints I'll get rid of symfony/console altogether.
Thanks again @Sauerbrei for the PR :hugs:
According to https://github.com/mihaeu/dephpend/issues/59 this is a fix for symfony5 integrations