datatable.directory codebase
https://datatable.directory/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
631 B
31 lines
631 B
6 years ago
|
{
|
||
|
"name": "socialnorm/google",
|
||
|
"description": "Google provider for SocialNorm",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Adam Wathan",
|
||
|
"email": "adam.wathan@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"require": {
|
||
|
"php": ">=5.5.0",
|
||
|
"guzzlehttp/guzzle": "^6.0",
|
||
|
"socialnorm/socialnorm": "^0.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"mockery/mockery": "~0.8",
|
||
|
"phpunit/phpunit": "^4.8"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"SocialNorm\\Google\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"autoload-dev": {
|
||
|
"files": [
|
||
|
"tests/TestCase.php"
|
||
|
]
|
||
|
}
|
||
|
}
|