1.0
Tom Anderson 2014-04-23 20:56:53 -07:00
parent bb6cee5f60
commit 33b0147bf3
16 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ This library makes it stupidly simple to integrate your application with OAuth 2
Adding support for other providers is trivial.
The library requires PHP 5.3+ and is PSR-0 compatible.
The library requires PHP 5.3+ and is PSR-4 compatible.
## Usage

View File

@ -29,8 +29,8 @@
}
],
"autoload": {
"psr-0": {
"League\\OAuth2\\Client": "src/"
"psr-4": {
"League\\OAuth2\\Client\\": "src/"
}
}
}