Skip to content

Commit 5242431

Browse files
committed
minor #780 [AI Bundle][MCP Bundle] Add thanks metadata to remaining components (OskarStark)
This PR was merged into the main branch. Discussion ---------- [AI Bundle][MCP Bundle] Add thanks metadata to remaining components | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- c9e6ed9 Add thanks metadata to remaining components
2 parents 6478860 + c9e6ed9 commit 5242431

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/ai-bundle/composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,11 @@
4848
"config": {
4949
"sort-packages": true
5050
},
51+
"extra": {
52+
"thanks": {
53+
"name": "symfony/ai",
54+
"url": "https://github.com/symfony/ai"
55+
}
56+
},
5157
"minimum-stability": "dev"
5258
}

src/mcp-bundle/composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,11 @@
4343
"allow-plugins": {
4444
"php-http/discovery": true
4545
}
46+
},
47+
"extra": {
48+
"thanks": {
49+
"name": "symfony/ai",
50+
"url": "https://github.com/symfony/ai"
51+
}
4652
}
4753
}

0 commit comments

Comments
 (0)