diff --git a/composer.json b/composer.json index f4eb8822..24f950ec 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,13 @@ { + "name": "crazywhalecc/static-php-cli", + "description": "Build single static PHP binary, with PHP project together, with popular extensions included.", + "license": "MIT", + "authors": [ + { + "name": "jerry", + "email": "admin@zhamao.me" + } + ], "require": { "php": ">= 8.0", "ext-tokenizer": "*", @@ -23,8 +32,6 @@ "src/globals/functions.php" ] }, - "extra": { - }, "bin": [ "bin/spc" ],