RSM-78 Add OneSignal credential config and others

This commit is contained in:
2020-10-10 18:22:38 +01:00
parent 535b5c3fb1
commit 9b4bdefd81
8 changed files with 434 additions and 2 deletions

144
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b91b3c69e28100abbffdb9bb256025fd",
"content-hash": "d11a4225e7b8dbcb7d676dd0a918d0b3",
"packages": [
{
"name": "almasaeed2010/adminlte",
@@ -329,6 +329,70 @@
"homepage": "https://github.com/Bacon/BaconQrCode",
"time": "2020-07-30T16:40:58+00:00"
},
{
"name": "berkayk/onesignal-laravel",
"version": "v1.0.6",
"source": {
"type": "git",
"url": "https://github.com/berkayk/laravel-onesignal.git",
"reference": "4d9fd6c3d3b7a544bf648596bf460abbf17b7202"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/berkayk/laravel-onesignal/zipball/4d9fd6c3d3b7a544bf648596bf460abbf17b7202",
"reference": "4d9fd6c3d3b7a544bf648596bf460abbf17b7202",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.2|^7.0.1",
"illuminate/support": "~5.5|~6.0|~7.0|~8.0",
"php": ">=5.4.0",
"symfony/psr-http-message-bridge": "1.*|2.*"
},
"require-dev": {
"vlucas/phpdotenv": "^2.2"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Berkayk\\OneSignal\\OneSignalServiceProvider"
],
"aliases": {
"OneSignal": "Berkayk\\OneSignal\\OneSignalFacade"
}
}
},
"autoload": {
"psr-4": {
"Berkayk\\OneSignal\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Berkay Kaya",
"email": "berkayk@gmail.com",
"homepage": "http://berkaykaya.com"
},
{
"name": "Maykonn Welington Candido",
"email": "maykonn@outlook.com"
}
],
"description": "OneSignal Push Wrapper Laravel",
"keywords": [
"WebPush",
"laravel",
"laravel 5",
"onesignal",
"push"
],
"time": "2020-09-12T06:01:34+00:00"
},
{
"name": "brick/math",
"version": "0.9.1",
@@ -6448,6 +6512,84 @@
],
"time": "2020-09-02T16:23:27+00:00"
},
{
"name": "symfony/psr-http-message-bridge",
"version": "v2.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
"reference": "51a21cb3ba3927d4b4bf8f25cc55763351af5f2e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/51a21cb3ba3927d4b4bf8f25cc55763351af5f2e",
"reference": "51a21cb3ba3927d4b4bf8f25cc55763351af5f2e",
"shasum": ""
},
"require": {
"php": ">=7.1",
"psr/http-message": "^1.0",
"symfony/http-foundation": "^4.4 || ^5.0"
},
"require-dev": {
"nyholm/psr7": "^1.1",
"symfony/phpunit-bridge": "^4.4 || ^5.0"
},
"suggest": {
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
},
"type": "symfony-bridge",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Bridge\\PsrHttpMessage\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "PSR HTTP message bridge",
"homepage": "http://symfony.com",
"keywords": [
"http",
"http-message",
"psr-17",
"psr-7"
],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-09-29T08:17:46+00:00"
},
{
"name": "symfony/routing",
"version": "v5.1.7",