We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675ef1f commit e439f04Copy full SHA for e439f04
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
extensions: curl, gd, iconv, json, mbstring, pdo, pdo_mysql, zip
43
44
- name: Install PHP dependencies
45
- run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
+ run: composer install -q --no-ansi --no-interaction --no-progress
46
47
- name: Initialize environment and database
48
env:
0 commit comments