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.
think-library/src/service/pinduoduo/bin/composer.json

19 lines
353 B

{
"require": {
"php": "^5.5|^7.0",
"ext-curl": "*",
"ext-json": "*"
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
},
"autoload": {
"psr-4": {
"Com\\Pdd\\Pop\\Sdk\\": "src/"
}
}
}