Skip to content

Commit

Permalink
Merge pull request #8 from b13/task/v12
Browse files Browse the repository at this point in the history
[TASK] allow installation on TYPO3 v12
  • Loading branch information
bmack authored Nov 11, 2022
2 parents 0d41f31 + 39998bd commit 46c7048
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ makes our life a bit easier when setting global `$TYPO3_CONF_VARS` settings,
which usually takes place in LocalConfiguration, AdditionalConfiguration
and the extensions' `ext_localconf.php` files.

### Note using TYPO3 v12

The configuration files LocalConfiguration and AdditionalConfiguration
have been moved and renamed, s.
[Configuration files](https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/Configuration/ConfigurationFiles.html)

### Reason 1: We want context-dependent config files

With our configuration class, TYPO3's "AdditionalConfiguration"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "GPL-2.0+",
"require": {
"php": "^7.2 || ~8.0",
"typo3/cms-core": "^9.5.14 || ^10.0.0 || ^11.0.0"
"typo3/cms-core": "^9.5.14 || ^10.0.0 || ^11.0.0 || ^12.0.0"
},
"autoload": {
"classmap": ["src/"]
Expand Down

0 comments on commit 46c7048

Please sign in to comment.