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.
25 lines
561 B
25 lines
561 B
6 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|