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.
 
 
 
 
 
 

29 lines
609 B

{
"name": "socialnorm/stackoverflow",
"description": "StackOverflow provider for SocialNorm",
"authors": [
{
"name": "MightyPork"
}
],
"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\\StackOverflow\\": "src/"
}
},
"autoload-dev": {
"files": [
"tests/TestCase.php"
]
}
}