16 lines
289 B
JSON
16 lines
289 B
JSON
{
|
|
"name": "demo/myapp",
|
|
"description": "just a test",
|
|
"type": "project",
|
|
"require": {
|
|
"qiniu/php-sdk": "7.2.1"
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "yangjian",
|
|
"email": "yangjian102621@gmail.com"
|
|
}
|
|
]
|
|
}
|