fix(composer): resolve autoloader class collision with other Bonsai plugins
- Both this plugin and bonsai-code-injector shipped byte-identical composer.json files,
causing Composer to generate the same ComposerAutoloaderInit{hash} class in both —
fatal error when both plugins were active on the same site (reported on faranitaylor.com) - Added a unique "name" field to composer.json and regenerated vendor/ from a clean install
- Bumped to 2.3.1