deploy: allow php 8.2 as version

This commit is contained in:
Julien Fastré 2023-02-03 16:23:52 +01:00
parent c64ec89274
commit 344a65e99d
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -8,7 +8,7 @@
"social worker"
],
"require": {
"php": "^7.4",
"php": "^7.4|^8.2",
"ext-json": "*",
"ext-openssl": "*",
"ext-redis": "*",