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.

21 lines
512 B

{
"name": "wi1dcard/yii2-hejiang-express",
"description": "A waybill tracking library for Yii2, supported almost every express in China.",
"type": "library",
"require": {
"php": ">=5.4",
"yiisoft/yii2": "~2.0.5",
"curl/curl": "^1.5"
},
"authors": [
{
"name": "wi1dcard",
"email": "yokka47@qq.com"
}
],
"autoload": {
"psr-4": {
"Hejiang\\Express\\" : "lib/"
}
}
}