Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
Merge pull request #434 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 c0c780a + 25a49e2 commit 7802c1b
Show file tree
Hide file tree
Showing 18 changed files with 2,252 additions and 1,080 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"nikic/php-parser": "^4.15.3"
"php": "~8.2.0 || ~8.3.0",
"nikic/php-parser": "^v5.4.0"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^9.5.28",
"psalm/plugin-phpunit": "^0.18.4",
"roave/infection-static-analysis-plugin": "^1.28.0",
"vimeo/psalm": "^5.4.0"
"psalm/plugin-phpunit": "^0.19.2",
"roave/infection-static-analysis-plugin": "^1.36.0",
"vimeo/psalm": "^6.3.0"
},
"autoload": {
"psr-4": {
Expand All @@ -51,7 +51,7 @@
"infection/extension-installer": false
},
"platform": {
"php": "8.1.99"
"php": "8.2.99"
}
}
}
Loading

0 comments on commit 7802c1b

Please sign in to comment.