File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ package. The reason for doing so is primarily because of its high degree of accu
25
25
composer require jblond/php-diff
26
26
```
27
27
28
+ ### Install for cli support
29
+
30
+ For cli usage you need to install the suggested ` jblond/php-cli ` package.
31
+
28
32
## Example Use
29
33
30
34
``` PHP
@@ -107,7 +111,7 @@ Included is a light and a dark theme.
107
111
108
112
* PHP 7.2 or greater
109
113
* PHP Multibyte String
110
- * [ jblond/php-cli] ( https://github.com/jblond/php-cli )
114
+ * [ jblond/php-cli] ( https://github.com/jblond/php-cli ) (suggested)
111
115
112
116
## Issues and feature requests
113
117
Original file line number Diff line number Diff line change 26
26
"require" : {
27
27
"php" : " >=7.2" ,
28
28
"ext-mbstring" : " *" ,
29
- "ext-pcre" : " *" ,
30
- "jblond/php-cli" : " ^1.0"
29
+ "ext-pcre" : " *"
31
30
},
32
31
"require-dev" : {
33
32
"phpunit/phpunit" : " 8.*" ,
34
33
"squizlabs/php_codesniffer" : " *" ,
35
34
"phpmd/phpmd" : " 2.*"
36
35
},
36
+ "suggest" : {
37
+ "jblond/php-cli" : " ^1.0"
38
+ },
37
39
"autoload" : {
38
40
"psr-4" : {
39
41
"jblond\\ " : " lib/jblond"
You can’t perform that action at this time.
0 commit comments