From 1945814a2ec83829860b3a465e23a15871e377c1 Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Tue, 29 Oct 2024 02:34:24 +0100 Subject: [PATCH] TRY composer without dev packs --- .github/workflows/deploy.yml | 2 +- .github/workflows/dry-run-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8436238..0a75ec2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,7 @@ jobs: COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Install all platform dependencies - run: composer require figuren-theater/ft-platform-collection --prefer-dist --no-interaction + run: composer require figuren-theater/ft-platform-collection --update-no-dev --prefer-dist --no-interaction # Help moving files (which koodimoni/dropin-installer is not capable for, see #11) - name: Copy files (accompanying koodimoni) diff --git a/.github/workflows/dry-run-deploy.yml b/.github/workflows/dry-run-deploy.yml index eaf3bf6..41c2385 100644 --- a/.github/workflows/dry-run-deploy.yml +++ b/.github/workflows/dry-run-deploy.yml @@ -43,7 +43,7 @@ jobs: COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Install all platform dependencies - run: composer require figuren-theater/ft-platform-collection --prefer-dist --no-interaction + run: composer require figuren-theater/ft-platform-collection --update-no-dev --prefer-dist --no-interaction # Help moving files (which koodimoni/dropin-installer is not capable for, see #11) - name: Copy files (accompanying koodimoni)