Andreas Frömer
Andreas Frömer
Yes probably. There is a path in the code, which follows `include`, `include_once`, `require` and `require_once`. So it would be best to write a test where two files, include each...
> Do you have a preference on how I implement this? 2 separate files (decortator + original) vs. just modifying the FileContentProvider (in a way that keeps backwards compat). As...
Should be solved with latest release. Closing it. If the error comes up again, please open a new issue.
Pinning version to `4.1.2` helped with the problem.
> Packages that are only referenced (or required) in dependencies of mine should be marked as unused, since I don't actually use them. If no symbol of your required packages...
The problem mostly comes from framework using other packages, but not using composer means to "suggest" the package. They rather throw an exception if you are using it without having...
Hey. I just tried to debug it. I setup a test-project with this dependency. Running composer-unused in it, worked to find the package. Can you provide me with your `composer.json`...
Is there anything specific in it? Like another `vendor-dir` or anything? You can remove anything like `require` or `require-dev` as well as `scripts` and `repositories` ;) I'm just looking for...
My suggestion: drop support for 7.4, create new minor Version with PHP requirement 8.1 and above. If you are still running 7.4 you will get current version and that is...
Hi, thanks for reaching out. As nothing here is part of redis extension itself. This can't be directly detected. I would suggest using the composer-unused.php config to mark ext-redis as...