We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ed99f commit 99cb529Copy full SHA for 99cb529
README.md
@@ -4,12 +4,12 @@ Get going quickly with TYPO3 CMS.
4
5
## Prerequisites
6
7
-* PHP 7.4
+* PHP 8.1
8
* [Composer](https://getcomposer.org/download/)
9
10
## Quickstart
11
12
-* `composer create-project typo3/cms-base-distribution project-name ^11`
+* `composer create-project typo3/cms-base-distribution project-name ^12`
13
* `cd project-name`
14
15
### Setup
composer.json
@@ -40,7 +40,6 @@
40
},
41
"scripts":{
42
"typo3-cms-scripts": [
43
- "typo3cms install:fixfolderstructure"
44
],
45
"post-autoload-dump": [
46
"@typo3-cms-scripts"
0 commit comments