Skip to content

Commit 9c3da80

Browse files
committed
refactor: colorization with jfcherng/php-color-output
Which should be much lighter than symfony/console. Signed-off-by: Jack Cherng <[email protected]>
1 parent ea2d43d commit 9c3da80

File tree

5 files changed

+439
-456
lines changed

5 files changed

+439
-456
lines changed

.phan/config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
// your application should be included in this list.
1717
'directory_list' => [
1818
'src',
19+
'vendor/jfcherng/php-color-output/src',
1920
'vendor/jfcherng/php-mb-string/src',
2021
'vendor/jfcherng/php-sequence-matcher/src',
21-
'vendor/symfony/console',
2222
],
2323

2424
// A directory list that defines files that will be excluded

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
},
3434
"require": {
3535
"php": "^7.1.3",
36+
"jfcherng/php-color-output": "^2.0",
3637
"jfcherng/php-mb-string": "^1.3",
37-
"jfcherng/php-sequence-matcher": "^3.2.2",
38-
"symfony/console": ">=3 <6"
38+
"jfcherng/php-sequence-matcher": "^3.2.2"
3939
},
4040
"require-dev": {
4141
"friendsofphp/php-cs-fixer": "^2.16",

0 commit comments

Comments
 (0)