Skip to content

Commit 99cb529

Browse files
committed
[BUGFIX] Adjust for TYPO3 v12.0
* remove script, that relies on TYPO3 console * adjust README.md contents
1 parent e5ed99f commit 99cb529

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Get going quickly with TYPO3 CMS.
44

55
## Prerequisites
66

7-
* PHP 7.4
7+
* PHP 8.1
88
* [Composer](https://getcomposer.org/download/)
99

1010
## Quickstart
1111

12-
* `composer create-project typo3/cms-base-distribution project-name ^11`
12+
* `composer create-project typo3/cms-base-distribution project-name ^12`
1313
* `cd project-name`
1414

1515
### Setup

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
},
4141
"scripts":{
4242
"typo3-cms-scripts": [
43-
"typo3cms install:fixfolderstructure"
4443
],
4544
"post-autoload-dump": [
4645
"@typo3-cms-scripts"

0 commit comments

Comments
 (0)