Skip to content

Commit

Permalink
Update dependencies and switch to maintained version of php_codesniffer.
Browse files Browse the repository at this point in the history
Signed-off-by: JVT038 <[email protected]>
  • Loading branch information
JVT038 committed Feb 29, 2024
1 parent c5bf63b commit fc84675
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
php-version: '8.3'
extensions: json, mbstring, pdo
tools: composer, phpcs, phpstan, phpunit, psalm, cs2pr
tools: composer, phpcs, phpstan, phpunit, psalm:4.30, cs2pr

- name: Get composer cache directory
id: composer-cache
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"vlucas/phpdotenv": "^5.6"
},
"require-dev": {
"phpstan/phpstan": "^1.10.59",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpunit/phpunit": "^9.6.17",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.9",
"phpstan/phpstan": "^1.10.59",
"phpstan/phpstan-phpunit": "^1.3.16",
"vimeo/psalm": "^4.30",
"psalm/plugin-phpunit": "^0.18.4",
"webmozarts/strict-phpunit": "^7.11.4"
},
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc84675

Please sign in to comment.