Skip to content

Commit

Permalink
Upgrade to PHP 8.1 and higher.
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Feb 4, 2023
1 parent adfe1c8 commit 34efcb5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/build.xml export-ignore
/phpunit.xml export-ignore
/README.md export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/README.md export-ignore
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"php": ">=7.3"
"php": ">=8.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/RequestLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface RequestLogger
/**
* Logs the HTTP page request.
*
* @param int $status The HTTP status code.
* @param int|null $status The HTTP status code.
*
* @return void
*
Expand Down

0 comments on commit 34efcb5

Please sign in to comment.