Laravel version update

Laravel version update
This commit is contained in:
Manish Verma
2018-08-06 18:48:58 +05:30
parent d143048413
commit 126fbb0255
13678 changed files with 1031482 additions and 778530 deletions

View File

@@ -1,34 +1,48 @@
{
"name": "zendframework/zendservice-google-gcm",
"description": "OOP wrapper for Google Cloud Messaging",
"type": "library",
"license": "BSD-3-Clause",
"keywords": [
"zf2",
"zf",
"zendframework",
"gcm",
"push",
"notification",
"google"
],
"homepage": "http://packages.zendframework.com/",
"license": "BSD-3-Clause",
"autoload": {
"psr-0": {
"ZendService\\Google\\Gcm\\": "library/",
"ZendService\\Google\\Exception\\": "library/"
}
"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"
},
"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"
"php": "^5.6 || ^7.0",
"zendframework/zend-http": "^2.0",
"zendframework/zend-json": "^2.0"
},
"require-dev": {
"phpunit/PHPUnit": "3.7.*"
"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"
}
}
}