seeder-migration-issues
This commit is contained in:
34
vendor/zendframework/zendservice-google-gcm/composer.json
vendored
Executable file
34
vendor/zendframework/zendservice-google-gcm/composer.json
vendored
Executable file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "zendframework/zendservice-google-gcm",
|
||||
"description": "OOP wrapper for Google Cloud Messaging",
|
||||
"type": "library",
|
||||
"keywords": [
|
||||
"zf2",
|
||||
"gcm",
|
||||
"push",
|
||||
"notification",
|
||||
"google"
|
||||
],
|
||||
"homepage": "http://packages.zendframework.com/",
|
||||
"license": "BSD-3-Clause",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"ZendService\\Google\\Gcm\\": "library/",
|
||||
"ZendService\\Google\\Exception\\": "library/"
|
||||
}
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "http://packages.zendframework.com/"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.3",
|
||||
"zendframework/zend-http": ">=2.0.0",
|
||||
"zendframework/zend-json": ">=2.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/PHPUnit": "3.7.*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user