Skip to content

Commit

Permalink
add dependency to typo3/cms-core
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrawiel committed Sep 27, 2024
1 parent d908d88 commit 040ca66
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ EXT:container let's you create nested content elements ("containers") in a very

See :ref:`EXT:container's Documentation <ext-container-docs>`


However, if you want to add TYPO3's default fields like header, subheader, header_link, assets etc. to your container, you have to configure the corresponding TCA in your own distribution extension.

This extension provides functions that aim to make this step easier and more straight-forward.
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
}
],
"require": {
"typo3/cms-core": "^11 || ^12 || ^13",
"b13/container": "^2.2",
"ichhabrecht/content-defender": "^3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'author_email' => '[email protected]',
'state' => 'stable',
'clearCacheOnLoad' => 0,
'version' => '1.1.1',
'version' => '1.1.3',
'constraints' => [
'depends' => [
'typo3' => '11.0.0-13.9.99',
Expand Down

0 comments on commit 040ca66

Please sign in to comment.