From 1d1a50c3d39a9349a7d3f649269148455655861a Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Thu, 27 Aug 2026 17:50:12 +0800 Subject: [PATCH] chore: add Composer copyright metadata --- composer.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/composer.json b/composer.json index 1960e3d1..385e1624 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,14 @@ "name": "swoole/typephp", "description": "TypePHP native AOT compiler", "type": "library", + "license": "GPL-3.0-only", + "authors": [ + { + "name": "上海识沃网络科技有限公司", + "homepage": "https://www.swoole.com/", + "role": "Copyright holder" + } + ], "bin": [ "bin/tpc.php" ],