Skip to content

Commit 2f3ae99

Browse files
authored
Fixed failed tests (#9)
* And update PHP deps
1 parent 26b1a1c commit 2f3ae99

File tree

4 files changed

+1658
-843
lines changed

4 files changed

+1658
-843
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ Options:
3535
-l, --show-link-versions Show version requirements in links
3636
-P, --show-package-versions Show version of packages
3737
-O, --abc-order Strict ABC ordering nodes in graph. It's fine tuning, sometimes it useful.
38-
-h, --help Display this help message
38+
-h, --help Display help for the given command. When no command is given display help for the build command
3939
-q, --quiet Do not output any message
4040
-V, --version Display this application version
41-
--ansi Force ANSI output
42-
--no-ansi Disable ANSI output
41+
--ansi|--no-ansi Force (or disable --no-ansi) ANSI output
4342
-n, --no-interaction Do not ask any interactive question
4443
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
4544

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"jbzoo/mermaid-php" : "^2.3.0",
2424
"jbzoo/utils" : "^4.5.1",
2525

26-
"symfony/console" : "^4.4|^5.0"
26+
"symfony/console" : ">=4.4"
2727
},
2828

2929
"require-dev" : {
3030
"jbzoo/toolbox-dev" : "^3.1.0",
31-
"symfony/process" : "^4.4|^5.0"
31+
"symfony/process" : ">=4.4"
3232
},
3333

3434
"autoload" : {
@@ -44,7 +44,10 @@
4444
"bin" : ["composer-graph"],
4545

4646
"config" : {
47-
"optimize-autoloader" : true
47+
"optimize-autoloader" : true,
48+
"allow-plugins" : {
49+
"composer/package-versions-deprecated" : true
50+
}
4851
},
4952

5053
"extra" : {

0 commit comments

Comments
 (0)