PSR-4 baby!

This commit is contained in:
Alex Bilbie 2014-04-06 19:17:56 +01:00
parent 2aa318cfd7
commit 29b0389a75
31 changed files with 1 additions and 3 deletions

View File

@ -42,10 +42,8 @@
"league/oauth2server": "*"
},
"autoload": {
"psr-0": {
"League\\OAuth2\\Server": "src/"
},
"psr-4": {
"League\\OAuth2\\Server\\": "src/",
"LeagueTests\\": "tests/"
}
},