Skip to content

Commit

Permalink
chore(deps): update dependency vimeo/psalm (#50)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency vimeo/psalm

* fix composer

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Antoine Giasson <[email protected]>
  • Loading branch information
renovate[bot] and GTony authored Dec 11, 2023
1 parent b00cb5b commit 4718c6e
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 36 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require-dev": {
"vimeo/psalm": "5.16.0",
"vimeo/psalm": "5.17.0",
"cyclonedx/cyclonedx-php-composer": "5.0.0",
"squizlabs/php_codesniffer": "3.8.0",
"dealerdirect/phpcodesniffer-composer-installer": "1.0.0",
Expand All @@ -26,6 +26,9 @@
"ext-redis": "*"
},
"config": {
"platform": {
"php": "8.1"
},
"allow-plugins": {
"composer/package-versions-deprecated": true,
"cyclonedx/cyclonedx-php-composer": true,
Expand Down
77 changes: 42 additions & 35 deletions composer.lock

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

2 changes: 2 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
findUnusedBaselineEntry="false"
findUnusedCode="false"
>
<projectFiles>
<directory name="Kronos" />
Expand Down

0 comments on commit 4718c6e

Please sign in to comment.