shop-php/vendor/qiniu/php-sdk/composer.json

27 lines
670 B
JSON
Raw Normal View History

2023-05-10 13:39:12 +08:00
{
"name": "qiniu/php-sdk",
"type": "library",
"description": "Qiniu Resource (Cloud) Storage SDK for PHP",
2024-02-28 16:51:38 +08:00
"keywords": ["qiniu", "storage", "sdk", "cloud"],
2023-05-10 13:39:12 +08:00
"homepage": "http://developer.qiniu.com/",
"license": "MIT",
"authors": [
{
"name": "Qiniu",
"email": "sdk@qiniu.com",
"homepage": "http://www.qiniu.com"
}
],
"require": {
2024-02-28 16:51:38 +08:00
"php": ">=5.3.3"
2023-05-10 13:39:12 +08:00
},
"require-dev": {
2024-02-28 16:51:38 +08:00
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2.3"
2023-05-10 13:39:12 +08:00
},
"autoload": {
2024-02-28 16:51:38 +08:00
"psr-4": {"Qiniu\\": "src/Qiniu"},
"files": ["src/Qiniu/functions.php"]
2023-05-10 13:39:12 +08:00
}
}