From 8378b29d3199f12a21cc6da70faf997c43ca674c Mon Sep 17 00:00:00 2001 From: Nick Zeng Date: Mon, 2 Feb 2026 09:31:04 +0800 Subject: [PATCH] update project config --- backend/composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/composer.json b/backend/composer.json index 0b73c32..7f134b1 100644 --- a/backend/composer.json +++ b/backend/composer.json @@ -1,5 +1,5 @@ { - "name": "hyperf/hyperf-skeleton", + "name": "wpic/datahub", "type": "project", "keywords": [ "php", @@ -9,8 +9,8 @@ "microservice", "middleware" ], - "description": "A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.", - "license": "Apache-2.0", + "description": "Wpic datahub project", + "license": "", "require": { "php": ">=8.1", "composer": "^2.7",