Skip to content

Commit 37eb577

Browse files
committed
Use --prefer-dist in scrutinizer install
1 parent a7b983b commit 37eb577

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.scrutinizer.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
build:
33
environment:
44
php: 8.1
5+
dependencies:
6+
before:
7+
override:
8+
- 'composer install --no-interaction --no-scripts --prefer-dist'
59
tests:
610
override:
711
- phpcs-run --standard=phpcs.xml.dist

0 commit comments

Comments
 (0)