Made package PSR-2 compatible.
Since this is a fork, also renamed the namespaces and containing folder.
This commit is contained in:
@@ -1,12 +1,34 @@
|
||||
{
|
||||
"name": "Eher/OAuth",
|
||||
"name": "GaryJones/OAuth",
|
||||
"description": "Based on Andy Smith's basic PHP library for OAuth 1.0a",
|
||||
"type": "library",
|
||||
"keywords": ["oauth"],
|
||||
"homepage": "https://github.com/GaryJones/OAuth",
|
||||
"license": "BSD-3-Clause",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Gary Jones",
|
||||
"email": "gary@garyjones.co.uk",
|
||||
"role": "developer"
|
||||
},
|
||||
{
|
||||
"name": "Alexandre Eher",
|
||||
"role": "Composer packager"
|
||||
},
|
||||
{
|
||||
"name": "Andy Smith",
|
||||
"role": "original author"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Eher\\OAuth": "src"
|
||||
"GaryJones\\OAuth": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user