Skip to content

Commit e573c0a

Browse files
authored
[TASK] bump guides (#997)
To fix #991
1 parent 94af609 commit e573c0a

File tree

3 files changed

+20
-17
lines changed

3 files changed

+20
-17
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
"license": "OPL-1.0",
55
"require": {
66
"php": "^8.1",
7+
"ext-curl": "*",
78
"ext-dom": "*",
89
"ext-libxml": "*",
910
"brotkrueml/twig-codehighlight": "^1.0",
1011
"league/flysystem": "^1.1.10",
1112
"phpdocumentor/filesystem": "^1.7",
1213
"phpdocumentor/guides": "^1.7",
13-
"phpdocumentor/guides-cli": "^1.7",
14+
"phpdocumentor/guides-cli": "^1.8.1",
1415
"phpdocumentor/guides-graphs": "^1.0",
1516
"phpdocumentor/guides-markdown": "^1.7",
1617
"phpdocumentor/guides-restructured-text": "^1.7",
@@ -38,6 +39,7 @@
3839
"replace": {
3940
"symfony/polyfill-php80": "*",
4041
"symfony/polyfill-php81": "*",
42+
"t3docs/typo3-api": "self.version",
4143
"t3docs/typo3-docs-theme": "self.version",
4244
"t3docs/typo3-guides-cli": "self.version",
4345
"t3docs/typo3-guides-extension": "self.version",

composer.lock

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

packages/typo3-guides-extension/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
},
1111
"require": {
12-
"phpdocumentor/guides-cli": "^1.7",
12+
"phpdocumentor/guides-cli": "^1.8.1",
1313
"symfony/clock": "^6.4",
1414
"t3docs/guides-php-domain": "^1.0"
1515
}

0 commit comments

Comments
 (0)