Andreas Frömer
Andreas Frömer
## Bug report | Question | Answer | ------------| --------------- | Box version | 3.15.0@8923e3c | PHP version | 7.4 or 8.0.14 | Platform with version | Docker Alpine and...
As of php-parser 4.14 support for readonly classes was added. Check if packages are marked used for provided `readonly` class symbols.
## Describe the bug Using the namespace fallback from `composer.json` where you can use an `""` as namespace produces an error in https://github.com/composer-unused/composer-unused/blob/main/src/Command/Handler/CollectConsumedSymbolsCommandHandler.php#L59 We need to validate empty strings as...
After listing the unused packages, there should be an interactive mode to remove unused packages. **Describe the solution you'd like** After finding unused packages the user should get asked what...
Followup to #246 For the newest release, I removed the error dump feature as it needs major reworks. To better understand was is happening under the hood some kind of...
_Originally posted by @MGatner in https://github.com/composer-unused/composer-unused/discussions/234_ This happens if the root package will require a package that is not directly used by the root, but by another direct dependency. Those...
### Discussed in https://github.com/composer-unused/composer-unused/discussions/69 Originally posted by **icanhazstring** December 2, 2019 ## Is your feature request related to a problem? Please describe There is a problem scanning real usages for...
## Describe the bug If you require a package which is only used in phpdoc annotations, this package will be reported as unused. For example if you use `jms/serializer` where...
This will add the ability to give your generated files `declare(strict_types=1);`. This depends on a feature in `zend-code` being merged and tagged. Currently its not possible to generate a file...
### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.10.1 #### Summary Trying to install `phly/keep-a-changlog` using `phive` ``` $phive install...