feat(php): drop support for EOLed PHP versions and unify min required version (#17826)

This commit is contained in:
Simon Podlipsky
2025-03-24 06:59:01 +01:00
committed by GitHub
parent 7d977b63dc
commit 62b176e95d
177 changed files with 206 additions and 191 deletions

View File

@@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=8.1",
"php": "^8.1",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",