Skip to content

Commit 8e6ca2f

Browse files
committed
Meta Information for Composer Added
* Added information in composer.json
1 parent 28efc48 commit 8e6ca2f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
{
2+
"name": "lkaybob/phpFCMv1",
3+
"type": "library",
4+
"description": "PHP Implementation of GCM HTTP v1 API",
5+
"tags": ["php","notifications","google","android","gcm","ios","firebase","FCM","Firebase Cloud Messaging",
6+
"push notification"],
7+
"homepage": "https://github.com/lkaybob/phpFCMv1",
8+
"license": "MIT",
9+
"authors": [
10+
{
11+
"name": "Lawrence Kay",
12+
"email": "[email protected]",
13+
"homepage": "https://blog.lkaybob.pe.kr",
14+
"role":"Developer"
15+
}
16+
],
217
"autoload":{
318
"psr-4": {
419
"phpFCMv1\\":"src/"
@@ -10,6 +25,7 @@
1025
}
1126
},
1227
"require": {
28+
"php": ">=7.0.0",
1329
"firebase/php-jwt": "^5.0",
1430
"guzzlehttp/guzzle": "~6.0"
1531
},

0 commit comments

Comments
 (0)