Skip to content

Commit 4f26b8a

Browse files
authored
Merge pull request #15 from rexlabsio/fix/php-constraint
fix: Version constraint should be 7.4 - 8.2
2 parents 64f6cd6 + 52e0c0a commit 4f26b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"minimum-stability": "stable",
2222
"require": {
23-
"php" : "^7.4 || ^8.0",
23+
"php" : ">=7.4 <8.3",
2424
"rexlabs/utility-belt": "^4.0"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)