Skip to content

Commit

Permalink
chore: be more specific in suportted php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
luislard committed Nov 8, 2023
1 parent 9a2ad1c commit 1d5b573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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",
"php": ">=8.0 < 8.3",
"psr/log": "^2.0||^3.0",
"wecodemore/wordpress-early-hook": "^1.1.0",
"monolog/monolog": "^2.3.5"
Expand Down
2 changes: 1 addition & 1 deletion src/DefaultHandler/LogsFolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static function determineFolder(?string $customFolder = null): ?string
* them, and package could be fully functional even if failures happen.
* Silence looks like best option here.
*
* Also for some reason __return_true seems not to be a valid argument¿?
* Also for some reason __return_true seems not to be a valid argument?
* I found this related issue https://github.com/vimeo/psalm/issues/3571
*
* phpcs:disable WordPress.PHP.DevelopmentFunctions.error_log_set_error_handler
Expand Down

0 comments on commit 1d5b573

Please sign in to comment.