The current plugin included the `/vendor` directory. It should be removed from GIT, and composer should be used. If no mass changes are needed, a classmap should be created in composer.json: ```json "autoload": { "classmap": [ "lib" ] }, ```