Skip to content

Commit

Permalink
Another composer typo and PSR4 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvanpatten committed Sep 26, 2018
1 parent ea2a922 commit b6a31b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
},
"autoload": {
"psr-4": {
"Tomodomo\\VanillaAuthenticator": "src"
"Tomodomo\\VanillaAuthenticator\\": [
"src/"
]
}
}
}
2 changes: 1 addition & 1 deletion src/VanillaAuthenticator.php → src/Authenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use GuzzleHttp\Client as GuzzleClient;

class VanillaAuthenticator
class Authenticator
{
/**
* Route to the login page
Expand Down

0 comments on commit b6a31b6

Please sign in to comment.