Andreas Frömer
Andreas Frömer
Added to version 0.2.4
It was fixed recently with a better error message. But you are right, we could silently fall back to __root__ as a name. But then your configuration also has to...
Yes sounds like a good addition 👍
Yes Kind of. I am currently reworking the phar build and had to renew the gpg keys and stuff.
No. config/bundles.php is part of your application. So you want composer-unused to scan this file as part of your application. Your application also counts as a package, the root package....
> Which is exactly my use case. I have a bunch of packages that add stuff that is actually used, and another bunch that provide integration to Symfony via bundles....
Yes. That is the 2nd level requirement which can't be detected right now. I hope I find time to implement that. #235
Yes that is also possible. But the code has symbols used from that package. Having that would mark it required.
Hi, sorry for the late response. You can pass down the `--composer-json` option to that command to pass along the `composer.json` of you project
Ah sorry. Was not the option. It's just an argument. `composer unused ` See help output. Also there might be a bug with the new command and phar file 🤔...