From c1e10f29b4cce8c7db88bc465eb91cfa5fc244a3 Mon Sep 17 00:00:00 2001 From: Oh My Felix Date: Thu, 12 Feb 2026 16:03:03 +0000 Subject: [PATCH 1/2] Align PHP 8.4 QA config and docs --- README.md | 4 +++- phpstan.neon | 1 + ruleset.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c7a070..748a19e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,9 @@ https://examples.contributte.org/api-router-skeleton/ ## Installation -To install latest version of `contributte/api-router-skeleton` use [Composer](https://getcomposer.org). +You will need `PHP 8.4+` and [Composer](https://getcomposer.org/). + +To install latest version of `contributte/api-router-skeleton` use Composer. ``` composer create-project -s dev contributte/api-router-skeleton acme diff --git a/phpstan.neon b/phpstan.neon index ba6944d..08d3dfa 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -3,6 +3,7 @@ includes: parameters: level: 8 + phpVersion: 80400 paths: - app diff --git a/ruleset.xml b/ruleset.xml index c968cc9..ac0c331 100644 --- a/ruleset.xml +++ b/ruleset.xml @@ -1,7 +1,7 @@ - + From 8330862dbf89c3bac3a26cdca5c5854023054d87 Mon Sep 17 00:00:00 2001 From: Oh My Felix Date: Thu, 12 Feb 2026 16:05:17 +0000 Subject: [PATCH 2/2] Fix tester workflow for pull requests --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d76c50b..beb6b22 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -12,7 +12,7 @@ on: jobs: tester: name: "Tester" - uses: contributte/.github/.github/workflows/tester.yml@v1 + uses: contributte/.github/.github/workflows/phpunit.yml@master with: php: "8.4" make: "init tests"