diff --git a/Documentation/CodeSnippets/ExtensionConfiguration/ComposerJson.rst.txt b/Documentation/CodeSnippets/ExtensionConfiguration/ComposerJson.rst.txt
index 0dbf0f5b..df5ef6e1 100644
--- a/Documentation/CodeSnippets/ExtensionConfiguration/ComposerJson.rst.txt
+++ b/Documentation/CodeSnippets/ExtensionConfiguration/ComposerJson.rst.txt
@@ -10,8 +10,8 @@
"type": "typo3-cms-extension",
"description": "Example site package from the site package tutorial",
"require": {
- "typo3/cms-core": "^13.3.0|dev-main",
- "typo3/cms-fluid-styled-content": "^13.3.0|dev-main"
+ "typo3/cms-core": "^13.4|dev-main",
+ "typo3/cms-fluid-styled-content": "^13.4|dev-main"
},
"homepage": "https://github.com/TYPO3-Documentation/TYPO3CMS-Tutorial-SitePackage-Code",
"license": "MIT",
diff --git a/Documentation/CodeSnippets/Fluid/PartialContent.rst.txt b/Documentation/CodeSnippets/Fluid/PartialContent.rst.txt
index 0f2b0f81..caed32bc 100644
--- a/Documentation/CodeSnippets/Fluid/PartialContent.rst.txt
+++ b/Documentation/CodeSnippets/Fluid/PartialContent.rst.txt
@@ -7,7 +7,7 @@
The content of the start page is displayed here. [...]
+