Compare commits

...

2 Commits

Author SHA1 Message Date
Jerry Ma
8230e1bcec Update README.md 2023-11-01 00:02:59 +08:00
crazywhalecc
279a1dab4b fix prompts dependency and box pack path 2023-10-31 18:03:14 +08:00
4 changed files with 4 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ You can also use the micro binary file to combine php binary and php source code
## Docs
The current README contains basic usage. For all the features of static-php-cli,
see <https://static-php.dev>.
see <https://static-php.dev> .
## Direct Download

View File

@@ -9,6 +9,7 @@
"src",
"vendor/psr",
"vendor/laravel/prompts",
"vendor/illuminate",
"vendor/symfony",
"vendor/zhamao"
],

View File

@@ -12,7 +12,7 @@
"php": ">= 8.1",
"ext-mbstring": "*",
"ext-pcntl": "*",
"laravel/prompts": "^0.1.3",
"laravel/prompts": "^0.1.12",
"symfony/console": "^5.4 || ^6 || ^7",
"zhamao/logger": "^1.0"
},

2
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "ea069b1a67a9a432f954fe6dbd4fea48",
"content-hash": "198b6207aabb33778c51282cb7aa0c52",
"packages": [
{
"name": "illuminate/collections",