From ac78bdd4eb7094346e819eecfd42dd52b7d890d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 03:02:33 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | packagist | roave/better-reflection | 6.26.0 | 6.37.0 | | github-tags | shivammathur/setup-php | 2.30.4 | 2.30.5 | | packagist | squizlabs/php_codesniffer | 3.10.1 | 3.10.1 | | packagist | symfony/console | 7.1.1 | 7.1.1 | --- .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 176ced7a..d7e54118 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -57,7 +57,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.4" + uses: "shivammathur/setup-php@2.30.5" with: php-version: "${{ matrix.php-version }}" ini-values: memory_limit=-1 @@ -108,7 +108,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.4" + uses: "shivammathur/setup-php@2.30.5" with: php-version: "${{ matrix.php-version }}" ini-values: memory_limit=-1 diff --git a/composer.json b/composer.json index 91964e4d..7804cb49 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,8 @@ "nikic/php-parser": "^4.19.1", "nikolaposa/version": "^4.2.0", "ocramius/package-versions": "^2.8.0", - "roave/better-reflection": "^6.26.0", - "symfony/console": "^7.0.7" + "roave/better-reflection": "^6.37.0", + "symfony/console": "^7.1.1" }, "license": "MIT", "authors": [ @@ -29,7 +29,7 @@ "psalm/plugin-phpunit": "^0.19.0", "roave/infection-static-analysis-plugin": "^1.35.0", "roave/security-advisories": "dev-master", - "squizlabs/php_codesniffer": "^3.10.0", + "squizlabs/php_codesniffer": "^3.10.1", "vimeo/psalm": "^5.24.0" }, "conflict": {