From 94c5700dd236de20f79f9cb696e5e247e1b76b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Thu, 30 Jul 2026 04:01:10 +0200 Subject: [PATCH] Update org references to altophp --- .github/workflows/CI.yml | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 926626e..e36ea4f 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.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 867a421..46f47ba 100644 --- a/README.md +++ b/README.md @@ -204,8 +204,8 @@ Languages with filename-based matching (no extension): Dockerfile, Makefile, `.g ## Contributing -Contributions are welcome! Please feel free to [submit issues](https://github.com/phpalto/language/issues) -or [pull requests](https://github.com/phpalto/language/pulls). +Contributions are welcome! Please feel free to [submit issues](https://github.com/altophp/language/issues) +or [pull requests](https://github.com/altophp/language/pulls). ### Adding a Language @@ -234,5 +234,5 @@ return new Language( ## License -Released by the [Alto project](https://github.com/phpalto) under the MIT License. +Released by the [Alto project](https://github.com/altophp) under the MIT License. See the [LICENSE](LICENSE) file for details.