diff --git a/src/ai-bundle/composer.json b/src/ai-bundle/composer.json index b08e890c9..3558e1c41 100644 --- a/src/ai-bundle/composer.json +++ b/src/ai-bundle/composer.json @@ -48,5 +48,11 @@ "config": { "sort-packages": true }, + "extra": { + "thanks": { + "name": "symfony/ai", + "url": "https://github.com/symfony/ai" + } + }, "minimum-stability": "dev" } diff --git a/src/mcp-bundle/composer.json b/src/mcp-bundle/composer.json index e6bf58623..2bf13ec11 100644 --- a/src/mcp-bundle/composer.json +++ b/src/mcp-bundle/composer.json @@ -43,5 +43,11 @@ "allow-plugins": { "php-http/discovery": true } + }, + "extra": { + "thanks": { + "name": "symfony/ai", + "url": "https://github.com/symfony/ai" + } } }