Skip to content

Commit

Permalink
FIX: composer
Browse files Browse the repository at this point in the history
  • Loading branch information
drosanda committed Nov 8, 2024
1 parent e3fbaa5 commit 2bcc91c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ jobs:
- name: Install dependencies
run: |
composer install --no-ansi --no-interaction --no-progress --no-scripts
composer require -W --dev phpunit/phpunit
composer require --no-ansi --no-interaction --no-progress -W --dev phpunit/phpunit
- name: List vendor directory
run: ls -la vendor/bin/
Expand Down

0 comments on commit 2bcc91c

Please sign in to comment.