From 29f5b4aa1e63181db69f00c6f91e669a4ceb14c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFck=20Piera?= Date: Fri, 3 May 2024 21:20:02 +0200 Subject: [PATCH] Fix phar for Windows drivers --- tools/phar/box.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/phar/box.json b/tools/phar/box.json index dd07666..e6bdb68 100644 --- a/tools/phar/box.json +++ b/tools/phar/box.json @@ -1,5 +1,10 @@ { "base-path": "../../", + "directories": [ + "bin", + "src", + "vendor" + ], "files": [ "LICENSE", "vendor/autoload.php"