From c074afd280ca58700fadec57b8000731a0a417d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:09:07 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | ---------------------- | ------- | ------- | | packagist | phpstan/phpstan | 1.10.44 | 1.10.46 | | github-tags | shivammathur/setup-php | 2.27.1 | 2.28.0 | | packagist | symfony/console | 6.3.8 | 6.4.0 | --- .github/workflows/coding-standard.yml | 2 +- .github/workflows/infection.yml | 2 +- .github/workflows/phar-creation.yml | 2 +- .github/workflows/phpstan.yml | 2 +- .github/workflows/phpunit.yml | 2 +- .github/workflows/psalm.yml | 2 +- .github/workflows/require-checker.yml | 2 +- composer.json | 4 +- composer.lock | 62 ++++++++++++++------------- 9 files changed, 42 insertions(+), 38 deletions(-) diff --git a/.github/workflows/coding-standard.yml b/.github/workflows/coding-standard.yml index 57d83b3a..fde875f1 100644 --- a/.github/workflows/coding-standard.yml +++ b/.github/workflows/coding-standard.yml @@ -28,7 +28,7 @@ jobs: uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4 - name: "Install PHP" - uses: "shivammathur/setup-php@2.27.1" + uses: "shivammathur/setup-php@2.28.0" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/infection.yml b/.github/workflows/infection.yml index 794adf59..cd196275 100644 --- a/.github/workflows/infection.yml +++ b/.github/workflows/infection.yml @@ -29,7 +29,7 @@ jobs: uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4 - name: "Install PHP" - uses: "shivammathur/setup-php@2.27.1" + uses: "shivammathur/setup-php@2.28.0" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/phar-creation.yml b/.github/workflows/phar-creation.yml index 154c1abb..ea433370 100644 --- a/.github/workflows/phar-creation.yml +++ b/.github/workflows/phar-creation.yml @@ -17,7 +17,7 @@ jobs: uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4 - name: "Install PHP" - uses: "shivammathur/setup-php@2.27.1" + uses: "shivammathur/setup-php@2.28.0" with: coverage: "none" php-version: "8.1" diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 0cf4aedb..8a196382 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -28,7 +28,7 @@ jobs: uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4 - name: "Install PHP" - uses: "shivammathur/setup-php@2.27.1" + uses: "shivammathur/setup-php@2.28.0" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 5dbe7415..0b629bf2 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -33,7 +33,7 @@ jobs: uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4 - name: "Install PHP" - uses: "shivammathur/setup-php@2.27.1" + uses: "shivammathur/setup-php@2.28.0" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index 65100871..e12f443b 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -30,7 +30,7 @@ jobs: uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4 - name: "Install PHP" - uses: "shivammathur/setup-php@2.27.1" + uses: "shivammathur/setup-php@2.28.0" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/require-checker.yml b/.github/workflows/require-checker.yml index bb9e7ce0..398c363c 100644 --- a/.github/workflows/require-checker.yml +++ b/.github/workflows/require-checker.yml @@ -28,7 +28,7 @@ jobs: uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4 - name: "Install PHP" - uses: "shivammathur/setup-php@2.27.1" + uses: "shivammathur/setup-php@2.28.0" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/composer.json b/composer.json index 9455daff..87d2b137 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ext-phar": "*", "composer-runtime-api": "^2.0.0", "nikic/php-parser": "^4.17.1", - "symfony/console": "^6.3.8", + "symfony/console": "^6.4.0", "webmozart/assert": "^1.11.0", "webmozart/glob": "^4.6.0" }, @@ -39,7 +39,7 @@ "doctrine/coding-standard": "^12.0.0", "mikey179/vfsstream": "^1.6.11", "phing/phing": "^2.17.4", - "phpstan/phpstan": "^1.10.44", + "phpstan/phpstan": "^1.10.46", "phpunit/phpunit": "^10.4.2", "roave/infection-static-analysis-plugin": "^1.33", "vimeo/psalm": "^5.16.0" diff --git a/composer.lock b/composer.lock index 3485117e..1dba742c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5c91c2ef1d60ab2e3e1a310d93e17a58", + "content-hash": "6a3de7cef49ade13b6542204dce24629", "packages": [ { "name": "nikic/php-parser", @@ -117,16 +117,16 @@ }, { "name": "symfony/console", - "version": "v6.3.8", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "0d14a9f6d04d4ac38a8cea1171f4554e325dae92" + "reference": "cd9864b47c367450e14ab32f78fdbf98c44c26b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/0d14a9f6d04d4ac38a8cea1171f4554e325dae92", - "reference": "0d14a9f6d04d4ac38a8cea1171f4554e325dae92", + "url": "https://api.github.com/repos/symfony/console/zipball/cd9864b47c367450e14ab32f78fdbf98c44c26b6", + "reference": "cd9864b47c367450e14ab32f78fdbf98c44c26b6", "shasum": "" }, "require": { @@ -134,7 +134,7 @@ "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", "symfony/service-contracts": "^2.5|^3", - "symfony/string": "^5.4|^6.0" + "symfony/string": "^5.4|^6.0|^7.0" }, "conflict": { "symfony/dependency-injection": "<5.4", @@ -148,12 +148,16 @@ }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/event-dispatcher": "^5.4|^6.0", - "symfony/lock": "^5.4|^6.0", - "symfony/process": "^5.4|^6.0", - "symfony/var-dumper": "^5.4|^6.0" + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/event-dispatcher": "^5.4|^6.0|^7.0", + "symfony/http-foundation": "^6.4|^7.0", + "symfony/http-kernel": "^6.4|^7.0", + "symfony/lock": "^5.4|^6.0|^7.0", + "symfony/messenger": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.0|^7.0", + "symfony/stopwatch": "^5.4|^6.0|^7.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -187,7 +191,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.3.8" + "source": "https://github.com/symfony/console/tree/v6.4.0" }, "funding": [ { @@ -203,7 +207,7 @@ "type": "tidelift" } ], - "time": "2023-10-31T08:09:35+00:00" + "time": "2023-11-20T16:41:16+00:00" }, { "name": "symfony/deprecation-contracts", @@ -686,16 +690,16 @@ }, { "name": "symfony/string", - "version": "v6.3.8", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "13880a87790c76ef994c91e87efb96134522577a" + "reference": "b45fcf399ea9c3af543a92edf7172ba21174d809" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/13880a87790c76ef994c91e87efb96134522577a", - "reference": "13880a87790c76ef994c91e87efb96134522577a", + "url": "https://api.github.com/repos/symfony/string/zipball/b45fcf399ea9c3af543a92edf7172ba21174d809", + "reference": "b45fcf399ea9c3af543a92edf7172ba21174d809", "shasum": "" }, "require": { @@ -709,11 +713,11 @@ "symfony/translation-contracts": "<2.5" }, "require-dev": { - "symfony/error-handler": "^5.4|^6.0", - "symfony/http-client": "^5.4|^6.0", - "symfony/intl": "^6.2", + "symfony/error-handler": "^5.4|^6.0|^7.0", + "symfony/http-client": "^5.4|^6.0|^7.0", + "symfony/intl": "^6.2|^7.0", "symfony/translation-contracts": "^2.5|^3.0", - "symfony/var-exporter": "^5.4|^6.0" + "symfony/var-exporter": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -752,7 +756,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.3.8" + "source": "https://github.com/symfony/string/tree/v6.4.0" }, "funding": [ { @@ -768,7 +772,7 @@ "type": "tidelift" } ], - "time": "2023-11-09T08:28:21+00:00" + "time": "2023-11-28T20:41:49+00:00" }, { "name": "webmozart/assert", @@ -2792,16 +2796,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.44", + "version": "1.10.46", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "bf84367c53a23f759513985c54ffe0d0c249825b" + "reference": "90d3d25c5b98b8068916bbf08ce42d5cb6c54e70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/bf84367c53a23f759513985c54ffe0d0c249825b", - "reference": "bf84367c53a23f759513985c54ffe0d0c249825b", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/90d3d25c5b98b8068916bbf08ce42d5cb6c54e70", + "reference": "90d3d25c5b98b8068916bbf08ce42d5cb6c54e70", "shasum": "" }, "require": { @@ -2850,7 +2854,7 @@ "type": "tidelift" } ], - "time": "2023-11-21T16:30:46+00:00" + "time": "2023-11-28T14:57:26+00:00" }, { "name": "phpunit/php-code-coverage",