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

chore(deps): update dependency vimeo/psalm to v5 #23

Merged
merged 3 commits into from Feb 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
php-library:
uses: equisoft-actions/php-workflows/.github/workflows/php-library.yml@v3
with:
checks: phpcs,phpunit,psalm,qodana
checks: phpcs,phpunit,psalm
php-version: '8.1'
extensions: pcov
secrets:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -17,7 +17,7 @@
"php": "^8.1"
},
"require-dev": {
"vimeo/psalm": "4.27.0",
"vimeo/psalm": "5.6.0",
"phpunit/phpunit": "9.5.25",
"cyclonedx/cyclonedx-php-composer": "3.10.2",
"squizlabs/php_codesniffer": "3.7.1",
Expand Down