Skip to content

Commit abec76d

Browse files
committed
Revert support to laravel 4.0 - Add tag
1 parent c483277 commit abec76d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
{
2-
"name": "davibennun/laravel-push-notification",
2+
"name": "dsnoeck/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","push","notification", "laravel"],
55
"authors": [
66
{
77
"name": "DaviBenNun",
88
"email": "[email protected]"
9+
},
10+
{
11+
"name": "Damien Snoeck",
12+
"email": "[email protected]"
913
}
1014
],
1115
"require": {
1216
"php": ">=5.3.0",
13-
"illuminate/support": "~4.2",
17+
"illuminate/support": "~4.0",
1418
"sly/notification-pusher": "2.*"
1519
},
1620
"autoload": {

0 commit comments

Comments
 (0)