Skip to content

Commit 483d7ce

Browse files
committed
Merge pull request #35 from callmez/develop
composer 支持
2 parents 452cecd + 847c60d commit 483d7ce

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "qiniu/php-sdk",
3+
"type": "library",
4+
"description": "Qiniu Resource (Cloud) Storage SDK for PHP",
5+
"keywords": ["qiniu","storage","CDN","sdk"],
6+
"homepage": "http://www.qiniu.com/",
7+
"license": "MIT",
8+
"require": {
9+
"php": ">=5.2.4"
10+
},
11+
"autoload": {
12+
"psr-0": { "qiniu\\": "/" }
13+
}
14+
}

0 commit comments

Comments
 (0)