8000 minor #1382 Use 'composer install' instead of 'composer update' (rosier) · symfony/demo@3b6c3f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b6c3f3

Browse files
committed
minor #1382 Use 'composer install' instead of 'composer update' (rosier)
This PR was merged into the main branch. Discussion ---------- Use 'composer install' instead of 'composer update' Fixes _#1347 (comment) Commits ------- 6dbd9ae Use 'composer install' instead of 'composer update'
2 parents 3965fa3 + 6dbd9ae commit 3b6c3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
restore-keys: ${{ runner.os }}-${{ matrix.php-version }}-composer-
6060

6161
- name: "Install dependencies"
62-
run: composer update --no-interaction --prefer-dist --optimize-autoloader
62+
run: composer install --no-interaction --no-progress
6363

6464
- name: "Install PHPUnit"
6565
run: vendor/bin/simple-phpunit install

0 commit comments

Comments
 (0)
0