We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe4e19 commit 341bdbeCopy full SHA for 341bdbe
bin/churn
@@ -15,7 +15,7 @@ if (!version_compare(PHP_VERSION, PHP_VERSION, '=')) {
15
die(1);
16
}
17
18
-if (version_compare('8.1.33', PHP_VERSION, '<')) {
+if (version_compare('8.1.33', PHP_VERSION, '>')) {
19
fwrite(
20
STDERR,
21
sprintf(
0 commit comments