Skip to content

Commit 0534bf7

Browse files
authored
Merge pull request #28 from helhum/patch-1
Fix version constraint in replace section
2 parents da94b31 + 86ba711 commit 0534bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
},
2323
"replace": {
2424
"linkhandler": "self.version",
25-
"typo3-ter/linkhandler": "self-version"
25+
"typo3-ter/linkhandler": "self.version"
2626
}
2727
}

0 commit comments

Comments
 (0)