Skip to content

Commit 7fcbb31

Browse files
committed
Add keywords to composer
1 parent 014664e commit 7fcbb31

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ APNS - Apple Push Notification Service PHP Client
33

44
[![PHP >= 7.0](https://img.shields.io/badge/php-%3E%3D%207.0-8892BF.svg?style=flat-square)](https://php.net/)
55
![](https://img.shields.io/packagist/v/sasa-b/apns2)
6+
![](https://img.shields.io/packagist/l/sasa-b/apns2)
67

78
## Requirements
89
```

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
"description": "APNS - Apple Push Notification Service PHP client",
44
"type": "library",
55
"license": "MIT",
6+
"keywords": [
7+
"apns",
8+
"apns2",
9+
"push-notifications",
10+
"apple",
11+
"ios",
12+
"client",
13+
"http",
14+
"http2"
15+
],
616
"authors": [
717
{
818
"name": "Sasa Blagojevic",

0 commit comments

Comments
 (0)