We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2595890 commit 130bc51Copy full SHA for 130bc51
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "adoy/oauth2",
3
"description": "Light PHP wrapper for the OAuth 2.0 protocol (based on OAuth 2.0 Authorization Protocol draft-ietf-oauth-v2-15)",
4
- "license": "LGPL-2.1",
+ "license": "LGPL-2.1",
5
"authors": [
6
7
"name": "Charron Pierrick",
@@ -16,6 +16,6 @@
16
"php": ">=5.3.0"
17
},
18
"autoload": {
19
- "psr-0": {"OAuth2": "src/"}
+ "psr-0": {"Adoy\\OAuth2": "src/"}
20
}
21
0 commit comments