Skip to content

Commit

Permalink
Fix Psalm require.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Dec 17, 2024
1 parent e97b1d6 commit 864355d
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 @@ -16,7 +16,7 @@
}
},
"require": {
"php": ">=7.4"
"php": ">=8.1"
},
"require-dev": {
"automattic/wordbless": "^0.4.1",
Expand All @@ -29,7 +29,7 @@
"pronamic/wp-coding-standards": "^2.0",
"roots/wordpress": "^6.0",
"szepeviktor/phpstan-wordpress": "^1.3",
"vimeo/psalm": "^5.24",
"vimeo/psalm": "^4.30",
"yoast/phpunit-polyfills": "^2.0"
},
"scripts": {
Expand Down

0 comments on commit 864355d

Please sign in to comment.