Skip to content

Commit

Permalink
Merge pull request #10 from MaxCDN/DEV-3157
Browse files Browse the repository at this point in the history
updated composer by PSR-0 convention
  • Loading branch information
tjasko committed Jul 20, 2015
2 parents fcc1b77 + 5b97000 commit ecab9b8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@
},
"autoload": {
"psr-0": {
"MaxCDN\\": "src/",
"": "src/"
}
"MaxCDN\\": "src/"
},
"classmap": [
"src/MaxCDN.php",
"src/MaxCDN/OAuth/OAuthSignatureMethod_PLAINTEXT.php",
"src/MaxCDN/OAuth/OAuthSignatureMethod_HMAC_SHA1.php",
"src/MaxCDN/OAuth/OAuthSignatureMethod_RSA_SHA1.php"
]
}

}

0 comments on commit ecab9b8

Please sign in to comment.