diff --git a/README.md b/README.md index d00427d..639a862 100644 --- a/README.md +++ b/README.md @@ -134,13 +134,13 @@ This package is licensed under the [MIT License](LICENSE.md). **[Jardis](https://jardis.io)** · [Documentation](https://docs.jardis.io) · [Headgent](https://headgent.com) -## KI-gestützte Entwicklung +## AI-Assisted Development -Dieses Package liefert einen Skill für Claude Code, Cursor, Continue und Aider mit. Installation im Konsumentenprojekt: +This package ships with a skill for Claude Code, Cursor, Continue, and Aider. Install it in your consuming project: ```bash composer require --dev jardis/dev-skills ``` -Mehr Details: +More details: diff --git a/composer.json b/composer.json index d753e2b..1284dc5 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "jardisadapter/dbconnection", - "homepage": "https://docs.jardis.io/en/adapter/dbconnection", + "homepage": "https://jardis.io", "description": "PDO connection pool for PHP with read/write splitting, round-robin load balancing across replicas, and automatic health checks — supports MySQL, PostgreSQL, and SQLite; a building block of the open-source foundation that Jardis-generated DDD code runs on", "type": "library", "license": "MIT", @@ -32,8 +32,10 @@ "psr-4": { "JardisAdapter\\DbConnection\\Tests\\": "tests/" } - }, "support": { + }, + "support": { "issues": "https://github.com/jardisAdapter/dbConnection/issues", + "docs": "https://docs.jardis.io/en/adapter/dbconnection", "email": "jardisDev@headgent.com" }, "keywords": [