forked from Edujugon/PushNotification
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 704 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "edujugon/push-notification",
"description": "Laravel 5 Package to send push notifications to Android and IOS devices. (GCM,FCM,APN)",
"keywords": ["Laravel","push","notification","gcm","apn","fcm","high","priority"],
"license": "MIT",
"authors": [
{
"name": "Eduardo Marcos",
"email": "edujugon@hotmail.com"
}
],
"require": {
"php" : ">=5.5.0",
"guzzlehttp/guzzle": "^6.2",
"illuminate/support": "^5.2"
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
},
"autoload": {
"psr-4": {
"Edujugon\\PushNotification\\": "src/"
}
},
"minimum-stability": "dev"
}