Skip to content

Commit

Permalink
[TASK] dev compatibility with v13 and dropping v11
Browse files Browse the repository at this point in the history
  • Loading branch information
t3brightside committed Oct 31, 2024
1 parent 2cc5528 commit 4e2581b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
"homepage": "https://t3brightside.com"
}],
"require": {
"typo3/cms-core": "^11.5 || ^12.4",
"typo3/cms-fluid-styled-content": "^11.5 || ^12.4",
"ichhabrecht/content-defender": "^3.3",
"t3brightside/containeritems": "^4.5",
"t3brightside/embedassets": "^1.2",
"typo3/cms-core": "^12.4 || ^13.4",
"typo3/cms-fluid-styled-content": "^12.4 || ^13.4",
"t3brightside/containeritems": "5.0",
"t3brightside/embedassets": "^1.3",
"quellenform/t3x-iconpack-bootstrap": "^1.3"
},
"suggest": {
Expand Down

0 comments on commit 4e2581b

Please sign in to comment.