From 7b527c101c98671bf41aaa26155ff09999e28c75 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 15 Jan 2025 06:04:09 +0000
Subject: [PATCH] Update all non-major dependencies

| datasource  | package                | from    | to      |
| ----------- | ---------------------- | ------- | ------- |
| packagist   | infection/infection    | 0.27.11 | 0.29.10 |
| github-tags | shivammathur/setup-php | 2.31.1  | 2.32.0  |
---
 .github/workflows/continuous-integration.yml | 6 +++---
 composer.json                                | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml
index 825aabe..00a00f5 100644
--- a/.github/workflows/continuous-integration.yml
+++ b/.github/workflows/continuous-integration.yml
@@ -19,7 +19,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v4
-      - uses: shivammathur/setup-php@2.31.1
+      - uses: shivammathur/setup-php@2.32.0
         with:
           php-version: ${{ env.default_php }}
           extensions: pcov
@@ -45,7 +45,7 @@ jobs:
 
     steps:
       - uses: actions/checkout@v4
-      - uses: shivammathur/setup-php@2.31.1
+      - uses: shivammathur/setup-php@2.32.0
         with:
           php-version: ${{ env.default_php }}
           ini-values: memory_limit=-1
@@ -63,7 +63,7 @@ jobs:
 
     steps:
       - uses: "actions/checkout@v4"
-      - uses: shivammathur/setup-php@2.31.1
+      - uses: shivammathur/setup-php@2.32.0
         with:
           coverage: "xdebug"
           php-version: ${{ env.default_php }}
diff --git a/composer.json b/composer.json
index d8ed05c..a22a2f2 100644
--- a/composer.json
+++ b/composer.json
@@ -25,7 +25,7 @@
     "require-dev": {
         "ext-curl": "*",
         "doctrine/coding-standard": "^12.0",
-        "infection/infection": "^0.27.11",
+        "infection/infection": "^0.29.0",
         "laminas/laminas-diactoros": "^3.5.0",
         "php-http/curl-client": "^2.3.2",
         "phpunit/phpunit": "^10.5.38",