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

Commit

Permalink
Updated phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxermolenko committed Aug 7, 2024
1 parent dc74da4 commit 7f0c305
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: composer validate

- name: Install dependencies
run: composer install --dev --prefer-dist --no-progress --no-suggest --no-interaction
run: composer install --prefer-dist --no-progress --no-interaction

- name: Run code sniffer
run: vendor/bin/phpcs
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: composer validate

- name: Install dependencies
run: composer install --dev --prefer-dist --no-progress --no-suggest --no-interaction
run: composer install --prefer-dist --no-progress --no-interaction

- name: Run test suite
run: vendor/bin/phpunit --coverage-clover=coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"mockery/mockery": "^1.1",
"phpunit/phpunit": "^8.5",
"squizlabs/php_codesniffer": "^3.5",
"slevomat/coding-standard": "^5.0"
"slevomat/coding-standard": "^6.4"
},
"prefer-stable" : true,
"minimum-stability": "alpha",
Expand Down

0 comments on commit 7f0c305

Please sign in to comment.