update composer.json

This commit is contained in:
crazywhalecc 2023-03-19 14:09:28 +08:00
parent e7c1345dcb
commit 3a5ccb7f8d
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

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