From 6f9090f2b1c4491a156456c6f8ac878bf4be928e Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Wed, 16 Jul 2025 23:49:11 +0200 Subject: [PATCH] chore!: PHP LLM becomes Symfony AI --- README.md | 5 +++++ composer.json | 1 + 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index f0775e5..16dd3ed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # LLM Chain Bundle +> [!IMPORTANT] +> **PHP LLM becomes Symfony AI** - this project moved to [github.com/symfony/ai](https://github.com/symfony/ai). +> Please use the new repository for all future development, issues, and contributions. +> Thanks for your contributions - we hope to see you at Symfony AI! + Symfony integration bundle for [php-llm/llm-chain](https://github.com/php-llm/llm-chain) library. ## Installation diff --git a/composer.json b/composer.json index 39e1e4f..2cb7881 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,7 @@ "email": "oskarstark@googlemail.com" } ], + "abandoned": "symfony/ai-bundle", "require": { "php": ">=8.2", "php-llm/llm-chain": "^0.24",