fix: incorrect autoload namespace
This commit is contained in:
parent
32a73e155b
commit
aeab0dfdbc
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
],
|
],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"FoskyM\\OAuthCenter\\": "src/"
|
"RhodesIsland\\OAuthCenter\\": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
|
Loading…
Reference in a new issue