Skip to content

Commit

Permalink
Add TYPO3 v12
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Lehmann committed Dec 20, 2022
1 parent 9dd2e4d commit 6d92325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"typo3/cms-core": "^10.4 || ^11.5"
"typo3/cms-core": "^10.4 || ^11.5 || ^12.0"
},
"extra": {
"typo3/cms": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'version' => '0.0.1',
'constraints' => [
'depends' => [
'typo3' => '10.5.0-11.5.99',
'typo3' => '10.5.0-12.4.99',
],
'conflicts' => [
],
Expand Down

0 comments on commit 6d92325

Please sign in to comment.