File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 11.DS_Store
22test.php
3+ vendor /
4+ composer.lock
Original file line number Diff line number Diff line change 44 - " 5.4"
55 - " 5.5"
66 - " 5.6"
7+ - " 7.0"
8+ before_script :
9+ - composer install
710script :
811 - phpunit -c phpunit.xml
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " upyun/php-sdk" ,
3+ "description" : " UPYUN sdk for php" ,
4+ "keywords" : [" UPYUN" , " sdk" ],
5+ "type" : " library" ,
6+ "homepage" : " https://github.com/upyun/php-sdk/" ,
7+ "license" : " MIT" ,
8+ "require" : {
9+ "php" : " >=5.3.0"
10+ },
11+ "require-dev" : {
12+ "phpunit/phpunit" : " ~4.0"
13+ },
14+ "authors" : [
15+ {
16+ "name" : " lfeng" ,
17+ "email" : " bonevv@gmail.com"
18+ },
19+ {
20+ "name" : " lvtongda" ,
21+ "email" : " riyao.lyu@gmail.com"
22+ }
23+ ],
24+ "autoload" : {
25+ "files" : [" upyun.class.php" ]
26+ }
27+ }
You can’t perform that action at this time.
0 commit comments