gabordemooij / redbean

ORM layer that creates models, config and database on the fly
https://www.redbeanphp.com
2.3k stars 279 forks source link

Warnings during composer dump-autoload #935

Closed flip111 closed 4 months ago

flip111 commented 10 months ago
Class RedBeanPHP\Plugin\NonStaticBeanHelper located in ./vendor/gabordemooij/redbean/RedBeanPHP/Plugin/Pool.php does not comply with psr-4 autoloading standard. Skipping.
Class RedBeanPHP\Plugin\PoolDB located in ./vendor/gabordemooij/redbean/RedBeanPHP/Plugin/Pool.php does not comply with psr-4 autoloading standard. Skipping.
gabordemooij commented 10 months ago

Those are optional classes, they are meant to be included manually.

flip111 commented 10 months ago

Can the warning be suppressed? if not let's close this ticket.

gabordemooij commented 10 months ago

I will do some research if it is possible to suppress this warning.

gabordemooij commented 4 months ago

There seems to be no way to suppress these warnings.