From e489f73f7c62e73c29a0c46468e8351ab6c43c77 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Mon, 9 Mar 2026 13:59:25 -0500 Subject: [PATCH] fix(ci): adds --ignore-platform-reqs to composer --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1134b58..97b36aa 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: run: composer global require phing/phing - name: Run composer - run: composer install --no-dev --no-scripts -o + run: composer install --no-dev --no-scripts --ignore-platform-reqs -o - name: Build tailwind run: APP_ENV=build php bin/console tailwind:build