From a015ad5741e647b0684bd89abd317f8743b1fcaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 03:26:20 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | packagist | composer/composer | 2.7.7 | 2.7.7 | | 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 | 8 ++++---- 2 files changed, 6 insertions(+), 6 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..3ab52f8f 100644 --- a/composer.json +++ b/composer.json @@ -4,12 +4,12 @@ "require": { "php": "~8.2.0 || ~8.3.0", "azjezz/psl": "^2.9.1", - "composer/composer": "^2.7.6", + "composer/composer": "^2.7.7", "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": {