update composer.json

This commit is contained in:
crazywhalecc
2023-03-19 14:09:28 +08:00
parent e7c1345dcb
commit 3a5ccb7f8d

View File

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