Skip to content

Commit 5e7f4d4

Browse files
authored
[TASK] Overwrite run command (#1054)
Other than what we did before we do now a full overwrite of the run command. This allows us to remove a number of less optimal constructions in the command. The change itself is empowered by the changes in phpdocumentor/guides-cli 1.9 which now provides a number of helper classes to simplify self build run commands.
1 parent 49c5c34 commit 5e7f4d4

File tree

5 files changed

+235
-189
lines changed

5 files changed

+235
-189
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"ext-libxml": "*",
1010
"brotkrueml/twig-codehighlight": "^1.0",
1111
"league/flysystem": "^1.1.10",
12-
"phpdocumentor/filesystem": "^1.7",
13-
"phpdocumentor/guides": "^1.7",
14-
"phpdocumentor/guides-cli": "^1.8.1",
12+
"phpdocumentor/filesystem": "^1.9",
13+
"phpdocumentor/guides": "^1.9",
14+
"phpdocumentor/guides-cli": "^1.9",
1515
"phpdocumentor/guides-graphs": "^1.0",
16-
"phpdocumentor/guides-markdown": "^1.7",
17-
"phpdocumentor/guides-restructured-text": "^1.7",
16+
"phpdocumentor/guides-markdown": "^1.9",
17+
"phpdocumentor/guides-restructured-text": "^1.9",
1818
"phpdocumentor/guides-theme-bootstrap": "^1.7",
1919
"phpdocumentor/guides-theme-rst": "^1.7",
2020
"symfony/clock": "^6.4",

composer.lock

Lines changed: 117 additions & 113 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)