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.

37 lines
979 B

{
"name": "wuearl\/bytedance",
"description": "sdk for bytedance (douyin, toutiao, huoshan, xigua)",
"license": "MIT",
"authors": [
{
"name": "wuearl",
"email": "wuearl@qq.com"
}
],
"require": {
"php": ">=7.1",
"ext-openssl": "*",
"ext-json": "*",
"ext-fileinfo": "*",
"psr/simple-cache": "^1.0",
"guzzlehttp/guzzle": "^6.2",
"monolog/monolog": "^1.22 || ^2.0",
"symfony/cache": "^3.3 || ^4.3",
"pimple/pimple": "^3.0",
"symfony/psr-http-message-bridge": "^0.3 || ^1.0",
"symfony/http-foundation": "^2.7 || ^3.0 || ^4.0"
},
"autoload": {
"psr-4": {
"ByteDance\\": "src"
},
"files": [
"src/Kernel/Support/Helpers.php",
"src/Kernel/Helpers.php"
]
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"overtrue/phplint": "^1.2"
}
}