Skip to content

Commit 130bc51

Browse files
committed
Fixed PSR-0 namespacing.
1 parent 2595890 commit 130bc51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "adoy/oauth2",
33
"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",
4+
"license": "LGPL-2.1",
55
"authors": [
66
{
77
"name": "Charron Pierrick",
@@ -16,6 +16,6 @@
1616
"php": ">=5.3.0"
1717
},
1818
"autoload": {
19-
"psr-0": {"OAuth2": "src/"}
19+
"psr-0": {"Adoy\\OAuth2": "src/"}
2020
}
2121
}

0 commit comments

Comments
 (0)