Skip to content

Commit

Permalink
feat: raise min version of PHP to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luislard committed Jan 8, 2024
1 parent 6f2c987 commit fdef833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
],
"require": {
"php": ">=8.0 < 8.3",
"php": ">=8.1 < 8.3",
"psr/log": "^2.0||^3.0",
"wecodemore/wordpress-early-hook": "^1.1.0",
"monolog/monolog": "^2.3.5"
Expand Down

0 comments on commit fdef833

Please sign in to comment.