Skip to content

Commit d8ff241

Browse files
committed
add fcm support
1 parent e3c6556 commit d8ff241

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "davibennun/laravel-push-notification",
2+
"name": "daim2k5/laravel-push-notification",
33
"description": "Laravel package to send push notifications to mobile devices (apns, gcm)",
4-
"keywords": ["apns","gcm","push","notification", "laravel"],
4+
"keywords": ["apns","gcm","fcm","push","notification", "laravel"],
55
"authors": [
66
{
77
"name": "DaviBenNun",
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": ">=5.3.0",
1313
"illuminate/support": "5.*",
14-
"sly/notification-pusher": "2.*"
14+
"blablacar/notification-pusher": "2.*"
1515
},
1616
"autoload": {
1717
"psr-0": {

0 commit comments

Comments
 (0)