1
0
mirror of https://github.com/kevachat/webapp.git synced 2025-03-10 12:31:12 +00:00

reduce php version requirement

This commit is contained in:
ghost 2023-12-07 01:58:55 +02:00
parent 5ca8c1cac4
commit 3d21b12b91

@ -6,7 +6,7 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.2",
"php": ">=8.1",
"ext-ctype": "*",
"ext-iconv": "*",
"jdenticon/jdenticon": "^1.0",