Skip to content

Commit

Permalink
Support psalm v5 (azjezz#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Dec 5, 2022
1 parent b239bb7 commit 8cd0ea5
Show file tree
Hide file tree
Showing 17 changed files with 185 additions and 210 deletions.
14 changes: 10 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"friendsofphp/php-cs-fixer": "^3.4.0",
"phpbench/phpbench": "^1.2.3",
"phpunit/phpunit": "^9.5.16",
"vimeo/psalm": "^4.21.0",
"php-standard-library/psalm-plugin": "^2.0.2",
"vimeo/psalm": "^5.0.0",
"php-standard-library/psalm-plugin": "dev-better-pipe",
"php-coveralls/php-coveralls": "^2.5.2",
"roave/infection-static-analysis-plugin": "^1.23.0"
"roave/infection-static-analysis-plugin": "^1.26.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -57,5 +57,11 @@
},
"suggest": {
"php-standard-library/psalm-plugin": "Psalm integration"
}
},
"repositories": [
{
"type": "path",
"url": "../psalm-plugin"
}
]
}
Loading

0 comments on commit 8cd0ea5

Please sign in to comment.