diff --git a/README.md b/README.md index 7c1ca8d..982e3fb 100644 --- a/README.md +++ b/README.md @@ -264,13 +264,13 @@ Full documentation, guides, and API reference: [MIT License](LICENSE.md) — free for any use, including commercial. -## 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 d0a6176..7e9a4bd 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "jardisadapter/http", - "homepage": "https://docs.jardis.io/en/adapter/http", + "homepage": "https://jardis.io", "description": "PSR-18 HTTP client with cURL transport, Bearer and Basic auth, retry with exponential backoff, and minimal footprint; a building block of the open-source foundation that Jardis-generated DDD code runs on", "type": "library", "license": "MIT", @@ -8,7 +8,7 @@ "prefer-stable": true, "authors": [ { - "name": "Headgent Development", + "name": "Jardis Development", "email": "jardisDev@headgent.com" } ], @@ -33,8 +33,10 @@ "psr-4": { "JardisAdapter\\Http\\Tests\\": "tests/" } - }, "support": { + }, + "support": { "issues": "https://github.com/jardisAdapter/http/issues", + "docs": "https://docs.jardis.io/en/adapter/http", "email": "jardisDev@headgent.com" }, "keywords": [ @@ -46,10 +48,9 @@ "retry", "client", "php", - "domain driven design", "domain-driven-design", "hexagonal-architecture", "jardis", - "Headgent" + "headgent" ] }