From f4f790ad4288da4d827fe9631ea7d7d62081c459 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 08:33:28 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | ------------------------------ | ------ | ------ | | 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.6 | | packagist | symfony/dependency-injection | 6.0.20 | 6.4.6 | --- .github/workflows/continuous-integration.yml | 2 +- composer.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 0198c7b..5527e4c 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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..57d5920 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.6", + "symfony/dependency-injection": "^6.4.6" }, "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",