From 1afb2650e000fb70c669d180e86b5c9b07844e94 Mon Sep 17 00:00:00 2001 From: Kayw Date: Thu, 11 Dec 2025 17:27:42 +0800 Subject: [PATCH] Use --no-dev for composer install in PHAR build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .github/workflows/build_phar.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_phar.yaml b/.github/workflows/build_phar.yaml index 9b336d558a..c27f862cb7 100644 --- a/.github/workflows/build_phar.yaml +++ b/.github/workflows/build_phar.yaml @@ -27,6 +27,8 @@ jobs: coverage: none - uses: ramsey/composer-install@v3 + with: + composer-options: "--no-dev" - name: Install Box run: composer global require humbug/box