Skip to content

Commit

Permalink
Remove support for PHP 8.0, remove unnecessary reflection method calls
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Oct 23, 2023
1 parent 4c6ae00 commit 0b5e29b
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 69 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
}
},
"extra": {
Expand All @@ -34,7 +34,7 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"psr/http-factory": "^1.0.2",
"psr/http-message": "^1.1 || ^2.0"
},
Expand Down
Loading

0 comments on commit 0b5e29b

Please sign in to comment.