Andreas Frömer

Results 116 comments of Andreas Frömer

Hi @vudaltsov sorry. Didn't got the time on hand to analyze the problem. If this is very urgent one could still setup up a local dev environment to debug the...

Good catch. And yes, the phar should not be committed. Can you place a gitignore ignoring everything except phive.xml?

We probably have to adjust https://github.com/composer-unused/composer-unused/blob/main/.github/workflows/release-phar.yml#L45 as well to install box using phive before packing the release.

Damn 🙈 I totally removed this one due to the restructuring of the code. Will add it again. Sorry for that 😄 The `-vvv` will be readded with #271

Thanks for the report and check. Let me publish a new release with it 😊

Hi @Borumer, sure go ahead. If you need any help or more information, don't hesitate to ask :)

Yes, the option is the correct one. How the workflow should be: 1. The user enables the interactive mode using `--interactive`. After the scan is done the user should be...

You need to configure additional places to be parsed using a custom configuration file. In 0.7.x I scanned the whole directory beside the `composer.json` this had some advantages, but also...

Will add something in the docs. Thanks :)

> I have same problem. With version 0.7 no package is marked as unused, even if for example symfony/mailer isn't used anywhere (and it isn't a requirement of any dependency)....