Skip to content

Commit 6ab7455

Browse files
authored
Fix replace section in composer.json
Add first replace to match extension key and second to communicate that this is a replacement for the TER extension.
1 parent ca041b1 commit 6ab7455

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
}
2222
},
2323
"replace": {
24-
"cobweb/linkhandler": "*"
24+
"linkhandler": "self.version",
25+
"typo3-ter/linkhandler": "self-version"
2526
}
2627
}

0 commit comments

Comments
 (0)