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.
 
 
 
 
 
 

24 lines
561 B

{
"name": "adamwathan/eloquent-oauth-l5",
"description": "Stupid simple OAuth authentication with Laravel and Eloquent",
"authors": [
{
"name": "Adam Wathan",
"email": "adam.wathan@gmail.com"
}
],
"license": "MIT",
"require": {
"php": ">=5.5.0",
"adamwathan/eloquent-oauth": "~8.1",
"guzzlehttp/guzzle": "^6.2.1"
},
"autoload": {
"psr-4": {
"AdamWathan\\EloquentOAuthL5\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^4.8"
}
}