From 7275e8e16ec61102552ccd90a95d7c2f392cd558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BCrk?= <stefan@buerk.tech> Date: Sat, 21 May 2022 16:09:31 +0200 Subject: [PATCH] [TASK] Raise phpstan/phpstan:^1.6.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Raise phpstan to include latest phpstan bugfixes. See: https://github.com/phpstan/phpstan/releases/tag/1.6.9 Used commands: > composer req phpstan/phpstan:^1.6.9 --dev > Build/Scripts/runTests.sh -s clean ; \ Build/Scripts/runTests.sh -s phpstanGenerateBaseline Resolves: #97668 Releases: main, 11.5 Change-Id: I61298c1696b14a6e89ddc98043de13acb127c6a0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74720 Tested-by: core-ci <typo3@b13.com> Tested-by: Stefan Bürk <stefan@buerk.tech> Reviewed-by: Stefan Bürk <stefan@buerk.tech> --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 08b8c3ae1ada..b72eb67bb4d8 100644 --- a/composer.json +++ b/composer.json @@ -117,7 +117,7 @@ "php-webdriver/webdriver": "^1.12.0", "phpspec/prophecy": "^1.15.0", "phpspec/prophecy-phpunit": "^2.0.1", - "phpstan/phpstan": "^1.6.7", + "phpstan/phpstan": "^1.6.9", "phpstan/phpstan-phpunit": "^1.1.1", "phpunit/phpunit": "^9.5.20", "typo3/cms-styleguide": "~11.5.4", diff --git a/composer.lock b/composer.lock index bb312c837289..2654023a8c74 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": "aac55230e30ec3527d715e22ffe69c12", + "content-hash": "747783b5b7c82b1221369dfbba99b088", "packages": [ { "name": "bacon/bacon-qr-code", @@ -7091,16 +7091,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.6.7", + "version": "1.6.9", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "d41c39cb2e487663bce9bbd97c660e244b73abad" + "reference": "8c98899c7c54251a098befd23b50a983594a20f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d41c39cb2e487663bce9bbd97c660e244b73abad", - "reference": "d41c39cb2e487663bce9bbd97c660e244b73abad", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8c98899c7c54251a098befd23b50a983594a20f9", + "reference": "8c98899c7c54251a098befd23b50a983594a20f9", "shasum": "" }, "require": { @@ -7126,7 +7126,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.6.7" + "source": "https://github.com/phpstan/phpstan/tree/1.6.9" }, "funding": [ { @@ -7146,7 +7146,7 @@ "type": "tidelift" } ], - "time": "2022-05-04T22:55:41+00:00" + "time": "2022-05-21T11:34:44+00:00" }, { "name": "phpstan/phpstan-phpunit", -- GitLab