mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
PSR-4 baby!
This commit is contained in:
@@ -42,10 +42,8 @@
|
|||||||
"league/oauth2server": "*"
|
"league/oauth2server": "*"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
|
||||||
"League\\OAuth2\\Server": "src/"
|
|
||||||
},
|
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
"League\\OAuth2\\Server\\": "src/",
|
||||||
"LeagueTests\\": "tests/"
|
"LeagueTests\\": "tests/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user