diff --git a/README.md b/README.md index 20e0710..995b096 100644 --- a/README.md +++ b/README.md @@ -177,13 +177,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 df9ebf3..d766477 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "jardissupport/classversion", - "homepage": "https://docs.jardis.io/en/support/classversion", + "homepage": "https://jardis.io", "description": "Runtime class versioning via namespace injection with configurable fallback chains and proxy caching", "type": "library", "license": "MIT", @@ -8,7 +8,7 @@ "prefer-stable": true, "authors": [ { - "name": "Headgent Development", + "name": "Jardis Development", "email": "jardisDev@headgent.com" } ], @@ -31,8 +31,10 @@ "JardisSupport\\ClassVersion\\Tests\\": "tests/", "FakeDomain\\": "tests/Fixtures/FakeDomain/" } - }, "support": { - "issues": "https://github.com/jardissupport/classversion/issues", + }, + "support": { + "issues": "https://github.com/jardisSupport/classversion/issues", + "docs": "https://docs.jardis.io/en/support/classversion", "email": "jardisDev@headgent.com" }, "keywords": [