From 17472d7f9f1a09287084953ca8284b86e20112d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 05:36:34 +0000 Subject: [PATCH] Bump phpstan/phpstan from 1.10.57 to 2.1.6 in /tools Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.57 to 2.1.6. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.57...2.1.6) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/composer.json | 2 +- tools/composer.lock | 18 +++++++----------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/tools/composer.json b/tools/composer.json index 4a6f1d2..5269912 100644 --- a/tools/composer.json +++ b/tools/composer.json @@ -4,7 +4,7 @@ "require-dev": { "phpunit/phpunit": "^9.6.16", "vimeo/psalm": "^5.0", - "phpstan/phpstan": "^1.1.2", + "phpstan/phpstan": "^2.1.6", "infection/infection": "^0.26.0", "friendsofphp/php-cs-fixer": "^3.1" }, diff --git a/tools/composer.lock b/tools/composer.lock index 4650c1c..e4a83c9 100644 --- a/tools/composer.lock +++ b/tools/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": "5af3559a7e219bd6374abe8a6aa365b1", + "content-hash": "ef4475665c61a23290bcd3b0907b7c8e", "packages": [], "packages-dev": [ { @@ -1837,20 +1837,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.57", + "version": "2.1.6", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "1627b1d03446904aaa77593f370c5201d2ecc34e" + "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1627b1d03446904aaa77593f370c5201d2ecc34e", - "reference": "1627b1d03446904aaa77593f370c5201d2ecc34e", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c", + "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -1889,13 +1889,9 @@ { "url": "https://github.com/phpstan", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", - "type": "tidelift" } ], - "time": "2024-01-24T11:51:34+00:00" + "time": "2025-02-19T15:46:42+00:00" }, { "name": "phpunit/php-code-coverage",