We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285182f commit c82c585Copy full SHA for c82c585
bin/clish
@@ -8,7 +8,7 @@ if (\PHP_VERSION_ID < 70100) {
8
}
9
10
if (\Phar::running() && !\extension_loaded('zlib')) {
11
- echo "Phint.phar requires 'zlib' extension\n(OR you can compile phar with `compression: NONE` in box.json)\n";
+ echo "clish.phar requires 'zlib' extension\n(OR you can compile phar with `compression: NONE` in box.json)\n";
12
13
exit(1);
14
0 commit comments