mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 05:14:52 +08:00
update composer.json
This commit is contained in:
parent
e7c1345dcb
commit
3a5ccb7f8d
@ -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": {
|
"require": {
|
||||||
"php": ">= 8.0",
|
"php": ">= 8.0",
|
||||||
"ext-tokenizer": "*",
|
"ext-tokenizer": "*",
|
||||||
@ -23,8 +32,6 @@
|
|||||||
"src/globals/functions.php"
|
"src/globals/functions.php"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"extra": {
|
|
||||||
},
|
|
||||||
"bin": [
|
"bin": [
|
||||||
"bin/spc"
|
"bin/spc"
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user