Skip to content

Commit 040ca66

Browse files
committed
add dependency to typo3/cms-core
1 parent d908d88 commit 040ca66

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Documentation/Index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ EXT:container let's you create nested content elements ("containers") in a very
4343

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

46-
4746
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.
4847

4948
This extension provides functions that aim to make this step easier and more straight-forward.

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
}
1010
],
1111
"require": {
12+
"typo3/cms-core": "^11 || ^12 || ^13",
1213
"b13/container": "^2.2",
1314
"ichhabrecht/content-defender": "^3.3"
1415
},

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'author_email' => '[email protected]',
99
'state' => 'stable',
1010
'clearCacheOnLoad' => 0,
11-
'version' => '1.1.1',
11+
'version' => '1.1.3',
1212
'constraints' => [
1313
'depends' => [
1414
'typo3' => '11.0.0-13.9.99',

0 commit comments

Comments
 (0)