Skip to content

Commit 4db5273

Browse files
authored
Merge pull request #174 from gsteel/drop-php-8.0
Remove support for PHP 8.0, remove unnecessary reflection method calls
2 parents 4c6ae00 + 0b5e29b commit 4db5273

File tree

6 files changed

+127
-69
lines changed

6 files changed

+127
-69
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"sort-packages": true,
2626
"platform": {
27-
"php": "8.0.99"
27+
"php": "8.1.99"
2828
}
2929
},
3030
"extra": {
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"require": {
37-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
37+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
3838
"psr/http-factory": "^1.0.2",
3939
"psr/http-message": "^1.1 || ^2.0"
4040
},

0 commit comments

Comments
 (0)