Skip to content

Commit

Permalink
[BUGFIX] ext:container / containeritems version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
t3brightside committed Sep 8, 2022
1 parent d7dce93 commit 185bc39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@
* 3.3.0
- [BUGFIX] Change page layout conditions to tree.pageLayout
- [TASK] Use containeritems 3
* 3.3.1
- [BUGFIX] ext:container / containeritems version dependency
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"typo3/cms-core": "^11.5",
"typo3/cms-fluid-styled-content": "^11.5",
"t3brightside/containeritems": "^3",
"t3brightside/containeritems": "^2 || ^3",
"ichhabrecht/content-defender": "^3"
},
"suggest": {
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
'depends' => [
'typo3' => '11.5.0-11.5.99',
'fluid_styled_content' => '11.5.0-11.5.99',
'container' => '1.4.0-1.99.99',
'containeritems' => '2.0.0-2.99.99',
'container' => '1.6.0-2.99.99',
'containeritems' => '2.0.0-3.99.99',
'content_defender' => '3.2.0-3.99.99',
],
],
Expand Down

0 comments on commit 185bc39

Please sign in to comment.