Update composer install flags in copilot-setup-steps.yml

Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-19 21:37:10 +00:00
co-authored by stnguyen90
parent 74a3dd9617
commit 96473addc2
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
coverage: none
- name: Install PHP dependencies
run: composer install --no-interaction --prefer-dist --optimize-autoloader
run: composer install --ignore-platform-reqs --optimize-autoloader --no-interaction --no-plugins --no-scripts --prefer-dist
# -----------------------------------------------------------------------
# Docker — build the appwrite-dev image and pull all other dependency