Skip to content

Commit 8738a0e

Browse files
committedOct 12, 2020
Updated README
1 parent 888c5f8 commit 8738a0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is very simple PHP application that exposes some useful API endpoints that
1010

1111
1. For example, sending multiple Notifications from one device to several other
1212
devices can not be done without a server app.
13-
- This app uses [Firebase Admin SKD for PHP](https://github.com/kreait/firebase-php) under the hood
13+
2. This app uses [Firebase Admin SKD for PHP](https://github.com/kreait/firebase-php) under the hood
1414

1515
## Installation
1616

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"email": "byteout@gmail.com"
99
}
1010
],
11-
"type": "library",
12-
"keywords": ["codeception", "module", "psr-3", "psr", "log", "test"],
11+
"type": "project",
12+
"keywords": ["firebase", "firebase admin sdk", "notifications"],
1313
"license": "MIT",
1414
"require": {
1515
"php": ">=7.2.0 <8.0",

0 commit comments

Comments
 (0)
Please sign in to comment.