Skip to content

Commit 6499722

Browse files
committed
fix(clish): phar name
1 parent c8d9e35 commit 6499722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/clish

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env php
22
<?php
33

4-
if (\PHP_VERSION_ID < 70100) {
5-
echo "Phint requires PHP7.1 or newer\n";
4+
if (\PHP_VERSION_ID < 70000) {
5+
echo "clish requires PHP7.0 or newer\n";
66

77
exit(1);
88
}

0 commit comments

Comments
 (0)