Skip to content

Commit

Permalink
Use --prefer-dist in scrutinizer install
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Dec 14, 2024
1 parent a7b983b commit 37eb577
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
build:
environment:
php: 8.1
dependencies:
before:
override:
- 'composer install --no-interaction --no-scripts --prefer-dist'
tests:
override:
- phpcs-run --standard=phpcs.xml.dist
Expand Down

0 comments on commit 37eb577

Please sign in to comment.