Dropped support for PHP < 8.1

This commit is contained in:
2022-12-07 08:34:02 +02:00
parent c4a6b61c25
commit 901078e66b
4 changed files with 136 additions and 210 deletions

View File

@@ -11,11 +11,11 @@
"authors": [
{
"name": "Ismo Vuorinen",
"email": "ismo@ivuorinen.net"
"homepage": "https://github.com/ivuorinen"
}
],
"require": {
"php": ">=7.1 || ^8",
"php": "^8.1",
"ext-curl": "*",
"ext-zlib": "*",
"league/uri": "6.7.1"