Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit 7f0c305

Browse files
committed
Updated phpcs
1 parent dc74da4 commit 7f0c305

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/phpcs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: composer validate
2020

2121
- name: Install dependencies
22-
run: composer install --dev --prefer-dist --no-progress --no-suggest --no-interaction
22+
run: composer install --prefer-dist --no-progress --no-interaction
2323

2424
- name: Run code sniffer
2525
run: vendor/bin/phpcs

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: composer validate
2727

2828
- name: Install dependencies
29-
run: composer install --dev --prefer-dist --no-progress --no-suggest --no-interaction
29+
run: composer install --prefer-dist --no-progress --no-interaction
3030

3131
- name: Run test suite
3232
run: vendor/bin/phpunit --coverage-clover=coverage.xml

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"mockery/mockery": "^1.1",
2121
"phpunit/phpunit": "^8.5",
2222
"squizlabs/php_codesniffer": "^3.5",
23-
"slevomat/coding-standard": "^5.0"
23+
"slevomat/coding-standard": "^6.4"
2424
},
2525
"prefer-stable" : true,
2626
"minimum-stability": "alpha",

0 commit comments

Comments
 (0)