Skip to content

Commit afec2b7

Browse files
committed
[BUGFIX] Fix replaces section in composer.json
1 parent 65918e9 commit afec2b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
}
4242
},
4343
"replace": {
44-
"typo3_console": "self.version",
45-
"typo3-ter/typo3-console": "self.version"
44+
"typoscript_rendering": "self.version",
45+
"typo3-ter/typoscript-rendering": "self.version"
4646
},
4747
"config": {
4848
"vendor-dir": ".Build/vendor",

0 commit comments

Comments
 (0)