mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update composer install flags in copilot-setup-steps.yml
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
This commit is contained in:
co-authored by
stnguyen90
parent
74a3dd9617
commit
96473addc2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user