From b6a31b6c9dc6654083cb81507c5bbae5fb929e50 Mon Sep 17 00:00:00 2001 From: Chris Van Patten Date: Wed, 26 Sep 2018 10:02:21 -0400 Subject: [PATCH] Another composer typo and PSR4 fix --- composer.json | 4 +++- src/{VanillaAuthenticator.php => Authenticator.php} | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) rename src/{VanillaAuthenticator.php => Authenticator.php} (99%) 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