Skip to content

Commit 9058cd9

Browse files
committed
Change php required version in composer.json
Future versions of PHP (8.1, 9, ...) might break the code. We need to be more specific on the list of supported php versions and add the new versions when they will be released and tested.
1 parent 00d65f3 commit 9058cd9

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
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"require": {
32-
"php": ">=7.0",
32+
"php": "^7.0|~8.0.0",
3333
"ext-sockets": "*",
3434
"ext-mbstring": "*",
3535
"phpseclib/phpseclib": "^2.0|^3.0"

0 commit comments

Comments
 (0)