34 lines
820 B
JSON
34 lines
820 B
JSON
{
|
|
"name": "zendframework/zendservice-apple-apns",
|
|
"description": "OOP Zend Framework 2 wrapper for Apple Push Notification Service",
|
|
"type": "library",
|
|
"keywords": [
|
|
"zf2",
|
|
"apns",
|
|
"push",
|
|
"notification",
|
|
"apple"
|
|
],
|
|
"homepage": "http://packages.zendframework.com/",
|
|
"license": "BSD-3-Clause",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"ZendService\\Apple\\Apns\\": "library/",
|
|
"ZendService\\Apple\\Exception\\": "library/"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url": "http://packages.zendframework.com/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"zendframework/zend-json": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*"
|
|
}
|
|
}
|