From cd5af41a2fb1799e33cec909e2ba7485691116a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:30:31 +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 | | packagist | phpunit/phpunit | 9.6.19 | 9.6.20 | | github-tags | shivammathur/setup-php | 2.30.2 | 2.31.1 | | packagist | symfony/config | 6.0.19 | 6.4.8 | | packagist | symfony/dependency-injection | 6.0.20 | 6.4.9 | --- .github/workflows/continuous-integration.yml | 4 ++-- composer.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 0198c7b..6e4f3fe 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.31.1" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/composer.json b/composer.json index 512e5e2..d4c71e4 100644 --- a/composer.json +++ b/composer.json @@ -6,13 +6,13 @@ "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.8", + "symfony/dependency-injection": "^6.4.9" }, "require-dev": { "doctrine/coding-standard": "^12.0.0", - "laminas/laminas-servicemanager": "^3.20.0", - "phpunit/phpunit": "^9.6.19" + "laminas/laminas-servicemanager": "^3.22.1", + "phpunit/phpunit": "^9.6.20" }, "license": "MIT", "authors": [