Skip to content

Commit

Permalink
change composer.json to match typo3 v 12
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboyxup committed Feb 6, 2024
1 parent 852af69 commit 1bf2df0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
}
],
"require": {
"typo3/cms-core": "^11.5",
"typo3/cms-rte-ckeditor": "^11.5",
"typo3/cms-fluid-styled-content": "^11.5",
"typo3/cms-composer-installers": "^3",
"ssch/typo3-encore": "^5.0.3",
"zeroseven/z7-semantilizer": "^3.0",
"b13/container": "^2.1",
"typo3/cms-core": "^12.4",
"typo3/cms-rte-ckeditor": "^12.4",
"typo3/cms-fluid-styled-content": "^12.4",
"typo3/cms-composer-installers": "^5",
"ssch/typo3-encore": "^5.0.6",
"zeroseven/z7-semantilizer": "^v4.0.1",
"b13/container": "^2.2.3",
"opfaff/om-cookie-manager": "^11.0.0",
"ichhabrecht/content-defender": "^3.2.2"
"ichhabrecht/content-defender": "^3.4.0"
},
"autoload": {
"psr-4": {
Expand All @@ -36,8 +36,8 @@
"typo3-ter/bdp_template": "self.version"
},
"suggest": {
"georgringer/news": "^10.0",
"friendsoftypo3/tt-address": "^7.0"
"georgringer/news": "^11.1",
"friendsoftypo3/tt-address": "^8.0"
},
"extra": {
"typo3/cms": {
Expand Down

0 comments on commit 1bf2df0

Please sign in to comment.