49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "zendframework/zendservice-google-gcm",
|
|
"description": "OOP wrapper for Google Cloud Messaging",
|
|
"license": "BSD-3-Clause",
|
|
"keywords": [
|
|
"zf",
|
|
"zendframework",
|
|
"gcm",
|
|
"push",
|
|
"notification",
|
|
"google"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/zendframework/ZendService_Google_Gcm/issues",
|
|
"source": "https://github.com/zendframework/ZendService_Google_Gcm",
|
|
"rss": "https://github.com/zendframework/ZendService_Google_Gcm/releases.atom",
|
|
"chat": "https://zendframework-slack.herokuapp.com",
|
|
"forum": "https://discourse.zendframework.com/c/questions/components"
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0",
|
|
"zendframework/zend-http": "^2.0",
|
|
"zendframework/zend-json": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
|
|
"zendframework/zend-coding-standard": "~1.0.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ZendService\\Google\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"ZendServiceTest\\Google\\": "test/"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev",
|
|
"dev-develop": "2.2.x-dev"
|
|
}
|
|
}
|
|
}
|