From d8c491bbafa0091ebf38c84767e0c9fa56c358bb Mon Sep 17 00:00:00 2001 From: 10470 Date: Wed, 6 Mar 2024 19:25:57 +0800 Subject: [PATCH] update php8.2 --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c964d6..650d078 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A Hyperf package for the [Firebase PHP Admin SDK](https://github.com/kreait/fire ## Installation ```shell -composer require xiaoxie110/hyperf-firebase +composer require rookiexxk/hyperf-firebase ``` ## Publish diff --git a/composer.json b/composer.json index e31e3f4..af2117e 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "xiaoxie110/hyperf-firebase", + "name": "rookiexxk/hyperf-firebase", "type": "library", "license": "MIT", "keywords": ["Hyperf", "firebase", "firebase", "sdk", "api", "database", "fcm", "gcm"],