Skip to content

Commit

Permalink
Merge pull request #7 from kkmuffme/patch-1
Browse files Browse the repository at this point in the history
update composer.json psalm v5
  • Loading branch information
orklah authored Dec 5, 2022
2 parents 3c4a0b2 + d002a40 commit f733a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"require": {
"php": "^7.3|^8.0",
"vimeo/psalm": "^4.6.1"
"vimeo/psalm": "^4.6.1|^5.0",
"nikic/php-parser": "^4.0"
},
"autoload": {
"psr-4": {
Expand All @@ -24,7 +25,6 @@
}
},
"require-dev": {
"nikic/php-parser": "^4.0",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.15.0"
}
Expand Down

0 comments on commit f733a5d

Please sign in to comment.