Skip to content

Commit

Permalink
Merge pull request #174 from gsteel/drop-php-8.0
Browse files Browse the repository at this point in the history
Remove support for PHP 8.0, remove unnecessary reflection method calls
  • Loading branch information
gsteel committed Oct 26, 2023
2 parents 4c6ae00 + 0b5e29b commit 4db5273
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 69 deletions.
4 changes: 2 additions & 2 deletions composer.json
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

0 comments on commit 4db5273

Please sign in to comment.