From 3e6bde915f57cf35c5d58694add2288ced96bcc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Thu, 30 Jul 2026 04:00:53 +0200 Subject: [PATCH] Update org references to altophp --- .github/workflows/CI.yml | 6 +++--- README.md | 6 +++--- composer.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7556173..af32879 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.5' # 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.5' # phpstan-args: 'analyse --no-progress --memory-limit=-1' @@ -34,7 +34,7 @@ jobs: fail-fast: false matrix: php: ['8.3', '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 8f3bd1a..b9cd56f 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ patching support. --- -  [![PHP Version](https://img.shields.io/badge/PHP-8.3+-1e40af?logoColor=white&labelColor=000)](https://github.com/PhpAlto/code-diff) -  [![CI](https://img.shields.io/github/actions/workflow/status/PhpAlto/code-diff/CI.yml?branch=main&label=Tests&logoColor=white&logoSize=auto&labelColor=000&color=2563eb)](https://github.com/PhpAlto/code-diff/actions) +  [![PHP Version](https://img.shields.io/badge/PHP-8.3+-1e40af?logoColor=white&labelColor=000)](https://github.com/altophp/code-diff) +  [![CI](https://img.shields.io/github/actions/workflow/status/altophp/code-diff/CI.yml?branch=main&label=Tests&logoColor=white&logoSize=auto&labelColor=000&color=2563eb)](https://github.com/altophp/code-diff/actions)   [![Packagist Version](https://img.shields.io/packagist/v/alto/code-diff?label=Stable&logoColor=white&logoSize=auto&labelColor=000&color=4ba3f7)](https://packagist.org/packages/alto/code-diff)   [![GitHub Sponsors](https://img.shields.io/github/sponsors/smnandre?logo=github-sponsors&logoColor=4ba3f7&logoSize=auto&label=%20Sponsor&labelColor=000&color=2979ff)](https://github.com/sponsors/smnandre) -  [![License](https://img.shields.io/github/license/PhpAlto/code-diff?label=License&logoColor=white&logoSize=auto&labelColor=000&color=1e40af)](./LICENSE) +  [![License](https://img.shields.io/github/license/altophp/code-diff?label=License&logoColor=white&logoSize=auto&labelColor=000&color=1e40af)](./LICENSE) ## Features diff --git a/composer.json b/composer.json index a0fda42..0ae9d56 100644 --- a/composer.json +++ b/composer.json @@ -22,10 +22,10 @@ "email": "smn.andre@gmail.com" } ], - "homepage": "https://github.com/phpalto/code-diff", + "homepage": "https://github.com/altophp/code-diff", "support": { - "issues": "https://github.com/phpalto/code-diff/issues", - "docs": "https://github.com/phpalto/code-diff#readme" + "issues": "https://github.com/altophp/code-diff/issues", + "docs": "https://github.com/altophp/code-diff#readme" }, "funding": [ {