From 5b2a61b6a922e560ba1de985c37892e1fdd97415 Mon Sep 17 00:00:00 2001 From: Eric Sizemore Date: Wed, 10 Jun 2026 04:09:06 -0400 Subject: [PATCH 1/2] Update GitHub Actions to use latest versions (#1441) Bumps `actions/checkout` to v6 and `actions/upload-artifact` to v7. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 022a98646..25f487814 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: name: Link Check runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Check links uses: lycheeverse/lychee-action@v2 @@ -36,7 +36,7 @@ jobs: README.md fail: true - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: failure() with: name: lychee-results From 7f5933d913ad95a96b4e60b41d1308f43c3d5bb2 Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Wed, 10 Jun 2026 11:57:56 +0300 Subject: [PATCH 2/2] Update README.md Remove `phpDox`; it looks abandoned. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 614b5a718..b68596244 100644 --- a/README.md +++ b/README.md @@ -350,7 +350,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [APIGen](https://github.com/apigen/apigen) - Another API documentation generator. * [daux.io](https://github.com/dauxio/daux.io) - A documentation generator that uses Markdown files. * [phpDocumentor](https://phpdoc.org/) - A documentation generator. -* [phpDox](https://phpdox.net/) - A documentation generator for PHP projects (that is not limited to API documentation). * [Scramble](https://github.com/dedoc/scramble) - Automatically generates OpenAPI documentation from your code without annotations. * [zircote/swagger-php](https://github.com/zircote/swagger-php) - Generate OpenAPI documentation for your RESTful API.