Andreas Frömer

Results 21 issues of 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...

bug

As of php-parser 4.14 support for readonly classes was added. Check if packages are marked used for provided `readonly` class symbols.

enhancement

## 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...

bug

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...

enhancement
prio3

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...

enhancement

_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...

enhancement
hacktoberfest

### 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...

enhancement

## 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...

bug

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...

new feature

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.10.1 #### Summary Trying to install `phly/keep-a-changlog` using `phive` ``` $phive install...

bug