Skip to content

fix backchannel 4

Choose a tag to compare

@rumcais rumcais released this 27 Mar 09:26
· 5 commits to main since this release
fix PSR-4 autoload warning: switch to classmap for includes/

WordPress file naming convention (class-foo-bar.php) does not comply with
PSR-4 which expects FooBar.php. Use classmap so Composer scans the directory
without filename constraints and eliminates the build warning.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>