42 lines
992 B
JSON
42 lines
992 B
JSON
{
|
|
"name": "jacobkiers/oauth",
|
|
"description": "Based on Andy Smith's basic PHP library for OAuth 1.0a",
|
|
"type": "library",
|
|
"keywords": ["oauth"],
|
|
"homepage": "https://github.com/jacobkiers/OAuth",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jacob Kiers",
|
|
"email": "jacob@alphacomm.nl",
|
|
"role": "developer"
|
|
},
|
|
{
|
|
"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": "*",
|
|
"phpunit/phpunit": "3.7.*@stable",
|
|
"mockery/mockery": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JacobKiers\\OAuth": "src/"
|
|
}
|
|
}
|
|
}
|