ComposerRequireChecker icon indicating copy to clipboard operation
ComposerRequireChecker copied to clipboard

There were no symbols found Error

Open Axent96 opened this issue 1 year ago • 4 comments

Just installed this and tried it, but I get the following Error:

ComposerRequireChecker 4.5.0@5696f5eeac91838cfcb01ef1ce9709f18f2bbbea

In CheckCommand.php line 170:

There were no symbols found, please check your configuration.

check [--config-file CONFIG-FILE] [--ignore-parse-errors] [--output OUTPUT] [--] []

I have tried it with a config file. Same result. php v8.1 && php v8.2

Axent96 avatar Mar 03 '23 07:03 Axent96

Hi, this tool tries to find your source files by the definitions within your composer.json file or by defining additional files to scan within the config file.

To analyze this issue we need more information about your project setup, composer.json / autoload section.

maglnet avatar Mar 03 '23 08:03 maglnet

Potential resolution here could be to improve the error message, perhaps? :thinking:

Ocramius avatar Mar 03 '23 08:03 Ocramius

Potential resolution here could be to improve the error message, perhaps? 🤔

Yes maybe we should show the analysed files/paths/autoload definitions.

maglnet avatar Mar 03 '23 08:03 maglnet

@maglnet yes, please!

fabioknoedt avatar Mar 30 '23 18:03 fabioknoedt