Skip to content

Commit

Permalink
[BUGFIX] Adjust for TYPO3 v12.0
Browse files Browse the repository at this point in the history
* remove script, that relies on TYPO3 console
* adjust README.md contents
  • Loading branch information
ohader committed Oct 4, 2022
1 parent e5ed99f commit 99cb529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Get going quickly with TYPO3 CMS.

## Prerequisites

* PHP 7.4
* PHP 8.1
* [Composer](https://getcomposer.org/download/)

## Quickstart

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

### Setup
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
},
"scripts":{
"typo3-cms-scripts": [
"typo3cms install:fixfolderstructure"
],
"post-autoload-dump": [
"@typo3-cms-scripts"
Expand Down

0 comments on commit 99cb529

Please sign in to comment.