Skip to content

Commit ad5bf81

Browse files
committed
Restore install
1 parent 148aa0a commit ad5bf81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
php-version: 8.2
1616
tools: composer:v2
1717

18+
- name: "Composer install"
19+
uses: "ramsey/composer-install@2.2.0"
20+
with:
21+
composer-options: "--prefer-dist"
22+
1823
- name: Run composer audit
1924
run: |
2025
echo "# Composer Security Audit Results" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)