Skip to content

Commit 9cd426f

Browse files
rkrxramunasd
authored andcommitted
Fixed composer php version constraint
Can't install using php7.4. See here: https://jubianchi.github.io/semver-check/#/^7.0|~8.0.0/7.4 Fix: https://jubianchi.github.io/semver-check/#/^7.0||~8.0.0/7.4
1 parent 7382538 commit 9cd426f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"require": {
32-
"php": "^7.0|~8.0.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)