Skip to content

Commit

Permalink
Update to Psalm 6
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-granados committed Jan 27, 2025
1 parent 733d862 commit b907bf1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"prefer-stable": true,
"require": {
"php": ">=8.1",
"php-static-analysis/attributes": "^0.4.0 || dev-main",
"php-static-analysis/node-visitor": "^0.4.0 || dev-main",
"php-static-analysis/attributes": "^0.4.1 || dev-main",
"php-static-analysis/node-visitor": "^0.4.1 || dev-main",
"phpstan/phpstan": "^2.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
"php-static-analysis/psalm-plugin": "^0.4.0 || dev-main",
"php-static-analysis/psalm-plugin": "^0.4.1 || dev-main",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpunit/phpunit": "^9.0",
"symplify/easy-coding-standard": "^12.1",
"vimeo/psalm": "dev-master"
"vimeo/psalm": "^6"
},
"extra": {
"phpstan": {
Expand Down

0 comments on commit b907bf1

Please sign in to comment.