~ UPD update PHP version constraint to allow 8.5
Some checks failed
/ build-and-deploy (push) Failing after 55s

This commit is contained in:
felegy
2026-08-17 08:49:37 +00:00
parent bb75a8524e
commit e41d25fe9e

View File

@@ -48,7 +48,7 @@
} }
], ],
"require": { "require": {
"php": ">=7.4 <8.4", "php": ">=7.4 <8.5",
"ext-gd": "*", "ext-gd": "*",
"ext-redis": "*", "ext-redis": "*",
"ext-mbstring": "*", "ext-mbstring": "*",