From b1058eecfe64a7135a0d68edb057c7b6a1ac9fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Thu, 30 Jul 2026 04:02:57 +0200 Subject: [PATCH] Update org references to altophp --- .github/workflows/CI.yml | 6 +++--- README.md | 12 ++++++------ composer.json | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7bd8ee7..e972665 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,14 +17,14 @@ concurrency: jobs: cs: - uses: phpalto/.github/.github/workflows/CS.yml@main + uses: altophp/.github/.github/workflows/CS.yml@main with: php-version: '8.4' # composer-validate: true # php-cs-fixer-args: '--diff --dry-run' sa: - uses: phpalto/.github/.github/workflows/SA.yml@main + uses: altophp/.github/.github/workflows/SA.yml@main with: php-version: '8.4' # phpstan-args: 'analyse --no-progress --memory-limit=-1' @@ -34,7 +34,7 @@ jobs: fail-fast: false matrix: php: ['8.4', '8.5'] - uses: phpalto/.github/.github/workflows/tests.yml@main + uses: altophp/.github/.github/workflows/tests.yml@main with: php-version: ${{ matrix.php }} # phpunit-args: '--colors=never' diff --git a/README.md b/README.md index 4675bae..6e17ea4 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ and [490+ compatible themes](#compatibility). Works in [Twig templates](#integrations), Laravel Blade, Symfony controllers—anywhere PHP runs. -[![Tests](https://img.shields.io/badge/tests-463%20passed-success)](https://github.com/phpalto/code-highlight) -[![PHPStan](https://img.shields.io/badge/PHPStan-level%2010-brightgreen)](https://github.com/phpalto/code-highlight) +[![Tests](https://img.shields.io/badge/tests-463%20passed-success)](https://github.com/altophp/code-highlight) +[![PHPStan](https://img.shields.io/badge/PHPStan-level%2010-brightgreen)](https://github.com/altophp/code-highlight) [![PHP](https://img.shields.io/badge/PHP-8.4+-777BB4?logo=php&logoColor=white)](https://www.php.net) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) @@ -134,17 +134,17 @@ $highlighter = new Highlighter($theme); ### Twig Extension -**[Twig Extension](https://github.com/phpalto/twig-code-highlight)** — Highlight +**[Twig Extension](https://github.com/altophp/twig-code-highlight)**: highlight code directly in Twig templates using blocks or filters. ## Contributing Contributions are welcome! Please feel free -to [submit issues](https://github.com/phpalto/code-highlight/issues) -or [pull requests](https://github.com/phpalto/code-highlight/pulls). +to [submit issues](https://github.com/altophp/code-highlight/issues) +or [pull requests](https://github.com/altophp/code-highlight/pulls). ## License -Released by the [Alto project](https://github.com/phpalto) under the MIT +Released by the [Alto project](https://github.com/altophp) under the MIT License. See the [LICENSE](LICENSE) file for details. diff --git a/composer.json b/composer.json index 7b15d9e..4ce4120 100644 --- a/composer.json +++ b/composer.json @@ -21,10 +21,10 @@ "email": "smn.andre@gmail.com" } ], - "homepage": "https://github.com/phpalto/code-highlight", + "homepage": "https://github.com/altophp/code-highlight", "support": { - "issues": "https://github.com/phpalto/code-highlight/issues", - "docs": "https://github.com/phpalto/code-highlight#readme" + "issues": "https://github.com/altophp/code-highlight/issues", + "docs": "https://github.com/altophp/code-highlight#readme" }, "funding": [ {