From cf2bc50f81cdd708ac6c8c9bc074946ba78a5545 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 20:06:25 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------------- | ------ | ------ | | github-tags | laminas/laminas-ci-matrix-action | 1.24.0 | 1.26.0 | | packagist | laminas/laminas-servicemanager | 3.20.0 | 3.22.1 | | github-tags | shivammathur/setup-php | 2.30.2 | 2.30.4 | | packagist | symfony/config | 6.0.19 | 6.4.7 | | packagist | symfony/dependency-injection | 6.0.20 | 6.4.7 | --- .github/workflows/continuous-integration.yml | 4 ++-- composer.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 0198c7b..b110ec3 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.26.0 qa: name: QA Checks @@ -61,7 +61,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.2" + uses: "shivammathur/setup-php@2.30.4" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/composer.json b/composer.json index 512e5e2..98e6235 100644 --- a/composer.json +++ b/composer.json @@ -6,12 +6,12 @@ "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "behat/behat": "^3.14.0", "psr/container": "^1.1.2", - "symfony/config": "^6.0.19", - "symfony/dependency-injection": "^6.0.20" + "symfony/config": "^6.4.7", + "symfony/dependency-injection": "^6.4.7" }, "require-dev": { "doctrine/coding-standard": "^12.0.0", - "laminas/laminas-servicemanager": "^3.20.0", + "laminas/laminas-servicemanager": "^3.22.1", "phpunit/phpunit": "^9.6.19" }, "license": "MIT",