Skip to content

Commit deac3a3

Browse files
author
Philipp Handle
committed
reorder version check
1 parent 341bdbe commit deac3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/churn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (!version_compare(PHP_VERSION, PHP_VERSION, '=')) {
1515
die(1);
1616
}
1717

18-
if (version_compare('8.1.33', PHP_VERSION, '>')) {
18+
if (version_compare(PHP_VERSION, '8.1.33', '<')) {
1919
fwrite(
2020
STDERR,
2121
sprintf(

0 commit comments

Comments
 (0)