From 279a1dab4ba4341bc5a5d4a46fa12a69f78cc457 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Tue, 31 Oct 2023 18:02:24 +0800 Subject: [PATCH] fix prompts dependency and box pack path --- box.json | 1 + composer.json | 2 +- composer.lock | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/box.json b/box.json index e5f82806e..83904e363 100644 --- a/box.json +++ b/box.json @@ -9,6 +9,7 @@ "src", "vendor/psr", "vendor/laravel/prompts", + "vendor/illuminate", "vendor/symfony", "vendor/zhamao" ], diff --git a/composer.json b/composer.json index 706f8d646..2a8b4c965 100644 --- a/composer.json +++ b/composer.json @@ -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" }, diff --git a/composer.lock b/composer.lock index 974375d09..109c39b34 100644 --- a/composer.lock +++ b/composer.lock @@ -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",