Tests don't comply with PSR-0 autoloading standard
Hey 👋 Thanks for this useful package, I'm using it in some of my projects :)
Now on to the issue: When generating the autoload files with composer I encountered these two deprecation notices:
Deprecation Notice: Class JamesMoss\Flywheel\NestedRespositoryTest located in ./vendor/jamesmoss/flywheel/test/JamesMoss/Flywheel/NestedRepositoryTest.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/lib/plesk-9.0/composer.phar/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class JamesMoss\Flywheel\RespositoryTest located in ./vendor/jamesmoss/flywheel/test/JamesMoss/Flywheel/RepositoryTest.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/lib/plesk-9.0/composer.phar/src/Composer/Autoload/ClassMapGenerator.php:201
Using composer v1.10.1 (latest). Just wanted to let you know...