From c462999683008f67ff25d6764afd26c898c5d65a Mon Sep 17 00:00:00 2001 From: yaozm Date: Fri, 10 May 2024 18:24:43 +0800 Subject: [PATCH] chore(README, composer.json): update push notification SDK list - Updated the list of push notification SDKs in README.md and composer.json to include WPush. --- README.md | 3 ++- composer.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42369b8..37b0bac 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # notify > [!NOTE] -> Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、XiZhi、YiFengChuanHua、Zulip). +> Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、Zulip). [![tests](https://github.com/guanguans/notify/actions/workflows/tests.yml/badge.svg)](https://github.com/guanguans/notify/actions/workflows/tests.yml) [![check & fix styling](https://github.com/guanguans/notify/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/guanguans/notify/actions/workflows/php-cs-fixer.yml) @@ -41,6 +41,7 @@ * [Slack](./src/Slack/README.md) * [Telegram](./src/Telegram/README.md) * [WeWork](./src/WeWork/README.md) +* [WPush](./src/WPush/README.md) * [XiZhi](./src/XiZhi/README.md) * [YiFengChuanHua](./src/YiFengChuanHua/README.md) * [Zulip](./src/Zulip/README.md) diff --git a/composer.json b/composer.json index aab2f72..a6b2fbe 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "guanguans/notify", - "description": "Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、XiZhi、YiFengChuanHua、Zulip).", + "description": "Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、Zulip).", "license": "MIT", "type": "library", "keywords": [ @@ -48,6 +48,7 @@ "Slack", "Telegram", "WeWork", + "WPush", "XiZhi", "YiFengChuanHua", "Zulip"