Skip to content

Commit 6bc1ad2

Browse files
Resolve not found slevomat sniffs
1 parent 62437ec commit 6bc1ad2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
restore-keys: |
3131
${{ runner.os }}-composer-
3232
- name: run composer
33-
run: composer update --prefer-lowest --prefer-dist --no-interaction --no-progress -W
33+
run: composer update --no-interaction --no-progress -W
3434
- run: xmllint --noout --schema vendor/squizlabs/php_codesniffer/phpcs.xsd Brianvarskonst/ruleset.xml
3535
- run: xmllint --noout --schema vendor/squizlabs/php_codesniffer/phpcs.xsd phpcs.Brianvarskonst.xml
3636
- run: xmllint --noout --schema vendor/squizlabs/php_codesniffer/phpcs.xsd phpcs.xml.dist

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
2929
"escapestudios/symfony2-coding-standard": "^3.10.0",
3030
"phpcsstandards/phpcsutils": "^1.0",
31-
"slevomat/coding-standard": "^8",
31+
"slevomat/coding-standard": "^8.15.0",
3232
"squizlabs/php_codesniffer": "^3.8"
3333
},
3434
"require-dev": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)