You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
880 B
JSON
34 lines
880 B
JSON
{
|
|
"name": "jpush/jpush",
|
|
"type": "library",
|
|
"description": "JPush API PHP Client",
|
|
"homepage": "http://docs.jpush.cn/display/dev/Push-API-v3",
|
|
"license": "Apache",
|
|
"authors": [
|
|
{
|
|
"name": "JPush",
|
|
"email": "support@jpush.cn",
|
|
"homepage": "https://www.jpush.cn/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.1",
|
|
"ext-curl": "*"
|
|
},
|
|
"autoload" : {
|
|
"psr-0":{"jpush":"src/"},
|
|
"files": [
|
|
"src/JPush/core/JPush.php",
|
|
"src/JPush/core/DevicePayload.php",
|
|
"src/JPush/core/JPushException.php",
|
|
"src/JPush/core/PushPayload.php",
|
|
"src/JPush/core/ReportPayload.php",
|
|
"src/JPush/core/SchedulePayload.php"
|
|
]
|
|
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*"
|
|
}
|
|
} |