Skip to content

Commit

Permalink
Merge pull request #261 from Ocramius/renovate/vimeo-psalm-6.x
Browse files Browse the repository at this point in the history
Update dependency vimeo/psalm to v6
  • Loading branch information
Ocramius authored Feb 5, 2025
2 parents 2016b59 + 3f6f321 commit 7ccf47f
Show file tree
Hide file tree
Showing 5 changed files with 1,768 additions and 545 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"composer-runtime-api": "^2.2.0"
},
"require-dev": {
"composer/composer": "^2.8.5",
"doctrine/coding-standard": "^12.0.0",
"ext-zip": "^1.15.0",
"roave/infection-static-analysis-plugin": "^1.35.0",
"roave/infection-static-analysis-plugin": "^1.36.0",
"phpunit/phpunit": "^9.6.22",
"vimeo/psalm": "^5.26.1"
"psalm/plugin-phpunit": "^0.19.2",
"vimeo/psalm": "^6.3.0"
},
"replace": {
"composer/package-versions-deprecated": "*"
Expand All @@ -40,7 +41,7 @@
"infection/extension-installer": false
},
"platform": {
"php": "8.1.99"
"php": "8.2.99"
}
}
}
Loading

0 comments on commit 7ccf47f

Please sign in to comment.