Skip to content

Commit

Permalink
Merge pull request #60 from gsteel/psalm-5.22
Browse files Browse the repository at this point in the history
Upgrade Psalm to 5.22.x + General QA & Housekeeping
  • Loading branch information
Ocramius authored Mar 5, 2024
2 parents 1fa729d + 44d7bd9 commit 04e14e7
Show file tree
Hide file tree
Showing 13 changed files with 702 additions and 676 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

8 changes: 6 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/docs/ export-ignore
/mkdocs.yml export-ignore
/phpcs.xml export-ignore
/phpcs.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/psalm-baseline.xml export-ignore
/test/ export-ignore
.laminas-ci.json export-ignore
composer.lock export-ignore
renovate.json export-ignore
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.3": true
"8.3": false
}
}
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-i18n": "^2.23.1",
"phpunit/phpunit": "^10.4.2",
"laminas/laminas-i18n": "^2.26.0",
"phpunit/phpunit": "^10.5.11",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.15.0"
"vimeo/psalm": "^5.22.2"
},
"suggest": {
"laminas/laminas-i18n": "^2.15.0 if defining translatable HTTP path segments"
Expand Down
Loading

0 comments on commit 04e14e7

Please sign in to comment.