We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b983b commit 37eb577Copy full SHA for 37eb577
.scrutinizer.yml
@@ -2,6 +2,10 @@
2
build:
3
environment:
4
php: 8.1
5
+ dependencies:
6
+ before:
7
+ override:
8
+ - 'composer install --no-interaction --no-scripts --prefer-dist'
9
tests:
10
override:
11
- phpcs-run --standard=phpcs.xml.dist
0 commit comments