mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 00:34:37 -04:00
Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop
This commit is contained in:
commit
3e7f3d772f
@ -59,7 +59,7 @@
|
|||||||
"roave/security-advisories": "dev-master",
|
"roave/security-advisories": "dev-master",
|
||||||
"simshaun/recurr": "dev-master",
|
"simshaun/recurr": "dev-master",
|
||||||
"symfony/css-selector": "~3.1",
|
"symfony/css-selector": "~3.1",
|
||||||
"turbo124/laravel-push-notification": "2.*",
|
"davibennun/laravel-push-notification": "dev-laravel5",
|
||||||
"webpatser/laravel-countries": "dev-master#75992ad",
|
"webpatser/laravel-countries": "dev-master#75992ad",
|
||||||
"websight/l5-google-cloud-storage": "dev-master",
|
"websight/l5-google-cloud-storage": "dev-master",
|
||||||
"wepay/php-sdk": "^0.2",
|
"wepay/php-sdk": "^0.2",
|
||||||
|
@ -17,7 +17,7 @@ return [
|
|||||||
'ninjaAndroid' => [
|
'ninjaAndroid' => [
|
||||||
'environment' =>'production',
|
'environment' =>'production',
|
||||||
'apiKey' =>env('FCM_API_TOKEN'),
|
'apiKey' =>env('FCM_API_TOKEN'),
|
||||||
'service' =>'fcm'
|
'service' =>'gcm'
|
||||||
]
|
]
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user