File tree Expand file tree Collapse file tree 2 files changed +4601
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4601
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " quantomtech/laravel-firebase-batch-messaging" ,
3- "description" : " Laravel package for Firebase cloud batch messaging API" ,
3+ "description" : " Laravel package for batch Firebase cloud messaging API" ,
4+ "keywords" : [
5+ " laravel" ,
6+ " firebase" ,
7+ " push-notification" ,
8+ " bulk" ,
9+ " fcm"
10+ ],
11+ "homepage" : " https://github.com/QuantomTech/laravel-firebase-batch-messaging" ,
412 "license" : " MIT" ,
513 "version" : " 1.0.0" ,
14+ "require" : {
15+ "php" : " >=7.1" ,
16+ "firebase/php-jwt" : " >=6.1" ,
17+ "laravel/framework" : " ^7.0|^8.0"
18+ },
619 "authors" : [
720 {
821 "name" : " HakamRaza" ,
1427 "Quantomtech\\ LaravelFirebaseBatchMessaging\\ " : " src/"
1528 }
1629 },
17- "require" : {}
18- }
30+ "extra" : {
31+ "laravel" : {
32+ "providers" : [
33+ " Quantomtech\\ LaravelFirebaseBatchMessaging\\ Providers"
34+ ],
35+ "aliases" : {
36+ "FCMBatch" : " Quantomtech\\ LaravelFirebaseBatchMessaging\\ Facades"
37+ }
38+ }
39+ },
40+ "minimum-stability" : " dev" ,
41+ "prefer-stable" : true
42+ }
You can’t perform that action at this time.
0 commit comments