We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b983b commit 036ac8aCopy full SHA for 036ac8a
.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