diff --git a/CHANGELOG.md b/CHANGELOG.md index c0749b4..f631cb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.7.0] - 2026-09-14 +## [0.7.0] - 2026-09-20 - Extract immutable source-code slices by line, text, or language structure. - Preserve exact source content, byte ranges, and original line numbers. diff --git a/README.md b/README.md index 1ee1d10..8851822 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,8 @@ annotations, highlighting, and rendering to downstream consumers. ## Installation -This package is currently distributed from its development branch; no stable -release is published yet. Configure its VCS repository before installing it: - ```bash -composer config repositories.alto-code-slicer vcs https://github.com/altophp/code-slicer -composer require alto/code-slicer:dev-main +composer require alto/code-slicer ``` Code Slicer requires PHP 8.4 or later, the tokenizer extension, and `alto/language`. diff --git a/docs/installation.md b/docs/installation.md index f73e090..29ca20b 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,18 +1,14 @@ # Installation -This package is currently distributed from its development branch; no stable -release is published yet. Use an explicit VCS repository for evaluation. - Code Slicer requires PHP 8.4 or later and the Tokenizer extension. Composer installs its `alto/language` dependency automatically. ## Install -Run these commands in your project directory: +Run this command in your project directory: ```sh -composer config repositories.alto-code-slicer vcs https://github.com/altophp/code-slicer -composer require alto/code-slicer:dev-main +composer require alto/code-slicer ``` ## Verify the installation