You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
358 B

{
"name": "flc/alidayu",
"description": "阿里大于(鱼)API-SDK;适用任何PHP项目,包括Laravel、Yii、Thinkphp等...",
"keywords": ["alidayu", "flc"],
"license": "MIT",
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"Flc\\Alidayu\\": "src/Alidayu/"
}
}
}