diff --git a/composer.json b/composer.json index 0eb78c3..55b8faa 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,9 @@ }, "autoload": { "psr-4": { - "Tomodomo\\VanillaAuthenticator": "src" + "Tomodomo\\VanillaAuthenticator\\": [ + "src/" + ] } } } diff --git a/src/VanillaAuthenticator.php b/src/Authenticator.php similarity index 99% rename from src/VanillaAuthenticator.php rename to src/Authenticator.php index df3754d..6f9da76 100644 --- a/src/VanillaAuthenticator.php +++ b/src/Authenticator.php @@ -4,7 +4,7 @@ use GuzzleHttp\Client as GuzzleClient; -class VanillaAuthenticator +class Authenticator { /** * Route to the login page