Initial commit
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled

This commit is contained in:
chorblack
2026-03-07 11:19:25 +08:00
commit e75f275ef4
4484 changed files with 645480 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
{
"name": "consatan/weibo_image_uploader",
"description": "Weibo image uploader.",
"keywords": ["sina", "weibo", "image", "photo", "picture", "upload", "uploader"],
"homepage": "https://chopin.im/weibo_puploader",
"type": "library",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Chopin Ngo",
"email": "consatan@gmail.com",
"homepage": "https://chopin.im"
}
],
"require": {
"php": ">=5.5.9",
"ext-json": "*",
"ext-openssl": "*",
"guzzlehttp/guzzle": "^6.2",
"symfony/cache": "^3.2"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"mockery/mockery": "^0.9.7"
},
"autoload": {
"psr-4": {
"Consatan\\Weibo\\ImageUploader\\": "src/"
},
"files": ["src/functions_include.php"]
},
"autoload-dev": {
"psr-4": {
"Consatan\\Weibo\\ImageUploader\\Tests\\": "tests/"
}
}
}