Drop support for PHP 7.4 (#937)

This commit is contained in:
Zach Borboa
2025-03-24 19:45:12 -04:00
committed by GitHub
parent 062f586135
commit 202e857e85
14 changed files with 4 additions and 180 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
}
],
"require": {
"php": ">=7.4",
"php": ">=8.0",
"ext-curl": "*"
},
"require-dev": {