From 0a58a0a37d75053e96a830cc45a274612d6697db Mon Sep 17 00:00:00 2001 From: auooru Date: Thu, 26 Oct 2023 11:20:07 +0800 Subject: [PATCH] update: composer.json --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 2cd175d..82ae41f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,8 @@ { "name": "imiphp/annotation-migration", "type": "project", + "license": "MulanPSL-2.0", + "description": "工具:迁移 imi 注解为 PHP8 原生实现", "autoload": { "psr-4": { "Imiphp\\Tool\\AnnotationMigration\\": "src/"