catchAdmin/extend/socialite/composer.json

18 lines
375 B
JSON
Raw Normal View History

2019-01-26 18:04:33 +08:00
{
"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"
}
}