From 1bfe586dadceb4387a2c4b8c4433c9968b0f58b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:06:52 +0000 Subject: [PATCH] Bump phpstan/phpstan from 1.12.8 to 2.0.2 in /tools/phpstan Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.12.8 to 2.0.2. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.12.8...2.0.2) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/phpstan/composer.json | 2 +- tools/phpstan/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/phpstan/composer.json b/tools/phpstan/composer.json index 7e51310..c699288 100644 --- a/tools/phpstan/composer.json +++ b/tools/phpstan/composer.json @@ -1,5 +1,5 @@ { "require-dev": { - "phpstan/phpstan": "^1.12.3" + "phpstan/phpstan": "^2.0.2" } } diff --git a/tools/phpstan/composer.lock b/tools/phpstan/composer.lock index c202711..6136b08 100644 --- a/tools/phpstan/composer.lock +++ b/tools/phpstan/composer.lock @@ -4,25 +4,25 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1a62fde242eb826d2b77a42a60757d60", + "content-hash": "cd9557d63a2797faf0ba39ddb21f9855", "packages": [], "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.12.8", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "f6a60a4d66142b8156c9da923f1972657bc4748c" + "reference": "6c98c7600fc717b2c78c11ef60040d5b1e359c82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f6a60a4d66142b8156c9da923f1972657bc4748c", - "reference": "f6a60a4d66142b8156c9da923f1972657bc4748c", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6c98c7600fc717b2c78c11ef60040d5b1e359c82", + "reference": "6c98c7600fc717b2c78c11ef60040d5b1e359c82", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -63,7 +63,7 @@ "type": "github" } ], - "time": "2024-11-06T19:06:49+00:00" + "time": "2024-11-17T14:17:00+00:00" } ], "aliases": [],