Skip to content

Commit 8bd3696

Browse files
committed
fix: version constraint of php version
1 parent 3d0b3a1 commit 8bd3696

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Synergy Wholesale Registrar Module for WHMCS Billing Automation Platform",
55
"license": "GPL-3.0",
66
"require-dev": {
7-
"php": ">=7.2 <=8.3",
7+
"php": ">=7.2 <8.4",
88
"squizlabs/php_codesniffer": "^3.12.2",
99
"phpunit/phpunit": "^8.5.42"
1010
},

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)