php 8.3 support

This commit is contained in:
usmannasir 2024-08-17 17:10:56 +03:00
parent 9c6323a59c
commit 966c472ad2
1 changed files with 2 additions and 2 deletions

View File

@ -573,10 +573,10 @@ class ACLManager:
php = "81"
elif phpVersion == "PHP 8.2":
php = "82"
elif phpVersion == "PHP 8.3":
php = "83"
elif phpVersion == "PHP 8.4":
php = "84"
elif phpVersion == "PHP 8.5":
php = "85"
return php