From 424f8d2b02742052211c08c912def74a7f0e4f2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 06:33:57 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/ci.yml | 2 +- composer.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1532253..cdead22 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.0 with: workflow_id: build-docker.yml access_token: ${{ github.token }} diff --git a/composer.json b/composer.json index 9b7f5f9..4f7a911 100644 --- a/composer.json +++ b/composer.json @@ -84,10 +84,10 @@ "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", - "phpunit/phpunit": "10.5.46", - "squizlabs/php_codesniffer": "3.13.0" + "friendsofphp/php-cs-fixer": "3.92.5", + "overtrue/phplint": "9.7.1", + "phpstan/phpstan": "1.12.32", + "phpunit/phpunit": "10.5.60", + "squizlabs/php_codesniffer": "3.13.5" } }