Skip to content

Commit

Permalink
php 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Aug 17, 2024
1 parent 6233003 commit 9c6323a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plogical/acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,10 @@ def getPHPString(phpVersion):
php = "81"
elif phpVersion == "PHP 8.2":
php = "82"
elif phpVersion == "PHP 8.4":
php = "84"
elif phpVersion == "PHP 8.5":
php = "85"

return php

Expand Down

0 comments on commit 9c6323a

Please sign in to comment.