Issues found:
composer source command doesn't exist in Composer
- Plugin requires both custom autoloader AND Composer autoloader, but only includes the custom one
- Development dependencies require PHP tokenizer extension that may not be available on all systems
Solutions provided:
- Alternative installation methods that actually work
- Required autoloader fix to prevent fatal errors
- Use of
--no-dev flag to avoid unnecessary development dependencies
This should help other users avoid the same installation issues I encountered!