From 78af02e1d2dd5805042f05f42fc422b12645118e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 20:08:22 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/ci.yml | 2 +- composer.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1532253..cc713b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 20 steps: - - uses: styfle/cancel-workflow-action@0.12.1 + - uses: styfle/cancel-workflow-action@0.13.1 with: workflow_id: build-docker.yml access_token: ${{ github.token }} diff --git a/composer.json b/composer.json index 9b7f5f9..55f46c3 100644 --- a/composer.json +++ b/composer.json @@ -84,9 +84,9 @@ "jane-php/open-api-runtime": "^7.1" }, "require-dev": { - "friendsofphp/php-cs-fixer": "3.75.0", - "overtrue/phplint": "9.6.2", - "phpstan/phpstan": "1.12.25", + "friendsofphp/php-cs-fixer": "3.95.20", + "overtrue/phplint": "9.7.2", + "phpstan/phpstan": "1.12.34", "phpunit/phpunit": "10.5.46", "squizlabs/php_codesniffer": "3.13.0" }