We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d9e35 commit 6499722Copy full SHA for 6499722
bin/clish
@@ -1,8 +1,8 @@
1
#!/usr/bin/env php
2
<?php
3
4
-if (\PHP_VERSION_ID < 70100) {
5
- echo "Phint requires PHP7.1 or newer\n";
+if (\PHP_VERSION_ID < 70000) {
+ echo "clish requires PHP7.0 or newer\n";
6
7
exit(1);
8
}
0 commit comments