Skip to content

Commit 827354c

Browse files
committed
fix: rename composer package to match repo name
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
1 parent e85015a commit 827354c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "netresearch/agent-typo3-core-contributions",
2+
"name": "netresearch/typo3-core-contributions-skill",
33
"description": "Netresearch AI skill for TYPO3 Core contribution workflow and patch submission",
44
"type": "ai-agent-skill",
55
"license": "MIT",
@@ -14,6 +14,9 @@
1414
"require": {
1515
"netresearch/composer-agent-skill-plugin": "*"
1616
},
17+
"replace": {
18+
"netresearch/agent-typo3-core-contributions": "self.version"
19+
},
1720
"extra": {
1821
"ai-agent-skill": "skills/typo3-core-contributions/SKILL.md"
1922
}

0 commit comments

Comments
 (0)