18 lines
375 B
JSON
18 lines
375 B
JSON
{
|
|
"name": "thinking/socialite",
|
|
"description": "a socialite package for thinkphp5.1*",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "yanwnewu",
|
|
"email": "82664165@qq.com"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"ext-json": "*",
|
|
"guzzlehttp/guzzle": "~6.0"
|
|
}
|
|
}
|