diff --git a/README.md b/README.md index b228013..bab06c6 100644 --- a/README.md +++ b/README.md @@ -307,13 +307,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 de06334..7a5667d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "jardisadapter/mailer", - "homepage": "https://docs.jardis.io/en/adapter/mailer", + "homepage": "https://jardis.io", "description": "SMTP mail client with STARTTLS, authentication, HTML and plain text support, attachments, and retry with exponential backoff; a building block of the open-source foundation that Jardis-generated DDD code runs on", "type": "library", "license": "MIT", @@ -8,16 +8,10 @@ "prefer-stable": true, "authors": [ { - "name": "Headgent Development", + "name": "Jardis Development", "email": "jardisDev@headgent.com" } ], - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/jardisSupport/contract" - } - ], "require": { "php": ">=8.2", "ext-openssl": "*", @@ -38,8 +32,10 @@ "psr-4": { "JardisAdapter\\Mailer\\Tests\\": "tests/" } - }, "support": { + }, + "support": { "issues": "https://github.com/jardisAdapter/mailer/issues", + "docs": "https://docs.jardis.io/en/adapter/mailer", "email": "jardisDev@headgent.com" }, "keywords": [ @@ -50,10 +46,9 @@ "starttls", "transactional-email", "php", - "domain driven design", "domain-driven-design", "hexagonal-architecture", "jardis", - "Headgent" + "headgent" ] }