Skip to content

Commit 6e6b340

Browse files
committed
fix: remove old inactive WHMCS version support mentions
While at it, remove redundant and obsolete PHP version requirement.
1 parent 54705f5 commit 6e6b340

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
WHMCSMP_LOGIN: ${{ secrets.WHMCSMP_LOGIN }}
3434
WHMCSMP_PASSWORD: ${{ secrets.WHMCSMP_PASSWORD }}
3535
WHMCSMP_PRODUCTID: "7770"
36-
WHMCSMP_MINVERSION: "7.0"
36+
WHMCSMP_MINVERSION: "8.10"
3737
run: npx semantic-release

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ This is the official WHMCS provisioning module for [UpCloud](https://upcloud.com
1414

1515
## Requirements
1616

17-
- WHMCS 7.x or later
18-
- PHP 7.0 or later
17+
- WHMCS 8.10 or later
1918
- UpCloud API credentials
2019

2120
## Installation

0 commit comments

Comments
 (0)