Skip to content

Commit

Permalink
[BUGFIX] LocalizationController not loaded when EXT:container is inst…
Browse files Browse the repository at this point in the history
…alled

This tweaks the order in which extensions are being loaded. To let EXT:wv_deepltranslate have the upper hand when it comes to xclassing LocalizationController it's necessary to define `b13/container` as a kinda "dependency" of this extension.
  • Loading branch information
kitzberger committed Sep 22, 2023
1 parent 9083a97 commit bc1a799
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
"typo3/cms-workspaces": "^9.5 || ^10.4 || ^11.5",
"typo3/coding-standards": "^0.5"
},
"suggest": {
"b13/container": "Just to be loaded after EXT:container"
},
"autoload": {
"psr-4": {
"WebVision\\WvDeepltranslate\\": "Classes"
Expand Down

0 comments on commit bc1a799

Please sign in to comment.