Skip to content

Commit

Permalink
Support psalm v5
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Nov 30, 2022
1 parent b239bb7 commit 18ef02e
Show file tree
Hide file tree
Showing 9 changed files with 170 additions and 1,039 deletions.
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@
"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",
"php-coveralls/php-coveralls": "^2.5.2",
"roave/infection-static-analysis-plugin": "^1.23.0"
"vimeo/psalm": "^5.0.0",
"php-standard-library/psalm-plugin": "dev-psalmv5",
"php-coveralls/php-coveralls": "^2.5.2"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -57,5 +56,11 @@
},
"suggest": {
"php-standard-library/psalm-plugin": "Psalm integration"
},
"repositories": {
"psalm": {
"type": "github",
"url": "https://github.com/veewee/psalm-plugin.git"
}
}
}
Loading

0 comments on commit 18ef02e

Please sign in to comment.