@@ -68,28 +68,27 @@ public function browserProvider()
68
68
// Web Push
69
69
array ('firefox ' , 'stable ' , array ()),
70
70
array ('firefox ' , 'beta ' , array ()),
71
- array ( ' firefox ' , ' unstable ' , array ()),
71
+
72
72
// Web Push + GCM
73
73
array ('chrome ' , 'stable ' , array ('GCM ' => self ::$ gcmApiKey )),
74
74
array ('chrome ' , 'beta ' , array ('GCM ' => self ::$ gcmApiKey )),
75
- array ( ' chrome ' , ' unstable ' , array ( ' GCM ' => self :: $ gcmApiKey )),
75
+
76
76
array ('firefox ' , 'stable ' , array ('GCM ' => self ::$ gcmApiKey )),
77
77
array ('firefox ' , 'beta ' , array ('GCM ' => self ::$ gcmApiKey )),
78
- array ( ' firefox ' , ' unstable ' , array ( ' GCM ' => self :: $ gcmApiKey )),
78
+
79
79
// Web Push + VAPID
80
80
array ('chrome ' , 'stable ' , array ('VAPID ' => self ::$ vapidKeys )),
81
81
array ('chrome ' , 'beta ' , array ('VAPID ' => self ::$ vapidKeys )),
82
- array ( ' chrome ' , ' unstable ' , array ( ' VAPID ' => self :: $ vapidKeys )),
82
+
83
83
array ('firefox ' , 'stable ' , array ('VAPID ' => self ::$ vapidKeys )),
84
84
array ('firefox ' , 'beta ' , array ('VAPID ' => self ::$ vapidKeys )),
85
- array ( ' firefox ' , ' unstable ' , array ( ' VAPID ' => self :: $ vapidKeys )),
85
+
86
86
// Web Push + GCM + VAPID
87
87
array ('chrome ' , 'stable ' , array ('GCM ' => self ::$ gcmApiKey , 'VAPID ' => self ::$ vapidKeys )),
88
88
array ('chrome ' , 'beta ' , array ('GCM ' => self ::$ gcmApiKey , 'VAPID ' => self ::$ vapidKeys )),
89
- array ( ' chrome ' , ' unstable ' , array ( ' GCM ' => self :: $ gcmApiKey , ' VAPID ' => self :: $ vapidKeys )),
89
+
90
90
array ('firefox ' , 'stable ' , array ('GCM ' => self ::$ gcmApiKey , 'VAPID ' => self ::$ vapidKeys )),
91
91
array ('firefox ' , 'beta ' , array ('GCM ' => self ::$ gcmApiKey , 'VAPID ' => self ::$ vapidKeys )),
92
- array ('firefox ' , 'unstable ' , array ('GCM ' => self ::$ gcmApiKey , 'VAPID ' => self ::$ vapidKeys )),
93
92
);
94
93
}
95
94
0 commit comments