From 96615ba1395baa8c8062e229c08c0fd2bae32548 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 04:32:53 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | --------------------------------------------- | ------ | ------ | | packagist | behat/behat | 3.15.0 | 3.16.0 | | github-tags | laminas/laminas-ci-matrix-action | 1.24.0 | 1.27.2 | | github-tags | laminas/laminas-continuous-integration-action | 1.39.0 | 1.40.1 | | packagist | laminas/laminas-servicemanager | 3.20.0 | 3.23.0 | | packagist | phpunit/phpunit | 9.6.21 | 9.6.21 | | github-tags | shivammathur/setup-php | 2.30.2 | 2.31.1 | | packagist | symfony/config | 6.0.19 | 6.4.14 | | packagist | symfony/dependency-injection | 6.0.20 | 6.4.13 | --- .github/workflows/continuous-integration.yml | 6 +++--- composer.json | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 0198c7b..5ccc65b 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Gather CI configuration id: matrix - uses: laminas/laminas-ci-matrix-action@1.24.0 + uses: laminas/laminas-ci-matrix-action@1.27.2 qa: name: QA Checks @@ -27,7 +27,7 @@ jobs: matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }} steps: - name: ${{ matrix.name }} - uses: laminas/laminas-continuous-integration-action@1.39.0 + uses: laminas/laminas-continuous-integration-action@1.40.1 env: "GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }} "INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }} @@ -61,7 +61,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.2" + uses: "shivammathur/setup-php@2.31.1" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/composer.json b/composer.json index 512e5e2..b9c2f13 100644 --- a/composer.json +++ b/composer.json @@ -4,15 +4,15 @@ "type": "library", "require": { "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", - "behat/behat": "^3.14.0", + "behat/behat": "^3.16.0", "psr/container": "^1.1.2", - "symfony/config": "^6.0.19", - "symfony/dependency-injection": "^6.0.20" + "symfony/config": "^6.4.14", + "symfony/dependency-injection": "^6.4.13" }, "require-dev": { "doctrine/coding-standard": "^12.0.0", - "laminas/laminas-servicemanager": "^3.20.0", - "phpunit/phpunit": "^9.6.19" + "laminas/laminas-servicemanager": "^3.23.0", + "phpunit/phpunit": "^9.6.21" }, "license": "MIT", "authors": [