catchAdmin/extend/socialite/composer.json
2019-01-26 18:04:33 +08:00

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"
}
}