From 9d417953e9bf9e942e29386ffd1095fc76e99652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:16:11 +0000 Subject: [PATCH] Bump phpstan/phpstan from 1.12.10 to 2.0.1 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.12.10 to 2.0.1. - [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.10...2.0.1) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 7c13d2f98..eab5c4a01 100644 --- a/composer.json +++ b/composer.json @@ -100,7 +100,7 @@ "pear/versioncontrol_svn": "^0.7.0", "phing/phing-composer-configurator": "dev-master", "phpmd/phpmd": "^2.14", - "phpstan/phpstan": "^0.12.87 || ^1.0", + "phpstan/phpstan": "^2.0.1", "phpunit/phpunit": "^9.5.10", "psr/http-message": "^2.0", "roave/security-advisories": "dev-master", diff --git a/composer.lock b/composer.lock index aafaad1a8..c0e16b6e2 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": "91b9bd0085a03e51fd74b6d1566ffad5", + "content-hash": "ada8dd9202f6e32a6c8bdf703466ad58", "packages": [ { "name": "psr/container", @@ -3994,20 +3994,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.10", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "fc463b5d0fe906dcf19689be692c65c50406a071" + "reference": "ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/fc463b5d0fe906dcf19689be692c65c50406a071", - "reference": "fc463b5d0fe906dcf19689be692c65c50406a071", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d", + "reference": "ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -4048,7 +4048,7 @@ "type": "github" } ], - "time": "2024-11-11T15:37:09+00:00" + "time": "2024-11-11T15:43:04+00:00" }, { "name": "phpunit/php-code-coverage",