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" ],