Skip to content

Commit 45902bc

Browse files
committed
WIP
1 parent bc43c4c commit 45902bc

File tree

3 files changed

+108
-31
lines changed

3 files changed

+108
-31
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,20 @@
99
"ext-libxml": "*",
1010
"brotkrueml/twig-codehighlight": "^1.0",
1111
"league/flysystem": "^1.1.10",
12-
"phpdocumentor/dev-server": "1.x@dev",
12+
"phpdocumentor/dev-server": "^1.9",
1313
"phpdocumentor/filesystem": "^1.9",
1414
"phpdocumentor/guides": "^1.9",
15-
"phpdocumentor/guides-cli": "1.x@dev",
15+
"phpdocumentor/guides-cli": "^1.9",
1616
"phpdocumentor/guides-graphs": "^1.0",
1717
"phpdocumentor/guides-markdown": "^1.7",
18-
"phpdocumentor/guides-restructured-text": "^1.7",
18+
"phpdocumentor/guides-restructured-text": "^1.9",
1919
"phpdocumentor/guides-theme-bootstrap": "^1.7",
2020
"phpdocumentor/guides-theme-rst": "^1.7",
2121
"psr/http-message": "^1.1",
2222
"symfony/clock": "^6.4",
2323
"symfony/finder": "^6.4",
2424
"symfony/http-client": "^6.4",
25+
"symfony/polyfill-php84": "^1.33",
2526
"symfony/yaml": "^6.4",
2627
"t3docs/console-command": "^0.2.0",
2728
"t3docs/guides-php-domain": "^1.0",

composer.lock

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

packages/typo3-guides-extension/src/Command/RunDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ private function internalRun(InputInterface $input, OutputInterface $output): in
423423
'0.0.0.0',
424424
$port,
425425
array_map(
426-
fn ($file) => trim($file) . '.html',
426+
fn($file) => trim($file) . '.html',
427427
explode(',', $settings->getIndexName())
428428
),
429429
);

0 commit comments

Comments
 (0)